@aws-sdk/client-quicksight 3.218.0 → 3.222.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/QuickSight.js +45 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +3 -3
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateAnalysisCommand.js +3 -3
- package/dist-cjs/commands/CreateDashboardCommand.js +3 -3
- package/dist-cjs/commands/CreateDataSetCommand.js +3 -3
- package/dist-cjs/commands/CreateDataSourceCommand.js +3 -3
- package/dist-cjs/commands/CreateFolderCommand.js +3 -3
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-cjs/commands/CreateGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/CreateIngestionCommand.js +3 -3
- package/dist-cjs/commands/CreateNamespaceCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateThemeCommand.js +3 -3
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DeleteDashboardCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataSetCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-cjs/commands/DeleteFolderCommand.js +3 -3
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-cjs/commands/DeleteGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteThemeCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDashboardCommand.js +3 -3
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSetCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/DescribeIngestionCommand.js +3 -3
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-cjs/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeTemplateCommand.js +3 -4
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUserCommand.js +3 -3
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +3 -3
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +3 -3
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +3 -3
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-cjs/commands/ListAnalysesCommand.js +3 -3
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListDashboardsCommand.js +3 -3
- package/dist-cjs/commands/ListDataSetsCommand.js +3 -3
- package/dist-cjs/commands/ListDataSourcesCommand.js +3 -3
- package/dist-cjs/commands/ListFolderMembersCommand.js +4 -3
- package/dist-cjs/commands/ListFoldersCommand.js +3 -3
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-cjs/commands/ListGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-cjs/commands/ListIngestionsCommand.js +3 -3
- package/dist-cjs/commands/ListNamespacesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListThemesCommand.js +3 -3
- package/dist-cjs/commands/ListUserGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListUsersCommand.js +3 -3
- package/dist-cjs/commands/RegisterUserCommand.js +3 -3
- package/dist-cjs/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-cjs/commands/SearchAnalysesCommand.js +3 -3
- package/dist-cjs/commands/SearchDashboardsCommand.js +3 -3
- package/dist-cjs/commands/SearchDataSetsCommand.js +3 -3
- package/dist-cjs/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-cjs/commands/SearchFoldersCommand.js +3 -3
- package/dist-cjs/commands/SearchGroupsCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSetCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateFolderCommand.js +3 -3
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemeCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateUserCommand.js +3 -3
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/index.js +2 -0
- package/dist-cjs/models/models_0.js +988 -1194
- package/dist-cjs/models/models_1.js +1290 -405
- package/dist-cjs/models/models_2.js +1676 -0
- package/dist-cjs/models/models_3.js +443 -0
- package/dist-cjs/protocols/Aws_restJson1.js +12237 -1573
- package/dist-es/QuickSight.js +45 -0
- package/dist-es/commands/CancelIngestionCommand.js +1 -1
- package/dist-es/commands/CreateAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/CreateDataSetCommand.js +1 -1
- package/dist-es/commands/CreateDataSourceCommand.js +1 -1
- package/dist-es/commands/CreateFolderCommand.js +1 -1
- package/dist-es/commands/CreateFolderMembershipCommand.js +1 -1
- package/dist-es/commands/CreateGroupCommand.js +1 -1
- package/dist-es/commands/CreateGroupMembershipCommand.js +1 -1
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/CreateIngestionCommand.js +1 -1
- package/dist-es/commands/CreateNamespaceCommand.js +1 -1
- package/dist-es/commands/CreateTemplateAliasCommand.js +1 -1
- package/dist-es/commands/CreateTemplateCommand.js +1 -1
- package/dist-es/commands/CreateThemeAliasCommand.js +1 -1
- package/dist-es/commands/CreateThemeCommand.js +1 -1
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/DeleteAnalysisCommand.js +1 -1
- package/dist-es/commands/DeleteDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDataSetCommand.js +1 -1
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-es/commands/DeleteFolderCommand.js +1 -1
- package/dist-es/commands/DeleteFolderMembershipCommand.js +1 -1
- package/dist-es/commands/DeleteGroupCommand.js +1 -1
- package/dist-es/commands/DeleteGroupMembershipCommand.js +1 -1
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/DeleteNamespaceCommand.js +1 -1
- package/dist-es/commands/DeleteTemplateAliasCommand.js +1 -1
- package/dist-es/commands/DeleteTemplateCommand.js +1 -1
- package/dist-es/commands/DeleteThemeAliasCommand.js +1 -1
- package/dist-es/commands/DeleteThemeCommand.js +1 -1
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +1 -1
- package/dist-es/commands/DeleteUserCommand.js +1 -1
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/DescribeAccountSettingsCommand.js +1 -1
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDataSourceCommand.js +1 -1
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeFolderCommand.js +1 -1
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeGroupCommand.js +1 -1
- package/dist-es/commands/DescribeGroupMembershipCommand.js +1 -1
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/DescribeIngestionCommand.js +1 -1
- package/dist-es/commands/DescribeIpRestrictionCommand.js +1 -1
- package/dist-es/commands/DescribeNamespaceCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateAliasCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +1 -2
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
- package/dist-es/commands/DescribeThemeCommand.js +1 -1
- package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListAnalysesCommand.js +1 -1
- package/dist-es/commands/ListDashboardVersionsCommand.js +1 -1
- package/dist-es/commands/ListDashboardsCommand.js +1 -1
- package/dist-es/commands/ListDataSetsCommand.js +1 -1
- package/dist-es/commands/ListDataSourcesCommand.js +1 -1
- package/dist-es/commands/ListFolderMembersCommand.js +2 -1
- package/dist-es/commands/ListFoldersCommand.js +1 -1
- package/dist-es/commands/ListGroupMembershipsCommand.js +1 -1
- package/dist-es/commands/ListGroupsCommand.js +1 -1
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +1 -1
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +1 -1
- package/dist-es/commands/ListIngestionsCommand.js +1 -1
- package/dist-es/commands/ListNamespacesCommand.js +1 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/commands/ListTemplateAliasesCommand.js +1 -1
- package/dist-es/commands/ListTemplateVersionsCommand.js +1 -1
- package/dist-es/commands/ListTemplatesCommand.js +1 -1
- package/dist-es/commands/ListThemeAliasesCommand.js +1 -1
- package/dist-es/commands/ListThemeVersionsCommand.js +1 -1
- package/dist-es/commands/ListThemesCommand.js +1 -1
- package/dist-es/commands/ListUserGroupsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/RegisterUserCommand.js +1 -1
- package/dist-es/commands/RestoreAnalysisCommand.js +1 -1
- package/dist-es/commands/SearchAnalysesCommand.js +1 -1
- package/dist-es/commands/SearchDashboardsCommand.js +1 -1
- package/dist-es/commands/SearchDataSetsCommand.js +1 -1
- package/dist-es/commands/SearchDataSourcesCommand.js +1 -1
- package/dist-es/commands/SearchFoldersCommand.js +1 -1
- package/dist-es/commands/SearchGroupsCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/UpdateAccountSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateFolderCommand.js +1 -1
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateGroupCommand.js +1 -1
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/UpdateIpRestrictionCommand.js +1 -1
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateAliasCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateThemeAliasCommand.js +1 -1
- package/dist-es/commands/UpdateThemeCommand.js +1 -1
- package/dist-es/commands/UpdateThemePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateUserCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +2 -0
- package/dist-es/models/models_0.js +750 -933
- package/dist-es/models/models_1.js +1034 -242
- package/dist-es/models/models_2.js +1401 -0
- package/dist-es/models/models_3.js +333 -0
- package/dist-es/protocols/Aws_restJson1.js +12190 -1533
- package/dist-types/QuickSight.d.ts +122 -83
- package/dist-types/QuickSightClient.d.ts +6 -3
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -6
- package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +2 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +2 -3
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +15 -15
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +2 -2
- 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 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- 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/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +8 -8
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +9 -9
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +10 -10
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +9 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -2
- 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/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- 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 +7 -7
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +3488 -4527
- package/dist-types/models/models_1.d.ts +4346 -2387
- package/dist-types/models/models_2.d.ts +7741 -0
- package/dist-types/models/models_3.d.ts +2803 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CancelIngestionCommand.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/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- 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/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 +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.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/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- 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/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.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/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1833 -2873
- package/dist-types/ts3.4/models/models_1.d.ts +2153 -1310
- package/dist-types/ts3.4/models/models_2.d.ts +3375 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1042 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +29 -28
|
@@ -1,1566 +1,2409 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import {
|
|
3
|
-
_Parameters,
|
|
4
3
|
AccountCustomization,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
4
|
+
AnalysisDefaults,
|
|
5
|
+
AxisBinding,
|
|
6
|
+
AxisDisplayOptions,
|
|
7
|
+
BarChartVisual,
|
|
8
|
+
BoxPlotVisual,
|
|
9
|
+
CalculatedField,
|
|
10
|
+
ChartAxisLabelOptions,
|
|
11
|
+
ColumnConfiguration,
|
|
12
|
+
ColumnHierarchy,
|
|
13
|
+
ColumnIdentifier,
|
|
14
|
+
ColumnSort,
|
|
15
|
+
ComboChartConfiguration,
|
|
16
|
+
ContributionAnalysisDefault,
|
|
17
|
+
DataLabelOptions,
|
|
18
|
+
DataLabelPosition,
|
|
19
|
+
DataPathValue,
|
|
20
|
+
DataSetIdentifierDeclaration,
|
|
21
|
+
DimensionField,
|
|
22
|
+
Edition,
|
|
23
|
+
FieldSort,
|
|
24
|
+
FieldSortOptions,
|
|
25
|
+
FilterControl,
|
|
26
|
+
FilterGroup,
|
|
27
|
+
FontConfiguration,
|
|
28
|
+
FormatConfiguration,
|
|
29
|
+
HorizontalTextAlignment,
|
|
30
|
+
ItemsLimitConfiguration,
|
|
31
|
+
Layout,
|
|
32
|
+
LegendOptions,
|
|
33
|
+
MeasureField,
|
|
34
|
+
NumberDisplayFormatConfiguration,
|
|
35
|
+
PaginationConfiguration,
|
|
36
|
+
ParameterControl,
|
|
37
|
+
ParameterDeclaration,
|
|
38
|
+
PercentageDisplayFormatConfiguration,
|
|
39
|
+
ReferenceLine,
|
|
40
40
|
ResourceStatus,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
41
|
+
SheetContentType,
|
|
42
|
+
SheetControlLayout,
|
|
43
|
+
SheetTextBox,
|
|
44
|
+
SmallMultiplesOptions,
|
|
45
|
+
SortDirection,
|
|
46
|
+
TimeGranularity,
|
|
47
|
+
TooltipOptions,
|
|
48
|
+
URLTargetConfiguration,
|
|
49
|
+
Visibility,
|
|
50
|
+
VisualCustomAction,
|
|
51
|
+
VisualPalette,
|
|
52
|
+
VisualSubtitleLabelOptions,
|
|
53
|
+
VisualTitleLabelOptions,
|
|
54
|
+
WidgetStatus,
|
|
52
55
|
} from "./models_0";
|
|
53
56
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
54
|
-
export interface
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
57
|
+
export interface ComboChartVisual {
|
|
58
|
+
VisualId: string | undefined;
|
|
59
|
+
Title?: VisualTitleLabelOptions;
|
|
60
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
61
|
+
ChartConfiguration?: ComboChartConfiguration;
|
|
62
|
+
Actions?: VisualCustomAction[];
|
|
63
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
64
|
+
}
|
|
65
|
+
export declare enum CustomContentType {
|
|
66
|
+
IMAGE = "IMAGE",
|
|
67
|
+
OTHER_EMBEDDED_CONTENT = "OTHER_EMBEDDED_CONTENT",
|
|
68
|
+
}
|
|
69
|
+
export declare enum CustomContentImageScalingConfiguration {
|
|
70
|
+
DO_NOT_SCALE = "DO_NOT_SCALE",
|
|
71
|
+
FIT_TO_HEIGHT = "FIT_TO_HEIGHT",
|
|
72
|
+
FIT_TO_WIDTH = "FIT_TO_WIDTH",
|
|
73
|
+
SCALE_TO_VISUAL = "SCALE_TO_VISUAL",
|
|
74
|
+
}
|
|
75
|
+
export interface CustomContentConfiguration {
|
|
76
|
+
ContentUrl?: string;
|
|
77
|
+
ContentType?: CustomContentType | string;
|
|
78
|
+
ImageScaling?: CustomContentImageScalingConfiguration | string;
|
|
79
|
+
}
|
|
80
|
+
export interface CustomContentVisual {
|
|
81
|
+
VisualId: string | undefined;
|
|
82
|
+
Title?: VisualTitleLabelOptions;
|
|
83
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
84
|
+
ChartConfiguration?: CustomContentConfiguration;
|
|
85
|
+
Actions?: VisualCustomAction[];
|
|
86
|
+
DataSetIdentifier: string | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface EmptyVisual {
|
|
89
|
+
VisualId: string | undefined;
|
|
90
|
+
DataSetIdentifier: string | undefined;
|
|
91
|
+
Actions?: VisualCustomAction[];
|
|
92
|
+
}
|
|
93
|
+
export interface FilledMapAggregatedFieldWells {
|
|
94
|
+
Geospatial?: DimensionField[];
|
|
95
|
+
Values?: MeasureField[];
|
|
96
|
+
}
|
|
97
|
+
export interface FilledMapFieldWells {
|
|
98
|
+
FilledMapAggregatedFieldWells?: FilledMapAggregatedFieldWells;
|
|
99
|
+
}
|
|
100
|
+
export declare enum BaseMapStyleType {
|
|
101
|
+
DARK_GRAY = "DARK_GRAY",
|
|
102
|
+
IMAGERY = "IMAGERY",
|
|
103
|
+
LIGHT_GRAY = "LIGHT_GRAY",
|
|
104
|
+
STREET = "STREET",
|
|
105
|
+
}
|
|
106
|
+
export interface GeospatialMapStyleOptions {
|
|
107
|
+
BaseMapStyle?: BaseMapStyleType | string;
|
|
108
|
+
}
|
|
109
|
+
export interface FilledMapSortConfiguration {
|
|
110
|
+
CategorySort?: FieldSortOptions[];
|
|
111
|
+
}
|
|
112
|
+
export interface GeospatialCoordinateBounds {
|
|
113
|
+
North: number | undefined;
|
|
114
|
+
South: number | undefined;
|
|
115
|
+
West: number | undefined;
|
|
116
|
+
East: number | undefined;
|
|
117
|
+
}
|
|
118
|
+
export declare enum MapZoomMode {
|
|
119
|
+
AUTO = "AUTO",
|
|
120
|
+
MANUAL = "MANUAL",
|
|
121
|
+
}
|
|
122
|
+
export interface GeospatialWindowOptions {
|
|
123
|
+
Bounds?: GeospatialCoordinateBounds;
|
|
124
|
+
MapZoomMode?: MapZoomMode | string;
|
|
125
|
+
}
|
|
126
|
+
export interface FilledMapConfiguration {
|
|
127
|
+
FieldWells?: FilledMapFieldWells;
|
|
128
|
+
SortConfiguration?: FilledMapSortConfiguration;
|
|
129
|
+
Legend?: LegendOptions;
|
|
130
|
+
Tooltip?: TooltipOptions;
|
|
131
|
+
WindowOptions?: GeospatialWindowOptions;
|
|
132
|
+
MapStyleOptions?: GeospatialMapStyleOptions;
|
|
133
|
+
}
|
|
134
|
+
export interface GradientStop {
|
|
135
|
+
GradientOffset: number | undefined;
|
|
136
|
+
DataValue?: number;
|
|
137
|
+
Color?: string;
|
|
138
|
+
}
|
|
139
|
+
export interface GradientColor {
|
|
140
|
+
Stops?: GradientStop[];
|
|
141
|
+
}
|
|
142
|
+
export interface ConditionalFormattingGradientColor {
|
|
143
|
+
Expression: string | undefined;
|
|
144
|
+
Color: GradientColor | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface ConditionalFormattingSolidColor {
|
|
147
|
+
Expression: string | undefined;
|
|
148
|
+
Color?: string;
|
|
149
|
+
}
|
|
150
|
+
export interface ConditionalFormattingColor {
|
|
151
|
+
Solid?: ConditionalFormattingSolidColor;
|
|
152
|
+
Gradient?: ConditionalFormattingGradientColor;
|
|
153
|
+
}
|
|
154
|
+
export interface ShapeConditionalFormat {
|
|
155
|
+
BackgroundColor: ConditionalFormattingColor | undefined;
|
|
156
|
+
}
|
|
157
|
+
export interface FilledMapShapeConditionalFormatting {
|
|
158
|
+
FieldId: string | undefined;
|
|
159
|
+
Format?: ShapeConditionalFormat;
|
|
160
|
+
}
|
|
161
|
+
export interface FilledMapConditionalFormattingOption {
|
|
162
|
+
Shape: FilledMapShapeConditionalFormatting | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface FilledMapConditionalFormatting {
|
|
165
|
+
ConditionalFormattingOptions:
|
|
166
|
+
| FilledMapConditionalFormattingOption[]
|
|
167
|
+
| undefined;
|
|
64
168
|
}
|
|
65
|
-
export interface
|
|
66
|
-
|
|
169
|
+
export interface FilledMapVisual {
|
|
170
|
+
VisualId: string | undefined;
|
|
171
|
+
Title?: VisualTitleLabelOptions;
|
|
172
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
173
|
+
ChartConfiguration?: FilledMapConfiguration;
|
|
174
|
+
ConditionalFormatting?: FilledMapConditionalFormatting;
|
|
175
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
176
|
+
Actions?: VisualCustomAction[];
|
|
177
|
+
}
|
|
178
|
+
export declare enum FunnelChartMeasureDataLabelStyle {
|
|
179
|
+
PERCENTAGE_BY_FIRST_STAGE = "PERCENTAGE_BY_FIRST_STAGE",
|
|
180
|
+
PERCENTAGE_BY_PREVIOUS_STAGE = "PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
181
|
+
VALUE_AND_PERCENTAGE_BY_FIRST_STAGE = "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE",
|
|
182
|
+
VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE = "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
183
|
+
VALUE_ONLY = "VALUE_ONLY",
|
|
184
|
+
}
|
|
185
|
+
export interface FunnelChartDataLabelOptions {
|
|
186
|
+
Visibility?: Visibility | string;
|
|
187
|
+
CategoryLabelVisibility?: Visibility | string;
|
|
188
|
+
MeasureLabelVisibility?: Visibility | string;
|
|
189
|
+
Position?: DataLabelPosition | string;
|
|
190
|
+
LabelFontConfiguration?: FontConfiguration;
|
|
191
|
+
LabelColor?: string;
|
|
192
|
+
MeasureDataLabelStyle?: FunnelChartMeasureDataLabelStyle | string;
|
|
193
|
+
}
|
|
194
|
+
export interface FunnelChartAggregatedFieldWells {
|
|
195
|
+
Category?: DimensionField[];
|
|
196
|
+
Values?: MeasureField[];
|
|
197
|
+
}
|
|
198
|
+
export interface FunnelChartFieldWells {
|
|
199
|
+
FunnelChartAggregatedFieldWells?: FunnelChartAggregatedFieldWells;
|
|
200
|
+
}
|
|
201
|
+
export interface FunnelChartSortConfiguration {
|
|
202
|
+
CategorySort?: FieldSortOptions[];
|
|
203
|
+
CategoryItemsLimit?: ItemsLimitConfiguration;
|
|
204
|
+
}
|
|
205
|
+
export interface FunnelChartConfiguration {
|
|
206
|
+
FieldWells?: FunnelChartFieldWells;
|
|
207
|
+
SortConfiguration?: FunnelChartSortConfiguration;
|
|
208
|
+
CategoryLabelOptions?: ChartAxisLabelOptions;
|
|
209
|
+
ValueLabelOptions?: ChartAxisLabelOptions;
|
|
210
|
+
Tooltip?: TooltipOptions;
|
|
211
|
+
DataLabelOptions?: FunnelChartDataLabelOptions;
|
|
212
|
+
VisualPalette?: VisualPalette;
|
|
213
|
+
}
|
|
214
|
+
export interface FunnelChartVisual {
|
|
215
|
+
VisualId: string | undefined;
|
|
216
|
+
Title?: VisualTitleLabelOptions;
|
|
217
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
218
|
+
ChartConfiguration?: FunnelChartConfiguration;
|
|
219
|
+
Actions?: VisualCustomAction[];
|
|
220
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
221
|
+
}
|
|
222
|
+
export interface GaugeChartFieldWells {
|
|
223
|
+
Values?: MeasureField[];
|
|
224
|
+
TargetValues?: MeasureField[];
|
|
225
|
+
}
|
|
226
|
+
export declare enum ArcThicknessOptions {
|
|
227
|
+
LARGE = "LARGE",
|
|
228
|
+
MEDIUM = "MEDIUM",
|
|
229
|
+
SMALL = "SMALL",
|
|
230
|
+
}
|
|
231
|
+
export interface ArcConfiguration {
|
|
232
|
+
ArcAngle?: number;
|
|
233
|
+
ArcThickness?: ArcThicknessOptions | string;
|
|
234
|
+
}
|
|
235
|
+
export interface ArcAxisDisplayRange {
|
|
236
|
+
Min?: number;
|
|
237
|
+
Max?: number;
|
|
238
|
+
}
|
|
239
|
+
export interface ArcAxisConfiguration {
|
|
240
|
+
Range?: ArcAxisDisplayRange;
|
|
241
|
+
ReserveRange?: number;
|
|
242
|
+
}
|
|
243
|
+
export interface ComparisonFormatConfiguration {
|
|
244
|
+
NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration;
|
|
245
|
+
PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration;
|
|
246
|
+
}
|
|
247
|
+
export declare enum ComparisonMethod {
|
|
248
|
+
DIFFERENCE = "DIFFERENCE",
|
|
249
|
+
PERCENT = "PERCENT",
|
|
250
|
+
PERCENT_DIFFERENCE = "PERCENT_DIFFERENCE",
|
|
251
|
+
}
|
|
252
|
+
export interface ComparisonConfiguration {
|
|
253
|
+
ComparisonMethod?: ComparisonMethod | string;
|
|
254
|
+
ComparisonFormat?: ComparisonFormatConfiguration;
|
|
255
|
+
}
|
|
256
|
+
export declare enum PrimaryValueDisplayType {
|
|
257
|
+
ACTUAL = "ACTUAL",
|
|
258
|
+
COMPARISON = "COMPARISON",
|
|
259
|
+
HIDDEN = "HIDDEN",
|
|
260
|
+
}
|
|
261
|
+
export interface GaugeChartOptions {
|
|
262
|
+
PrimaryValueDisplayType?: PrimaryValueDisplayType | string;
|
|
263
|
+
Comparison?: ComparisonConfiguration;
|
|
264
|
+
ArcAxis?: ArcAxisConfiguration;
|
|
265
|
+
Arc?: ArcConfiguration;
|
|
266
|
+
PrimaryValueFontConfiguration?: FontConfiguration;
|
|
267
|
+
}
|
|
268
|
+
export interface GaugeChartConfiguration {
|
|
269
|
+
FieldWells?: GaugeChartFieldWells;
|
|
270
|
+
GaugeChartOptions?: GaugeChartOptions;
|
|
271
|
+
DataLabels?: DataLabelOptions;
|
|
272
|
+
TooltipOptions?: TooltipOptions;
|
|
273
|
+
VisualPalette?: VisualPalette;
|
|
274
|
+
}
|
|
275
|
+
export interface GaugeChartArcConditionalFormatting {
|
|
276
|
+
ForegroundColor?: ConditionalFormattingColor;
|
|
277
|
+
}
|
|
278
|
+
export declare enum ConditionalFormattingIconDisplayOption {
|
|
279
|
+
ICON_ONLY = "ICON_ONLY",
|
|
280
|
+
}
|
|
281
|
+
export interface ConditionalFormattingIconDisplayConfiguration {
|
|
282
|
+
IconDisplayOption?: ConditionalFormattingIconDisplayOption | string;
|
|
283
|
+
}
|
|
284
|
+
export declare enum Icon {
|
|
285
|
+
ARROW_DOWN = "ARROW_DOWN",
|
|
286
|
+
ARROW_DOWN_LEFT = "ARROW_DOWN_LEFT",
|
|
287
|
+
ARROW_DOWN_RIGHT = "ARROW_DOWN_RIGHT",
|
|
288
|
+
ARROW_LEFT = "ARROW_LEFT",
|
|
289
|
+
ARROW_RIGHT = "ARROW_RIGHT",
|
|
290
|
+
ARROW_UP = "ARROW_UP",
|
|
291
|
+
ARROW_UP_LEFT = "ARROW_UP_LEFT",
|
|
292
|
+
ARROW_UP_RIGHT = "ARROW_UP_RIGHT",
|
|
293
|
+
CARET_DOWN = "CARET_DOWN",
|
|
294
|
+
CARET_UP = "CARET_UP",
|
|
295
|
+
CHECKMARK = "CHECKMARK",
|
|
296
|
+
CIRCLE = "CIRCLE",
|
|
297
|
+
FACE_DOWN = "FACE_DOWN",
|
|
298
|
+
FACE_FLAT = "FACE_FLAT",
|
|
299
|
+
FACE_UP = "FACE_UP",
|
|
300
|
+
FLAG = "FLAG",
|
|
301
|
+
MINUS = "MINUS",
|
|
302
|
+
ONE_BAR = "ONE_BAR",
|
|
303
|
+
PLUS = "PLUS",
|
|
304
|
+
SQUARE = "SQUARE",
|
|
305
|
+
THREE_BAR = "THREE_BAR",
|
|
306
|
+
THUMBS_DOWN = "THUMBS_DOWN",
|
|
307
|
+
THUMBS_UP = "THUMBS_UP",
|
|
308
|
+
TRIANGLE = "TRIANGLE",
|
|
309
|
+
TWO_BAR = "TWO_BAR",
|
|
310
|
+
X = "X",
|
|
311
|
+
}
|
|
312
|
+
export interface ConditionalFormattingCustomIconOptions {
|
|
313
|
+
Icon?: Icon | string;
|
|
314
|
+
UnicodeIcon?: string;
|
|
315
|
+
}
|
|
316
|
+
export interface ConditionalFormattingCustomIconCondition {
|
|
317
|
+
Expression: string | undefined;
|
|
318
|
+
IconOptions: ConditionalFormattingCustomIconOptions | undefined;
|
|
319
|
+
Color?: string;
|
|
320
|
+
DisplayConfiguration?: ConditionalFormattingIconDisplayConfiguration;
|
|
321
|
+
}
|
|
322
|
+
export declare enum ConditionalFormattingIconSetType {
|
|
323
|
+
BARS = "BARS",
|
|
324
|
+
CARET_UP_MINUS_DOWN = "CARET_UP_MINUS_DOWN",
|
|
325
|
+
CHECK_X = "CHECK_X",
|
|
326
|
+
FLAGS = "FLAGS",
|
|
327
|
+
FOUR_COLOR_ARROW = "FOUR_COLOR_ARROW",
|
|
328
|
+
FOUR_GRAY_ARROW = "FOUR_GRAY_ARROW",
|
|
329
|
+
PLUS_MINUS = "PLUS_MINUS",
|
|
330
|
+
THREE_CIRCLE = "THREE_CIRCLE",
|
|
331
|
+
THREE_COLOR_ARROW = "THREE_COLOR_ARROW",
|
|
332
|
+
THREE_GRAY_ARROW = "THREE_GRAY_ARROW",
|
|
333
|
+
THREE_SHAPE = "THREE_SHAPE",
|
|
334
|
+
}
|
|
335
|
+
export interface ConditionalFormattingIconSet {
|
|
336
|
+
Expression: string | undefined;
|
|
337
|
+
IconSetType?: ConditionalFormattingIconSetType | string;
|
|
338
|
+
}
|
|
339
|
+
export interface ConditionalFormattingIcon {
|
|
340
|
+
IconSet?: ConditionalFormattingIconSet;
|
|
341
|
+
CustomCondition?: ConditionalFormattingCustomIconCondition;
|
|
342
|
+
}
|
|
343
|
+
export interface GaugeChartPrimaryValueConditionalFormatting {
|
|
344
|
+
TextColor?: ConditionalFormattingColor;
|
|
345
|
+
Icon?: ConditionalFormattingIcon;
|
|
346
|
+
}
|
|
347
|
+
export interface GaugeChartConditionalFormattingOption {
|
|
348
|
+
PrimaryValue?: GaugeChartPrimaryValueConditionalFormatting;
|
|
349
|
+
Arc?: GaugeChartArcConditionalFormatting;
|
|
350
|
+
}
|
|
351
|
+
export interface GaugeChartConditionalFormatting {
|
|
352
|
+
ConditionalFormattingOptions?: GaugeChartConditionalFormattingOption[];
|
|
353
|
+
}
|
|
354
|
+
export interface GaugeChartVisual {
|
|
355
|
+
VisualId: string | undefined;
|
|
356
|
+
Title?: VisualTitleLabelOptions;
|
|
357
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
358
|
+
ChartConfiguration?: GaugeChartConfiguration;
|
|
359
|
+
ConditionalFormatting?: GaugeChartConditionalFormatting;
|
|
360
|
+
Actions?: VisualCustomAction[];
|
|
361
|
+
}
|
|
362
|
+
export interface GeospatialMapAggregatedFieldWells {
|
|
363
|
+
Geospatial?: DimensionField[];
|
|
364
|
+
Values?: MeasureField[];
|
|
365
|
+
Colors?: DimensionField[];
|
|
366
|
+
}
|
|
367
|
+
export interface GeospatialMapFieldWells {
|
|
368
|
+
GeospatialMapAggregatedFieldWells?: GeospatialMapAggregatedFieldWells;
|
|
369
|
+
}
|
|
370
|
+
export interface SimpleClusterMarker {
|
|
371
|
+
Color?: string;
|
|
372
|
+
}
|
|
373
|
+
export interface ClusterMarker {
|
|
374
|
+
SimpleClusterMarker?: SimpleClusterMarker;
|
|
375
|
+
}
|
|
376
|
+
export interface ClusterMarkerConfiguration {
|
|
377
|
+
ClusterMarker?: ClusterMarker;
|
|
378
|
+
}
|
|
379
|
+
export declare enum GeospatialSelectedPointStyle {
|
|
380
|
+
CLUSTER = "CLUSTER",
|
|
381
|
+
POINT = "POINT",
|
|
382
|
+
}
|
|
383
|
+
export interface GeospatialPointStyleOptions {
|
|
384
|
+
SelectedPointStyle?: GeospatialSelectedPointStyle | string;
|
|
385
|
+
ClusterMarkerConfiguration?: ClusterMarkerConfiguration;
|
|
386
|
+
}
|
|
387
|
+
export interface GeospatialMapConfiguration {
|
|
388
|
+
FieldWells?: GeospatialMapFieldWells;
|
|
389
|
+
Legend?: LegendOptions;
|
|
390
|
+
Tooltip?: TooltipOptions;
|
|
391
|
+
WindowOptions?: GeospatialWindowOptions;
|
|
392
|
+
MapStyleOptions?: GeospatialMapStyleOptions;
|
|
393
|
+
PointStyleOptions?: GeospatialPointStyleOptions;
|
|
394
|
+
VisualPalette?: VisualPalette;
|
|
395
|
+
}
|
|
396
|
+
export interface GeospatialMapVisual {
|
|
397
|
+
VisualId: string | undefined;
|
|
398
|
+
Title?: VisualTitleLabelOptions;
|
|
399
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
400
|
+
ChartConfiguration?: GeospatialMapConfiguration;
|
|
401
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
402
|
+
Actions?: VisualCustomAction[];
|
|
403
|
+
}
|
|
404
|
+
export declare enum ColorFillType {
|
|
405
|
+
DISCRETE = "DISCRETE",
|
|
406
|
+
GRADIENT = "GRADIENT",
|
|
407
|
+
}
|
|
408
|
+
export interface DataColor {
|
|
409
|
+
Color?: string;
|
|
410
|
+
DataValue?: number;
|
|
411
|
+
}
|
|
412
|
+
export interface ColorScale {
|
|
413
|
+
Colors: DataColor[] | undefined;
|
|
414
|
+
ColorFillType: ColorFillType | string | undefined;
|
|
415
|
+
NullValueColor?: DataColor;
|
|
416
|
+
}
|
|
417
|
+
export interface HeatMapAggregatedFieldWells {
|
|
418
|
+
Rows?: DimensionField[];
|
|
419
|
+
Columns?: DimensionField[];
|
|
420
|
+
Values?: MeasureField[];
|
|
421
|
+
}
|
|
422
|
+
export interface HeatMapFieldWells {
|
|
423
|
+
HeatMapAggregatedFieldWells?: HeatMapAggregatedFieldWells;
|
|
424
|
+
}
|
|
425
|
+
export interface HeatMapSortConfiguration {
|
|
426
|
+
HeatMapRowSort?: FieldSortOptions[];
|
|
427
|
+
HeatMapColumnSort?: FieldSortOptions[];
|
|
428
|
+
HeatMapRowItemsLimitConfiguration?: ItemsLimitConfiguration;
|
|
429
|
+
HeatMapColumnItemsLimitConfiguration?: ItemsLimitConfiguration;
|
|
430
|
+
}
|
|
431
|
+
export interface HeatMapConfiguration {
|
|
432
|
+
FieldWells?: HeatMapFieldWells;
|
|
433
|
+
SortConfiguration?: HeatMapSortConfiguration;
|
|
434
|
+
RowLabelOptions?: ChartAxisLabelOptions;
|
|
435
|
+
ColumnLabelOptions?: ChartAxisLabelOptions;
|
|
436
|
+
ColorScale?: ColorScale;
|
|
437
|
+
Legend?: LegendOptions;
|
|
438
|
+
DataLabels?: DataLabelOptions;
|
|
439
|
+
Tooltip?: TooltipOptions;
|
|
440
|
+
}
|
|
441
|
+
export interface HeatMapVisual {
|
|
442
|
+
VisualId: string | undefined;
|
|
443
|
+
Title?: VisualTitleLabelOptions;
|
|
444
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
445
|
+
ChartConfiguration?: HeatMapConfiguration;
|
|
446
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
447
|
+
Actions?: VisualCustomAction[];
|
|
448
|
+
}
|
|
449
|
+
export interface BinCountOptions {
|
|
450
|
+
Value?: number;
|
|
451
|
+
}
|
|
452
|
+
export interface BinWidthOptions {
|
|
453
|
+
Value?: number;
|
|
454
|
+
BinCountLimit?: number;
|
|
455
|
+
}
|
|
456
|
+
export declare enum HistogramBinType {
|
|
457
|
+
BIN_COUNT = "BIN_COUNT",
|
|
458
|
+
BIN_WIDTH = "BIN_WIDTH",
|
|
459
|
+
}
|
|
460
|
+
export interface HistogramBinOptions {
|
|
461
|
+
SelectedBinType?: HistogramBinType | string;
|
|
462
|
+
BinCount?: BinCountOptions;
|
|
463
|
+
BinWidth?: BinWidthOptions;
|
|
464
|
+
StartValue?: number;
|
|
465
|
+
}
|
|
466
|
+
export interface HistogramAggregatedFieldWells {
|
|
467
|
+
Values?: MeasureField[];
|
|
468
|
+
}
|
|
469
|
+
export interface HistogramFieldWells {
|
|
470
|
+
HistogramAggregatedFieldWells?: HistogramAggregatedFieldWells;
|
|
471
|
+
}
|
|
472
|
+
export interface HistogramConfiguration {
|
|
473
|
+
FieldWells?: HistogramFieldWells;
|
|
474
|
+
XAxisDisplayOptions?: AxisDisplayOptions;
|
|
475
|
+
XAxisLabelOptions?: ChartAxisLabelOptions;
|
|
476
|
+
YAxisDisplayOptions?: AxisDisplayOptions;
|
|
477
|
+
BinOptions?: HistogramBinOptions;
|
|
478
|
+
DataLabels?: DataLabelOptions;
|
|
479
|
+
Tooltip?: TooltipOptions;
|
|
480
|
+
VisualPalette?: VisualPalette;
|
|
481
|
+
}
|
|
482
|
+
export interface HistogramVisual {
|
|
483
|
+
VisualId: string | undefined;
|
|
484
|
+
Title?: VisualTitleLabelOptions;
|
|
485
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
486
|
+
ChartConfiguration?: HistogramConfiguration;
|
|
487
|
+
Actions?: VisualCustomAction[];
|
|
488
|
+
}
|
|
489
|
+
export declare enum ForecastComputationSeasonality {
|
|
490
|
+
AUTOMATIC = "AUTOMATIC",
|
|
491
|
+
CUSTOM = "CUSTOM",
|
|
492
|
+
}
|
|
493
|
+
export interface ForecastComputation {
|
|
494
|
+
ComputationId: string | undefined;
|
|
67
495
|
Name?: string;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
496
|
+
Time: DimensionField | undefined;
|
|
497
|
+
Value?: MeasureField;
|
|
498
|
+
PeriodsForward?: number;
|
|
499
|
+
PeriodsBackward?: number;
|
|
500
|
+
UpperBoundary?: number;
|
|
501
|
+
LowerBoundary?: number;
|
|
502
|
+
PredictionInterval?: number;
|
|
503
|
+
Seasonality?: ForecastComputationSeasonality | string;
|
|
504
|
+
CustomSeasonalityValue?: number;
|
|
505
|
+
}
|
|
506
|
+
export interface GrowthRateComputation {
|
|
507
|
+
ComputationId: string | undefined;
|
|
508
|
+
Name?: string;
|
|
509
|
+
Time: DimensionField | undefined;
|
|
510
|
+
Value?: MeasureField;
|
|
511
|
+
PeriodSize?: number;
|
|
72
512
|
}
|
|
73
|
-
export
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
RequestId?: string;
|
|
513
|
+
export declare enum MaximumMinimumComputationType {
|
|
514
|
+
MAXIMUM = "MAXIMUM",
|
|
515
|
+
MINIMUM = "MINIMUM",
|
|
77
516
|
}
|
|
78
|
-
export interface
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
517
|
+
export interface MaximumMinimumComputation {
|
|
518
|
+
ComputationId: string | undefined;
|
|
519
|
+
Name?: string;
|
|
520
|
+
Time: DimensionField | undefined;
|
|
521
|
+
Value?: MeasureField;
|
|
522
|
+
Type: MaximumMinimumComputationType | string | undefined;
|
|
82
523
|
}
|
|
83
|
-
export interface
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
524
|
+
export interface MetricComparisonComputation {
|
|
525
|
+
ComputationId: string | undefined;
|
|
526
|
+
Name?: string;
|
|
527
|
+
Time: DimensionField | undefined;
|
|
528
|
+
FromValue: MeasureField | undefined;
|
|
529
|
+
TargetValue: MeasureField | undefined;
|
|
87
530
|
}
|
|
88
|
-
export interface
|
|
89
|
-
|
|
90
|
-
|
|
531
|
+
export interface PeriodOverPeriodComputation {
|
|
532
|
+
ComputationId: string | undefined;
|
|
533
|
+
Name?: string;
|
|
534
|
+
Time: DimensionField | undefined;
|
|
535
|
+
Value?: MeasureField;
|
|
91
536
|
}
|
|
92
|
-
export interface
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
537
|
+
export interface PeriodToDateComputation {
|
|
538
|
+
ComputationId: string | undefined;
|
|
539
|
+
Name?: string;
|
|
540
|
+
Time: DimensionField | undefined;
|
|
541
|
+
Value?: MeasureField;
|
|
542
|
+
PeriodTimeGranularity?: TimeGranularity | string;
|
|
98
543
|
}
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
544
|
+
export declare enum TopBottomSortOrder {
|
|
545
|
+
ABSOLUTE_DIFFERENCE = "ABSOLUTE_DIFFERENCE",
|
|
546
|
+
PERCENT_DIFFERENCE = "PERCENT_DIFFERENCE",
|
|
547
|
+
}
|
|
548
|
+
export declare enum TopBottomComputationType {
|
|
549
|
+
BOTTOM = "BOTTOM",
|
|
550
|
+
TOP = "TOP",
|
|
551
|
+
}
|
|
552
|
+
export interface TopBottomMoversComputation {
|
|
553
|
+
ComputationId: string | undefined;
|
|
554
|
+
Name?: string;
|
|
555
|
+
Time: DimensionField | undefined;
|
|
556
|
+
Category: DimensionField | undefined;
|
|
557
|
+
Value?: MeasureField;
|
|
558
|
+
MoverSize?: number;
|
|
559
|
+
SortOrder?: TopBottomSortOrder | string;
|
|
560
|
+
Type: TopBottomComputationType | string | undefined;
|
|
561
|
+
}
|
|
562
|
+
export interface TopBottomRankedComputation {
|
|
563
|
+
ComputationId: string | undefined;
|
|
564
|
+
Name?: string;
|
|
565
|
+
Category: DimensionField | undefined;
|
|
566
|
+
Value?: MeasureField;
|
|
567
|
+
ResultSize?: number;
|
|
568
|
+
Type: TopBottomComputationType | string | undefined;
|
|
569
|
+
}
|
|
570
|
+
export interface TotalAggregationComputation {
|
|
571
|
+
ComputationId: string | undefined;
|
|
572
|
+
Name?: string;
|
|
573
|
+
Value: MeasureField | undefined;
|
|
104
574
|
}
|
|
105
|
-
export
|
|
575
|
+
export interface UniqueValuesComputation {
|
|
576
|
+
ComputationId: string | undefined;
|
|
577
|
+
Name?: string;
|
|
578
|
+
Category: DimensionField | undefined;
|
|
579
|
+
}
|
|
580
|
+
export interface Computation {
|
|
581
|
+
TopBottomRanked?: TopBottomRankedComputation;
|
|
582
|
+
TopBottomMovers?: TopBottomMoversComputation;
|
|
583
|
+
TotalAggregation?: TotalAggregationComputation;
|
|
584
|
+
MaximumMinimum?: MaximumMinimumComputation;
|
|
585
|
+
MetricComparison?: MetricComparisonComputation;
|
|
586
|
+
PeriodOverPeriod?: PeriodOverPeriodComputation;
|
|
587
|
+
PeriodToDate?: PeriodToDateComputation;
|
|
588
|
+
GrowthRate?: GrowthRateComputation;
|
|
589
|
+
UniqueValues?: UniqueValuesComputation;
|
|
590
|
+
Forecast?: ForecastComputation;
|
|
591
|
+
}
|
|
592
|
+
export interface CustomNarrativeOptions {
|
|
593
|
+
Narrative: string | undefined;
|
|
594
|
+
}
|
|
595
|
+
export interface InsightConfiguration {
|
|
596
|
+
Computations?: Computation[];
|
|
597
|
+
CustomNarrative?: CustomNarrativeOptions;
|
|
598
|
+
}
|
|
599
|
+
export interface InsightVisual {
|
|
600
|
+
VisualId: string | undefined;
|
|
601
|
+
Title?: VisualTitleLabelOptions;
|
|
602
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
603
|
+
InsightConfiguration?: InsightConfiguration;
|
|
604
|
+
Actions?: VisualCustomAction[];
|
|
605
|
+
DataSetIdentifier: string | undefined;
|
|
606
|
+
}
|
|
607
|
+
export interface KPIFieldWells {
|
|
608
|
+
Values?: MeasureField[];
|
|
609
|
+
TargetValues?: MeasureField[];
|
|
610
|
+
TrendGroups?: DimensionField[];
|
|
611
|
+
}
|
|
612
|
+
export interface ProgressBarOptions {
|
|
613
|
+
Visibility?: Visibility | string;
|
|
614
|
+
}
|
|
615
|
+
export interface SecondaryValueOptions {
|
|
616
|
+
Visibility?: Visibility | string;
|
|
617
|
+
}
|
|
618
|
+
export interface TrendArrowOptions {
|
|
619
|
+
Visibility?: Visibility | string;
|
|
620
|
+
}
|
|
621
|
+
export interface KPIOptions {
|
|
622
|
+
ProgressBar?: ProgressBarOptions;
|
|
623
|
+
TrendArrows?: TrendArrowOptions;
|
|
624
|
+
SecondaryValue?: SecondaryValueOptions;
|
|
625
|
+
Comparison?: ComparisonConfiguration;
|
|
626
|
+
PrimaryValueDisplayType?: PrimaryValueDisplayType | string;
|
|
627
|
+
PrimaryValueFontConfiguration?: FontConfiguration;
|
|
628
|
+
SecondaryValueFontConfiguration?: FontConfiguration;
|
|
629
|
+
}
|
|
630
|
+
export interface KPISortConfiguration {
|
|
631
|
+
TrendGroupSort?: FieldSortOptions[];
|
|
632
|
+
}
|
|
633
|
+
export interface KPIConfiguration {
|
|
634
|
+
FieldWells?: KPIFieldWells;
|
|
635
|
+
SortConfiguration?: KPISortConfiguration;
|
|
636
|
+
KPIOptions?: KPIOptions;
|
|
637
|
+
}
|
|
638
|
+
export interface KPIPrimaryValueConditionalFormatting {
|
|
639
|
+
TextColor?: ConditionalFormattingColor;
|
|
640
|
+
Icon?: ConditionalFormattingIcon;
|
|
641
|
+
}
|
|
642
|
+
export interface KPIProgressBarConditionalFormatting {
|
|
643
|
+
ForegroundColor?: ConditionalFormattingColor;
|
|
644
|
+
}
|
|
645
|
+
export interface KPIConditionalFormattingOption {
|
|
646
|
+
PrimaryValue?: KPIPrimaryValueConditionalFormatting;
|
|
647
|
+
ProgressBar?: KPIProgressBarConditionalFormatting;
|
|
648
|
+
}
|
|
649
|
+
export interface KPIConditionalFormatting {
|
|
650
|
+
ConditionalFormattingOptions?: KPIConditionalFormattingOption[];
|
|
651
|
+
}
|
|
652
|
+
export interface KPIVisual {
|
|
653
|
+
VisualId: string | undefined;
|
|
654
|
+
Title?: VisualTitleLabelOptions;
|
|
655
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
656
|
+
ChartConfiguration?: KPIConfiguration;
|
|
657
|
+
ConditionalFormatting?: KPIConditionalFormatting;
|
|
658
|
+
Actions?: VisualCustomAction[];
|
|
659
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
660
|
+
}
|
|
661
|
+
export declare enum LineInterpolation {
|
|
662
|
+
LINEAR = "LINEAR",
|
|
663
|
+
SMOOTH = "SMOOTH",
|
|
664
|
+
STEPPED = "STEPPED",
|
|
665
|
+
}
|
|
666
|
+
export declare enum LineChartLineStyle {
|
|
667
|
+
DASHED = "DASHED",
|
|
668
|
+
DOTTED = "DOTTED",
|
|
669
|
+
SOLID = "SOLID",
|
|
670
|
+
}
|
|
671
|
+
export interface LineChartLineStyleSettings {
|
|
672
|
+
LineVisibility?: Visibility | string;
|
|
673
|
+
LineInterpolation?: LineInterpolation | string;
|
|
674
|
+
LineStyle?: LineChartLineStyle | string;
|
|
675
|
+
LineWidth?: string;
|
|
676
|
+
}
|
|
677
|
+
export declare enum LineChartMarkerShape {
|
|
678
|
+
CIRCLE = "CIRCLE",
|
|
679
|
+
DIAMOND = "DIAMOND",
|
|
680
|
+
ROUNDED_SQUARE = "ROUNDED_SQUARE",
|
|
681
|
+
SQUARE = "SQUARE",
|
|
682
|
+
TRIANGLE = "TRIANGLE",
|
|
683
|
+
}
|
|
684
|
+
export interface LineChartMarkerStyleSettings {
|
|
685
|
+
MarkerVisibility?: Visibility | string;
|
|
686
|
+
MarkerShape?: LineChartMarkerShape | string;
|
|
687
|
+
MarkerSize?: string;
|
|
688
|
+
MarkerColor?: string;
|
|
689
|
+
}
|
|
690
|
+
export interface LineChartDefaultSeriesSettings {
|
|
691
|
+
AxisBinding?: AxisBinding | string;
|
|
692
|
+
LineStyleSettings?: LineChartLineStyleSettings;
|
|
693
|
+
MarkerStyleSettings?: LineChartMarkerStyleSettings;
|
|
694
|
+
}
|
|
695
|
+
export interface LineChartAggregatedFieldWells {
|
|
696
|
+
Category?: DimensionField[];
|
|
697
|
+
Values?: MeasureField[];
|
|
698
|
+
Colors?: DimensionField[];
|
|
699
|
+
SmallMultiples?: DimensionField[];
|
|
700
|
+
}
|
|
701
|
+
export interface LineChartFieldWells {
|
|
702
|
+
LineChartAggregatedFieldWells?: LineChartAggregatedFieldWells;
|
|
703
|
+
}
|
|
704
|
+
export interface TimeBasedForecastProperties {
|
|
705
|
+
PeriodsForward?: number;
|
|
706
|
+
PeriodsBackward?: number;
|
|
707
|
+
UpperBoundary?: number;
|
|
708
|
+
LowerBoundary?: number;
|
|
709
|
+
PredictionInterval?: number;
|
|
710
|
+
Seasonality?: number;
|
|
711
|
+
}
|
|
712
|
+
export interface WhatIfPointScenario {
|
|
713
|
+
Date: Date | undefined;
|
|
714
|
+
Value: number | undefined;
|
|
715
|
+
}
|
|
716
|
+
export interface WhatIfRangeScenario {
|
|
717
|
+
StartDate: Date | undefined;
|
|
718
|
+
EndDate: Date | undefined;
|
|
719
|
+
Value: number | undefined;
|
|
720
|
+
}
|
|
721
|
+
export interface ForecastScenario {
|
|
722
|
+
WhatIfPointScenario?: WhatIfPointScenario;
|
|
723
|
+
WhatIfRangeScenario?: WhatIfRangeScenario;
|
|
724
|
+
}
|
|
725
|
+
export interface ForecastConfiguration {
|
|
726
|
+
ForecastProperties?: TimeBasedForecastProperties;
|
|
727
|
+
Scenario?: ForecastScenario;
|
|
728
|
+
}
|
|
729
|
+
export declare enum MissingDataTreatmentOption {
|
|
730
|
+
INTERPOLATE = "INTERPOLATE",
|
|
731
|
+
SHOW_AS_BLANK = "SHOW_AS_BLANK",
|
|
732
|
+
SHOW_AS_ZERO = "SHOW_AS_ZERO",
|
|
733
|
+
}
|
|
734
|
+
export interface MissingDataConfiguration {
|
|
735
|
+
TreatmentOption?: MissingDataTreatmentOption | string;
|
|
736
|
+
}
|
|
737
|
+
export interface LineSeriesAxisDisplayOptions {
|
|
738
|
+
AxisOptions?: AxisDisplayOptions;
|
|
739
|
+
MissingDataConfigurations?: MissingDataConfiguration[];
|
|
740
|
+
}
|
|
741
|
+
export interface LineChartSeriesSettings {
|
|
742
|
+
LineStyleSettings?: LineChartLineStyleSettings;
|
|
743
|
+
MarkerStyleSettings?: LineChartMarkerStyleSettings;
|
|
744
|
+
}
|
|
745
|
+
export interface DataFieldSeriesItem {
|
|
746
|
+
FieldId: string | undefined;
|
|
747
|
+
FieldValue?: string;
|
|
748
|
+
AxisBinding: AxisBinding | string | undefined;
|
|
749
|
+
Settings?: LineChartSeriesSettings;
|
|
750
|
+
}
|
|
751
|
+
export interface FieldSeriesItem {
|
|
752
|
+
FieldId: string | undefined;
|
|
753
|
+
AxisBinding: AxisBinding | string | undefined;
|
|
754
|
+
Settings?: LineChartSeriesSettings;
|
|
755
|
+
}
|
|
756
|
+
export interface SeriesItem {
|
|
757
|
+
FieldSeriesItem?: FieldSeriesItem;
|
|
758
|
+
DataFieldSeriesItem?: DataFieldSeriesItem;
|
|
759
|
+
}
|
|
760
|
+
export interface LineChartSortConfiguration {
|
|
761
|
+
CategorySort?: FieldSortOptions[];
|
|
762
|
+
CategoryItemsLimitConfiguration?: ItemsLimitConfiguration;
|
|
763
|
+
ColorItemsLimitConfiguration?: ItemsLimitConfiguration;
|
|
764
|
+
SmallMultiplesSort?: FieldSortOptions[];
|
|
765
|
+
SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
|
|
766
|
+
}
|
|
767
|
+
export declare enum LineChartType {
|
|
768
|
+
AREA = "AREA",
|
|
769
|
+
LINE = "LINE",
|
|
770
|
+
STACKED_AREA = "STACKED_AREA",
|
|
771
|
+
}
|
|
772
|
+
export interface LineChartConfiguration {
|
|
773
|
+
FieldWells?: LineChartFieldWells;
|
|
774
|
+
SortConfiguration?: LineChartSortConfiguration;
|
|
775
|
+
ForecastConfigurations?: ForecastConfiguration[];
|
|
776
|
+
Type?: LineChartType | string;
|
|
777
|
+
SmallMultiplesOptions?: SmallMultiplesOptions;
|
|
778
|
+
XAxisDisplayOptions?: AxisDisplayOptions;
|
|
779
|
+
XAxisLabelOptions?: ChartAxisLabelOptions;
|
|
780
|
+
PrimaryYAxisDisplayOptions?: LineSeriesAxisDisplayOptions;
|
|
781
|
+
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
782
|
+
SecondaryYAxisDisplayOptions?: LineSeriesAxisDisplayOptions;
|
|
783
|
+
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
784
|
+
DefaultSeriesSettings?: LineChartDefaultSeriesSettings;
|
|
785
|
+
Series?: SeriesItem[];
|
|
786
|
+
Legend?: LegendOptions;
|
|
787
|
+
DataLabels?: DataLabelOptions;
|
|
788
|
+
ReferenceLines?: ReferenceLine[];
|
|
789
|
+
Tooltip?: TooltipOptions;
|
|
790
|
+
ContributionAnalysisDefaults?: ContributionAnalysisDefault[];
|
|
791
|
+
VisualPalette?: VisualPalette;
|
|
792
|
+
}
|
|
793
|
+
export interface LineChartVisual {
|
|
794
|
+
VisualId: string | undefined;
|
|
795
|
+
Title?: VisualTitleLabelOptions;
|
|
796
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
797
|
+
ChartConfiguration?: LineChartConfiguration;
|
|
798
|
+
Actions?: VisualCustomAction[];
|
|
799
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
800
|
+
}
|
|
801
|
+
export declare enum ArcThickness {
|
|
802
|
+
LARGE = "LARGE",
|
|
803
|
+
MEDIUM = "MEDIUM",
|
|
804
|
+
SMALL = "SMALL",
|
|
805
|
+
WHOLE = "WHOLE",
|
|
806
|
+
}
|
|
807
|
+
export interface ArcOptions {
|
|
808
|
+
ArcThickness?: ArcThickness | string;
|
|
809
|
+
}
|
|
810
|
+
export interface DonutCenterOptions {
|
|
811
|
+
LabelVisibility?: Visibility | string;
|
|
812
|
+
}
|
|
813
|
+
export interface DonutOptions {
|
|
814
|
+
ArcOptions?: ArcOptions;
|
|
815
|
+
DonutCenterOptions?: DonutCenterOptions;
|
|
816
|
+
}
|
|
817
|
+
export interface PieChartAggregatedFieldWells {
|
|
818
|
+
Category?: DimensionField[];
|
|
819
|
+
Values?: MeasureField[];
|
|
820
|
+
SmallMultiples?: DimensionField[];
|
|
821
|
+
}
|
|
822
|
+
export interface PieChartFieldWells {
|
|
823
|
+
PieChartAggregatedFieldWells?: PieChartAggregatedFieldWells;
|
|
824
|
+
}
|
|
825
|
+
export interface PieChartSortConfiguration {
|
|
826
|
+
CategorySort?: FieldSortOptions[];
|
|
827
|
+
CategoryItemsLimit?: ItemsLimitConfiguration;
|
|
828
|
+
SmallMultiplesSort?: FieldSortOptions[];
|
|
829
|
+
SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
|
|
830
|
+
}
|
|
831
|
+
export interface PieChartConfiguration {
|
|
832
|
+
FieldWells?: PieChartFieldWells;
|
|
833
|
+
SortConfiguration?: PieChartSortConfiguration;
|
|
834
|
+
DonutOptions?: DonutOptions;
|
|
835
|
+
SmallMultiplesOptions?: SmallMultiplesOptions;
|
|
836
|
+
CategoryLabelOptions?: ChartAxisLabelOptions;
|
|
837
|
+
ValueLabelOptions?: ChartAxisLabelOptions;
|
|
838
|
+
Legend?: LegendOptions;
|
|
839
|
+
DataLabels?: DataLabelOptions;
|
|
840
|
+
Tooltip?: TooltipOptions;
|
|
841
|
+
VisualPalette?: VisualPalette;
|
|
842
|
+
ContributionAnalysisDefaults?: ContributionAnalysisDefault[];
|
|
843
|
+
}
|
|
844
|
+
export interface PieChartVisual {
|
|
845
|
+
VisualId: string | undefined;
|
|
846
|
+
Title?: VisualTitleLabelOptions;
|
|
847
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
848
|
+
ChartConfiguration?: PieChartConfiguration;
|
|
849
|
+
Actions?: VisualCustomAction[];
|
|
850
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
851
|
+
}
|
|
852
|
+
export interface PivotTableDataPathOption {
|
|
853
|
+
DataPathList: DataPathValue[] | undefined;
|
|
854
|
+
Width?: string;
|
|
855
|
+
}
|
|
856
|
+
export interface PivotTableFieldOption {
|
|
857
|
+
FieldId: string | undefined;
|
|
858
|
+
CustomLabel?: string;
|
|
859
|
+
Visibility?: Visibility | string;
|
|
860
|
+
}
|
|
861
|
+
export interface PivotTableFieldOptions {
|
|
862
|
+
SelectedFieldOptions?: PivotTableFieldOption[];
|
|
863
|
+
DataPathOptions?: PivotTableDataPathOption[];
|
|
864
|
+
}
|
|
865
|
+
export interface PivotTableAggregatedFieldWells {
|
|
866
|
+
Rows?: DimensionField[];
|
|
867
|
+
Columns?: DimensionField[];
|
|
868
|
+
Values?: MeasureField[];
|
|
869
|
+
}
|
|
870
|
+
export interface PivotTableFieldWells {
|
|
871
|
+
PivotTableAggregatedFieldWells?: PivotTableAggregatedFieldWells;
|
|
872
|
+
}
|
|
873
|
+
export interface PivotTablePaginatedReportOptions {
|
|
874
|
+
VerticalOverflowVisibility?: Visibility | string;
|
|
875
|
+
OverflowColumnHeaderVisibility?: Visibility | string;
|
|
876
|
+
}
|
|
877
|
+
export interface DataPathSort {
|
|
878
|
+
Direction: SortDirection | string | undefined;
|
|
879
|
+
SortPaths: DataPathValue[] | undefined;
|
|
880
|
+
}
|
|
881
|
+
export interface PivotTableSortBy {
|
|
882
|
+
Field?: FieldSort;
|
|
883
|
+
Column?: ColumnSort;
|
|
884
|
+
DataPath?: DataPathSort;
|
|
885
|
+
}
|
|
886
|
+
export interface PivotFieldSortOptions {
|
|
887
|
+
FieldId: string | undefined;
|
|
888
|
+
SortBy: PivotTableSortBy | undefined;
|
|
889
|
+
}
|
|
890
|
+
export interface PivotTableSortConfiguration {
|
|
891
|
+
FieldSortOptions?: PivotFieldSortOptions[];
|
|
892
|
+
}
|
|
893
|
+
export declare enum TableBorderStyle {
|
|
894
|
+
NONE = "NONE",
|
|
895
|
+
SOLID = "SOLID",
|
|
896
|
+
}
|
|
897
|
+
export interface TableBorderOptions {
|
|
898
|
+
Color?: string;
|
|
899
|
+
Thickness?: number;
|
|
900
|
+
Style?: TableBorderStyle | string;
|
|
901
|
+
}
|
|
902
|
+
export interface TableSideBorderOptions {
|
|
903
|
+
InnerVertical?: TableBorderOptions;
|
|
904
|
+
InnerHorizontal?: TableBorderOptions;
|
|
905
|
+
Left?: TableBorderOptions;
|
|
906
|
+
Right?: TableBorderOptions;
|
|
907
|
+
Top?: TableBorderOptions;
|
|
908
|
+
Bottom?: TableBorderOptions;
|
|
909
|
+
}
|
|
910
|
+
export interface GlobalTableBorderOptions {
|
|
911
|
+
UniformBorder?: TableBorderOptions;
|
|
912
|
+
SideSpecificBorder?: TableSideBorderOptions;
|
|
913
|
+
}
|
|
914
|
+
export declare enum TextWrap {
|
|
915
|
+
NONE = "NONE",
|
|
916
|
+
WRAP = "WRAP",
|
|
917
|
+
}
|
|
918
|
+
export declare enum VerticalTextAlignment {
|
|
919
|
+
BOTTOM = "BOTTOM",
|
|
920
|
+
MIDDLE = "MIDDLE",
|
|
921
|
+
TOP = "TOP",
|
|
922
|
+
}
|
|
923
|
+
export interface TableCellStyle {
|
|
924
|
+
Visibility?: Visibility | string;
|
|
925
|
+
FontConfiguration?: FontConfiguration;
|
|
926
|
+
TextWrap?: TextWrap | string;
|
|
927
|
+
HorizontalTextAlignment?: HorizontalTextAlignment | string;
|
|
928
|
+
VerticalTextAlignment?: VerticalTextAlignment | string;
|
|
929
|
+
BackgroundColor?: string;
|
|
930
|
+
Height?: number;
|
|
931
|
+
Border?: GlobalTableBorderOptions;
|
|
932
|
+
}
|
|
933
|
+
export declare enum PivotTableMetricPlacement {
|
|
934
|
+
COLUMN = "COLUMN",
|
|
935
|
+
ROW = "ROW",
|
|
936
|
+
}
|
|
937
|
+
export interface RowAlternateColorOptions {
|
|
938
|
+
Status?: WidgetStatus | string;
|
|
939
|
+
RowAlternateColors?: string[];
|
|
940
|
+
}
|
|
941
|
+
export interface PivotTableOptions {
|
|
942
|
+
MetricPlacement?: PivotTableMetricPlacement | string;
|
|
943
|
+
SingleMetricVisibility?: Visibility | string;
|
|
944
|
+
ColumnNamesVisibility?: Visibility | string;
|
|
945
|
+
ToggleButtonsVisibility?: Visibility | string;
|
|
946
|
+
ColumnHeaderStyle?: TableCellStyle;
|
|
947
|
+
RowHeaderStyle?: TableCellStyle;
|
|
948
|
+
CellStyle?: TableCellStyle;
|
|
949
|
+
RowFieldNamesStyle?: TableCellStyle;
|
|
950
|
+
RowAlternateColorOptions?: RowAlternateColorOptions;
|
|
951
|
+
}
|
|
952
|
+
export declare enum PivotTableSubtotalLevel {
|
|
106
953
|
ALL = "ALL",
|
|
107
954
|
CUSTOM = "CUSTOM",
|
|
108
|
-
|
|
955
|
+
LAST = "LAST",
|
|
956
|
+
}
|
|
957
|
+
export interface PivotTableFieldSubtotalOptions {
|
|
958
|
+
FieldId?: string;
|
|
959
|
+
}
|
|
960
|
+
export interface SubtotalOptions {
|
|
961
|
+
TotalsVisibility?: Visibility | string;
|
|
962
|
+
CustomLabel?: string;
|
|
963
|
+
FieldLevel?: PivotTableSubtotalLevel | string;
|
|
964
|
+
FieldLevelOptions?: PivotTableFieldSubtotalOptions[];
|
|
965
|
+
TotalCellStyle?: TableCellStyle;
|
|
966
|
+
ValueCellStyle?: TableCellStyle;
|
|
967
|
+
MetricHeaderCellStyle?: TableCellStyle;
|
|
968
|
+
}
|
|
969
|
+
export declare enum TableTotalsPlacement {
|
|
970
|
+
END = "END",
|
|
971
|
+
START = "START",
|
|
972
|
+
}
|
|
973
|
+
export declare enum TableTotalsScrollStatus {
|
|
974
|
+
PINNED = "PINNED",
|
|
975
|
+
SCROLLED = "SCROLLED",
|
|
976
|
+
}
|
|
977
|
+
export interface PivotTotalOptions {
|
|
978
|
+
TotalsVisibility?: Visibility | string;
|
|
979
|
+
Placement?: TableTotalsPlacement | string;
|
|
980
|
+
ScrollStatus?: TableTotalsScrollStatus | string;
|
|
981
|
+
CustomLabel?: string;
|
|
982
|
+
TotalCellStyle?: TableCellStyle;
|
|
983
|
+
ValueCellStyle?: TableCellStyle;
|
|
984
|
+
MetricHeaderCellStyle?: TableCellStyle;
|
|
985
|
+
}
|
|
986
|
+
export interface PivotTableTotalOptions {
|
|
987
|
+
RowSubtotalOptions?: SubtotalOptions;
|
|
988
|
+
ColumnSubtotalOptions?: SubtotalOptions;
|
|
989
|
+
RowTotalOptions?: PivotTotalOptions;
|
|
990
|
+
ColumnTotalOptions?: PivotTotalOptions;
|
|
991
|
+
}
|
|
992
|
+
export interface PivotTableConfiguration {
|
|
993
|
+
FieldWells?: PivotTableFieldWells;
|
|
994
|
+
SortConfiguration?: PivotTableSortConfiguration;
|
|
995
|
+
TableOptions?: PivotTableOptions;
|
|
996
|
+
TotalOptions?: PivotTableTotalOptions;
|
|
997
|
+
FieldOptions?: PivotTableFieldOptions;
|
|
998
|
+
PaginatedReportOptions?: PivotTablePaginatedReportOptions;
|
|
999
|
+
}
|
|
1000
|
+
export declare enum PivotTableConditionalFormattingScopeRole {
|
|
1001
|
+
FIELD = "FIELD",
|
|
1002
|
+
FIELD_TOTAL = "FIELD_TOTAL",
|
|
1003
|
+
GRAND_TOTAL = "GRAND_TOTAL",
|
|
1004
|
+
}
|
|
1005
|
+
export interface PivotTableConditionalFormattingScope {
|
|
1006
|
+
Role?: PivotTableConditionalFormattingScopeRole | string;
|
|
1007
|
+
}
|
|
1008
|
+
export interface TextConditionalFormat {
|
|
1009
|
+
BackgroundColor?: ConditionalFormattingColor;
|
|
1010
|
+
TextColor?: ConditionalFormattingColor;
|
|
1011
|
+
Icon?: ConditionalFormattingIcon;
|
|
1012
|
+
}
|
|
1013
|
+
export interface PivotTableCellConditionalFormatting {
|
|
1014
|
+
FieldId: string | undefined;
|
|
1015
|
+
TextFormat?: TextConditionalFormat;
|
|
1016
|
+
Scope?: PivotTableConditionalFormattingScope;
|
|
1017
|
+
}
|
|
1018
|
+
export interface PivotTableConditionalFormattingOption {
|
|
1019
|
+
Cell?: PivotTableCellConditionalFormatting;
|
|
1020
|
+
}
|
|
1021
|
+
export interface PivotTableConditionalFormatting {
|
|
1022
|
+
ConditionalFormattingOptions?: PivotTableConditionalFormattingOption[];
|
|
1023
|
+
}
|
|
1024
|
+
export interface PivotTableVisual {
|
|
1025
|
+
VisualId: string | undefined;
|
|
1026
|
+
Title?: VisualTitleLabelOptions;
|
|
1027
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
1028
|
+
ChartConfiguration?: PivotTableConfiguration;
|
|
1029
|
+
ConditionalFormatting?: PivotTableConditionalFormatting;
|
|
1030
|
+
Actions?: VisualCustomAction[];
|
|
1031
|
+
}
|
|
1032
|
+
export interface SankeyDiagramAggregatedFieldWells {
|
|
1033
|
+
Source?: DimensionField[];
|
|
1034
|
+
Destination?: DimensionField[];
|
|
1035
|
+
Weight?: MeasureField[];
|
|
1036
|
+
}
|
|
1037
|
+
export interface SankeyDiagramFieldWells {
|
|
1038
|
+
SankeyDiagramAggregatedFieldWells?: SankeyDiagramAggregatedFieldWells;
|
|
1039
|
+
}
|
|
1040
|
+
export interface SankeyDiagramSortConfiguration {
|
|
1041
|
+
WeightSort?: FieldSortOptions[];
|
|
1042
|
+
SourceItemsLimit?: ItemsLimitConfiguration;
|
|
1043
|
+
DestinationItemsLimit?: ItemsLimitConfiguration;
|
|
1044
|
+
}
|
|
1045
|
+
export interface SankeyDiagramChartConfiguration {
|
|
1046
|
+
FieldWells?: SankeyDiagramFieldWells;
|
|
1047
|
+
SortConfiguration?: SankeyDiagramSortConfiguration;
|
|
1048
|
+
DataLabels?: DataLabelOptions;
|
|
1049
|
+
}
|
|
1050
|
+
export interface SankeyDiagramVisual {
|
|
1051
|
+
VisualId: string | undefined;
|
|
1052
|
+
Title?: VisualTitleLabelOptions;
|
|
1053
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
1054
|
+
ChartConfiguration?: SankeyDiagramChartConfiguration;
|
|
1055
|
+
Actions?: VisualCustomAction[];
|
|
1056
|
+
}
|
|
1057
|
+
export interface ScatterPlotCategoricallyAggregatedFieldWells {
|
|
1058
|
+
XAxis?: MeasureField[];
|
|
1059
|
+
YAxis?: MeasureField[];
|
|
1060
|
+
Category?: DimensionField[];
|
|
1061
|
+
Size?: MeasureField[];
|
|
1062
|
+
}
|
|
1063
|
+
export interface ScatterPlotUnaggregatedFieldWells {
|
|
1064
|
+
XAxis?: DimensionField[];
|
|
1065
|
+
YAxis?: DimensionField[];
|
|
1066
|
+
Size?: MeasureField[];
|
|
1067
|
+
}
|
|
1068
|
+
export interface ScatterPlotFieldWells {
|
|
1069
|
+
ScatterPlotCategoricallyAggregatedFieldWells?: ScatterPlotCategoricallyAggregatedFieldWells;
|
|
1070
|
+
ScatterPlotUnaggregatedFieldWells?: ScatterPlotUnaggregatedFieldWells;
|
|
1071
|
+
}
|
|
1072
|
+
export interface ScatterPlotConfiguration {
|
|
1073
|
+
FieldWells?: ScatterPlotFieldWells;
|
|
1074
|
+
XAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1075
|
+
XAxisDisplayOptions?: AxisDisplayOptions;
|
|
1076
|
+
YAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1077
|
+
YAxisDisplayOptions?: AxisDisplayOptions;
|
|
1078
|
+
Legend?: LegendOptions;
|
|
1079
|
+
DataLabels?: DataLabelOptions;
|
|
1080
|
+
Tooltip?: TooltipOptions;
|
|
1081
|
+
VisualPalette?: VisualPalette;
|
|
1082
|
+
}
|
|
1083
|
+
export interface ScatterPlotVisual {
|
|
1084
|
+
VisualId: string | undefined;
|
|
1085
|
+
Title?: VisualTitleLabelOptions;
|
|
1086
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
1087
|
+
ChartConfiguration?: ScatterPlotConfiguration;
|
|
1088
|
+
Actions?: VisualCustomAction[];
|
|
1089
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
1090
|
+
}
|
|
1091
|
+
export declare enum TableCellImageScalingConfiguration {
|
|
1092
|
+
DO_NOT_SCALE = "DO_NOT_SCALE",
|
|
1093
|
+
FIT_TO_CELL_HEIGHT = "FIT_TO_CELL_HEIGHT",
|
|
1094
|
+
FIT_TO_CELL_WIDTH = "FIT_TO_CELL_WIDTH",
|
|
1095
|
+
}
|
|
1096
|
+
export interface TableCellImageSizingConfiguration {
|
|
1097
|
+
TableCellImageScalingConfiguration?:
|
|
1098
|
+
| TableCellImageScalingConfiguration
|
|
1099
|
+
| string;
|
|
1100
|
+
}
|
|
1101
|
+
export interface TableFieldImageConfiguration {
|
|
1102
|
+
SizingOptions?: TableCellImageSizingConfiguration;
|
|
1103
|
+
}
|
|
1104
|
+
export declare enum TableFieldIconSetType {
|
|
1105
|
+
LINK = "LINK",
|
|
1106
|
+
}
|
|
1107
|
+
export interface TableFieldCustomIconContent {
|
|
1108
|
+
Icon?: TableFieldIconSetType | string;
|
|
1109
|
+
}
|
|
1110
|
+
export interface TableFieldCustomTextContent {
|
|
1111
|
+
Value?: string;
|
|
1112
|
+
FontConfiguration: FontConfiguration | undefined;
|
|
1113
|
+
}
|
|
1114
|
+
export interface TableFieldLinkContentConfiguration {
|
|
1115
|
+
CustomTextContent?: TableFieldCustomTextContent;
|
|
1116
|
+
CustomIconContent?: TableFieldCustomIconContent;
|
|
1117
|
+
}
|
|
1118
|
+
export interface TableFieldLinkConfiguration {
|
|
1119
|
+
Target: URLTargetConfiguration | string | undefined;
|
|
1120
|
+
Content: TableFieldLinkContentConfiguration | undefined;
|
|
1121
|
+
}
|
|
1122
|
+
export interface TableFieldURLConfiguration {
|
|
1123
|
+
LinkConfiguration?: TableFieldLinkConfiguration;
|
|
1124
|
+
ImageConfiguration?: TableFieldImageConfiguration;
|
|
1125
|
+
}
|
|
1126
|
+
export interface TableFieldOption {
|
|
1127
|
+
FieldId: string | undefined;
|
|
1128
|
+
Width?: string;
|
|
1129
|
+
CustomLabel?: string;
|
|
1130
|
+
Visibility?: Visibility | string;
|
|
1131
|
+
URLStyling?: TableFieldURLConfiguration;
|
|
1132
|
+
}
|
|
1133
|
+
export interface TableFieldOptions {
|
|
1134
|
+
SelectedFieldOptions?: TableFieldOption[];
|
|
1135
|
+
Order?: string[];
|
|
1136
|
+
}
|
|
1137
|
+
export interface TableAggregatedFieldWells {
|
|
1138
|
+
GroupBy?: DimensionField[];
|
|
1139
|
+
Values?: MeasureField[];
|
|
1140
|
+
}
|
|
1141
|
+
export interface UnaggregatedField {
|
|
1142
|
+
FieldId: string | undefined;
|
|
1143
|
+
Column: ColumnIdentifier | undefined;
|
|
1144
|
+
FormatConfiguration?: FormatConfiguration;
|
|
1145
|
+
}
|
|
1146
|
+
export interface TableUnaggregatedFieldWells {
|
|
1147
|
+
Values?: UnaggregatedField[];
|
|
1148
|
+
}
|
|
1149
|
+
export interface TableFieldWells {
|
|
1150
|
+
TableAggregatedFieldWells?: TableAggregatedFieldWells;
|
|
1151
|
+
TableUnaggregatedFieldWells?: TableUnaggregatedFieldWells;
|
|
1152
|
+
}
|
|
1153
|
+
export interface TablePaginatedReportOptions {
|
|
1154
|
+
VerticalOverflowVisibility?: Visibility | string;
|
|
1155
|
+
OverflowColumnHeaderVisibility?: Visibility | string;
|
|
1156
|
+
}
|
|
1157
|
+
export interface TableSortConfiguration {
|
|
1158
|
+
RowSort?: FieldSortOptions[];
|
|
1159
|
+
PaginationConfiguration?: PaginationConfiguration;
|
|
1160
|
+
}
|
|
1161
|
+
export declare enum TableOrientation {
|
|
1162
|
+
HORIZONTAL = "HORIZONTAL",
|
|
1163
|
+
VERTICAL = "VERTICAL",
|
|
1164
|
+
}
|
|
1165
|
+
export interface TableOptions {
|
|
1166
|
+
Orientation?: TableOrientation | string;
|
|
1167
|
+
HeaderStyle?: TableCellStyle;
|
|
1168
|
+
CellStyle?: TableCellStyle;
|
|
1169
|
+
RowAlternateColorOptions?: RowAlternateColorOptions;
|
|
1170
|
+
}
|
|
1171
|
+
export interface TotalOptions {
|
|
1172
|
+
TotalsVisibility?: Visibility | string;
|
|
1173
|
+
Placement?: TableTotalsPlacement | string;
|
|
1174
|
+
ScrollStatus?: TableTotalsScrollStatus | string;
|
|
1175
|
+
CustomLabel?: string;
|
|
1176
|
+
TotalCellStyle?: TableCellStyle;
|
|
1177
|
+
}
|
|
1178
|
+
export interface TableConfiguration {
|
|
1179
|
+
FieldWells?: TableFieldWells;
|
|
1180
|
+
SortConfiguration?: TableSortConfiguration;
|
|
1181
|
+
TableOptions?: TableOptions;
|
|
1182
|
+
TotalOptions?: TotalOptions;
|
|
1183
|
+
FieldOptions?: TableFieldOptions;
|
|
1184
|
+
PaginatedReportOptions?: TablePaginatedReportOptions;
|
|
1185
|
+
}
|
|
1186
|
+
export interface TableCellConditionalFormatting {
|
|
1187
|
+
FieldId: string | undefined;
|
|
1188
|
+
TextFormat?: TextConditionalFormat;
|
|
1189
|
+
}
|
|
1190
|
+
export interface TableRowConditionalFormatting {
|
|
1191
|
+
BackgroundColor?: ConditionalFormattingColor;
|
|
1192
|
+
TextColor?: ConditionalFormattingColor;
|
|
1193
|
+
}
|
|
1194
|
+
export interface TableConditionalFormattingOption {
|
|
1195
|
+
Cell?: TableCellConditionalFormatting;
|
|
1196
|
+
Row?: TableRowConditionalFormatting;
|
|
1197
|
+
}
|
|
1198
|
+
export interface TableConditionalFormatting {
|
|
1199
|
+
ConditionalFormattingOptions?: TableConditionalFormattingOption[];
|
|
1200
|
+
}
|
|
1201
|
+
export interface TableVisual {
|
|
1202
|
+
VisualId: string | undefined;
|
|
1203
|
+
Title?: VisualTitleLabelOptions;
|
|
1204
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
1205
|
+
ChartConfiguration?: TableConfiguration;
|
|
1206
|
+
ConditionalFormatting?: TableConditionalFormatting;
|
|
1207
|
+
Actions?: VisualCustomAction[];
|
|
1208
|
+
}
|
|
1209
|
+
export interface TreeMapAggregatedFieldWells {
|
|
1210
|
+
Groups?: DimensionField[];
|
|
1211
|
+
Sizes?: MeasureField[];
|
|
1212
|
+
Colors?: MeasureField[];
|
|
1213
|
+
}
|
|
1214
|
+
export interface TreeMapFieldWells {
|
|
1215
|
+
TreeMapAggregatedFieldWells?: TreeMapAggregatedFieldWells;
|
|
1216
|
+
}
|
|
1217
|
+
export interface TreeMapSortConfiguration {
|
|
1218
|
+
TreeMapSort?: FieldSortOptions[];
|
|
1219
|
+
TreeMapGroupItemsLimitConfiguration?: ItemsLimitConfiguration;
|
|
1220
|
+
}
|
|
1221
|
+
export interface TreeMapConfiguration {
|
|
1222
|
+
FieldWells?: TreeMapFieldWells;
|
|
1223
|
+
SortConfiguration?: TreeMapSortConfiguration;
|
|
1224
|
+
GroupLabelOptions?: ChartAxisLabelOptions;
|
|
1225
|
+
SizeLabelOptions?: ChartAxisLabelOptions;
|
|
1226
|
+
ColorLabelOptions?: ChartAxisLabelOptions;
|
|
1227
|
+
ColorScale?: ColorScale;
|
|
1228
|
+
Legend?: LegendOptions;
|
|
1229
|
+
DataLabels?: DataLabelOptions;
|
|
1230
|
+
Tooltip?: TooltipOptions;
|
|
1231
|
+
}
|
|
1232
|
+
export interface TreeMapVisual {
|
|
1233
|
+
VisualId: string | undefined;
|
|
1234
|
+
Title?: VisualTitleLabelOptions;
|
|
1235
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
1236
|
+
ChartConfiguration?: TreeMapConfiguration;
|
|
1237
|
+
Actions?: VisualCustomAction[];
|
|
1238
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
1239
|
+
}
|
|
1240
|
+
export interface WaterfallChartAggregatedFieldWells {
|
|
1241
|
+
Categories?: DimensionField[];
|
|
1242
|
+
Values?: MeasureField[];
|
|
1243
|
+
Breakdowns?: DimensionField[];
|
|
1244
|
+
}
|
|
1245
|
+
export interface WaterfallChartFieldWells {
|
|
1246
|
+
WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
|
|
1247
|
+
}
|
|
1248
|
+
export interface WaterfallChartSortConfiguration {
|
|
1249
|
+
CategorySort?: FieldSortOptions[];
|
|
1250
|
+
BreakdownItemsLimit?: ItemsLimitConfiguration;
|
|
1251
|
+
}
|
|
1252
|
+
export interface WaterfallChartOptions {
|
|
1253
|
+
TotalBarLabel?: string;
|
|
1254
|
+
}
|
|
1255
|
+
export interface WaterfallChartConfiguration {
|
|
1256
|
+
FieldWells?: WaterfallChartFieldWells;
|
|
1257
|
+
SortConfiguration?: WaterfallChartSortConfiguration;
|
|
1258
|
+
WaterfallChartOptions?: WaterfallChartOptions;
|
|
1259
|
+
CategoryAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1260
|
+
CategoryAxisDisplayOptions?: AxisDisplayOptions;
|
|
1261
|
+
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1262
|
+
PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
1263
|
+
Legend?: LegendOptions;
|
|
1264
|
+
DataLabels?: DataLabelOptions;
|
|
1265
|
+
VisualPalette?: VisualPalette;
|
|
1266
|
+
}
|
|
1267
|
+
export interface WaterfallVisual {
|
|
1268
|
+
VisualId: string | undefined;
|
|
1269
|
+
Title?: VisualTitleLabelOptions;
|
|
1270
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
1271
|
+
ChartConfiguration?: WaterfallChartConfiguration;
|
|
1272
|
+
Actions?: VisualCustomAction[];
|
|
1273
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
1274
|
+
}
|
|
1275
|
+
export interface WordCloudAggregatedFieldWells {
|
|
1276
|
+
GroupBy?: DimensionField[];
|
|
1277
|
+
Size?: MeasureField[];
|
|
1278
|
+
}
|
|
1279
|
+
export interface WordCloudFieldWells {
|
|
1280
|
+
WordCloudAggregatedFieldWells?: WordCloudAggregatedFieldWells;
|
|
1281
|
+
}
|
|
1282
|
+
export interface WordCloudSortConfiguration {
|
|
1283
|
+
CategoryItemsLimit?: ItemsLimitConfiguration;
|
|
1284
|
+
CategorySort?: FieldSortOptions[];
|
|
1285
|
+
}
|
|
1286
|
+
export declare enum WordCloudCloudLayout {
|
|
1287
|
+
FLUID = "FLUID",
|
|
1288
|
+
NORMAL = "NORMAL",
|
|
1289
|
+
}
|
|
1290
|
+
export declare enum WordCloudWordCasing {
|
|
1291
|
+
EXISTING_CASE = "EXISTING_CASE",
|
|
1292
|
+
LOWER_CASE = "LOWER_CASE",
|
|
1293
|
+
}
|
|
1294
|
+
export declare enum WordCloudWordOrientation {
|
|
1295
|
+
HORIZONTAL = "HORIZONTAL",
|
|
1296
|
+
HORIZONTAL_AND_VERTICAL = "HORIZONTAL_AND_VERTICAL",
|
|
1297
|
+
}
|
|
1298
|
+
export declare enum WordCloudWordPadding {
|
|
1299
|
+
LARGE = "LARGE",
|
|
1300
|
+
MEDIUM = "MEDIUM",
|
|
1301
|
+
NONE = "NONE",
|
|
1302
|
+
SMALL = "SMALL",
|
|
1303
|
+
}
|
|
1304
|
+
export declare enum WordCloudWordScaling {
|
|
1305
|
+
EMPHASIZE = "EMPHASIZE",
|
|
1306
|
+
NORMAL = "NORMAL",
|
|
1307
|
+
}
|
|
1308
|
+
export interface WordCloudOptions {
|
|
1309
|
+
WordOrientation?: WordCloudWordOrientation | string;
|
|
1310
|
+
WordScaling?: WordCloudWordScaling | string;
|
|
1311
|
+
CloudLayout?: WordCloudCloudLayout | string;
|
|
1312
|
+
WordCasing?: WordCloudWordCasing | string;
|
|
1313
|
+
WordPadding?: WordCloudWordPadding | string;
|
|
1314
|
+
MaximumStringLength?: number;
|
|
1315
|
+
}
|
|
1316
|
+
export interface WordCloudChartConfiguration {
|
|
1317
|
+
FieldWells?: WordCloudFieldWells;
|
|
1318
|
+
SortConfiguration?: WordCloudSortConfiguration;
|
|
1319
|
+
CategoryLabelOptions?: ChartAxisLabelOptions;
|
|
1320
|
+
WordCloudOptions?: WordCloudOptions;
|
|
1321
|
+
}
|
|
1322
|
+
export interface WordCloudVisual {
|
|
1323
|
+
VisualId: string | undefined;
|
|
1324
|
+
Title?: VisualTitleLabelOptions;
|
|
1325
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
1326
|
+
ChartConfiguration?: WordCloudChartConfiguration;
|
|
1327
|
+
Actions?: VisualCustomAction[];
|
|
1328
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
1329
|
+
}
|
|
1330
|
+
export interface Visual {
|
|
1331
|
+
TableVisual?: TableVisual;
|
|
1332
|
+
PivotTableVisual?: PivotTableVisual;
|
|
1333
|
+
BarChartVisual?: BarChartVisual;
|
|
1334
|
+
KPIVisual?: KPIVisual;
|
|
1335
|
+
PieChartVisual?: PieChartVisual;
|
|
1336
|
+
GaugeChartVisual?: GaugeChartVisual;
|
|
1337
|
+
LineChartVisual?: LineChartVisual;
|
|
1338
|
+
HeatMapVisual?: HeatMapVisual;
|
|
1339
|
+
TreeMapVisual?: TreeMapVisual;
|
|
1340
|
+
GeospatialMapVisual?: GeospatialMapVisual;
|
|
1341
|
+
FilledMapVisual?: FilledMapVisual;
|
|
1342
|
+
FunnelChartVisual?: FunnelChartVisual;
|
|
1343
|
+
ScatterPlotVisual?: ScatterPlotVisual;
|
|
1344
|
+
ComboChartVisual?: ComboChartVisual;
|
|
1345
|
+
BoxPlotVisual?: BoxPlotVisual;
|
|
1346
|
+
WaterfallVisual?: WaterfallVisual;
|
|
1347
|
+
HistogramVisual?: HistogramVisual;
|
|
1348
|
+
WordCloudVisual?: WordCloudVisual;
|
|
1349
|
+
InsightVisual?: InsightVisual;
|
|
1350
|
+
SankeyDiagramVisual?: SankeyDiagramVisual;
|
|
1351
|
+
CustomContentVisual?: CustomContentVisual;
|
|
1352
|
+
EmptyVisual?: EmptyVisual;
|
|
1353
|
+
}
|
|
1354
|
+
export interface SheetDefinition {
|
|
1355
|
+
SheetId: string | undefined;
|
|
1356
|
+
Title?: string;
|
|
1357
|
+
Description?: string;
|
|
1358
|
+
Name?: string;
|
|
1359
|
+
ParameterControls?: ParameterControl[];
|
|
1360
|
+
FilterControls?: FilterControl[];
|
|
1361
|
+
Visuals?: Visual[];
|
|
1362
|
+
TextBoxes?: SheetTextBox[];
|
|
1363
|
+
Layouts?: Layout[];
|
|
1364
|
+
SheetControlLayouts?: SheetControlLayout[];
|
|
1365
|
+
ContentType?: SheetContentType | string;
|
|
1366
|
+
}
|
|
1367
|
+
export interface AnalysisDefinition {
|
|
1368
|
+
DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
|
|
1369
|
+
Sheets?: SheetDefinition[];
|
|
1370
|
+
CalculatedFields?: CalculatedField[];
|
|
1371
|
+
ParameterDeclarations?: ParameterDeclaration[];
|
|
1372
|
+
FilterGroups?: FilterGroup[];
|
|
1373
|
+
ColumnConfigurations?: ColumnConfiguration[];
|
|
1374
|
+
AnalysisDefaults?: AnalysisDefaults;
|
|
1375
|
+
}
|
|
1376
|
+
export declare enum AnalysisFilterAttribute {
|
|
1377
|
+
ANALYSIS_NAME = "ANALYSIS_NAME",
|
|
1378
|
+
DIRECT_QUICKSIGHT_OWNER = "DIRECT_QUICKSIGHT_OWNER",
|
|
1379
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER = "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
1380
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
1381
|
+
QUICKSIGHT_OWNER = "QUICKSIGHT_OWNER",
|
|
1382
|
+
QUICKSIGHT_USER = "QUICKSIGHT_USER",
|
|
1383
|
+
QUICKSIGHT_VIEWER_OR_OWNER = "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
109
1384
|
}
|
|
110
|
-
export declare enum
|
|
111
|
-
|
|
1385
|
+
export declare enum FilterOperator {
|
|
1386
|
+
StringEquals = "StringEquals",
|
|
1387
|
+
StringLike = "StringLike",
|
|
112
1388
|
}
|
|
113
|
-
export interface
|
|
114
|
-
|
|
115
|
-
|
|
1389
|
+
export interface AnalysisSearchFilter {
|
|
1390
|
+
Operator?: FilterOperator | string;
|
|
1391
|
+
Name?: AnalysisFilterAttribute | string;
|
|
1392
|
+
Value?: string;
|
|
116
1393
|
}
|
|
117
|
-
export interface
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
Errors?: ThemeError[];
|
|
125
|
-
Status?: ResourceStatus | string;
|
|
1394
|
+
export interface DataSetReference {
|
|
1395
|
+
DataSetPlaceholder: string | undefined;
|
|
1396
|
+
DataSetArn: string | undefined;
|
|
1397
|
+
}
|
|
1398
|
+
export interface AnalysisSourceTemplate {
|
|
1399
|
+
DataSetReferences: DataSetReference[] | undefined;
|
|
1400
|
+
Arn: string | undefined;
|
|
126
1401
|
}
|
|
127
|
-
export interface
|
|
1402
|
+
export interface AnalysisSourceEntity {
|
|
1403
|
+
SourceTemplate?: AnalysisSourceTemplate;
|
|
1404
|
+
}
|
|
1405
|
+
export interface AnalysisSummary {
|
|
128
1406
|
Arn?: string;
|
|
1407
|
+
AnalysisId?: string;
|
|
129
1408
|
Name?: string;
|
|
130
|
-
|
|
131
|
-
Version?: ThemeVersion;
|
|
1409
|
+
Status?: ResourceStatus | string;
|
|
132
1410
|
CreatedTime?: Date;
|
|
133
1411
|
LastUpdatedTime?: Date;
|
|
134
|
-
Type?: ThemeType | string;
|
|
135
|
-
}
|
|
136
|
-
export interface DescribeThemeResponse {
|
|
137
|
-
Theme?: Theme;
|
|
138
|
-
Status?: number;
|
|
139
|
-
RequestId?: string;
|
|
140
|
-
}
|
|
141
|
-
export interface DescribeThemeAliasRequest {
|
|
142
|
-
AwsAccountId: string | undefined;
|
|
143
|
-
ThemeId: string | undefined;
|
|
144
|
-
AliasName: string | undefined;
|
|
145
1412
|
}
|
|
146
|
-
export interface
|
|
147
|
-
|
|
148
|
-
Status?: number;
|
|
149
|
-
RequestId?: string;
|
|
150
|
-
}
|
|
151
|
-
export interface DescribeThemePermissionsRequest {
|
|
152
|
-
AwsAccountId: string | undefined;
|
|
153
|
-
ThemeId: string | undefined;
|
|
1413
|
+
export interface AnonymousUserDashboardEmbeddingConfiguration {
|
|
1414
|
+
InitialDashboardId: string | undefined;
|
|
154
1415
|
}
|
|
155
|
-
export interface
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
RequestId?: string;
|
|
160
|
-
Status?: number;
|
|
1416
|
+
export interface DashboardVisualId {
|
|
1417
|
+
DashboardId: string | undefined;
|
|
1418
|
+
SheetId: string | undefined;
|
|
1419
|
+
VisualId: string | undefined;
|
|
161
1420
|
}
|
|
162
|
-
export interface
|
|
163
|
-
|
|
164
|
-
AwsAccountId: string | undefined;
|
|
165
|
-
Namespace: string | undefined;
|
|
1421
|
+
export interface AnonymousUserDashboardVisualEmbeddingConfiguration {
|
|
1422
|
+
InitialDashboardVisualId: DashboardVisualId | undefined;
|
|
166
1423
|
}
|
|
167
|
-
export
|
|
168
|
-
|
|
169
|
-
QUICKSIGHT = "QUICKSIGHT",
|
|
1424
|
+
export interface AnonymousUserQSearchBarEmbeddingConfiguration {
|
|
1425
|
+
InitialTopicId: string | undefined;
|
|
170
1426
|
}
|
|
171
|
-
export
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
RESTRICTED_AUTHOR = "RESTRICTED_AUTHOR",
|
|
176
|
-
RESTRICTED_READER = "RESTRICTED_READER",
|
|
1427
|
+
export interface AnonymousUserEmbeddingExperienceConfiguration {
|
|
1428
|
+
Dashboard?: AnonymousUserDashboardEmbeddingConfiguration;
|
|
1429
|
+
DashboardVisual?: AnonymousUserDashboardVisualEmbeddingConfiguration;
|
|
1430
|
+
QSearchBar?: AnonymousUserQSearchBarEmbeddingConfiguration;
|
|
177
1431
|
}
|
|
178
|
-
export
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
Role?: UserRole | string;
|
|
183
|
-
IdentityType?: IdentityType | string;
|
|
184
|
-
Active?: boolean;
|
|
185
|
-
PrincipalId?: string;
|
|
186
|
-
CustomPermissionsName?: string;
|
|
187
|
-
ExternalLoginFederationProviderType?: string;
|
|
188
|
-
ExternalLoginFederationProviderUrl?: string;
|
|
189
|
-
ExternalLoginId?: string;
|
|
190
|
-
}
|
|
191
|
-
export interface DescribeUserResponse {
|
|
192
|
-
User?: User;
|
|
193
|
-
RequestId?: string;
|
|
194
|
-
Status?: number;
|
|
1432
|
+
export declare enum AssignmentStatus {
|
|
1433
|
+
DISABLED = "DISABLED",
|
|
1434
|
+
DRAFT = "DRAFT",
|
|
1435
|
+
ENABLED = "ENABLED",
|
|
195
1436
|
}
|
|
196
|
-
export
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
Message?: string;
|
|
200
|
-
RequestId?: string;
|
|
201
|
-
constructor(
|
|
202
|
-
opts: __ExceptionOptionType<DomainNotWhitelistedException, __BaseException>
|
|
203
|
-
);
|
|
1437
|
+
export interface AthenaParameters {
|
|
1438
|
+
WorkGroup?: string;
|
|
1439
|
+
RoleArn?: string;
|
|
204
1440
|
}
|
|
205
|
-
export
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
1441
|
+
export interface AuroraParameters {
|
|
1442
|
+
Host: string | undefined;
|
|
1443
|
+
Port: number | undefined;
|
|
1444
|
+
Database: string | undefined;
|
|
209
1445
|
}
|
|
210
|
-
export
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
FOLDER_NAME = "FOLDER_NAME",
|
|
215
|
-
PARENT_FOLDER_ARN = "PARENT_FOLDER_ARN",
|
|
216
|
-
QUICKSIGHT_OWNER = "QUICKSIGHT_OWNER",
|
|
217
|
-
QUICKSIGHT_VIEWER_OR_OWNER = "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
1446
|
+
export interface AuroraPostgreSqlParameters {
|
|
1447
|
+
Host: string | undefined;
|
|
1448
|
+
Port: number | undefined;
|
|
1449
|
+
Database: string | undefined;
|
|
218
1450
|
}
|
|
219
|
-
export
|
|
220
|
-
|
|
221
|
-
|
|
1451
|
+
export declare enum AuthenticationMethodOption {
|
|
1452
|
+
ACTIVE_DIRECTORY = "ACTIVE_DIRECTORY",
|
|
1453
|
+
IAM_AND_QUICKSIGHT = "IAM_AND_QUICKSIGHT",
|
|
1454
|
+
IAM_ONLY = "IAM_ONLY",
|
|
222
1455
|
}
|
|
223
|
-
export interface
|
|
224
|
-
|
|
225
|
-
Name?: FolderFilterAttribute | string;
|
|
226
|
-
Value?: string;
|
|
1456
|
+
export interface AwsIotAnalyticsParameters {
|
|
1457
|
+
DataSetName: string | undefined;
|
|
227
1458
|
}
|
|
228
|
-
export interface
|
|
229
|
-
|
|
230
|
-
FolderId?: string;
|
|
231
|
-
Name?: string;
|
|
232
|
-
FolderType?: FolderType | string;
|
|
233
|
-
CreatedTime?: Date;
|
|
234
|
-
LastUpdatedTime?: Date;
|
|
1459
|
+
export interface BorderStyle {
|
|
1460
|
+
Show?: boolean;
|
|
235
1461
|
}
|
|
236
|
-
export interface
|
|
237
|
-
|
|
238
|
-
|
|
1462
|
+
export interface CalculatedColumn {
|
|
1463
|
+
ColumnName: string | undefined;
|
|
1464
|
+
ColumnId: string | undefined;
|
|
1465
|
+
Expression: string | undefined;
|
|
239
1466
|
}
|
|
240
|
-
export interface
|
|
1467
|
+
export interface CancelIngestionRequest {
|
|
241
1468
|
AwsAccountId: string | undefined;
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
SessionTags?: SessionTag[];
|
|
245
|
-
AuthorizedResourceArns: string[] | undefined;
|
|
246
|
-
ExperienceConfiguration:
|
|
247
|
-
| AnonymousUserEmbeddingExperienceConfiguration
|
|
248
|
-
| undefined;
|
|
249
|
-
AllowedDomains?: string[];
|
|
1469
|
+
DataSetId: string | undefined;
|
|
1470
|
+
IngestionId: string | undefined;
|
|
250
1471
|
}
|
|
251
|
-
export interface
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
RequestId
|
|
255
|
-
|
|
1472
|
+
export interface CancelIngestionResponse {
|
|
1473
|
+
Arn?: string;
|
|
1474
|
+
IngestionId?: string;
|
|
1475
|
+
RequestId?: string;
|
|
1476
|
+
Status?: number;
|
|
256
1477
|
}
|
|
257
|
-
export declare class
|
|
258
|
-
readonly name: "
|
|
259
|
-
readonly $fault: "
|
|
1478
|
+
export declare class InternalFailureException extends __BaseException {
|
|
1479
|
+
readonly name: "InternalFailureException";
|
|
1480
|
+
readonly $fault: "server";
|
|
260
1481
|
Message?: string;
|
|
261
1482
|
RequestId?: string;
|
|
262
1483
|
constructor(
|
|
263
|
-
opts: __ExceptionOptionType<
|
|
264
|
-
SessionLifetimeInMinutesInvalidException,
|
|
265
|
-
__BaseException
|
|
266
|
-
>
|
|
1484
|
+
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
267
1485
|
);
|
|
268
1486
|
}
|
|
269
|
-
export declare class
|
|
270
|
-
readonly name: "
|
|
1487
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
1488
|
+
readonly name: "InvalidParameterValueException";
|
|
271
1489
|
readonly $fault: "client";
|
|
272
1490
|
Message?: string;
|
|
273
1491
|
RequestId?: string;
|
|
274
1492
|
constructor(
|
|
275
|
-
opts: __ExceptionOptionType<
|
|
276
|
-
UnsupportedPricingPlanException,
|
|
277
|
-
__BaseException
|
|
278
|
-
>
|
|
1493
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
279
1494
|
);
|
|
280
1495
|
}
|
|
281
|
-
export
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
|
|
295
|
-
QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
|
|
296
|
-
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
|
|
297
|
-
DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
|
|
298
|
-
}
|
|
299
|
-
export interface GenerateEmbedUrlForRegisteredUserRequest {
|
|
300
|
-
AwsAccountId: string | undefined;
|
|
301
|
-
SessionLifetimeInMinutes?: number;
|
|
302
|
-
UserArn: string | undefined;
|
|
303
|
-
ExperienceConfiguration:
|
|
304
|
-
| RegisteredUserEmbeddingExperienceConfiguration
|
|
305
|
-
| undefined;
|
|
306
|
-
AllowedDomains?: string[];
|
|
307
|
-
}
|
|
308
|
-
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
309
|
-
EmbedUrl: string | undefined;
|
|
310
|
-
Status: number | undefined;
|
|
311
|
-
RequestId: string | undefined;
|
|
312
|
-
}
|
|
313
|
-
export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
314
|
-
readonly name: "QuickSightUserNotFoundException";
|
|
1496
|
+
export declare enum ExceptionResourceType {
|
|
1497
|
+
ACCOUNT_SETTINGS = "ACCOUNT_SETTINGS",
|
|
1498
|
+
DATA_SET = "DATA_SET",
|
|
1499
|
+
DATA_SOURCE = "DATA_SOURCE",
|
|
1500
|
+
GROUP = "GROUP",
|
|
1501
|
+
IAMPOLICY_ASSIGNMENT = "IAMPOLICY_ASSIGNMENT",
|
|
1502
|
+
INGESTION = "INGESTION",
|
|
1503
|
+
NAMESPACE = "NAMESPACE",
|
|
1504
|
+
USER = "USER",
|
|
1505
|
+
VPC_CONNECTION = "VPC_CONNECTION",
|
|
1506
|
+
}
|
|
1507
|
+
export declare class ResourceExistsException extends __BaseException {
|
|
1508
|
+
readonly name: "ResourceExistsException";
|
|
315
1509
|
readonly $fault: "client";
|
|
316
1510
|
Message?: string;
|
|
1511
|
+
ResourceType?: ExceptionResourceType | string;
|
|
317
1512
|
RequestId?: string;
|
|
318
1513
|
constructor(
|
|
319
|
-
opts: __ExceptionOptionType<
|
|
320
|
-
QuickSightUserNotFoundException,
|
|
321
|
-
__BaseException
|
|
322
|
-
>
|
|
1514
|
+
opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
|
|
323
1515
|
);
|
|
324
1516
|
}
|
|
325
|
-
export
|
|
326
|
-
|
|
327
|
-
DashboardId: string | undefined;
|
|
328
|
-
IdentityType: EmbeddingIdentityType | string | undefined;
|
|
329
|
-
SessionLifetimeInMinutes?: number;
|
|
330
|
-
UndoRedoDisabled?: boolean;
|
|
331
|
-
ResetDisabled?: boolean;
|
|
332
|
-
StatePersistenceEnabled?: boolean;
|
|
333
|
-
UserArn?: string;
|
|
334
|
-
Namespace?: string;
|
|
335
|
-
AdditionalDashboardIds?: string[];
|
|
336
|
-
}
|
|
337
|
-
export interface GetDashboardEmbedUrlResponse {
|
|
338
|
-
EmbedUrl?: string;
|
|
339
|
-
Status?: number;
|
|
340
|
-
RequestId?: string;
|
|
341
|
-
}
|
|
342
|
-
export declare class IdentityTypeNotSupportedException extends __BaseException {
|
|
343
|
-
readonly name: "IdentityTypeNotSupportedException";
|
|
1517
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
1518
|
+
readonly name: "ResourceNotFoundException";
|
|
344
1519
|
readonly $fault: "client";
|
|
345
1520
|
Message?: string;
|
|
1521
|
+
ResourceType?: ExceptionResourceType | string;
|
|
346
1522
|
RequestId?: string;
|
|
347
1523
|
constructor(
|
|
348
|
-
opts: __ExceptionOptionType<
|
|
349
|
-
IdentityTypeNotSupportedException,
|
|
350
|
-
__BaseException
|
|
351
|
-
>
|
|
1524
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
352
1525
|
);
|
|
353
1526
|
}
|
|
354
|
-
export
|
|
355
|
-
|
|
356
|
-
EntryPoint?: string;
|
|
357
|
-
SessionLifetimeInMinutes?: number;
|
|
358
|
-
UserArn?: string;
|
|
359
|
-
}
|
|
360
|
-
export interface GetSessionEmbedUrlResponse {
|
|
361
|
-
EmbedUrl?: string;
|
|
362
|
-
Status?: number;
|
|
363
|
-
RequestId?: string;
|
|
364
|
-
}
|
|
365
|
-
export declare enum GroupFilterAttribute {
|
|
366
|
-
GROUP_NAME = "GROUP_NAME",
|
|
367
|
-
}
|
|
368
|
-
export declare enum GroupFilterOperator {
|
|
369
|
-
StartsWith = "StartsWith",
|
|
370
|
-
}
|
|
371
|
-
export interface GroupSearchFilter {
|
|
372
|
-
Operator: GroupFilterOperator | string | undefined;
|
|
373
|
-
Name: GroupFilterAttribute | string | undefined;
|
|
374
|
-
Value: string | undefined;
|
|
375
|
-
}
|
|
376
|
-
export interface IAMPolicyAssignmentSummary {
|
|
377
|
-
AssignmentName?: string;
|
|
378
|
-
AssignmentStatus?: AssignmentStatus | string;
|
|
379
|
-
}
|
|
380
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
381
|
-
readonly name: "InvalidRequestException";
|
|
1527
|
+
export declare class ThrottlingException extends __BaseException {
|
|
1528
|
+
readonly name: "ThrottlingException";
|
|
382
1529
|
readonly $fault: "client";
|
|
383
1530
|
Message?: string;
|
|
384
1531
|
RequestId?: string;
|
|
385
1532
|
constructor(
|
|
386
|
-
opts: __ExceptionOptionType<
|
|
1533
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
387
1534
|
);
|
|
388
1535
|
}
|
|
389
|
-
export
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
export interface ListAnalysesResponse {
|
|
395
|
-
AnalysisSummaryList?: AnalysisSummary[];
|
|
396
|
-
NextToken?: string;
|
|
397
|
-
Status?: number;
|
|
398
|
-
RequestId?: string;
|
|
399
|
-
}
|
|
400
|
-
export interface ListDashboardsRequest {
|
|
401
|
-
AwsAccountId: string | undefined;
|
|
402
|
-
NextToken?: string;
|
|
403
|
-
MaxResults?: number;
|
|
404
|
-
}
|
|
405
|
-
export interface ListDashboardsResponse {
|
|
406
|
-
DashboardSummaryList?: DashboardSummary[];
|
|
407
|
-
NextToken?: string;
|
|
408
|
-
Status?: number;
|
|
409
|
-
RequestId?: string;
|
|
410
|
-
}
|
|
411
|
-
export interface ListDashboardVersionsRequest {
|
|
412
|
-
AwsAccountId: string | undefined;
|
|
413
|
-
DashboardId: string | undefined;
|
|
414
|
-
NextToken?: string;
|
|
415
|
-
MaxResults?: number;
|
|
416
|
-
}
|
|
417
|
-
export interface ListDashboardVersionsResponse {
|
|
418
|
-
DashboardVersionSummaryList?: DashboardVersionSummary[];
|
|
419
|
-
NextToken?: string;
|
|
420
|
-
Status?: number;
|
|
421
|
-
RequestId?: string;
|
|
422
|
-
}
|
|
423
|
-
export interface ListDataSetsRequest {
|
|
424
|
-
AwsAccountId: string | undefined;
|
|
425
|
-
NextToken?: string;
|
|
426
|
-
MaxResults?: number;
|
|
427
|
-
}
|
|
428
|
-
export interface ListDataSetsResponse {
|
|
429
|
-
DataSetSummaries?: DataSetSummary[];
|
|
430
|
-
NextToken?: string;
|
|
431
|
-
RequestId?: string;
|
|
432
|
-
Status?: number;
|
|
433
|
-
}
|
|
434
|
-
export interface ListDataSourcesRequest {
|
|
435
|
-
AwsAccountId: string | undefined;
|
|
436
|
-
NextToken?: string;
|
|
437
|
-
MaxResults?: number;
|
|
438
|
-
}
|
|
439
|
-
export interface ListDataSourcesResponse {
|
|
440
|
-
DataSources?: DataSource[];
|
|
441
|
-
NextToken?: string;
|
|
442
|
-
RequestId?: string;
|
|
443
|
-
Status?: number;
|
|
1536
|
+
export declare enum ColumnDataType {
|
|
1537
|
+
DATETIME = "DATETIME",
|
|
1538
|
+
DECIMAL = "DECIMAL",
|
|
1539
|
+
INTEGER = "INTEGER",
|
|
1540
|
+
STRING = "STRING",
|
|
444
1541
|
}
|
|
445
|
-
export interface
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
MaxResults?: number;
|
|
1542
|
+
export interface CastColumnTypeOperation {
|
|
1543
|
+
ColumnName: string | undefined;
|
|
1544
|
+
NewColumnType: ColumnDataType | string | undefined;
|
|
1545
|
+
Format?: string;
|
|
450
1546
|
}
|
|
451
|
-
export interface
|
|
452
|
-
|
|
453
|
-
FolderMemberList?: MemberIdArnPair[];
|
|
454
|
-
NextToken?: string;
|
|
455
|
-
RequestId?: string;
|
|
1547
|
+
export interface ColumnDescription {
|
|
1548
|
+
Text?: string;
|
|
456
1549
|
}
|
|
457
|
-
export
|
|
458
|
-
|
|
459
|
-
NextToken?: string;
|
|
460
|
-
MaxResults?: number;
|
|
1550
|
+
export declare enum GeoSpatialCountryCode {
|
|
1551
|
+
US = "US",
|
|
461
1552
|
}
|
|
462
|
-
export interface
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
RequestId?: string;
|
|
1553
|
+
export interface GeoSpatialColumnGroup {
|
|
1554
|
+
Name: string | undefined;
|
|
1555
|
+
CountryCode?: GeoSpatialCountryCode | string;
|
|
1556
|
+
Columns: string[] | undefined;
|
|
467
1557
|
}
|
|
468
|
-
export interface
|
|
469
|
-
|
|
470
|
-
NextToken?: string;
|
|
471
|
-
MaxResults?: number;
|
|
472
|
-
AwsAccountId: string | undefined;
|
|
473
|
-
Namespace: string | undefined;
|
|
1558
|
+
export interface ColumnGroup {
|
|
1559
|
+
GeoSpatialColumnGroup?: GeoSpatialColumnGroup;
|
|
474
1560
|
}
|
|
475
|
-
export interface
|
|
476
|
-
|
|
477
|
-
NextToken?: string;
|
|
478
|
-
RequestId?: string;
|
|
479
|
-
Status?: number;
|
|
1561
|
+
export interface ColumnGroupColumnSchema {
|
|
1562
|
+
Name?: string;
|
|
480
1563
|
}
|
|
481
|
-
export interface
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
MaxResults?: number;
|
|
485
|
-
Namespace: string | undefined;
|
|
1564
|
+
export interface ColumnGroupSchema {
|
|
1565
|
+
Name?: string;
|
|
1566
|
+
ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[];
|
|
486
1567
|
}
|
|
487
|
-
export interface
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
RequestId?: string;
|
|
491
|
-
Status?: number;
|
|
1568
|
+
export interface ColumnLevelPermissionRule {
|
|
1569
|
+
Principals?: string[];
|
|
1570
|
+
ColumnNames?: string[];
|
|
492
1571
|
}
|
|
493
|
-
export interface
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
1572
|
+
export interface ColumnSchema {
|
|
1573
|
+
Name?: string;
|
|
1574
|
+
DataType?: string;
|
|
1575
|
+
GeographicRole?: string;
|
|
1576
|
+
}
|
|
1577
|
+
export declare enum GeoSpatialDataRole {
|
|
1578
|
+
CITY = "CITY",
|
|
1579
|
+
COUNTRY = "COUNTRY",
|
|
1580
|
+
COUNTY = "COUNTY",
|
|
1581
|
+
LATITUDE = "LATITUDE",
|
|
1582
|
+
LONGITUDE = "LONGITUDE",
|
|
1583
|
+
POSTCODE = "POSTCODE",
|
|
1584
|
+
STATE = "STATE",
|
|
1585
|
+
}
|
|
1586
|
+
export interface ColumnTag {
|
|
1587
|
+
ColumnGeographicRole?: GeoSpatialDataRole | string;
|
|
1588
|
+
ColumnDescription?: ColumnDescription;
|
|
1589
|
+
}
|
|
1590
|
+
export declare enum ColumnTagName {
|
|
1591
|
+
COLUMN_DESCRIPTION = "COLUMN_DESCRIPTION",
|
|
1592
|
+
COLUMN_GEOGRAPHIC_ROLE = "COLUMN_GEOGRAPHIC_ROLE",
|
|
1593
|
+
}
|
|
1594
|
+
export declare class ConcurrentUpdatingException extends __BaseException {
|
|
1595
|
+
readonly name: "ConcurrentUpdatingException";
|
|
1596
|
+
readonly $fault: "server";
|
|
1597
|
+
Message?: string;
|
|
503
1598
|
RequestId?: string;
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
AwsAccountId: string | undefined;
|
|
508
|
-
UserName: string | undefined;
|
|
509
|
-
NextToken?: string;
|
|
510
|
-
MaxResults?: number;
|
|
511
|
-
Namespace: string | undefined;
|
|
1599
|
+
constructor(
|
|
1600
|
+
opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>
|
|
1601
|
+
);
|
|
512
1602
|
}
|
|
513
|
-
export
|
|
514
|
-
|
|
1603
|
+
export declare class ConflictException extends __BaseException {
|
|
1604
|
+
readonly name: "ConflictException";
|
|
1605
|
+
readonly $fault: "client";
|
|
1606
|
+
Message?: string;
|
|
515
1607
|
RequestId?: string;
|
|
516
|
-
|
|
517
|
-
Status?: number;
|
|
518
|
-
}
|
|
519
|
-
export interface ListIngestionsRequest {
|
|
520
|
-
DataSetId: string | undefined;
|
|
521
|
-
NextToken?: string;
|
|
522
|
-
AwsAccountId: string | undefined;
|
|
523
|
-
MaxResults?: number;
|
|
1608
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
524
1609
|
}
|
|
525
|
-
export interface
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
RequestId?: string;
|
|
529
|
-
Status?: number;
|
|
1610
|
+
export interface Tag {
|
|
1611
|
+
Key: string | undefined;
|
|
1612
|
+
Value: string | undefined;
|
|
530
1613
|
}
|
|
531
|
-
export interface
|
|
1614
|
+
export interface CreateAccountCustomizationRequest {
|
|
532
1615
|
AwsAccountId: string | undefined;
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
}
|
|
536
|
-
export interface ListNamespacesResponse {
|
|
537
|
-
Namespaces?: NamespaceInfoV2[];
|
|
538
|
-
NextToken?: string;
|
|
539
|
-
RequestId?: string;
|
|
540
|
-
Status?: number;
|
|
541
|
-
}
|
|
542
|
-
export interface ListTagsForResourceRequest {
|
|
543
|
-
ResourceArn: string | undefined;
|
|
544
|
-
}
|
|
545
|
-
export interface ListTagsForResourceResponse {
|
|
1616
|
+
Namespace?: string;
|
|
1617
|
+
AccountCustomization: AccountCustomization | undefined;
|
|
546
1618
|
Tags?: Tag[];
|
|
1619
|
+
}
|
|
1620
|
+
export interface CreateAccountCustomizationResponse {
|
|
1621
|
+
Arn?: string;
|
|
1622
|
+
AwsAccountId?: string;
|
|
1623
|
+
Namespace?: string;
|
|
1624
|
+
AccountCustomization?: AccountCustomization;
|
|
547
1625
|
RequestId?: string;
|
|
548
1626
|
Status?: number;
|
|
549
1627
|
}
|
|
550
|
-
export
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
}
|
|
556
|
-
export interface ListTemplateAliasesResponse {
|
|
557
|
-
TemplateAliasList?: TemplateAlias[];
|
|
558
|
-
Status?: number;
|
|
1628
|
+
export declare class ResourceUnavailableException extends __BaseException {
|
|
1629
|
+
readonly name: "ResourceUnavailableException";
|
|
1630
|
+
readonly $fault: "server";
|
|
1631
|
+
Message?: string;
|
|
1632
|
+
ResourceType?: ExceptionResourceType | string;
|
|
559
1633
|
RequestId?: string;
|
|
560
|
-
|
|
1634
|
+
constructor(
|
|
1635
|
+
opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
|
|
1636
|
+
);
|
|
561
1637
|
}
|
|
562
|
-
export interface
|
|
1638
|
+
export interface CreateAccountSubscriptionRequest {
|
|
1639
|
+
Edition: Edition | string | undefined;
|
|
1640
|
+
AuthenticationMethod: AuthenticationMethodOption | string | undefined;
|
|
563
1641
|
AwsAccountId: string | undefined;
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
1642
|
+
AccountName: string | undefined;
|
|
1643
|
+
NotificationEmail: string | undefined;
|
|
1644
|
+
ActiveDirectoryName?: string;
|
|
1645
|
+
Realm?: string;
|
|
1646
|
+
DirectoryId?: string;
|
|
1647
|
+
AdminGroup?: string[];
|
|
1648
|
+
AuthorGroup?: string[];
|
|
1649
|
+
ReaderGroup?: string[];
|
|
1650
|
+
FirstName?: string;
|
|
1651
|
+
LastName?: string;
|
|
1652
|
+
EmailAddress?: string;
|
|
1653
|
+
ContactNumber?: string;
|
|
1654
|
+
}
|
|
1655
|
+
export interface SignupResponse {
|
|
1656
|
+
IAMUser?: boolean;
|
|
1657
|
+
userLoginName?: string;
|
|
1658
|
+
accountName?: string;
|
|
1659
|
+
directoryType?: string;
|
|
1660
|
+
}
|
|
1661
|
+
export interface CreateAccountSubscriptionResponse {
|
|
1662
|
+
SignupResponse?: SignupResponse;
|
|
1663
|
+
Status?: number;
|
|
1664
|
+
RequestId?: string;
|
|
1665
|
+
}
|
|
1666
|
+
export declare class PreconditionNotMetException extends __BaseException {
|
|
1667
|
+
readonly name: "PreconditionNotMetException";
|
|
1668
|
+
readonly $fault: "client";
|
|
1669
|
+
Message?: string;
|
|
579
1670
|
RequestId?: string;
|
|
1671
|
+
constructor(
|
|
1672
|
+
opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
|
|
1673
|
+
);
|
|
580
1674
|
}
|
|
581
|
-
export interface
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
NextToken?: string;
|
|
585
|
-
MaxResults?: number;
|
|
586
|
-
}
|
|
587
|
-
export interface TemplateVersionSummary {
|
|
588
|
-
Arn?: string;
|
|
589
|
-
VersionNumber?: number;
|
|
590
|
-
CreatedTime?: Date;
|
|
591
|
-
Status?: ResourceStatus | string;
|
|
592
|
-
Description?: string;
|
|
593
|
-
}
|
|
594
|
-
export interface ListTemplateVersionsResponse {
|
|
595
|
-
TemplateVersionSummaryList?: TemplateVersionSummary[];
|
|
596
|
-
NextToken?: string;
|
|
597
|
-
Status?: number;
|
|
598
|
-
RequestId?: string;
|
|
1675
|
+
export interface DateTimeParameter {
|
|
1676
|
+
Name: string | undefined;
|
|
1677
|
+
Values: Date[] | undefined;
|
|
599
1678
|
}
|
|
600
|
-
export interface
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
NextToken?: string;
|
|
604
|
-
MaxResults?: number;
|
|
1679
|
+
export interface DecimalParameter {
|
|
1680
|
+
Name: string | undefined;
|
|
1681
|
+
Values: number[] | undefined;
|
|
605
1682
|
}
|
|
606
|
-
export interface
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
RequestId?: string;
|
|
610
|
-
NextToken?: string;
|
|
1683
|
+
export interface IntegerParameter {
|
|
1684
|
+
Name: string | undefined;
|
|
1685
|
+
Values: number[] | undefined;
|
|
611
1686
|
}
|
|
612
|
-
export interface
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
MaxResults?: number;
|
|
616
|
-
Type?: ThemeType | string;
|
|
1687
|
+
export interface StringParameter {
|
|
1688
|
+
Name: string | undefined;
|
|
1689
|
+
Values: string[] | undefined;
|
|
617
1690
|
}
|
|
618
|
-
export interface
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
CreatedTime?: Date;
|
|
624
|
-
LastUpdatedTime?: Date;
|
|
1691
|
+
export interface _Parameters {
|
|
1692
|
+
StringParameters?: StringParameter[];
|
|
1693
|
+
IntegerParameters?: IntegerParameter[];
|
|
1694
|
+
DecimalParameters?: DecimalParameter[];
|
|
1695
|
+
DateTimeParameters?: DateTimeParameter[];
|
|
625
1696
|
}
|
|
626
|
-
export interface
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
Status?: number;
|
|
630
|
-
RequestId?: string;
|
|
1697
|
+
export interface ResourcePermission {
|
|
1698
|
+
Principal: string | undefined;
|
|
1699
|
+
Actions: string[] | undefined;
|
|
631
1700
|
}
|
|
632
|
-
export interface
|
|
1701
|
+
export interface CreateAnalysisRequest {
|
|
633
1702
|
AwsAccountId: string | undefined;
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
1703
|
+
AnalysisId: string | undefined;
|
|
1704
|
+
Name: string | undefined;
|
|
1705
|
+
Parameters?: _Parameters;
|
|
1706
|
+
Permissions?: ResourcePermission[];
|
|
1707
|
+
SourceEntity?: AnalysisSourceEntity;
|
|
1708
|
+
ThemeArn?: string;
|
|
1709
|
+
Tags?: Tag[];
|
|
1710
|
+
Definition?: AnalysisDefinition;
|
|
637
1711
|
}
|
|
638
|
-
export interface
|
|
639
|
-
VersionNumber?: number;
|
|
1712
|
+
export interface CreateAnalysisResponse {
|
|
640
1713
|
Arn?: string;
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
Status?: ResourceStatus | string;
|
|
644
|
-
}
|
|
645
|
-
export interface ListThemeVersionsResponse {
|
|
646
|
-
ThemeVersionSummaryList?: ThemeVersionSummary[];
|
|
647
|
-
NextToken?: string;
|
|
1714
|
+
AnalysisId?: string;
|
|
1715
|
+
CreationStatus?: ResourceStatus | string;
|
|
648
1716
|
Status?: number;
|
|
649
1717
|
RequestId?: string;
|
|
650
1718
|
}
|
|
651
|
-
export
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
MaxResults?: number;
|
|
657
|
-
}
|
|
658
|
-
export interface ListUserGroupsResponse {
|
|
659
|
-
GroupList?: Group[];
|
|
660
|
-
NextToken?: string;
|
|
1719
|
+
export declare class LimitExceededException extends __BaseException {
|
|
1720
|
+
readonly name: "LimitExceededException";
|
|
1721
|
+
readonly $fault: "client";
|
|
1722
|
+
Message?: string;
|
|
1723
|
+
ResourceType?: ExceptionResourceType | string;
|
|
661
1724
|
RequestId?: string;
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
AwsAccountId: string | undefined;
|
|
666
|
-
NextToken?: string;
|
|
667
|
-
MaxResults?: number;
|
|
668
|
-
Namespace: string | undefined;
|
|
1725
|
+
constructor(
|
|
1726
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
1727
|
+
);
|
|
669
1728
|
}
|
|
670
|
-
export
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
export
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
export
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
export
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
export
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
export
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
export
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
export
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
LogicalTableMap?: Record<string, LogicalTable>;
|
|
897
|
-
ImportMode: DataSetImportMode | string | undefined;
|
|
898
|
-
ColumnGroups?: ColumnGroup[];
|
|
899
|
-
FieldFolders?: Record<string, FieldFolder>;
|
|
900
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
|
|
901
|
-
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
|
|
902
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
|
|
903
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
904
|
-
}
|
|
905
|
-
export interface UpdateDataSetResponse {
|
|
906
|
-
Arn?: string;
|
|
907
|
-
DataSetId?: string;
|
|
908
|
-
IngestionArn?: string;
|
|
909
|
-
IngestionId?: string;
|
|
910
|
-
RequestId?: string;
|
|
911
|
-
Status?: number;
|
|
912
|
-
}
|
|
913
|
-
export interface UpdateDataSetPermissionsRequest {
|
|
914
|
-
AwsAccountId: string | undefined;
|
|
915
|
-
DataSetId: string | undefined;
|
|
916
|
-
GrantPermissions?: ResourcePermission[];
|
|
917
|
-
RevokePermissions?: ResourcePermission[];
|
|
918
|
-
}
|
|
919
|
-
export interface UpdateDataSetPermissionsResponse {
|
|
920
|
-
DataSetArn?: string;
|
|
921
|
-
DataSetId?: string;
|
|
922
|
-
RequestId?: string;
|
|
923
|
-
Status?: number;
|
|
924
|
-
}
|
|
925
|
-
export interface UpdateDataSourceRequest {
|
|
926
|
-
AwsAccountId: string | undefined;
|
|
927
|
-
DataSourceId: string | undefined;
|
|
928
|
-
Name: string | undefined;
|
|
929
|
-
DataSourceParameters?: DataSourceParameters;
|
|
930
|
-
Credentials?: DataSourceCredentials;
|
|
931
|
-
VpcConnectionProperties?: VpcConnectionProperties;
|
|
932
|
-
SslProperties?: SslProperties;
|
|
933
|
-
}
|
|
934
|
-
export interface UpdateDataSourceResponse {
|
|
935
|
-
Arn?: string;
|
|
936
|
-
DataSourceId?: string;
|
|
937
|
-
UpdateStatus?: ResourceStatus | string;
|
|
938
|
-
RequestId?: string;
|
|
939
|
-
Status?: number;
|
|
940
|
-
}
|
|
941
|
-
export interface UpdateDataSourcePermissionsRequest {
|
|
942
|
-
AwsAccountId: string | undefined;
|
|
943
|
-
DataSourceId: string | undefined;
|
|
944
|
-
GrantPermissions?: ResourcePermission[];
|
|
945
|
-
RevokePermissions?: ResourcePermission[];
|
|
946
|
-
}
|
|
947
|
-
export interface UpdateDataSourcePermissionsResponse {
|
|
948
|
-
DataSourceArn?: string;
|
|
949
|
-
DataSourceId?: string;
|
|
950
|
-
RequestId?: string;
|
|
951
|
-
Status?: number;
|
|
952
|
-
}
|
|
953
|
-
export interface UpdateFolderRequest {
|
|
954
|
-
AwsAccountId: string | undefined;
|
|
955
|
-
FolderId: string | undefined;
|
|
956
|
-
Name: string | undefined;
|
|
957
|
-
}
|
|
958
|
-
export interface UpdateFolderResponse {
|
|
959
|
-
Status?: number;
|
|
960
|
-
Arn?: string;
|
|
961
|
-
FolderId?: string;
|
|
962
|
-
RequestId?: string;
|
|
963
|
-
}
|
|
964
|
-
export interface UpdateFolderPermissionsRequest {
|
|
965
|
-
AwsAccountId: string | undefined;
|
|
966
|
-
FolderId: string | undefined;
|
|
967
|
-
GrantPermissions?: ResourcePermission[];
|
|
968
|
-
RevokePermissions?: ResourcePermission[];
|
|
969
|
-
}
|
|
970
|
-
export interface UpdateFolderPermissionsResponse {
|
|
971
|
-
Status?: number;
|
|
972
|
-
Arn?: string;
|
|
973
|
-
FolderId?: string;
|
|
974
|
-
Permissions?: ResourcePermission[];
|
|
975
|
-
RequestId?: string;
|
|
976
|
-
}
|
|
977
|
-
export interface UpdateGroupRequest {
|
|
978
|
-
GroupName: string | undefined;
|
|
979
|
-
Description?: string;
|
|
980
|
-
AwsAccountId: string | undefined;
|
|
981
|
-
Namespace: string | undefined;
|
|
982
|
-
}
|
|
983
|
-
export interface UpdateGroupResponse {
|
|
984
|
-
Group?: Group;
|
|
985
|
-
RequestId?: string;
|
|
986
|
-
Status?: number;
|
|
987
|
-
}
|
|
988
|
-
export interface UpdateIAMPolicyAssignmentRequest {
|
|
989
|
-
AwsAccountId: string | undefined;
|
|
990
|
-
AssignmentName: string | undefined;
|
|
991
|
-
Namespace: string | undefined;
|
|
992
|
-
AssignmentStatus?: AssignmentStatus | string;
|
|
993
|
-
PolicyArn?: string;
|
|
994
|
-
Identities?: Record<string, string[]>;
|
|
995
|
-
}
|
|
996
|
-
export interface UpdateIAMPolicyAssignmentResponse {
|
|
997
|
-
AssignmentName?: string;
|
|
998
|
-
AssignmentId?: string;
|
|
999
|
-
PolicyArn?: string;
|
|
1000
|
-
Identities?: Record<string, string[]>;
|
|
1001
|
-
AssignmentStatus?: AssignmentStatus | string;
|
|
1002
|
-
RequestId?: string;
|
|
1003
|
-
Status?: number;
|
|
1004
|
-
}
|
|
1005
|
-
export interface UpdateIpRestrictionRequest {
|
|
1006
|
-
AwsAccountId: string | undefined;
|
|
1007
|
-
IpRestrictionRuleMap?: Record<string, string>;
|
|
1008
|
-
Enabled?: boolean;
|
|
1009
|
-
}
|
|
1010
|
-
export interface UpdateIpRestrictionResponse {
|
|
1011
|
-
AwsAccountId?: string;
|
|
1012
|
-
RequestId?: string;
|
|
1013
|
-
Status?: number;
|
|
1014
|
-
}
|
|
1015
|
-
export interface UpdatePublicSharingSettingsRequest {
|
|
1016
|
-
AwsAccountId: string | undefined;
|
|
1017
|
-
PublicSharingEnabled?: boolean;
|
|
1018
|
-
}
|
|
1019
|
-
export interface UpdatePublicSharingSettingsResponse {
|
|
1020
|
-
RequestId?: string;
|
|
1021
|
-
Status?: number;
|
|
1022
|
-
}
|
|
1023
|
-
export interface UpdateTemplateRequest {
|
|
1024
|
-
AwsAccountId: string | undefined;
|
|
1025
|
-
TemplateId: string | undefined;
|
|
1026
|
-
SourceEntity: TemplateSourceEntity | undefined;
|
|
1027
|
-
VersionDescription?: string;
|
|
1028
|
-
Name?: string;
|
|
1029
|
-
}
|
|
1030
|
-
export interface UpdateTemplateResponse {
|
|
1031
|
-
TemplateId?: string;
|
|
1032
|
-
Arn?: string;
|
|
1033
|
-
VersionArn?: string;
|
|
1034
|
-
CreationStatus?: ResourceStatus | string;
|
|
1035
|
-
Status?: number;
|
|
1036
|
-
RequestId?: string;
|
|
1037
|
-
}
|
|
1038
|
-
export interface UpdateTemplateAliasRequest {
|
|
1039
|
-
AwsAccountId: string | undefined;
|
|
1040
|
-
TemplateId: string | undefined;
|
|
1041
|
-
AliasName: string | undefined;
|
|
1042
|
-
TemplateVersionNumber: number | undefined;
|
|
1043
|
-
}
|
|
1044
|
-
export interface UpdateTemplateAliasResponse {
|
|
1045
|
-
TemplateAlias?: TemplateAlias;
|
|
1046
|
-
Status?: number;
|
|
1047
|
-
RequestId?: string;
|
|
1048
|
-
}
|
|
1049
|
-
export interface UpdateTemplatePermissionsRequest {
|
|
1050
|
-
AwsAccountId: string | undefined;
|
|
1051
|
-
TemplateId: string | undefined;
|
|
1052
|
-
GrantPermissions?: ResourcePermission[];
|
|
1053
|
-
RevokePermissions?: ResourcePermission[];
|
|
1054
|
-
}
|
|
1055
|
-
export interface UpdateTemplatePermissionsResponse {
|
|
1056
|
-
TemplateId?: string;
|
|
1057
|
-
TemplateArn?: string;
|
|
1058
|
-
Permissions?: ResourcePermission[];
|
|
1059
|
-
RequestId?: string;
|
|
1060
|
-
Status?: number;
|
|
1061
|
-
}
|
|
1062
|
-
export interface UpdateThemeRequest {
|
|
1063
|
-
AwsAccountId: string | undefined;
|
|
1064
|
-
ThemeId: string | undefined;
|
|
1065
|
-
Name?: string;
|
|
1066
|
-
BaseThemeId: string | undefined;
|
|
1067
|
-
VersionDescription?: string;
|
|
1068
|
-
Configuration?: ThemeConfiguration;
|
|
1069
|
-
}
|
|
1070
|
-
export interface UpdateThemeResponse {
|
|
1071
|
-
ThemeId?: string;
|
|
1072
|
-
Arn?: string;
|
|
1073
|
-
VersionArn?: string;
|
|
1074
|
-
CreationStatus?: ResourceStatus | string;
|
|
1075
|
-
Status?: number;
|
|
1076
|
-
RequestId?: string;
|
|
1077
|
-
}
|
|
1078
|
-
export interface UpdateThemeAliasRequest {
|
|
1079
|
-
AwsAccountId: string | undefined;
|
|
1080
|
-
ThemeId: string | undefined;
|
|
1081
|
-
AliasName: string | undefined;
|
|
1082
|
-
ThemeVersionNumber: number | undefined;
|
|
1083
|
-
}
|
|
1084
|
-
export interface UpdateThemeAliasResponse {
|
|
1085
|
-
ThemeAlias?: ThemeAlias;
|
|
1086
|
-
Status?: number;
|
|
1087
|
-
RequestId?: string;
|
|
1088
|
-
}
|
|
1089
|
-
export interface UpdateThemePermissionsRequest {
|
|
1090
|
-
AwsAccountId: string | undefined;
|
|
1091
|
-
ThemeId: string | undefined;
|
|
1092
|
-
GrantPermissions?: ResourcePermission[];
|
|
1093
|
-
RevokePermissions?: ResourcePermission[];
|
|
1094
|
-
}
|
|
1095
|
-
export interface UpdateThemePermissionsResponse {
|
|
1096
|
-
ThemeId?: string;
|
|
1097
|
-
ThemeArn?: string;
|
|
1098
|
-
Permissions?: ResourcePermission[];
|
|
1099
|
-
RequestId?: string;
|
|
1100
|
-
Status?: number;
|
|
1101
|
-
}
|
|
1102
|
-
export interface UpdateUserRequest {
|
|
1103
|
-
UserName: string | undefined;
|
|
1104
|
-
AwsAccountId: string | undefined;
|
|
1105
|
-
Namespace: string | undefined;
|
|
1106
|
-
Email: string | undefined;
|
|
1107
|
-
Role: UserRole | string | undefined;
|
|
1108
|
-
CustomPermissionsName?: string;
|
|
1109
|
-
UnapplyCustomPermissions?: boolean;
|
|
1110
|
-
ExternalLoginFederationProviderType?: string;
|
|
1111
|
-
CustomFederationProviderUrl?: string;
|
|
1112
|
-
ExternalLoginId?: string;
|
|
1113
|
-
}
|
|
1114
|
-
export interface UpdateUserResponse {
|
|
1115
|
-
User?: User;
|
|
1116
|
-
RequestId?: string;
|
|
1117
|
-
Status?: number;
|
|
1118
|
-
}
|
|
1119
|
-
export declare const TemplateVersionFilterSensitiveLog: (
|
|
1120
|
-
obj: TemplateVersion
|
|
1729
|
+
export declare const ComboChartVisualFilterSensitiveLog: (
|
|
1730
|
+
obj: ComboChartVisual
|
|
1731
|
+
) => any;
|
|
1732
|
+
export declare const CustomContentConfigurationFilterSensitiveLog: (
|
|
1733
|
+
obj: CustomContentConfiguration
|
|
1734
|
+
) => any;
|
|
1735
|
+
export declare const CustomContentVisualFilterSensitiveLog: (
|
|
1736
|
+
obj: CustomContentVisual
|
|
1737
|
+
) => any;
|
|
1738
|
+
export declare const EmptyVisualFilterSensitiveLog: (obj: EmptyVisual) => any;
|
|
1739
|
+
export declare const FilledMapAggregatedFieldWellsFilterSensitiveLog: (
|
|
1740
|
+
obj: FilledMapAggregatedFieldWells
|
|
1741
|
+
) => any;
|
|
1742
|
+
export declare const FilledMapFieldWellsFilterSensitiveLog: (
|
|
1743
|
+
obj: FilledMapFieldWells
|
|
1744
|
+
) => any;
|
|
1745
|
+
export declare const GeospatialMapStyleOptionsFilterSensitiveLog: (
|
|
1746
|
+
obj: GeospatialMapStyleOptions
|
|
1747
|
+
) => any;
|
|
1748
|
+
export declare const FilledMapSortConfigurationFilterSensitiveLog: (
|
|
1749
|
+
obj: FilledMapSortConfiguration
|
|
1750
|
+
) => any;
|
|
1751
|
+
export declare const GeospatialCoordinateBoundsFilterSensitiveLog: (
|
|
1752
|
+
obj: GeospatialCoordinateBounds
|
|
1753
|
+
) => any;
|
|
1754
|
+
export declare const GeospatialWindowOptionsFilterSensitiveLog: (
|
|
1755
|
+
obj: GeospatialWindowOptions
|
|
1756
|
+
) => any;
|
|
1757
|
+
export declare const FilledMapConfigurationFilterSensitiveLog: (
|
|
1758
|
+
obj: FilledMapConfiguration
|
|
1759
|
+
) => any;
|
|
1760
|
+
export declare const GradientStopFilterSensitiveLog: (obj: GradientStop) => any;
|
|
1761
|
+
export declare const GradientColorFilterSensitiveLog: (
|
|
1762
|
+
obj: GradientColor
|
|
1763
|
+
) => any;
|
|
1764
|
+
export declare const ConditionalFormattingGradientColorFilterSensitiveLog: (
|
|
1765
|
+
obj: ConditionalFormattingGradientColor
|
|
1766
|
+
) => any;
|
|
1767
|
+
export declare const ConditionalFormattingSolidColorFilterSensitiveLog: (
|
|
1768
|
+
obj: ConditionalFormattingSolidColor
|
|
1769
|
+
) => any;
|
|
1770
|
+
export declare const ConditionalFormattingColorFilterSensitiveLog: (
|
|
1771
|
+
obj: ConditionalFormattingColor
|
|
1772
|
+
) => any;
|
|
1773
|
+
export declare const ShapeConditionalFormatFilterSensitiveLog: (
|
|
1774
|
+
obj: ShapeConditionalFormat
|
|
1775
|
+
) => any;
|
|
1776
|
+
export declare const FilledMapShapeConditionalFormattingFilterSensitiveLog: (
|
|
1777
|
+
obj: FilledMapShapeConditionalFormatting
|
|
1778
|
+
) => any;
|
|
1779
|
+
export declare const FilledMapConditionalFormattingOptionFilterSensitiveLog: (
|
|
1780
|
+
obj: FilledMapConditionalFormattingOption
|
|
1781
|
+
) => any;
|
|
1782
|
+
export declare const FilledMapConditionalFormattingFilterSensitiveLog: (
|
|
1783
|
+
obj: FilledMapConditionalFormatting
|
|
1784
|
+
) => any;
|
|
1785
|
+
export declare const FilledMapVisualFilterSensitiveLog: (
|
|
1786
|
+
obj: FilledMapVisual
|
|
1787
|
+
) => any;
|
|
1788
|
+
export declare const FunnelChartDataLabelOptionsFilterSensitiveLog: (
|
|
1789
|
+
obj: FunnelChartDataLabelOptions
|
|
1790
|
+
) => any;
|
|
1791
|
+
export declare const FunnelChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
1792
|
+
obj: FunnelChartAggregatedFieldWells
|
|
1793
|
+
) => any;
|
|
1794
|
+
export declare const FunnelChartFieldWellsFilterSensitiveLog: (
|
|
1795
|
+
obj: FunnelChartFieldWells
|
|
1796
|
+
) => any;
|
|
1797
|
+
export declare const FunnelChartSortConfigurationFilterSensitiveLog: (
|
|
1798
|
+
obj: FunnelChartSortConfiguration
|
|
1799
|
+
) => any;
|
|
1800
|
+
export declare const FunnelChartConfigurationFilterSensitiveLog: (
|
|
1801
|
+
obj: FunnelChartConfiguration
|
|
1802
|
+
) => any;
|
|
1803
|
+
export declare const FunnelChartVisualFilterSensitiveLog: (
|
|
1804
|
+
obj: FunnelChartVisual
|
|
1805
|
+
) => any;
|
|
1806
|
+
export declare const GaugeChartFieldWellsFilterSensitiveLog: (
|
|
1807
|
+
obj: GaugeChartFieldWells
|
|
1808
|
+
) => any;
|
|
1809
|
+
export declare const ArcConfigurationFilterSensitiveLog: (
|
|
1810
|
+
obj: ArcConfiguration
|
|
1811
|
+
) => any;
|
|
1812
|
+
export declare const ArcAxisDisplayRangeFilterSensitiveLog: (
|
|
1813
|
+
obj: ArcAxisDisplayRange
|
|
1814
|
+
) => any;
|
|
1815
|
+
export declare const ArcAxisConfigurationFilterSensitiveLog: (
|
|
1816
|
+
obj: ArcAxisConfiguration
|
|
1817
|
+
) => any;
|
|
1818
|
+
export declare const ComparisonFormatConfigurationFilterSensitiveLog: (
|
|
1819
|
+
obj: ComparisonFormatConfiguration
|
|
1820
|
+
) => any;
|
|
1821
|
+
export declare const ComparisonConfigurationFilterSensitiveLog: (
|
|
1822
|
+
obj: ComparisonConfiguration
|
|
1823
|
+
) => any;
|
|
1824
|
+
export declare const GaugeChartOptionsFilterSensitiveLog: (
|
|
1825
|
+
obj: GaugeChartOptions
|
|
1826
|
+
) => any;
|
|
1827
|
+
export declare const GaugeChartConfigurationFilterSensitiveLog: (
|
|
1828
|
+
obj: GaugeChartConfiguration
|
|
1829
|
+
) => any;
|
|
1830
|
+
export declare const GaugeChartArcConditionalFormattingFilterSensitiveLog: (
|
|
1831
|
+
obj: GaugeChartArcConditionalFormatting
|
|
1832
|
+
) => any;
|
|
1833
|
+
export declare const ConditionalFormattingIconDisplayConfigurationFilterSensitiveLog: (
|
|
1834
|
+
obj: ConditionalFormattingIconDisplayConfiguration
|
|
1835
|
+
) => any;
|
|
1836
|
+
export declare const ConditionalFormattingCustomIconOptionsFilterSensitiveLog: (
|
|
1837
|
+
obj: ConditionalFormattingCustomIconOptions
|
|
1838
|
+
) => any;
|
|
1839
|
+
export declare const ConditionalFormattingCustomIconConditionFilterSensitiveLog: (
|
|
1840
|
+
obj: ConditionalFormattingCustomIconCondition
|
|
1841
|
+
) => any;
|
|
1842
|
+
export declare const ConditionalFormattingIconSetFilterSensitiveLog: (
|
|
1843
|
+
obj: ConditionalFormattingIconSet
|
|
1844
|
+
) => any;
|
|
1845
|
+
export declare const ConditionalFormattingIconFilterSensitiveLog: (
|
|
1846
|
+
obj: ConditionalFormattingIcon
|
|
1847
|
+
) => any;
|
|
1848
|
+
export declare const GaugeChartPrimaryValueConditionalFormattingFilterSensitiveLog: (
|
|
1849
|
+
obj: GaugeChartPrimaryValueConditionalFormatting
|
|
1850
|
+
) => any;
|
|
1851
|
+
export declare const GaugeChartConditionalFormattingOptionFilterSensitiveLog: (
|
|
1852
|
+
obj: GaugeChartConditionalFormattingOption
|
|
1853
|
+
) => any;
|
|
1854
|
+
export declare const GaugeChartConditionalFormattingFilterSensitiveLog: (
|
|
1855
|
+
obj: GaugeChartConditionalFormatting
|
|
1856
|
+
) => any;
|
|
1857
|
+
export declare const GaugeChartVisualFilterSensitiveLog: (
|
|
1858
|
+
obj: GaugeChartVisual
|
|
1859
|
+
) => any;
|
|
1860
|
+
export declare const GeospatialMapAggregatedFieldWellsFilterSensitiveLog: (
|
|
1861
|
+
obj: GeospatialMapAggregatedFieldWells
|
|
1862
|
+
) => any;
|
|
1863
|
+
export declare const GeospatialMapFieldWellsFilterSensitiveLog: (
|
|
1864
|
+
obj: GeospatialMapFieldWells
|
|
1865
|
+
) => any;
|
|
1866
|
+
export declare const SimpleClusterMarkerFilterSensitiveLog: (
|
|
1867
|
+
obj: SimpleClusterMarker
|
|
1868
|
+
) => any;
|
|
1869
|
+
export declare const ClusterMarkerFilterSensitiveLog: (
|
|
1870
|
+
obj: ClusterMarker
|
|
1871
|
+
) => any;
|
|
1872
|
+
export declare const ClusterMarkerConfigurationFilterSensitiveLog: (
|
|
1873
|
+
obj: ClusterMarkerConfiguration
|
|
1874
|
+
) => any;
|
|
1875
|
+
export declare const GeospatialPointStyleOptionsFilterSensitiveLog: (
|
|
1876
|
+
obj: GeospatialPointStyleOptions
|
|
1877
|
+
) => any;
|
|
1878
|
+
export declare const GeospatialMapConfigurationFilterSensitiveLog: (
|
|
1879
|
+
obj: GeospatialMapConfiguration
|
|
1880
|
+
) => any;
|
|
1881
|
+
export declare const GeospatialMapVisualFilterSensitiveLog: (
|
|
1882
|
+
obj: GeospatialMapVisual
|
|
1883
|
+
) => any;
|
|
1884
|
+
export declare const DataColorFilterSensitiveLog: (obj: DataColor) => any;
|
|
1885
|
+
export declare const ColorScaleFilterSensitiveLog: (obj: ColorScale) => any;
|
|
1886
|
+
export declare const HeatMapAggregatedFieldWellsFilterSensitiveLog: (
|
|
1887
|
+
obj: HeatMapAggregatedFieldWells
|
|
1888
|
+
) => any;
|
|
1889
|
+
export declare const HeatMapFieldWellsFilterSensitiveLog: (
|
|
1890
|
+
obj: HeatMapFieldWells
|
|
1891
|
+
) => any;
|
|
1892
|
+
export declare const HeatMapSortConfigurationFilterSensitiveLog: (
|
|
1893
|
+
obj: HeatMapSortConfiguration
|
|
1894
|
+
) => any;
|
|
1895
|
+
export declare const HeatMapConfigurationFilterSensitiveLog: (
|
|
1896
|
+
obj: HeatMapConfiguration
|
|
1897
|
+
) => any;
|
|
1898
|
+
export declare const HeatMapVisualFilterSensitiveLog: (
|
|
1899
|
+
obj: HeatMapVisual
|
|
1900
|
+
) => any;
|
|
1901
|
+
export declare const BinCountOptionsFilterSensitiveLog: (
|
|
1902
|
+
obj: BinCountOptions
|
|
1903
|
+
) => any;
|
|
1904
|
+
export declare const BinWidthOptionsFilterSensitiveLog: (
|
|
1905
|
+
obj: BinWidthOptions
|
|
1906
|
+
) => any;
|
|
1907
|
+
export declare const HistogramBinOptionsFilterSensitiveLog: (
|
|
1908
|
+
obj: HistogramBinOptions
|
|
1909
|
+
) => any;
|
|
1910
|
+
export declare const HistogramAggregatedFieldWellsFilterSensitiveLog: (
|
|
1911
|
+
obj: HistogramAggregatedFieldWells
|
|
1912
|
+
) => any;
|
|
1913
|
+
export declare const HistogramFieldWellsFilterSensitiveLog: (
|
|
1914
|
+
obj: HistogramFieldWells
|
|
1915
|
+
) => any;
|
|
1916
|
+
export declare const HistogramConfigurationFilterSensitiveLog: (
|
|
1917
|
+
obj: HistogramConfiguration
|
|
1918
|
+
) => any;
|
|
1919
|
+
export declare const HistogramVisualFilterSensitiveLog: (
|
|
1920
|
+
obj: HistogramVisual
|
|
1921
|
+
) => any;
|
|
1922
|
+
export declare const ForecastComputationFilterSensitiveLog: (
|
|
1923
|
+
obj: ForecastComputation
|
|
1924
|
+
) => any;
|
|
1925
|
+
export declare const GrowthRateComputationFilterSensitiveLog: (
|
|
1926
|
+
obj: GrowthRateComputation
|
|
1927
|
+
) => any;
|
|
1928
|
+
export declare const MaximumMinimumComputationFilterSensitiveLog: (
|
|
1929
|
+
obj: MaximumMinimumComputation
|
|
1930
|
+
) => any;
|
|
1931
|
+
export declare const MetricComparisonComputationFilterSensitiveLog: (
|
|
1932
|
+
obj: MetricComparisonComputation
|
|
1933
|
+
) => any;
|
|
1934
|
+
export declare const PeriodOverPeriodComputationFilterSensitiveLog: (
|
|
1935
|
+
obj: PeriodOverPeriodComputation
|
|
1936
|
+
) => any;
|
|
1937
|
+
export declare const PeriodToDateComputationFilterSensitiveLog: (
|
|
1938
|
+
obj: PeriodToDateComputation
|
|
1939
|
+
) => any;
|
|
1940
|
+
export declare const TopBottomMoversComputationFilterSensitiveLog: (
|
|
1941
|
+
obj: TopBottomMoversComputation
|
|
1942
|
+
) => any;
|
|
1943
|
+
export declare const TopBottomRankedComputationFilterSensitiveLog: (
|
|
1944
|
+
obj: TopBottomRankedComputation
|
|
1945
|
+
) => any;
|
|
1946
|
+
export declare const TotalAggregationComputationFilterSensitiveLog: (
|
|
1947
|
+
obj: TotalAggregationComputation
|
|
1948
|
+
) => any;
|
|
1949
|
+
export declare const UniqueValuesComputationFilterSensitiveLog: (
|
|
1950
|
+
obj: UniqueValuesComputation
|
|
1951
|
+
) => any;
|
|
1952
|
+
export declare const ComputationFilterSensitiveLog: (obj: Computation) => any;
|
|
1953
|
+
export declare const CustomNarrativeOptionsFilterSensitiveLog: (
|
|
1954
|
+
obj: CustomNarrativeOptions
|
|
1121
1955
|
) => any;
|
|
1122
|
-
export declare const
|
|
1123
|
-
|
|
1124
|
-
obj: DescribeTemplateResponse
|
|
1956
|
+
export declare const InsightConfigurationFilterSensitiveLog: (
|
|
1957
|
+
obj: InsightConfiguration
|
|
1125
1958
|
) => any;
|
|
1126
|
-
export declare const
|
|
1127
|
-
obj:
|
|
1959
|
+
export declare const InsightVisualFilterSensitiveLog: (
|
|
1960
|
+
obj: InsightVisual
|
|
1128
1961
|
) => any;
|
|
1129
|
-
export declare const
|
|
1130
|
-
obj:
|
|
1962
|
+
export declare const KPIFieldWellsFilterSensitiveLog: (
|
|
1963
|
+
obj: KPIFieldWells
|
|
1131
1964
|
) => any;
|
|
1132
|
-
export declare const
|
|
1133
|
-
obj:
|
|
1965
|
+
export declare const ProgressBarOptionsFilterSensitiveLog: (
|
|
1966
|
+
obj: ProgressBarOptions
|
|
1134
1967
|
) => any;
|
|
1135
|
-
export declare const
|
|
1136
|
-
obj:
|
|
1968
|
+
export declare const SecondaryValueOptionsFilterSensitiveLog: (
|
|
1969
|
+
obj: SecondaryValueOptions
|
|
1137
1970
|
) => any;
|
|
1138
|
-
export declare const
|
|
1139
|
-
obj:
|
|
1971
|
+
export declare const TrendArrowOptionsFilterSensitiveLog: (
|
|
1972
|
+
obj: TrendArrowOptions
|
|
1140
1973
|
) => any;
|
|
1141
|
-
export declare const
|
|
1142
|
-
export declare const
|
|
1143
|
-
|
|
1144
|
-
export declare const DescribeThemeResponseFilterSensitiveLog: (
|
|
1145
|
-
obj: DescribeThemeResponse
|
|
1974
|
+
export declare const KPIOptionsFilterSensitiveLog: (obj: KPIOptions) => any;
|
|
1975
|
+
export declare const KPISortConfigurationFilterSensitiveLog: (
|
|
1976
|
+
obj: KPISortConfiguration
|
|
1146
1977
|
) => any;
|
|
1147
|
-
export declare const
|
|
1148
|
-
obj:
|
|
1978
|
+
export declare const KPIConfigurationFilterSensitiveLog: (
|
|
1979
|
+
obj: KPIConfiguration
|
|
1149
1980
|
) => any;
|
|
1150
|
-
export declare const
|
|
1151
|
-
obj:
|
|
1981
|
+
export declare const KPIPrimaryValueConditionalFormattingFilterSensitiveLog: (
|
|
1982
|
+
obj: KPIPrimaryValueConditionalFormatting
|
|
1152
1983
|
) => any;
|
|
1153
|
-
export declare const
|
|
1154
|
-
obj:
|
|
1984
|
+
export declare const KPIProgressBarConditionalFormattingFilterSensitiveLog: (
|
|
1985
|
+
obj: KPIProgressBarConditionalFormatting
|
|
1155
1986
|
) => any;
|
|
1156
|
-
export declare const
|
|
1157
|
-
obj:
|
|
1987
|
+
export declare const KPIConditionalFormattingOptionFilterSensitiveLog: (
|
|
1988
|
+
obj: KPIConditionalFormattingOption
|
|
1158
1989
|
) => any;
|
|
1159
|
-
export declare const
|
|
1160
|
-
obj:
|
|
1990
|
+
export declare const KPIConditionalFormattingFilterSensitiveLog: (
|
|
1991
|
+
obj: KPIConditionalFormatting
|
|
1161
1992
|
) => any;
|
|
1162
|
-
export declare const
|
|
1163
|
-
export declare const
|
|
1164
|
-
obj:
|
|
1993
|
+
export declare const KPIVisualFilterSensitiveLog: (obj: KPIVisual) => any;
|
|
1994
|
+
export declare const LineChartLineStyleSettingsFilterSensitiveLog: (
|
|
1995
|
+
obj: LineChartLineStyleSettings
|
|
1165
1996
|
) => any;
|
|
1166
|
-
export declare const
|
|
1167
|
-
obj:
|
|
1997
|
+
export declare const LineChartMarkerStyleSettingsFilterSensitiveLog: (
|
|
1998
|
+
obj: LineChartMarkerStyleSettings
|
|
1168
1999
|
) => any;
|
|
1169
|
-
export declare const
|
|
1170
|
-
obj:
|
|
2000
|
+
export declare const LineChartDefaultSeriesSettingsFilterSensitiveLog: (
|
|
2001
|
+
obj: LineChartDefaultSeriesSettings
|
|
1171
2002
|
) => any;
|
|
1172
|
-
export declare const
|
|
1173
|
-
obj:
|
|
2003
|
+
export declare const LineChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
2004
|
+
obj: LineChartAggregatedFieldWells
|
|
1174
2005
|
) => any;
|
|
1175
|
-
export declare const
|
|
1176
|
-
|
|
1177
|
-
obj: GenerateEmbedUrlForAnonymousUserRequest
|
|
2006
|
+
export declare const LineChartFieldWellsFilterSensitiveLog: (
|
|
2007
|
+
obj: LineChartFieldWells
|
|
1178
2008
|
) => any;
|
|
1179
|
-
export declare const
|
|
1180
|
-
obj:
|
|
2009
|
+
export declare const TimeBasedForecastPropertiesFilterSensitiveLog: (
|
|
2010
|
+
obj: TimeBasedForecastProperties
|
|
1181
2011
|
) => any;
|
|
1182
|
-
export declare const
|
|
1183
|
-
obj:
|
|
2012
|
+
export declare const WhatIfPointScenarioFilterSensitiveLog: (
|
|
2013
|
+
obj: WhatIfPointScenario
|
|
1184
2014
|
) => any;
|
|
1185
|
-
export declare const
|
|
1186
|
-
obj:
|
|
2015
|
+
export declare const WhatIfRangeScenarioFilterSensitiveLog: (
|
|
2016
|
+
obj: WhatIfRangeScenario
|
|
1187
2017
|
) => any;
|
|
1188
|
-
export declare const
|
|
1189
|
-
obj:
|
|
2018
|
+
export declare const ForecastScenarioFilterSensitiveLog: (
|
|
2019
|
+
obj: ForecastScenario
|
|
1190
2020
|
) => any;
|
|
1191
|
-
export declare const
|
|
1192
|
-
obj:
|
|
2021
|
+
export declare const ForecastConfigurationFilterSensitiveLog: (
|
|
2022
|
+
obj: ForecastConfiguration
|
|
1193
2023
|
) => any;
|
|
1194
|
-
export declare const
|
|
1195
|
-
obj:
|
|
2024
|
+
export declare const MissingDataConfigurationFilterSensitiveLog: (
|
|
2025
|
+
obj: MissingDataConfiguration
|
|
1196
2026
|
) => any;
|
|
1197
|
-
export declare const
|
|
1198
|
-
obj:
|
|
2027
|
+
export declare const LineSeriesAxisDisplayOptionsFilterSensitiveLog: (
|
|
2028
|
+
obj: LineSeriesAxisDisplayOptions
|
|
1199
2029
|
) => any;
|
|
1200
|
-
export declare const
|
|
1201
|
-
obj:
|
|
2030
|
+
export declare const LineChartSeriesSettingsFilterSensitiveLog: (
|
|
2031
|
+
obj: LineChartSeriesSettings
|
|
1202
2032
|
) => any;
|
|
1203
|
-
export declare const
|
|
1204
|
-
obj:
|
|
2033
|
+
export declare const DataFieldSeriesItemFilterSensitiveLog: (
|
|
2034
|
+
obj: DataFieldSeriesItem
|
|
1205
2035
|
) => any;
|
|
1206
|
-
export declare const
|
|
1207
|
-
obj:
|
|
2036
|
+
export declare const FieldSeriesItemFilterSensitiveLog: (
|
|
2037
|
+
obj: FieldSeriesItem
|
|
1208
2038
|
) => any;
|
|
1209
|
-
export declare const
|
|
1210
|
-
|
|
2039
|
+
export declare const SeriesItemFilterSensitiveLog: (obj: SeriesItem) => any;
|
|
2040
|
+
export declare const LineChartSortConfigurationFilterSensitiveLog: (
|
|
2041
|
+
obj: LineChartSortConfiguration
|
|
1211
2042
|
) => any;
|
|
1212
|
-
export declare const
|
|
1213
|
-
obj:
|
|
2043
|
+
export declare const LineChartConfigurationFilterSensitiveLog: (
|
|
2044
|
+
obj: LineChartConfiguration
|
|
1214
2045
|
) => any;
|
|
1215
|
-
export declare const
|
|
1216
|
-
obj:
|
|
2046
|
+
export declare const LineChartVisualFilterSensitiveLog: (
|
|
2047
|
+
obj: LineChartVisual
|
|
1217
2048
|
) => any;
|
|
1218
|
-
export declare const
|
|
1219
|
-
|
|
2049
|
+
export declare const ArcOptionsFilterSensitiveLog: (obj: ArcOptions) => any;
|
|
2050
|
+
export declare const DonutCenterOptionsFilterSensitiveLog: (
|
|
2051
|
+
obj: DonutCenterOptions
|
|
1220
2052
|
) => any;
|
|
1221
|
-
export declare const
|
|
1222
|
-
|
|
2053
|
+
export declare const DonutOptionsFilterSensitiveLog: (obj: DonutOptions) => any;
|
|
2054
|
+
export declare const PieChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
2055
|
+
obj: PieChartAggregatedFieldWells
|
|
1223
2056
|
) => any;
|
|
1224
|
-
export declare const
|
|
1225
|
-
obj:
|
|
2057
|
+
export declare const PieChartFieldWellsFilterSensitiveLog: (
|
|
2058
|
+
obj: PieChartFieldWells
|
|
1226
2059
|
) => any;
|
|
1227
|
-
export declare const
|
|
1228
|
-
obj:
|
|
2060
|
+
export declare const PieChartSortConfigurationFilterSensitiveLog: (
|
|
2061
|
+
obj: PieChartSortConfiguration
|
|
1229
2062
|
) => any;
|
|
1230
|
-
export declare const
|
|
1231
|
-
obj:
|
|
2063
|
+
export declare const PieChartConfigurationFilterSensitiveLog: (
|
|
2064
|
+
obj: PieChartConfiguration
|
|
1232
2065
|
) => any;
|
|
1233
|
-
export declare const
|
|
1234
|
-
obj:
|
|
2066
|
+
export declare const PieChartVisualFilterSensitiveLog: (
|
|
2067
|
+
obj: PieChartVisual
|
|
1235
2068
|
) => any;
|
|
1236
|
-
export declare const
|
|
1237
|
-
obj:
|
|
2069
|
+
export declare const PivotTableDataPathOptionFilterSensitiveLog: (
|
|
2070
|
+
obj: PivotTableDataPathOption
|
|
1238
2071
|
) => any;
|
|
1239
|
-
export declare const
|
|
1240
|
-
obj:
|
|
2072
|
+
export declare const PivotTableFieldOptionFilterSensitiveLog: (
|
|
2073
|
+
obj: PivotTableFieldOption
|
|
1241
2074
|
) => any;
|
|
1242
|
-
export declare const
|
|
1243
|
-
obj:
|
|
2075
|
+
export declare const PivotTableFieldOptionsFilterSensitiveLog: (
|
|
2076
|
+
obj: PivotTableFieldOptions
|
|
1244
2077
|
) => any;
|
|
1245
|
-
export declare const
|
|
1246
|
-
obj:
|
|
2078
|
+
export declare const PivotTableAggregatedFieldWellsFilterSensitiveLog: (
|
|
2079
|
+
obj: PivotTableAggregatedFieldWells
|
|
1247
2080
|
) => any;
|
|
1248
|
-
export declare const
|
|
1249
|
-
obj:
|
|
2081
|
+
export declare const PivotTableFieldWellsFilterSensitiveLog: (
|
|
2082
|
+
obj: PivotTableFieldWells
|
|
1250
2083
|
) => any;
|
|
1251
|
-
export declare const
|
|
1252
|
-
obj:
|
|
2084
|
+
export declare const PivotTablePaginatedReportOptionsFilterSensitiveLog: (
|
|
2085
|
+
obj: PivotTablePaginatedReportOptions
|
|
1253
2086
|
) => any;
|
|
1254
|
-
export declare const
|
|
1255
|
-
|
|
2087
|
+
export declare const DataPathSortFilterSensitiveLog: (obj: DataPathSort) => any;
|
|
2088
|
+
export declare const PivotTableSortByFilterSensitiveLog: (
|
|
2089
|
+
obj: PivotTableSortBy
|
|
1256
2090
|
) => any;
|
|
1257
|
-
export declare const
|
|
1258
|
-
obj:
|
|
2091
|
+
export declare const PivotFieldSortOptionsFilterSensitiveLog: (
|
|
2092
|
+
obj: PivotFieldSortOptions
|
|
1259
2093
|
) => any;
|
|
1260
|
-
export declare const
|
|
1261
|
-
obj:
|
|
2094
|
+
export declare const PivotTableSortConfigurationFilterSensitiveLog: (
|
|
2095
|
+
obj: PivotTableSortConfiguration
|
|
1262
2096
|
) => any;
|
|
1263
|
-
export declare const
|
|
1264
|
-
obj:
|
|
2097
|
+
export declare const TableBorderOptionsFilterSensitiveLog: (
|
|
2098
|
+
obj: TableBorderOptions
|
|
1265
2099
|
) => any;
|
|
1266
|
-
export declare const
|
|
1267
|
-
obj:
|
|
2100
|
+
export declare const TableSideBorderOptionsFilterSensitiveLog: (
|
|
2101
|
+
obj: TableSideBorderOptions
|
|
1268
2102
|
) => any;
|
|
1269
|
-
export declare const
|
|
1270
|
-
obj:
|
|
2103
|
+
export declare const GlobalTableBorderOptionsFilterSensitiveLog: (
|
|
2104
|
+
obj: GlobalTableBorderOptions
|
|
1271
2105
|
) => any;
|
|
1272
|
-
export declare const
|
|
1273
|
-
obj:
|
|
2106
|
+
export declare const TableCellStyleFilterSensitiveLog: (
|
|
2107
|
+
obj: TableCellStyle
|
|
1274
2108
|
) => any;
|
|
1275
|
-
export declare const
|
|
1276
|
-
obj:
|
|
2109
|
+
export declare const RowAlternateColorOptionsFilterSensitiveLog: (
|
|
2110
|
+
obj: RowAlternateColorOptions
|
|
1277
2111
|
) => any;
|
|
1278
|
-
export declare const
|
|
1279
|
-
obj:
|
|
2112
|
+
export declare const PivotTableOptionsFilterSensitiveLog: (
|
|
2113
|
+
obj: PivotTableOptions
|
|
1280
2114
|
) => any;
|
|
1281
|
-
export declare const
|
|
1282
|
-
obj:
|
|
2115
|
+
export declare const PivotTableFieldSubtotalOptionsFilterSensitiveLog: (
|
|
2116
|
+
obj: PivotTableFieldSubtotalOptions
|
|
1283
2117
|
) => any;
|
|
1284
|
-
export declare const
|
|
1285
|
-
obj:
|
|
2118
|
+
export declare const SubtotalOptionsFilterSensitiveLog: (
|
|
2119
|
+
obj: SubtotalOptions
|
|
1286
2120
|
) => any;
|
|
1287
|
-
export declare const
|
|
1288
|
-
obj:
|
|
2121
|
+
export declare const PivotTotalOptionsFilterSensitiveLog: (
|
|
2122
|
+
obj: PivotTotalOptions
|
|
1289
2123
|
) => any;
|
|
1290
|
-
export declare const
|
|
1291
|
-
obj:
|
|
2124
|
+
export declare const PivotTableTotalOptionsFilterSensitiveLog: (
|
|
2125
|
+
obj: PivotTableTotalOptions
|
|
1292
2126
|
) => any;
|
|
1293
|
-
export declare const
|
|
1294
|
-
obj:
|
|
2127
|
+
export declare const PivotTableConfigurationFilterSensitiveLog: (
|
|
2128
|
+
obj: PivotTableConfiguration
|
|
1295
2129
|
) => any;
|
|
1296
|
-
export declare const
|
|
1297
|
-
obj:
|
|
2130
|
+
export declare const PivotTableConditionalFormattingScopeFilterSensitiveLog: (
|
|
2131
|
+
obj: PivotTableConditionalFormattingScope
|
|
1298
2132
|
) => any;
|
|
1299
|
-
export declare const
|
|
1300
|
-
obj:
|
|
2133
|
+
export declare const TextConditionalFormatFilterSensitiveLog: (
|
|
2134
|
+
obj: TextConditionalFormat
|
|
1301
2135
|
) => any;
|
|
1302
|
-
export declare const
|
|
1303
|
-
obj:
|
|
2136
|
+
export declare const PivotTableCellConditionalFormattingFilterSensitiveLog: (
|
|
2137
|
+
obj: PivotTableCellConditionalFormatting
|
|
1304
2138
|
) => any;
|
|
1305
|
-
export declare const
|
|
1306
|
-
obj:
|
|
2139
|
+
export declare const PivotTableConditionalFormattingOptionFilterSensitiveLog: (
|
|
2140
|
+
obj: PivotTableConditionalFormattingOption
|
|
1307
2141
|
) => any;
|
|
1308
|
-
export declare const
|
|
1309
|
-
obj:
|
|
2142
|
+
export declare const PivotTableConditionalFormattingFilterSensitiveLog: (
|
|
2143
|
+
obj: PivotTableConditionalFormatting
|
|
1310
2144
|
) => any;
|
|
1311
|
-
export declare const
|
|
1312
|
-
obj:
|
|
2145
|
+
export declare const PivotTableVisualFilterSensitiveLog: (
|
|
2146
|
+
obj: PivotTableVisual
|
|
1313
2147
|
) => any;
|
|
1314
|
-
export declare const
|
|
1315
|
-
obj:
|
|
2148
|
+
export declare const SankeyDiagramAggregatedFieldWellsFilterSensitiveLog: (
|
|
2149
|
+
obj: SankeyDiagramAggregatedFieldWells
|
|
1316
2150
|
) => any;
|
|
1317
|
-
export declare const
|
|
1318
|
-
obj:
|
|
2151
|
+
export declare const SankeyDiagramFieldWellsFilterSensitiveLog: (
|
|
2152
|
+
obj: SankeyDiagramFieldWells
|
|
1319
2153
|
) => any;
|
|
1320
|
-
export declare const
|
|
1321
|
-
obj:
|
|
2154
|
+
export declare const SankeyDiagramSortConfigurationFilterSensitiveLog: (
|
|
2155
|
+
obj: SankeyDiagramSortConfiguration
|
|
1322
2156
|
) => any;
|
|
1323
|
-
export declare const
|
|
1324
|
-
obj:
|
|
2157
|
+
export declare const SankeyDiagramChartConfigurationFilterSensitiveLog: (
|
|
2158
|
+
obj: SankeyDiagramChartConfiguration
|
|
1325
2159
|
) => any;
|
|
1326
|
-
export declare const
|
|
1327
|
-
obj:
|
|
2160
|
+
export declare const SankeyDiagramVisualFilterSensitiveLog: (
|
|
2161
|
+
obj: SankeyDiagramVisual
|
|
1328
2162
|
) => any;
|
|
1329
|
-
export declare const
|
|
1330
|
-
obj:
|
|
2163
|
+
export declare const ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog: (
|
|
2164
|
+
obj: ScatterPlotCategoricallyAggregatedFieldWells
|
|
1331
2165
|
) => any;
|
|
1332
|
-
export declare const
|
|
1333
|
-
obj:
|
|
2166
|
+
export declare const ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog: (
|
|
2167
|
+
obj: ScatterPlotUnaggregatedFieldWells
|
|
1334
2168
|
) => any;
|
|
1335
|
-
export declare const
|
|
1336
|
-
obj:
|
|
2169
|
+
export declare const ScatterPlotFieldWellsFilterSensitiveLog: (
|
|
2170
|
+
obj: ScatterPlotFieldWells
|
|
1337
2171
|
) => any;
|
|
1338
|
-
export declare const
|
|
1339
|
-
|
|
1340
|
-
obj: ListThemesResponse
|
|
2172
|
+
export declare const ScatterPlotConfigurationFilterSensitiveLog: (
|
|
2173
|
+
obj: ScatterPlotConfiguration
|
|
1341
2174
|
) => any;
|
|
1342
|
-
export declare const
|
|
1343
|
-
obj:
|
|
2175
|
+
export declare const ScatterPlotVisualFilterSensitiveLog: (
|
|
2176
|
+
obj: ScatterPlotVisual
|
|
1344
2177
|
) => any;
|
|
1345
|
-
export declare const
|
|
1346
|
-
obj:
|
|
2178
|
+
export declare const TableCellImageSizingConfigurationFilterSensitiveLog: (
|
|
2179
|
+
obj: TableCellImageSizingConfiguration
|
|
1347
2180
|
) => any;
|
|
1348
|
-
export declare const
|
|
1349
|
-
obj:
|
|
2181
|
+
export declare const TableFieldImageConfigurationFilterSensitiveLog: (
|
|
2182
|
+
obj: TableFieldImageConfiguration
|
|
1350
2183
|
) => any;
|
|
1351
|
-
export declare const
|
|
1352
|
-
obj:
|
|
2184
|
+
export declare const TableFieldCustomIconContentFilterSensitiveLog: (
|
|
2185
|
+
obj: TableFieldCustomIconContent
|
|
1353
2186
|
) => any;
|
|
1354
|
-
export declare const
|
|
1355
|
-
obj:
|
|
2187
|
+
export declare const TableFieldCustomTextContentFilterSensitiveLog: (
|
|
2188
|
+
obj: TableFieldCustomTextContent
|
|
1356
2189
|
) => any;
|
|
1357
|
-
export declare const
|
|
1358
|
-
obj:
|
|
2190
|
+
export declare const TableFieldLinkContentConfigurationFilterSensitiveLog: (
|
|
2191
|
+
obj: TableFieldLinkContentConfiguration
|
|
1359
2192
|
) => any;
|
|
1360
|
-
export declare const
|
|
1361
|
-
obj:
|
|
2193
|
+
export declare const TableFieldLinkConfigurationFilterSensitiveLog: (
|
|
2194
|
+
obj: TableFieldLinkConfiguration
|
|
1362
2195
|
) => any;
|
|
1363
|
-
export declare const
|
|
1364
|
-
obj:
|
|
2196
|
+
export declare const TableFieldURLConfigurationFilterSensitiveLog: (
|
|
2197
|
+
obj: TableFieldURLConfiguration
|
|
1365
2198
|
) => any;
|
|
1366
|
-
export declare const
|
|
1367
|
-
obj:
|
|
2199
|
+
export declare const TableFieldOptionFilterSensitiveLog: (
|
|
2200
|
+
obj: TableFieldOption
|
|
1368
2201
|
) => any;
|
|
1369
|
-
export declare const
|
|
1370
|
-
obj:
|
|
2202
|
+
export declare const TableFieldOptionsFilterSensitiveLog: (
|
|
2203
|
+
obj: TableFieldOptions
|
|
1371
2204
|
) => any;
|
|
1372
|
-
export declare const
|
|
1373
|
-
obj:
|
|
2205
|
+
export declare const TableAggregatedFieldWellsFilterSensitiveLog: (
|
|
2206
|
+
obj: TableAggregatedFieldWells
|
|
1374
2207
|
) => any;
|
|
1375
|
-
export declare const
|
|
1376
|
-
obj:
|
|
2208
|
+
export declare const UnaggregatedFieldFilterSensitiveLog: (
|
|
2209
|
+
obj: UnaggregatedField
|
|
1377
2210
|
) => any;
|
|
1378
|
-
export declare const
|
|
1379
|
-
obj:
|
|
2211
|
+
export declare const TableUnaggregatedFieldWellsFilterSensitiveLog: (
|
|
2212
|
+
obj: TableUnaggregatedFieldWells
|
|
1380
2213
|
) => any;
|
|
1381
|
-
export declare const
|
|
1382
|
-
obj:
|
|
2214
|
+
export declare const TableFieldWellsFilterSensitiveLog: (
|
|
2215
|
+
obj: TableFieldWells
|
|
1383
2216
|
) => any;
|
|
1384
|
-
export declare const
|
|
1385
|
-
obj:
|
|
2217
|
+
export declare const TablePaginatedReportOptionsFilterSensitiveLog: (
|
|
2218
|
+
obj: TablePaginatedReportOptions
|
|
1386
2219
|
) => any;
|
|
1387
|
-
export declare const
|
|
1388
|
-
obj:
|
|
2220
|
+
export declare const TableSortConfigurationFilterSensitiveLog: (
|
|
2221
|
+
obj: TableSortConfiguration
|
|
1389
2222
|
) => any;
|
|
1390
|
-
export declare const
|
|
1391
|
-
|
|
2223
|
+
export declare const TableOptionsFilterSensitiveLog: (obj: TableOptions) => any;
|
|
2224
|
+
export declare const TotalOptionsFilterSensitiveLog: (obj: TotalOptions) => any;
|
|
2225
|
+
export declare const TableConfigurationFilterSensitiveLog: (
|
|
2226
|
+
obj: TableConfiguration
|
|
1392
2227
|
) => any;
|
|
1393
|
-
export declare const
|
|
1394
|
-
obj:
|
|
2228
|
+
export declare const TableCellConditionalFormattingFilterSensitiveLog: (
|
|
2229
|
+
obj: TableCellConditionalFormatting
|
|
1395
2230
|
) => any;
|
|
1396
|
-
export declare const
|
|
1397
|
-
obj:
|
|
2231
|
+
export declare const TableRowConditionalFormattingFilterSensitiveLog: (
|
|
2232
|
+
obj: TableRowConditionalFormatting
|
|
1398
2233
|
) => any;
|
|
1399
|
-
export declare const
|
|
1400
|
-
obj:
|
|
2234
|
+
export declare const TableConditionalFormattingOptionFilterSensitiveLog: (
|
|
2235
|
+
obj: TableConditionalFormattingOption
|
|
1401
2236
|
) => any;
|
|
1402
|
-
export declare const
|
|
1403
|
-
obj:
|
|
2237
|
+
export declare const TableConditionalFormattingFilterSensitiveLog: (
|
|
2238
|
+
obj: TableConditionalFormatting
|
|
1404
2239
|
) => any;
|
|
1405
|
-
export declare const
|
|
1406
|
-
|
|
2240
|
+
export declare const TableVisualFilterSensitiveLog: (obj: TableVisual) => any;
|
|
2241
|
+
export declare const TreeMapAggregatedFieldWellsFilterSensitiveLog: (
|
|
2242
|
+
obj: TreeMapAggregatedFieldWells
|
|
1407
2243
|
) => any;
|
|
1408
|
-
export declare const
|
|
1409
|
-
obj:
|
|
2244
|
+
export declare const TreeMapFieldWellsFilterSensitiveLog: (
|
|
2245
|
+
obj: TreeMapFieldWells
|
|
1410
2246
|
) => any;
|
|
1411
|
-
export declare const
|
|
1412
|
-
obj:
|
|
2247
|
+
export declare const TreeMapSortConfigurationFilterSensitiveLog: (
|
|
2248
|
+
obj: TreeMapSortConfiguration
|
|
1413
2249
|
) => any;
|
|
1414
|
-
export declare const
|
|
1415
|
-
obj:
|
|
2250
|
+
export declare const TreeMapConfigurationFilterSensitiveLog: (
|
|
2251
|
+
obj: TreeMapConfiguration
|
|
1416
2252
|
) => any;
|
|
1417
|
-
export declare const
|
|
1418
|
-
obj:
|
|
2253
|
+
export declare const TreeMapVisualFilterSensitiveLog: (
|
|
2254
|
+
obj: TreeMapVisual
|
|
1419
2255
|
) => any;
|
|
1420
|
-
export declare const
|
|
1421
|
-
obj:
|
|
2256
|
+
export declare const WaterfallChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
2257
|
+
obj: WaterfallChartAggregatedFieldWells
|
|
1422
2258
|
) => any;
|
|
1423
|
-
export declare const
|
|
1424
|
-
obj:
|
|
2259
|
+
export declare const WaterfallChartFieldWellsFilterSensitiveLog: (
|
|
2260
|
+
obj: WaterfallChartFieldWells
|
|
1425
2261
|
) => any;
|
|
1426
|
-
export declare const
|
|
1427
|
-
obj:
|
|
2262
|
+
export declare const WaterfallChartSortConfigurationFilterSensitiveLog: (
|
|
2263
|
+
obj: WaterfallChartSortConfiguration
|
|
1428
2264
|
) => any;
|
|
1429
|
-
export declare const
|
|
1430
|
-
obj:
|
|
2265
|
+
export declare const WaterfallChartOptionsFilterSensitiveLog: (
|
|
2266
|
+
obj: WaterfallChartOptions
|
|
1431
2267
|
) => any;
|
|
1432
|
-
export declare const
|
|
1433
|
-
obj:
|
|
2268
|
+
export declare const WaterfallChartConfigurationFilterSensitiveLog: (
|
|
2269
|
+
obj: WaterfallChartConfiguration
|
|
1434
2270
|
) => any;
|
|
1435
|
-
export declare const
|
|
1436
|
-
obj:
|
|
2271
|
+
export declare const WaterfallVisualFilterSensitiveLog: (
|
|
2272
|
+
obj: WaterfallVisual
|
|
1437
2273
|
) => any;
|
|
1438
|
-
export declare const
|
|
1439
|
-
obj:
|
|
2274
|
+
export declare const WordCloudAggregatedFieldWellsFilterSensitiveLog: (
|
|
2275
|
+
obj: WordCloudAggregatedFieldWells
|
|
1440
2276
|
) => any;
|
|
1441
|
-
export declare const
|
|
1442
|
-
obj:
|
|
2277
|
+
export declare const WordCloudFieldWellsFilterSensitiveLog: (
|
|
2278
|
+
obj: WordCloudFieldWells
|
|
1443
2279
|
) => any;
|
|
1444
|
-
export declare const
|
|
1445
|
-
obj:
|
|
2280
|
+
export declare const WordCloudSortConfigurationFilterSensitiveLog: (
|
|
2281
|
+
obj: WordCloudSortConfiguration
|
|
1446
2282
|
) => any;
|
|
1447
|
-
export declare const
|
|
1448
|
-
obj:
|
|
2283
|
+
export declare const WordCloudOptionsFilterSensitiveLog: (
|
|
2284
|
+
obj: WordCloudOptions
|
|
1449
2285
|
) => any;
|
|
1450
|
-
export declare const
|
|
1451
|
-
obj:
|
|
2286
|
+
export declare const WordCloudChartConfigurationFilterSensitiveLog: (
|
|
2287
|
+
obj: WordCloudChartConfiguration
|
|
1452
2288
|
) => any;
|
|
1453
|
-
export declare const
|
|
1454
|
-
obj:
|
|
2289
|
+
export declare const WordCloudVisualFilterSensitiveLog: (
|
|
2290
|
+
obj: WordCloudVisual
|
|
1455
2291
|
) => any;
|
|
1456
|
-
export declare const
|
|
1457
|
-
|
|
2292
|
+
export declare const VisualFilterSensitiveLog: (obj: Visual) => any;
|
|
2293
|
+
export declare const SheetDefinitionFilterSensitiveLog: (
|
|
2294
|
+
obj: SheetDefinition
|
|
1458
2295
|
) => any;
|
|
1459
|
-
export declare const
|
|
1460
|
-
obj:
|
|
2296
|
+
export declare const AnalysisDefinitionFilterSensitiveLog: (
|
|
2297
|
+
obj: AnalysisDefinition
|
|
1461
2298
|
) => any;
|
|
1462
|
-
export declare const
|
|
1463
|
-
obj:
|
|
2299
|
+
export declare const AnalysisSearchFilterFilterSensitiveLog: (
|
|
2300
|
+
obj: AnalysisSearchFilter
|
|
1464
2301
|
) => any;
|
|
1465
|
-
export declare const
|
|
1466
|
-
obj:
|
|
2302
|
+
export declare const DataSetReferenceFilterSensitiveLog: (
|
|
2303
|
+
obj: DataSetReference
|
|
1467
2304
|
) => any;
|
|
1468
|
-
export declare const
|
|
1469
|
-
obj:
|
|
2305
|
+
export declare const AnalysisSourceTemplateFilterSensitiveLog: (
|
|
2306
|
+
obj: AnalysisSourceTemplate
|
|
1470
2307
|
) => any;
|
|
1471
|
-
export declare const
|
|
1472
|
-
obj:
|
|
2308
|
+
export declare const AnalysisSourceEntityFilterSensitiveLog: (
|
|
2309
|
+
obj: AnalysisSourceEntity
|
|
1473
2310
|
) => any;
|
|
1474
|
-
export declare const
|
|
1475
|
-
obj:
|
|
2311
|
+
export declare const AnalysisSummaryFilterSensitiveLog: (
|
|
2312
|
+
obj: AnalysisSummary
|
|
1476
2313
|
) => any;
|
|
1477
|
-
export declare const
|
|
1478
|
-
obj:
|
|
2314
|
+
export declare const AnonymousUserDashboardEmbeddingConfigurationFilterSensitiveLog: (
|
|
2315
|
+
obj: AnonymousUserDashboardEmbeddingConfiguration
|
|
1479
2316
|
) => any;
|
|
1480
|
-
export declare const
|
|
1481
|
-
obj:
|
|
2317
|
+
export declare const DashboardVisualIdFilterSensitiveLog: (
|
|
2318
|
+
obj: DashboardVisualId
|
|
1482
2319
|
) => any;
|
|
1483
|
-
export declare const
|
|
1484
|
-
obj:
|
|
2320
|
+
export declare const AnonymousUserDashboardVisualEmbeddingConfigurationFilterSensitiveLog: (
|
|
2321
|
+
obj: AnonymousUserDashboardVisualEmbeddingConfiguration
|
|
1485
2322
|
) => any;
|
|
1486
|
-
export declare const
|
|
1487
|
-
obj:
|
|
2323
|
+
export declare const AnonymousUserQSearchBarEmbeddingConfigurationFilterSensitiveLog: (
|
|
2324
|
+
obj: AnonymousUserQSearchBarEmbeddingConfiguration
|
|
1488
2325
|
) => any;
|
|
1489
|
-
export declare const
|
|
1490
|
-
obj:
|
|
2326
|
+
export declare const AnonymousUserEmbeddingExperienceConfigurationFilterSensitiveLog: (
|
|
2327
|
+
obj: AnonymousUserEmbeddingExperienceConfiguration
|
|
1491
2328
|
) => any;
|
|
1492
|
-
export declare const
|
|
1493
|
-
obj:
|
|
2329
|
+
export declare const AthenaParametersFilterSensitiveLog: (
|
|
2330
|
+
obj: AthenaParameters
|
|
1494
2331
|
) => any;
|
|
1495
|
-
export declare const
|
|
1496
|
-
obj:
|
|
2332
|
+
export declare const AuroraParametersFilterSensitiveLog: (
|
|
2333
|
+
obj: AuroraParameters
|
|
1497
2334
|
) => any;
|
|
1498
|
-
export declare const
|
|
1499
|
-
obj:
|
|
2335
|
+
export declare const AuroraPostgreSqlParametersFilterSensitiveLog: (
|
|
2336
|
+
obj: AuroraPostgreSqlParameters
|
|
1500
2337
|
) => any;
|
|
1501
|
-
export declare const
|
|
1502
|
-
obj:
|
|
2338
|
+
export declare const AwsIotAnalyticsParametersFilterSensitiveLog: (
|
|
2339
|
+
obj: AwsIotAnalyticsParameters
|
|
1503
2340
|
) => any;
|
|
1504
|
-
export declare const
|
|
1505
|
-
|
|
2341
|
+
export declare const BorderStyleFilterSensitiveLog: (obj: BorderStyle) => any;
|
|
2342
|
+
export declare const CalculatedColumnFilterSensitiveLog: (
|
|
2343
|
+
obj: CalculatedColumn
|
|
1506
2344
|
) => any;
|
|
1507
|
-
export declare const
|
|
1508
|
-
obj:
|
|
2345
|
+
export declare const CancelIngestionRequestFilterSensitiveLog: (
|
|
2346
|
+
obj: CancelIngestionRequest
|
|
1509
2347
|
) => any;
|
|
1510
|
-
export declare const
|
|
1511
|
-
obj:
|
|
2348
|
+
export declare const CancelIngestionResponseFilterSensitiveLog: (
|
|
2349
|
+
obj: CancelIngestionResponse
|
|
1512
2350
|
) => any;
|
|
1513
|
-
export declare const
|
|
1514
|
-
obj:
|
|
2351
|
+
export declare const CastColumnTypeOperationFilterSensitiveLog: (
|
|
2352
|
+
obj: CastColumnTypeOperation
|
|
1515
2353
|
) => any;
|
|
1516
|
-
export declare const
|
|
1517
|
-
obj:
|
|
2354
|
+
export declare const ColumnDescriptionFilterSensitiveLog: (
|
|
2355
|
+
obj: ColumnDescription
|
|
1518
2356
|
) => any;
|
|
1519
|
-
export declare const
|
|
1520
|
-
obj:
|
|
2357
|
+
export declare const GeoSpatialColumnGroupFilterSensitiveLog: (
|
|
2358
|
+
obj: GeoSpatialColumnGroup
|
|
1521
2359
|
) => any;
|
|
1522
|
-
export declare const
|
|
1523
|
-
|
|
2360
|
+
export declare const ColumnGroupFilterSensitiveLog: (obj: ColumnGroup) => any;
|
|
2361
|
+
export declare const ColumnGroupColumnSchemaFilterSensitiveLog: (
|
|
2362
|
+
obj: ColumnGroupColumnSchema
|
|
1524
2363
|
) => any;
|
|
1525
|
-
export declare const
|
|
1526
|
-
obj:
|
|
2364
|
+
export declare const ColumnGroupSchemaFilterSensitiveLog: (
|
|
2365
|
+
obj: ColumnGroupSchema
|
|
1527
2366
|
) => any;
|
|
1528
|
-
export declare const
|
|
1529
|
-
obj:
|
|
2367
|
+
export declare const ColumnLevelPermissionRuleFilterSensitiveLog: (
|
|
2368
|
+
obj: ColumnLevelPermissionRule
|
|
1530
2369
|
) => any;
|
|
1531
|
-
export declare const
|
|
1532
|
-
|
|
2370
|
+
export declare const ColumnSchemaFilterSensitiveLog: (obj: ColumnSchema) => any;
|
|
2371
|
+
export declare const ColumnTagFilterSensitiveLog: (obj: ColumnTag) => any;
|
|
2372
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2373
|
+
export declare const CreateAccountCustomizationRequestFilterSensitiveLog: (
|
|
2374
|
+
obj: CreateAccountCustomizationRequest
|
|
1533
2375
|
) => any;
|
|
1534
|
-
export declare const
|
|
1535
|
-
obj:
|
|
2376
|
+
export declare const CreateAccountCustomizationResponseFilterSensitiveLog: (
|
|
2377
|
+
obj: CreateAccountCustomizationResponse
|
|
1536
2378
|
) => any;
|
|
1537
|
-
export declare const
|
|
1538
|
-
obj:
|
|
2379
|
+
export declare const CreateAccountSubscriptionRequestFilterSensitiveLog: (
|
|
2380
|
+
obj: CreateAccountSubscriptionRequest
|
|
1539
2381
|
) => any;
|
|
1540
|
-
export declare const
|
|
1541
|
-
obj:
|
|
2382
|
+
export declare const SignupResponseFilterSensitiveLog: (
|
|
2383
|
+
obj: SignupResponse
|
|
1542
2384
|
) => any;
|
|
1543
|
-
export declare const
|
|
1544
|
-
obj:
|
|
2385
|
+
export declare const CreateAccountSubscriptionResponseFilterSensitiveLog: (
|
|
2386
|
+
obj: CreateAccountSubscriptionResponse
|
|
1545
2387
|
) => any;
|
|
1546
|
-
export declare const
|
|
1547
|
-
obj:
|
|
2388
|
+
export declare const DateTimeParameterFilterSensitiveLog: (
|
|
2389
|
+
obj: DateTimeParameter
|
|
1548
2390
|
) => any;
|
|
1549
|
-
export declare const
|
|
1550
|
-
obj:
|
|
2391
|
+
export declare const DecimalParameterFilterSensitiveLog: (
|
|
2392
|
+
obj: DecimalParameter
|
|
1551
2393
|
) => any;
|
|
1552
|
-
export declare const
|
|
1553
|
-
obj:
|
|
2394
|
+
export declare const IntegerParameterFilterSensitiveLog: (
|
|
2395
|
+
obj: IntegerParameter
|
|
1554
2396
|
) => any;
|
|
1555
|
-
export declare const
|
|
1556
|
-
obj:
|
|
2397
|
+
export declare const StringParameterFilterSensitiveLog: (
|
|
2398
|
+
obj: StringParameter
|
|
1557
2399
|
) => any;
|
|
1558
|
-
export declare const
|
|
1559
|
-
|
|
2400
|
+
export declare const _ParametersFilterSensitiveLog: (obj: _Parameters) => any;
|
|
2401
|
+
export declare const ResourcePermissionFilterSensitiveLog: (
|
|
2402
|
+
obj: ResourcePermission
|
|
1560
2403
|
) => any;
|
|
1561
|
-
export declare const
|
|
1562
|
-
obj:
|
|
2404
|
+
export declare const CreateAnalysisRequestFilterSensitiveLog: (
|
|
2405
|
+
obj: CreateAnalysisRequest
|
|
1563
2406
|
) => any;
|
|
1564
|
-
export declare const
|
|
1565
|
-
obj:
|
|
2407
|
+
export declare const CreateAnalysisResponseFilterSensitiveLog: (
|
|
2408
|
+
obj: CreateAnalysisResponse
|
|
1566
2409
|
) => any;
|