@aws-sdk/client-quicksight 3.216.0 → 3.219.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 -1570
- 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 +12212 -1552
- 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 +3 -3
|
@@ -25,6 +25,37 @@ export var DashboardBehavior;
|
|
|
25
25
|
DashboardBehavior["DISABLED"] = "DISABLED";
|
|
26
26
|
DashboardBehavior["ENABLED"] = "ENABLED";
|
|
27
27
|
})(DashboardBehavior || (DashboardBehavior = {}));
|
|
28
|
+
export var CategoricalAggregationFunction;
|
|
29
|
+
(function (CategoricalAggregationFunction) {
|
|
30
|
+
CategoricalAggregationFunction["COUNT"] = "COUNT";
|
|
31
|
+
CategoricalAggregationFunction["DISTINCT_COUNT"] = "DISTINCT_COUNT";
|
|
32
|
+
})(CategoricalAggregationFunction || (CategoricalAggregationFunction = {}));
|
|
33
|
+
export var DateAggregationFunction;
|
|
34
|
+
(function (DateAggregationFunction) {
|
|
35
|
+
DateAggregationFunction["COUNT"] = "COUNT";
|
|
36
|
+
DateAggregationFunction["DISTINCT_COUNT"] = "DISTINCT_COUNT";
|
|
37
|
+
DateAggregationFunction["MAX"] = "MAX";
|
|
38
|
+
DateAggregationFunction["MIN"] = "MIN";
|
|
39
|
+
})(DateAggregationFunction || (DateAggregationFunction = {}));
|
|
40
|
+
export var SimpleNumericalAggregationFunction;
|
|
41
|
+
(function (SimpleNumericalAggregationFunction) {
|
|
42
|
+
SimpleNumericalAggregationFunction["AVERAGE"] = "AVERAGE";
|
|
43
|
+
SimpleNumericalAggregationFunction["COUNT"] = "COUNT";
|
|
44
|
+
SimpleNumericalAggregationFunction["DISTINCT_COUNT"] = "DISTINCT_COUNT";
|
|
45
|
+
SimpleNumericalAggregationFunction["MAX"] = "MAX";
|
|
46
|
+
SimpleNumericalAggregationFunction["MEDIAN"] = "MEDIAN";
|
|
47
|
+
SimpleNumericalAggregationFunction["MIN"] = "MIN";
|
|
48
|
+
SimpleNumericalAggregationFunction["STDEV"] = "STDEV";
|
|
49
|
+
SimpleNumericalAggregationFunction["STDEVP"] = "STDEVP";
|
|
50
|
+
SimpleNumericalAggregationFunction["SUM"] = "SUM";
|
|
51
|
+
SimpleNumericalAggregationFunction["VAR"] = "VAR";
|
|
52
|
+
SimpleNumericalAggregationFunction["VARP"] = "VARP";
|
|
53
|
+
})(SimpleNumericalAggregationFunction || (SimpleNumericalAggregationFunction = {}));
|
|
54
|
+
export var SortDirection;
|
|
55
|
+
(function (SortDirection) {
|
|
56
|
+
SortDirection["ASC"] = "ASC";
|
|
57
|
+
SortDirection["DESC"] = "DESC";
|
|
58
|
+
})(SortDirection || (SortDirection = {}));
|
|
28
59
|
export var AnalysisErrorType;
|
|
29
60
|
(function (AnalysisErrorType) {
|
|
30
61
|
AnalysisErrorType["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
@@ -48,569 +79,313 @@ export var ResourceStatus;
|
|
|
48
79
|
ResourceStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
|
|
49
80
|
ResourceStatus["UPDATE_SUCCESSFUL"] = "UPDATE_SUCCESSFUL";
|
|
50
81
|
})(ResourceStatus || (ResourceStatus = {}));
|
|
51
|
-
export var
|
|
52
|
-
(function (
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
})(
|
|
61
|
-
export var
|
|
62
|
-
(function (
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
(
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
}
|
|
245
|
-
export
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
(
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
(
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
this.ResourceType = opts.ResourceType;
|
|
359
|
-
this.RequestId = opts.RequestId;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
export var DataSourceParameters;
|
|
363
|
-
(function (DataSourceParameters) {
|
|
364
|
-
DataSourceParameters.visit = (value, visitor) => {
|
|
365
|
-
if (value.AmazonElasticsearchParameters !== undefined)
|
|
366
|
-
return visitor.AmazonElasticsearchParameters(value.AmazonElasticsearchParameters);
|
|
367
|
-
if (value.AthenaParameters !== undefined)
|
|
368
|
-
return visitor.AthenaParameters(value.AthenaParameters);
|
|
369
|
-
if (value.AuroraParameters !== undefined)
|
|
370
|
-
return visitor.AuroraParameters(value.AuroraParameters);
|
|
371
|
-
if (value.AuroraPostgreSqlParameters !== undefined)
|
|
372
|
-
return visitor.AuroraPostgreSqlParameters(value.AuroraPostgreSqlParameters);
|
|
373
|
-
if (value.AwsIotAnalyticsParameters !== undefined)
|
|
374
|
-
return visitor.AwsIotAnalyticsParameters(value.AwsIotAnalyticsParameters);
|
|
375
|
-
if (value.JiraParameters !== undefined)
|
|
376
|
-
return visitor.JiraParameters(value.JiraParameters);
|
|
377
|
-
if (value.MariaDbParameters !== undefined)
|
|
378
|
-
return visitor.MariaDbParameters(value.MariaDbParameters);
|
|
379
|
-
if (value.MySqlParameters !== undefined)
|
|
380
|
-
return visitor.MySqlParameters(value.MySqlParameters);
|
|
381
|
-
if (value.OracleParameters !== undefined)
|
|
382
|
-
return visitor.OracleParameters(value.OracleParameters);
|
|
383
|
-
if (value.PostgreSqlParameters !== undefined)
|
|
384
|
-
return visitor.PostgreSqlParameters(value.PostgreSqlParameters);
|
|
385
|
-
if (value.PrestoParameters !== undefined)
|
|
386
|
-
return visitor.PrestoParameters(value.PrestoParameters);
|
|
387
|
-
if (value.RdsParameters !== undefined)
|
|
388
|
-
return visitor.RdsParameters(value.RdsParameters);
|
|
389
|
-
if (value.RedshiftParameters !== undefined)
|
|
390
|
-
return visitor.RedshiftParameters(value.RedshiftParameters);
|
|
391
|
-
if (value.S3Parameters !== undefined)
|
|
392
|
-
return visitor.S3Parameters(value.S3Parameters);
|
|
393
|
-
if (value.ServiceNowParameters !== undefined)
|
|
394
|
-
return visitor.ServiceNowParameters(value.ServiceNowParameters);
|
|
395
|
-
if (value.SnowflakeParameters !== undefined)
|
|
396
|
-
return visitor.SnowflakeParameters(value.SnowflakeParameters);
|
|
397
|
-
if (value.SparkParameters !== undefined)
|
|
398
|
-
return visitor.SparkParameters(value.SparkParameters);
|
|
399
|
-
if (value.SqlServerParameters !== undefined)
|
|
400
|
-
return visitor.SqlServerParameters(value.SqlServerParameters);
|
|
401
|
-
if (value.TeradataParameters !== undefined)
|
|
402
|
-
return visitor.TeradataParameters(value.TeradataParameters);
|
|
403
|
-
if (value.TwitterParameters !== undefined)
|
|
404
|
-
return visitor.TwitterParameters(value.TwitterParameters);
|
|
405
|
-
if (value.AmazonOpenSearchParameters !== undefined)
|
|
406
|
-
return visitor.AmazonOpenSearchParameters(value.AmazonOpenSearchParameters);
|
|
407
|
-
if (value.ExasolParameters !== undefined)
|
|
408
|
-
return visitor.ExasolParameters(value.ExasolParameters);
|
|
409
|
-
if (value.DatabricksParameters !== undefined)
|
|
410
|
-
return visitor.DatabricksParameters(value.DatabricksParameters);
|
|
411
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
412
|
-
};
|
|
413
|
-
})(DataSourceParameters || (DataSourceParameters = {}));
|
|
414
|
-
export var DataSourceType;
|
|
415
|
-
(function (DataSourceType) {
|
|
416
|
-
DataSourceType["ADOBE_ANALYTICS"] = "ADOBE_ANALYTICS";
|
|
417
|
-
DataSourceType["AMAZON_ELASTICSEARCH"] = "AMAZON_ELASTICSEARCH";
|
|
418
|
-
DataSourceType["AMAZON_OPENSEARCH"] = "AMAZON_OPENSEARCH";
|
|
419
|
-
DataSourceType["ATHENA"] = "ATHENA";
|
|
420
|
-
DataSourceType["AURORA"] = "AURORA";
|
|
421
|
-
DataSourceType["AURORA_POSTGRESQL"] = "AURORA_POSTGRESQL";
|
|
422
|
-
DataSourceType["AWS_IOT_ANALYTICS"] = "AWS_IOT_ANALYTICS";
|
|
423
|
-
DataSourceType["DATABRICKS"] = "DATABRICKS";
|
|
424
|
-
DataSourceType["EXASOL"] = "EXASOL";
|
|
425
|
-
DataSourceType["GITHUB"] = "GITHUB";
|
|
426
|
-
DataSourceType["JIRA"] = "JIRA";
|
|
427
|
-
DataSourceType["MARIADB"] = "MARIADB";
|
|
428
|
-
DataSourceType["MYSQL"] = "MYSQL";
|
|
429
|
-
DataSourceType["ORACLE"] = "ORACLE";
|
|
430
|
-
DataSourceType["POSTGRESQL"] = "POSTGRESQL";
|
|
431
|
-
DataSourceType["PRESTO"] = "PRESTO";
|
|
432
|
-
DataSourceType["REDSHIFT"] = "REDSHIFT";
|
|
433
|
-
DataSourceType["S3"] = "S3";
|
|
434
|
-
DataSourceType["SALESFORCE"] = "SALESFORCE";
|
|
435
|
-
DataSourceType["SERVICENOW"] = "SERVICENOW";
|
|
436
|
-
DataSourceType["SNOWFLAKE"] = "SNOWFLAKE";
|
|
437
|
-
DataSourceType["SPARK"] = "SPARK";
|
|
438
|
-
DataSourceType["SQLSERVER"] = "SQLSERVER";
|
|
439
|
-
DataSourceType["TERADATA"] = "TERADATA";
|
|
440
|
-
DataSourceType["TIMESTREAM"] = "TIMESTREAM";
|
|
441
|
-
DataSourceType["TWITTER"] = "TWITTER";
|
|
442
|
-
})(DataSourceType || (DataSourceType = {}));
|
|
443
|
-
export var FolderType;
|
|
444
|
-
(function (FolderType) {
|
|
445
|
-
FolderType["SHARED"] = "SHARED";
|
|
446
|
-
})(FolderType || (FolderType = {}));
|
|
447
|
-
export var MemberType;
|
|
448
|
-
(function (MemberType) {
|
|
449
|
-
MemberType["ANALYSIS"] = "ANALYSIS";
|
|
450
|
-
MemberType["DASHBOARD"] = "DASHBOARD";
|
|
451
|
-
MemberType["DATASET"] = "DATASET";
|
|
452
|
-
})(MemberType || (MemberType = {}));
|
|
453
|
-
export var IngestionType;
|
|
454
|
-
(function (IngestionType) {
|
|
455
|
-
IngestionType["FULL_REFRESH"] = "FULL_REFRESH";
|
|
456
|
-
IngestionType["INCREMENTAL_REFRESH"] = "INCREMENTAL_REFRESH";
|
|
457
|
-
})(IngestionType || (IngestionType = {}));
|
|
458
|
-
export var IngestionStatus;
|
|
459
|
-
(function (IngestionStatus) {
|
|
460
|
-
IngestionStatus["CANCELLED"] = "CANCELLED";
|
|
461
|
-
IngestionStatus["COMPLETED"] = "COMPLETED";
|
|
462
|
-
IngestionStatus["FAILED"] = "FAILED";
|
|
463
|
-
IngestionStatus["INITIALIZED"] = "INITIALIZED";
|
|
464
|
-
IngestionStatus["QUEUED"] = "QUEUED";
|
|
465
|
-
IngestionStatus["RUNNING"] = "RUNNING";
|
|
466
|
-
})(IngestionStatus || (IngestionStatus = {}));
|
|
467
|
-
export var IdentityStore;
|
|
468
|
-
(function (IdentityStore) {
|
|
469
|
-
IdentityStore["QUICKSIGHT"] = "QUICKSIGHT";
|
|
470
|
-
})(IdentityStore || (IdentityStore = {}));
|
|
471
|
-
export var NamespaceStatus;
|
|
472
|
-
(function (NamespaceStatus) {
|
|
473
|
-
NamespaceStatus["CREATED"] = "CREATED";
|
|
474
|
-
NamespaceStatus["CREATING"] = "CREATING";
|
|
475
|
-
NamespaceStatus["DELETING"] = "DELETING";
|
|
476
|
-
NamespaceStatus["NON_RETRYABLE_FAILURE"] = "NON_RETRYABLE_FAILURE";
|
|
477
|
-
NamespaceStatus["RETRYABLE_FAILURE"] = "RETRYABLE_FAILURE";
|
|
478
|
-
})(NamespaceStatus || (NamespaceStatus = {}));
|
|
479
|
-
export var DashboardErrorType;
|
|
480
|
-
(function (DashboardErrorType) {
|
|
481
|
-
DashboardErrorType["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
482
|
-
DashboardErrorType["COLUMN_GEOGRAPHIC_ROLE_MISMATCH"] = "COLUMN_GEOGRAPHIC_ROLE_MISMATCH";
|
|
483
|
-
DashboardErrorType["COLUMN_REPLACEMENT_MISSING"] = "COLUMN_REPLACEMENT_MISSING";
|
|
484
|
-
DashboardErrorType["COLUMN_TYPE_MISMATCH"] = "COLUMN_TYPE_MISMATCH";
|
|
485
|
-
DashboardErrorType["DATA_SET_NOT_FOUND"] = "DATA_SET_NOT_FOUND";
|
|
486
|
-
DashboardErrorType["INTERNAL_FAILURE"] = "INTERNAL_FAILURE";
|
|
487
|
-
DashboardErrorType["PARAMETER_NOT_FOUND"] = "PARAMETER_NOT_FOUND";
|
|
488
|
-
DashboardErrorType["PARAMETER_TYPE_INVALID"] = "PARAMETER_TYPE_INVALID";
|
|
489
|
-
DashboardErrorType["PARAMETER_VALUE_INCOMPATIBLE"] = "PARAMETER_VALUE_INCOMPATIBLE";
|
|
490
|
-
DashboardErrorType["SOURCE_NOT_FOUND"] = "SOURCE_NOT_FOUND";
|
|
491
|
-
})(DashboardErrorType || (DashboardErrorType = {}));
|
|
492
|
-
export var DashboardFilterAttribute;
|
|
493
|
-
(function (DashboardFilterAttribute) {
|
|
494
|
-
DashboardFilterAttribute["DASHBOARD_NAME"] = "DASHBOARD_NAME";
|
|
495
|
-
DashboardFilterAttribute["DIRECT_QUICKSIGHT_OWNER"] = "DIRECT_QUICKSIGHT_OWNER";
|
|
496
|
-
DashboardFilterAttribute["DIRECT_QUICKSIGHT_SOLE_OWNER"] = "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
497
|
-
DashboardFilterAttribute["DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"] = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
498
|
-
DashboardFilterAttribute["QUICKSIGHT_OWNER"] = "QUICKSIGHT_OWNER";
|
|
499
|
-
DashboardFilterAttribute["QUICKSIGHT_USER"] = "QUICKSIGHT_USER";
|
|
500
|
-
DashboardFilterAttribute["QUICKSIGHT_VIEWER_OR_OWNER"] = "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
501
|
-
})(DashboardFilterAttribute || (DashboardFilterAttribute = {}));
|
|
502
|
-
export var DataSetFilterAttribute;
|
|
503
|
-
(function (DataSetFilterAttribute) {
|
|
504
|
-
DataSetFilterAttribute["DATASET_NAME"] = "DATASET_NAME";
|
|
505
|
-
DataSetFilterAttribute["DIRECT_QUICKSIGHT_OWNER"] = "DIRECT_QUICKSIGHT_OWNER";
|
|
506
|
-
DataSetFilterAttribute["DIRECT_QUICKSIGHT_SOLE_OWNER"] = "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
507
|
-
DataSetFilterAttribute["DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"] = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
508
|
-
DataSetFilterAttribute["QUICKSIGHT_OWNER"] = "QUICKSIGHT_OWNER";
|
|
509
|
-
DataSetFilterAttribute["QUICKSIGHT_VIEWER_OR_OWNER"] = "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
510
|
-
})(DataSetFilterAttribute || (DataSetFilterAttribute = {}));
|
|
511
|
-
export var DataSourceErrorInfoType;
|
|
512
|
-
(function (DataSourceErrorInfoType) {
|
|
513
|
-
DataSourceErrorInfoType["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
514
|
-
DataSourceErrorInfoType["CONFLICT"] = "CONFLICT";
|
|
515
|
-
DataSourceErrorInfoType["COPY_SOURCE_NOT_FOUND"] = "COPY_SOURCE_NOT_FOUND";
|
|
516
|
-
DataSourceErrorInfoType["ENGINE_VERSION_NOT_SUPPORTED"] = "ENGINE_VERSION_NOT_SUPPORTED";
|
|
517
|
-
DataSourceErrorInfoType["GENERIC_SQL_FAILURE"] = "GENERIC_SQL_FAILURE";
|
|
518
|
-
DataSourceErrorInfoType["TIMEOUT"] = "TIMEOUT";
|
|
519
|
-
DataSourceErrorInfoType["UNKNOWN"] = "UNKNOWN";
|
|
520
|
-
DataSourceErrorInfoType["UNKNOWN_HOST"] = "UNKNOWN_HOST";
|
|
521
|
-
})(DataSourceErrorInfoType || (DataSourceErrorInfoType = {}));
|
|
522
|
-
export var DataSourceFilterAttribute;
|
|
523
|
-
(function (DataSourceFilterAttribute) {
|
|
524
|
-
DataSourceFilterAttribute["DATASOURCE_NAME"] = "DATASOURCE_NAME";
|
|
525
|
-
DataSourceFilterAttribute["DIRECT_QUICKSIGHT_OWNER"] = "DIRECT_QUICKSIGHT_OWNER";
|
|
526
|
-
DataSourceFilterAttribute["DIRECT_QUICKSIGHT_SOLE_OWNER"] = "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
527
|
-
DataSourceFilterAttribute["DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"] = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
528
|
-
})(DataSourceFilterAttribute || (DataSourceFilterAttribute = {}));
|
|
529
|
-
export class InvalidNextTokenException extends __BaseException {
|
|
530
|
-
constructor(opts) {
|
|
531
|
-
super({
|
|
532
|
-
name: "InvalidNextTokenException",
|
|
533
|
-
$fault: "client",
|
|
534
|
-
...opts,
|
|
535
|
-
});
|
|
536
|
-
this.name = "InvalidNextTokenException";
|
|
537
|
-
this.$fault = "client";
|
|
538
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
539
|
-
this.Message = opts.Message;
|
|
540
|
-
this.RequestId = opts.RequestId;
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
export var IngestionErrorType;
|
|
544
|
-
(function (IngestionErrorType) {
|
|
545
|
-
IngestionErrorType["ACCOUNT_CAPACITY_LIMIT_EXCEEDED"] = "ACCOUNT_CAPACITY_LIMIT_EXCEEDED";
|
|
546
|
-
IngestionErrorType["CONNECTION_FAILURE"] = "CONNECTION_FAILURE";
|
|
547
|
-
IngestionErrorType["CURSOR_NOT_ENABLED"] = "CURSOR_NOT_ENABLED";
|
|
548
|
-
IngestionErrorType["CUSTOMER_ERROR"] = "CUSTOMER_ERROR";
|
|
549
|
-
IngestionErrorType["DATA_SET_DELETED"] = "DATA_SET_DELETED";
|
|
550
|
-
IngestionErrorType["DATA_SET_NOT_SPICE"] = "DATA_SET_NOT_SPICE";
|
|
551
|
-
IngestionErrorType["DATA_SET_SIZE_LIMIT_EXCEEDED"] = "DATA_SET_SIZE_LIMIT_EXCEEDED";
|
|
552
|
-
IngestionErrorType["DATA_SOURCE_AUTH_FAILED"] = "DATA_SOURCE_AUTH_FAILED";
|
|
553
|
-
IngestionErrorType["DATA_SOURCE_CONNECTION_FAILED"] = "DATA_SOURCE_CONNECTION_FAILED";
|
|
554
|
-
IngestionErrorType["DATA_SOURCE_NOT_FOUND"] = "DATA_SOURCE_NOT_FOUND";
|
|
555
|
-
IngestionErrorType["DATA_TOLERANCE_EXCEPTION"] = "DATA_TOLERANCE_EXCEPTION";
|
|
556
|
-
IngestionErrorType["ELASTICSEARCH_CURSOR_NOT_ENABLED"] = "ELASTICSEARCH_CURSOR_NOT_ENABLED";
|
|
557
|
-
IngestionErrorType["FAILURE_TO_ASSUME_ROLE"] = "FAILURE_TO_ASSUME_ROLE";
|
|
558
|
-
IngestionErrorType["FAILURE_TO_PROCESS_JSON_FILE"] = "FAILURE_TO_PROCESS_JSON_FILE";
|
|
559
|
-
IngestionErrorType["IAM_ROLE_NOT_AVAILABLE"] = "IAM_ROLE_NOT_AVAILABLE";
|
|
560
|
-
IngestionErrorType["INGESTION_CANCELED"] = "INGESTION_CANCELED";
|
|
561
|
-
IngestionErrorType["INGESTION_SUPERSEDED"] = "INGESTION_SUPERSEDED";
|
|
562
|
-
IngestionErrorType["INTERNAL_SERVICE_ERROR"] = "INTERNAL_SERVICE_ERROR";
|
|
563
|
-
IngestionErrorType["INVALID_DATAPREP_SYNTAX"] = "INVALID_DATAPREP_SYNTAX";
|
|
564
|
-
IngestionErrorType["INVALID_DATA_SOURCE_CONFIG"] = "INVALID_DATA_SOURCE_CONFIG";
|
|
565
|
-
IngestionErrorType["INVALID_DATE_FORMAT"] = "INVALID_DATE_FORMAT";
|
|
566
|
-
IngestionErrorType["IOT_DATA_SET_FILE_EMPTY"] = "IOT_DATA_SET_FILE_EMPTY";
|
|
567
|
-
IngestionErrorType["IOT_FILE_NOT_FOUND"] = "IOT_FILE_NOT_FOUND";
|
|
568
|
-
IngestionErrorType["OAUTH_TOKEN_FAILURE"] = "OAUTH_TOKEN_FAILURE";
|
|
569
|
-
IngestionErrorType["PASSWORD_AUTHENTICATION_FAILURE"] = "PASSWORD_AUTHENTICATION_FAILURE";
|
|
570
|
-
IngestionErrorType["PERMISSION_DENIED"] = "PERMISSION_DENIED";
|
|
571
|
-
IngestionErrorType["PERMISSION_NOT_FOUND"] = "PERMISSION_NOT_FOUND";
|
|
572
|
-
IngestionErrorType["QUERY_TIMEOUT"] = "QUERY_TIMEOUT";
|
|
573
|
-
IngestionErrorType["REFRESH_SUPPRESSED_BY_EDIT"] = "REFRESH_SUPPRESSED_BY_EDIT";
|
|
574
|
-
IngestionErrorType["ROW_SIZE_LIMIT_EXCEEDED"] = "ROW_SIZE_LIMIT_EXCEEDED";
|
|
575
|
-
IngestionErrorType["S3_FILE_INACCESSIBLE"] = "S3_FILE_INACCESSIBLE";
|
|
576
|
-
IngestionErrorType["S3_MANIFEST_ERROR"] = "S3_MANIFEST_ERROR";
|
|
577
|
-
IngestionErrorType["S3_UPLOADED_FILE_DELETED"] = "S3_UPLOADED_FILE_DELETED";
|
|
578
|
-
IngestionErrorType["SOURCE_API_LIMIT_EXCEEDED_FAILURE"] = "SOURCE_API_LIMIT_EXCEEDED_FAILURE";
|
|
579
|
-
IngestionErrorType["SOURCE_RESOURCE_LIMIT_EXCEEDED"] = "SOURCE_RESOURCE_LIMIT_EXCEEDED";
|
|
580
|
-
IngestionErrorType["SPICE_TABLE_NOT_FOUND"] = "SPICE_TABLE_NOT_FOUND";
|
|
581
|
-
IngestionErrorType["SQL_EXCEPTION"] = "SQL_EXCEPTION";
|
|
582
|
-
IngestionErrorType["SQL_INVALID_PARAMETER_VALUE"] = "SQL_INVALID_PARAMETER_VALUE";
|
|
583
|
-
IngestionErrorType["SQL_NUMERIC_OVERFLOW"] = "SQL_NUMERIC_OVERFLOW";
|
|
584
|
-
IngestionErrorType["SQL_SCHEMA_MISMATCH_ERROR"] = "SQL_SCHEMA_MISMATCH_ERROR";
|
|
585
|
-
IngestionErrorType["SQL_TABLE_NOT_FOUND"] = "SQL_TABLE_NOT_FOUND";
|
|
586
|
-
IngestionErrorType["SSL_CERTIFICATE_VALIDATION_FAILURE"] = "SSL_CERTIFICATE_VALIDATION_FAILURE";
|
|
587
|
-
IngestionErrorType["UNRESOLVABLE_HOST"] = "UNRESOLVABLE_HOST";
|
|
588
|
-
IngestionErrorType["UNROUTABLE_HOST"] = "UNROUTABLE_HOST";
|
|
589
|
-
})(IngestionErrorType || (IngestionErrorType = {}));
|
|
590
|
-
export var IngestionRequestSource;
|
|
591
|
-
(function (IngestionRequestSource) {
|
|
592
|
-
IngestionRequestSource["MANUAL"] = "MANUAL";
|
|
593
|
-
IngestionRequestSource["SCHEDULED"] = "SCHEDULED";
|
|
594
|
-
})(IngestionRequestSource || (IngestionRequestSource = {}));
|
|
595
|
-
export var IngestionRequestType;
|
|
596
|
-
(function (IngestionRequestType) {
|
|
597
|
-
IngestionRequestType["EDIT"] = "EDIT";
|
|
598
|
-
IngestionRequestType["FULL_REFRESH"] = "FULL_REFRESH";
|
|
599
|
-
IngestionRequestType["INCREMENTAL_REFRESH"] = "INCREMENTAL_REFRESH";
|
|
600
|
-
IngestionRequestType["INITIAL_INGESTION"] = "INITIAL_INGESTION";
|
|
601
|
-
})(IngestionRequestType || (IngestionRequestType = {}));
|
|
602
|
-
export var NamespaceErrorType;
|
|
603
|
-
(function (NamespaceErrorType) {
|
|
604
|
-
NamespaceErrorType["INTERNAL_SERVICE_ERROR"] = "INTERNAL_SERVICE_ERROR";
|
|
605
|
-
NamespaceErrorType["PERMISSION_DENIED"] = "PERMISSION_DENIED";
|
|
606
|
-
})(NamespaceErrorType || (NamespaceErrorType = {}));
|
|
607
|
-
export var TemplateErrorType;
|
|
608
|
-
(function (TemplateErrorType) {
|
|
609
|
-
TemplateErrorType["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
610
|
-
TemplateErrorType["DATA_SET_NOT_FOUND"] = "DATA_SET_NOT_FOUND";
|
|
611
|
-
TemplateErrorType["INTERNAL_FAILURE"] = "INTERNAL_FAILURE";
|
|
612
|
-
TemplateErrorType["SOURCE_NOT_FOUND"] = "SOURCE_NOT_FOUND";
|
|
613
|
-
})(TemplateErrorType || (TemplateErrorType = {}));
|
|
82
|
+
export var ResizeOption;
|
|
83
|
+
(function (ResizeOption) {
|
|
84
|
+
ResizeOption["FIXED"] = "FIXED";
|
|
85
|
+
ResizeOption["RESPONSIVE"] = "RESPONSIVE";
|
|
86
|
+
})(ResizeOption || (ResizeOption = {}));
|
|
87
|
+
export var PaperOrientation;
|
|
88
|
+
(function (PaperOrientation) {
|
|
89
|
+
PaperOrientation["LANDSCAPE"] = "LANDSCAPE";
|
|
90
|
+
PaperOrientation["PORTRAIT"] = "PORTRAIT";
|
|
91
|
+
})(PaperOrientation || (PaperOrientation = {}));
|
|
92
|
+
export var PaperSize;
|
|
93
|
+
(function (PaperSize) {
|
|
94
|
+
PaperSize["A0"] = "A0";
|
|
95
|
+
PaperSize["A1"] = "A1";
|
|
96
|
+
PaperSize["A2"] = "A2";
|
|
97
|
+
PaperSize["A3"] = "A3";
|
|
98
|
+
PaperSize["A4"] = "A4";
|
|
99
|
+
PaperSize["A5"] = "A5";
|
|
100
|
+
PaperSize["JIS_B4"] = "JIS_B4";
|
|
101
|
+
PaperSize["JIS_B5"] = "JIS_B5";
|
|
102
|
+
PaperSize["US_LEGAL"] = "US_LEGAL";
|
|
103
|
+
PaperSize["US_LETTER"] = "US_LETTER";
|
|
104
|
+
PaperSize["US_TABLOID_LEDGER"] = "US_TABLOID_LEDGER";
|
|
105
|
+
})(PaperSize || (PaperSize = {}));
|
|
106
|
+
export var SheetContentType;
|
|
107
|
+
(function (SheetContentType) {
|
|
108
|
+
SheetContentType["INTERACTIVE"] = "INTERACTIVE";
|
|
109
|
+
SheetContentType["PAGINATED"] = "PAGINATED";
|
|
110
|
+
})(SheetContentType || (SheetContentType = {}));
|
|
111
|
+
export var NegativeValueDisplayMode;
|
|
112
|
+
(function (NegativeValueDisplayMode) {
|
|
113
|
+
NegativeValueDisplayMode["NEGATIVE"] = "NEGATIVE";
|
|
114
|
+
NegativeValueDisplayMode["POSITIVE"] = "POSITIVE";
|
|
115
|
+
})(NegativeValueDisplayMode || (NegativeValueDisplayMode = {}));
|
|
116
|
+
export var NumberScale;
|
|
117
|
+
(function (NumberScale) {
|
|
118
|
+
NumberScale["AUTO"] = "AUTO";
|
|
119
|
+
NumberScale["BILLIONS"] = "BILLIONS";
|
|
120
|
+
NumberScale["MILLIONS"] = "MILLIONS";
|
|
121
|
+
NumberScale["NONE"] = "NONE";
|
|
122
|
+
NumberScale["THOUSANDS"] = "THOUSANDS";
|
|
123
|
+
NumberScale["TRILLIONS"] = "TRILLIONS";
|
|
124
|
+
})(NumberScale || (NumberScale = {}));
|
|
125
|
+
export var NumericSeparatorSymbol;
|
|
126
|
+
(function (NumericSeparatorSymbol) {
|
|
127
|
+
NumericSeparatorSymbol["COMMA"] = "COMMA";
|
|
128
|
+
NumericSeparatorSymbol["DOT"] = "DOT";
|
|
129
|
+
NumericSeparatorSymbol["SPACE"] = "SPACE";
|
|
130
|
+
})(NumericSeparatorSymbol || (NumericSeparatorSymbol = {}));
|
|
131
|
+
export var Visibility;
|
|
132
|
+
(function (Visibility) {
|
|
133
|
+
Visibility["HIDDEN"] = "HIDDEN";
|
|
134
|
+
Visibility["VISIBLE"] = "VISIBLE";
|
|
135
|
+
})(Visibility || (Visibility = {}));
|
|
136
|
+
export var ColumnRole;
|
|
137
|
+
(function (ColumnRole) {
|
|
138
|
+
ColumnRole["DIMENSION"] = "DIMENSION";
|
|
139
|
+
ColumnRole["MEASURE"] = "MEASURE";
|
|
140
|
+
})(ColumnRole || (ColumnRole = {}));
|
|
141
|
+
export var CrossDatasetTypes;
|
|
142
|
+
(function (CrossDatasetTypes) {
|
|
143
|
+
CrossDatasetTypes["ALL_DATASETS"] = "ALL_DATASETS";
|
|
144
|
+
CrossDatasetTypes["SINGLE_DATASET"] = "SINGLE_DATASET";
|
|
145
|
+
})(CrossDatasetTypes || (CrossDatasetTypes = {}));
|
|
146
|
+
export var CategoryFilterMatchOperator;
|
|
147
|
+
(function (CategoryFilterMatchOperator) {
|
|
148
|
+
CategoryFilterMatchOperator["CONTAINS"] = "CONTAINS";
|
|
149
|
+
CategoryFilterMatchOperator["DOES_NOT_CONTAIN"] = "DOES_NOT_CONTAIN";
|
|
150
|
+
CategoryFilterMatchOperator["DOES_NOT_EQUAL"] = "DOES_NOT_EQUAL";
|
|
151
|
+
CategoryFilterMatchOperator["ENDS_WITH"] = "ENDS_WITH";
|
|
152
|
+
CategoryFilterMatchOperator["EQUALS"] = "EQUALS";
|
|
153
|
+
CategoryFilterMatchOperator["STARTS_WITH"] = "STARTS_WITH";
|
|
154
|
+
})(CategoryFilterMatchOperator || (CategoryFilterMatchOperator = {}));
|
|
155
|
+
export var FilterNullOption;
|
|
156
|
+
(function (FilterNullOption) {
|
|
157
|
+
FilterNullOption["ALL_VALUES"] = "ALL_VALUES";
|
|
158
|
+
FilterNullOption["NON_NULLS_ONLY"] = "NON_NULLS_ONLY";
|
|
159
|
+
FilterNullOption["NULLS_ONLY"] = "NULLS_ONLY";
|
|
160
|
+
})(FilterNullOption || (FilterNullOption = {}));
|
|
161
|
+
export var CategoryFilterSelectAllOptions;
|
|
162
|
+
(function (CategoryFilterSelectAllOptions) {
|
|
163
|
+
CategoryFilterSelectAllOptions["FILTER_ALL_VALUES"] = "FILTER_ALL_VALUES";
|
|
164
|
+
})(CategoryFilterSelectAllOptions || (CategoryFilterSelectAllOptions = {}));
|
|
165
|
+
export var NumericEqualityMatchOperator;
|
|
166
|
+
(function (NumericEqualityMatchOperator) {
|
|
167
|
+
NumericEqualityMatchOperator["DOES_NOT_EQUAL"] = "DOES_NOT_EQUAL";
|
|
168
|
+
NumericEqualityMatchOperator["EQUALS"] = "EQUALS";
|
|
169
|
+
})(NumericEqualityMatchOperator || (NumericEqualityMatchOperator = {}));
|
|
170
|
+
export var NumericFilterSelectAllOptions;
|
|
171
|
+
(function (NumericFilterSelectAllOptions) {
|
|
172
|
+
NumericFilterSelectAllOptions["FILTER_ALL_VALUES"] = "FILTER_ALL_VALUES";
|
|
173
|
+
})(NumericFilterSelectAllOptions || (NumericFilterSelectAllOptions = {}));
|
|
174
|
+
export var AnchorOption;
|
|
175
|
+
(function (AnchorOption) {
|
|
176
|
+
AnchorOption["NOW"] = "NOW";
|
|
177
|
+
})(AnchorOption || (AnchorOption = {}));
|
|
178
|
+
export var TimeGranularity;
|
|
179
|
+
(function (TimeGranularity) {
|
|
180
|
+
TimeGranularity["DAY"] = "DAY";
|
|
181
|
+
TimeGranularity["HOUR"] = "HOUR";
|
|
182
|
+
TimeGranularity["MILLISECOND"] = "MILLISECOND";
|
|
183
|
+
TimeGranularity["MINUTE"] = "MINUTE";
|
|
184
|
+
TimeGranularity["MONTH"] = "MONTH";
|
|
185
|
+
TimeGranularity["QUARTER"] = "QUARTER";
|
|
186
|
+
TimeGranularity["SECOND"] = "SECOND";
|
|
187
|
+
TimeGranularity["WEEK"] = "WEEK";
|
|
188
|
+
TimeGranularity["YEAR"] = "YEAR";
|
|
189
|
+
})(TimeGranularity || (TimeGranularity = {}));
|
|
190
|
+
export var WidgetStatus;
|
|
191
|
+
(function (WidgetStatus) {
|
|
192
|
+
WidgetStatus["DISABLED"] = "DISABLED";
|
|
193
|
+
WidgetStatus["ENABLED"] = "ENABLED";
|
|
194
|
+
})(WidgetStatus || (WidgetStatus = {}));
|
|
195
|
+
export var RelativeDateType;
|
|
196
|
+
(function (RelativeDateType) {
|
|
197
|
+
RelativeDateType["LAST"] = "LAST";
|
|
198
|
+
RelativeDateType["NEXT"] = "NEXT";
|
|
199
|
+
RelativeDateType["NOW"] = "NOW";
|
|
200
|
+
RelativeDateType["PREVIOUS"] = "PREVIOUS";
|
|
201
|
+
RelativeDateType["THIS"] = "THIS";
|
|
202
|
+
})(RelativeDateType || (RelativeDateType = {}));
|
|
203
|
+
export var FilterVisualScope;
|
|
204
|
+
(function (FilterVisualScope) {
|
|
205
|
+
FilterVisualScope["ALL_VISUALS"] = "ALL_VISUALS";
|
|
206
|
+
FilterVisualScope["SELECTED_VISUALS"] = "SELECTED_VISUALS";
|
|
207
|
+
})(FilterVisualScope || (FilterVisualScope = {}));
|
|
208
|
+
export var ValueWhenUnsetOption;
|
|
209
|
+
(function (ValueWhenUnsetOption) {
|
|
210
|
+
ValueWhenUnsetOption["NULL"] = "NULL";
|
|
211
|
+
ValueWhenUnsetOption["RECOMMENDED_VALUE"] = "RECOMMENDED_VALUE";
|
|
212
|
+
})(ValueWhenUnsetOption || (ValueWhenUnsetOption = {}));
|
|
213
|
+
export var ParameterValueType;
|
|
214
|
+
(function (ParameterValueType) {
|
|
215
|
+
ParameterValueType["MULTI_VALUED"] = "MULTI_VALUED";
|
|
216
|
+
ParameterValueType["SINGLE_VALUED"] = "SINGLE_VALUED";
|
|
217
|
+
})(ParameterValueType || (ParameterValueType = {}));
|
|
218
|
+
export var FontDecoration;
|
|
219
|
+
(function (FontDecoration) {
|
|
220
|
+
FontDecoration["NONE"] = "NONE";
|
|
221
|
+
FontDecoration["UNDERLINE"] = "UNDERLINE";
|
|
222
|
+
})(FontDecoration || (FontDecoration = {}));
|
|
223
|
+
export var RelativeFontSize;
|
|
224
|
+
(function (RelativeFontSize) {
|
|
225
|
+
RelativeFontSize["EXTRA_LARGE"] = "EXTRA_LARGE";
|
|
226
|
+
RelativeFontSize["EXTRA_SMALL"] = "EXTRA_SMALL";
|
|
227
|
+
RelativeFontSize["LARGE"] = "LARGE";
|
|
228
|
+
RelativeFontSize["MEDIUM"] = "MEDIUM";
|
|
229
|
+
RelativeFontSize["SMALL"] = "SMALL";
|
|
230
|
+
})(RelativeFontSize || (RelativeFontSize = {}));
|
|
231
|
+
export var FontStyle;
|
|
232
|
+
(function (FontStyle) {
|
|
233
|
+
FontStyle["ITALIC"] = "ITALIC";
|
|
234
|
+
FontStyle["NORMAL"] = "NORMAL";
|
|
235
|
+
})(FontStyle || (FontStyle = {}));
|
|
236
|
+
export var FontWeightName;
|
|
237
|
+
(function (FontWeightName) {
|
|
238
|
+
FontWeightName["BOLD"] = "BOLD";
|
|
239
|
+
FontWeightName["NORMAL"] = "NORMAL";
|
|
240
|
+
})(FontWeightName || (FontWeightName = {}));
|
|
241
|
+
export var SheetControlDateTimePickerType;
|
|
242
|
+
(function (SheetControlDateTimePickerType) {
|
|
243
|
+
SheetControlDateTimePickerType["DATE_RANGE"] = "DATE_RANGE";
|
|
244
|
+
SheetControlDateTimePickerType["SINGLE_VALUED"] = "SINGLE_VALUED";
|
|
245
|
+
})(SheetControlDateTimePickerType || (SheetControlDateTimePickerType = {}));
|
|
246
|
+
export var SheetControlListType;
|
|
247
|
+
(function (SheetControlListType) {
|
|
248
|
+
SheetControlListType["MULTI_SELECT"] = "MULTI_SELECT";
|
|
249
|
+
SheetControlListType["SINGLE_SELECT"] = "SINGLE_SELECT";
|
|
250
|
+
})(SheetControlListType || (SheetControlListType = {}));
|
|
251
|
+
export var SheetControlSliderType;
|
|
252
|
+
(function (SheetControlSliderType) {
|
|
253
|
+
SheetControlSliderType["RANGE"] = "RANGE";
|
|
254
|
+
SheetControlSliderType["SINGLE_POINT"] = "SINGLE_POINT";
|
|
255
|
+
})(SheetControlSliderType || (SheetControlSliderType = {}));
|
|
256
|
+
export var LayoutElementType;
|
|
257
|
+
(function (LayoutElementType) {
|
|
258
|
+
LayoutElementType["FILTER_CONTROL"] = "FILTER_CONTROL";
|
|
259
|
+
LayoutElementType["PARAMETER_CONTROL"] = "PARAMETER_CONTROL";
|
|
260
|
+
LayoutElementType["TEXT_BOX"] = "TEXT_BOX";
|
|
261
|
+
LayoutElementType["VISUAL"] = "VISUAL";
|
|
262
|
+
})(LayoutElementType || (LayoutElementType = {}));
|
|
263
|
+
export var SectionPageBreakStatus;
|
|
264
|
+
(function (SectionPageBreakStatus) {
|
|
265
|
+
SectionPageBreakStatus["DISABLED"] = "DISABLED";
|
|
266
|
+
SectionPageBreakStatus["ENABLED"] = "ENABLED";
|
|
267
|
+
})(SectionPageBreakStatus || (SectionPageBreakStatus = {}));
|
|
268
|
+
export var SelectedFieldOptions;
|
|
269
|
+
(function (SelectedFieldOptions) {
|
|
270
|
+
SelectedFieldOptions["ALL_FIELDS"] = "ALL_FIELDS";
|
|
271
|
+
})(SelectedFieldOptions || (SelectedFieldOptions = {}));
|
|
272
|
+
export var TargetVisualOptions;
|
|
273
|
+
(function (TargetVisualOptions) {
|
|
274
|
+
TargetVisualOptions["ALL_VISUALS"] = "ALL_VISUALS";
|
|
275
|
+
})(TargetVisualOptions || (TargetVisualOptions = {}));
|
|
276
|
+
export var SelectAllValueOptions;
|
|
277
|
+
(function (SelectAllValueOptions) {
|
|
278
|
+
SelectAllValueOptions["ALL_VALUES"] = "ALL_VALUES";
|
|
279
|
+
})(SelectAllValueOptions || (SelectAllValueOptions = {}));
|
|
280
|
+
export var URLTargetConfiguration;
|
|
281
|
+
(function (URLTargetConfiguration) {
|
|
282
|
+
URLTargetConfiguration["NEW_TAB"] = "NEW_TAB";
|
|
283
|
+
URLTargetConfiguration["NEW_WINDOW"] = "NEW_WINDOW";
|
|
284
|
+
URLTargetConfiguration["SAME_TAB"] = "SAME_TAB";
|
|
285
|
+
})(URLTargetConfiguration || (URLTargetConfiguration = {}));
|
|
286
|
+
export var VisualCustomActionTrigger;
|
|
287
|
+
(function (VisualCustomActionTrigger) {
|
|
288
|
+
VisualCustomActionTrigger["DATA_POINT_CLICK"] = "DATA_POINT_CLICK";
|
|
289
|
+
VisualCustomActionTrigger["DATA_POINT_MENU"] = "DATA_POINT_MENU";
|
|
290
|
+
})(VisualCustomActionTrigger || (VisualCustomActionTrigger = {}));
|
|
291
|
+
export var BarsArrangement;
|
|
292
|
+
(function (BarsArrangement) {
|
|
293
|
+
BarsArrangement["CLUSTERED"] = "CLUSTERED";
|
|
294
|
+
BarsArrangement["STACKED"] = "STACKED";
|
|
295
|
+
BarsArrangement["STACKED_PERCENT"] = "STACKED_PERCENT";
|
|
296
|
+
})(BarsArrangement || (BarsArrangement = {}));
|
|
297
|
+
export var DataLabelContent;
|
|
298
|
+
(function (DataLabelContent) {
|
|
299
|
+
DataLabelContent["PERCENT"] = "PERCENT";
|
|
300
|
+
DataLabelContent["VALUE"] = "VALUE";
|
|
301
|
+
DataLabelContent["VALUE_AND_PERCENT"] = "VALUE_AND_PERCENT";
|
|
302
|
+
})(DataLabelContent || (DataLabelContent = {}));
|
|
303
|
+
export var DataLabelOverlap;
|
|
304
|
+
(function (DataLabelOverlap) {
|
|
305
|
+
DataLabelOverlap["DISABLE_OVERLAP"] = "DISABLE_OVERLAP";
|
|
306
|
+
DataLabelOverlap["ENABLE_OVERLAP"] = "ENABLE_OVERLAP";
|
|
307
|
+
})(DataLabelOverlap || (DataLabelOverlap = {}));
|
|
308
|
+
export var DataLabelPosition;
|
|
309
|
+
(function (DataLabelPosition) {
|
|
310
|
+
DataLabelPosition["BOTTOM"] = "BOTTOM";
|
|
311
|
+
DataLabelPosition["INSIDE"] = "INSIDE";
|
|
312
|
+
DataLabelPosition["LEFT"] = "LEFT";
|
|
313
|
+
DataLabelPosition["OUTSIDE"] = "OUTSIDE";
|
|
314
|
+
DataLabelPosition["RIGHT"] = "RIGHT";
|
|
315
|
+
DataLabelPosition["TOP"] = "TOP";
|
|
316
|
+
})(DataLabelPosition || (DataLabelPosition = {}));
|
|
317
|
+
export var LegendPosition;
|
|
318
|
+
(function (LegendPosition) {
|
|
319
|
+
LegendPosition["AUTO"] = "AUTO";
|
|
320
|
+
LegendPosition["BOTTOM"] = "BOTTOM";
|
|
321
|
+
LegendPosition["RIGHT"] = "RIGHT";
|
|
322
|
+
LegendPosition["TOP"] = "TOP";
|
|
323
|
+
})(LegendPosition || (LegendPosition = {}));
|
|
324
|
+
export var BarChartOrientation;
|
|
325
|
+
(function (BarChartOrientation) {
|
|
326
|
+
BarChartOrientation["HORIZONTAL"] = "HORIZONTAL";
|
|
327
|
+
BarChartOrientation["VERTICAL"] = "VERTICAL";
|
|
328
|
+
})(BarChartOrientation || (BarChartOrientation = {}));
|
|
329
|
+
export var AxisBinding;
|
|
330
|
+
(function (AxisBinding) {
|
|
331
|
+
AxisBinding["PRIMARY_YAXIS"] = "PRIMARY_YAXIS";
|
|
332
|
+
AxisBinding["SECONDARY_YAXIS"] = "SECONDARY_YAXIS";
|
|
333
|
+
})(AxisBinding || (AxisBinding = {}));
|
|
334
|
+
export var ReferenceLineLabelHorizontalPosition;
|
|
335
|
+
(function (ReferenceLineLabelHorizontalPosition) {
|
|
336
|
+
ReferenceLineLabelHorizontalPosition["CENTER"] = "CENTER";
|
|
337
|
+
ReferenceLineLabelHorizontalPosition["LEFT"] = "LEFT";
|
|
338
|
+
ReferenceLineLabelHorizontalPosition["RIGHT"] = "RIGHT";
|
|
339
|
+
})(ReferenceLineLabelHorizontalPosition || (ReferenceLineLabelHorizontalPosition = {}));
|
|
340
|
+
export var ReferenceLineValueLabelRelativePosition;
|
|
341
|
+
(function (ReferenceLineValueLabelRelativePosition) {
|
|
342
|
+
ReferenceLineValueLabelRelativePosition["AFTER_CUSTOM_LABEL"] = "AFTER_CUSTOM_LABEL";
|
|
343
|
+
ReferenceLineValueLabelRelativePosition["BEFORE_CUSTOM_LABEL"] = "BEFORE_CUSTOM_LABEL";
|
|
344
|
+
})(ReferenceLineValueLabelRelativePosition || (ReferenceLineValueLabelRelativePosition = {}));
|
|
345
|
+
export var ReferenceLineLabelVerticalPosition;
|
|
346
|
+
(function (ReferenceLineLabelVerticalPosition) {
|
|
347
|
+
ReferenceLineLabelVerticalPosition["ABOVE"] = "ABOVE";
|
|
348
|
+
ReferenceLineLabelVerticalPosition["BELOW"] = "BELOW";
|
|
349
|
+
})(ReferenceLineLabelVerticalPosition || (ReferenceLineLabelVerticalPosition = {}));
|
|
350
|
+
export var ReferenceLinePatternType;
|
|
351
|
+
(function (ReferenceLinePatternType) {
|
|
352
|
+
ReferenceLinePatternType["DASHED"] = "DASHED";
|
|
353
|
+
ReferenceLinePatternType["DOTTED"] = "DOTTED";
|
|
354
|
+
ReferenceLinePatternType["SOLID"] = "SOLID";
|
|
355
|
+
})(ReferenceLinePatternType || (ReferenceLinePatternType = {}));
|
|
356
|
+
export var PanelBorderStyle;
|
|
357
|
+
(function (PanelBorderStyle) {
|
|
358
|
+
PanelBorderStyle["DASHED"] = "DASHED";
|
|
359
|
+
PanelBorderStyle["DOTTED"] = "DOTTED";
|
|
360
|
+
PanelBorderStyle["SOLID"] = "SOLID";
|
|
361
|
+
})(PanelBorderStyle || (PanelBorderStyle = {}));
|
|
362
|
+
export var HorizontalTextAlignment;
|
|
363
|
+
(function (HorizontalTextAlignment) {
|
|
364
|
+
HorizontalTextAlignment["AUTO"] = "AUTO";
|
|
365
|
+
HorizontalTextAlignment["CENTER"] = "CENTER";
|
|
366
|
+
HorizontalTextAlignment["LEFT"] = "LEFT";
|
|
367
|
+
HorizontalTextAlignment["RIGHT"] = "RIGHT";
|
|
368
|
+
})(HorizontalTextAlignment || (HorizontalTextAlignment = {}));
|
|
369
|
+
export var OtherCategories;
|
|
370
|
+
(function (OtherCategories) {
|
|
371
|
+
OtherCategories["EXCLUDE"] = "EXCLUDE";
|
|
372
|
+
OtherCategories["INCLUDE"] = "INCLUDE";
|
|
373
|
+
})(OtherCategories || (OtherCategories = {}));
|
|
374
|
+
export var TooltipTitleType;
|
|
375
|
+
(function (TooltipTitleType) {
|
|
376
|
+
TooltipTitleType["NONE"] = "NONE";
|
|
377
|
+
TooltipTitleType["PRIMARY_VALUE"] = "PRIMARY_VALUE";
|
|
378
|
+
})(TooltipTitleType || (TooltipTitleType = {}));
|
|
379
|
+
export var SelectedTooltipType;
|
|
380
|
+
(function (SelectedTooltipType) {
|
|
381
|
+
SelectedTooltipType["BASIC"] = "BASIC";
|
|
382
|
+
SelectedTooltipType["DETAILED"] = "DETAILED";
|
|
383
|
+
})(SelectedTooltipType || (SelectedTooltipType = {}));
|
|
384
|
+
export var BoxPlotFillStyle;
|
|
385
|
+
(function (BoxPlotFillStyle) {
|
|
386
|
+
BoxPlotFillStyle["SOLID"] = "SOLID";
|
|
387
|
+
BoxPlotFillStyle["TRANSPARENT"] = "TRANSPARENT";
|
|
388
|
+
})(BoxPlotFillStyle || (BoxPlotFillStyle = {}));
|
|
614
389
|
export const AccountCustomizationFilterSensitiveLog = (obj) => ({
|
|
615
390
|
...obj,
|
|
616
391
|
});
|
|
@@ -626,842 +401,884 @@ export const ActiveIAMPolicyAssignmentFilterSensitiveLog = (obj) => ({
|
|
|
626
401
|
export const AdHocFilteringOptionFilterSensitiveLog = (obj) => ({
|
|
627
402
|
...obj,
|
|
628
403
|
});
|
|
629
|
-
export const
|
|
404
|
+
export const PercentileAggregationFilterSensitiveLog = (obj) => ({
|
|
630
405
|
...obj,
|
|
631
406
|
});
|
|
632
|
-
export const
|
|
407
|
+
export const NumericalAggregationFunctionFilterSensitiveLog = (obj) => ({
|
|
633
408
|
...obj,
|
|
634
409
|
});
|
|
635
|
-
export const
|
|
410
|
+
export const AggregationFunctionFilterSensitiveLog = (obj) => ({
|
|
636
411
|
...obj,
|
|
637
412
|
});
|
|
638
|
-
export const
|
|
639
|
-
...obj,
|
|
640
|
-
});
|
|
641
|
-
export const AnalysisFilterSensitiveLog = (obj) => ({
|
|
642
|
-
...obj,
|
|
643
|
-
});
|
|
644
|
-
export const AnalysisSearchFilterFilterSensitiveLog = (obj) => ({
|
|
413
|
+
export const ColumnIdentifierFilterSensitiveLog = (obj) => ({
|
|
645
414
|
...obj,
|
|
646
415
|
});
|
|
647
|
-
export const
|
|
416
|
+
export const AggregationSortConfigurationFilterSensitiveLog = (obj) => ({
|
|
648
417
|
...obj,
|
|
649
418
|
});
|
|
650
|
-
export const
|
|
419
|
+
export const AmazonElasticsearchParametersFilterSensitiveLog = (obj) => ({
|
|
651
420
|
...obj,
|
|
652
421
|
});
|
|
653
|
-
export const
|
|
422
|
+
export const AmazonOpenSearchParametersFilterSensitiveLog = (obj) => ({
|
|
654
423
|
...obj,
|
|
655
424
|
});
|
|
656
|
-
export const
|
|
425
|
+
export const EntityFilterSensitiveLog = (obj) => ({
|
|
657
426
|
...obj,
|
|
658
427
|
});
|
|
659
|
-
export const
|
|
428
|
+
export const AnalysisErrorFilterSensitiveLog = (obj) => ({
|
|
660
429
|
...obj,
|
|
661
430
|
});
|
|
662
|
-
export const
|
|
431
|
+
export const SheetFilterSensitiveLog = (obj) => ({
|
|
663
432
|
...obj,
|
|
664
433
|
});
|
|
665
|
-
export const
|
|
434
|
+
export const AnalysisFilterSensitiveLog = (obj) => ({
|
|
666
435
|
...obj,
|
|
667
436
|
});
|
|
668
|
-
export const
|
|
437
|
+
export const FreeFormLayoutScreenCanvasSizeOptionsFilterSensitiveLog = (obj) => ({
|
|
669
438
|
...obj,
|
|
670
439
|
});
|
|
671
|
-
export const
|
|
440
|
+
export const FreeFormLayoutCanvasSizeOptionsFilterSensitiveLog = (obj) => ({
|
|
672
441
|
...obj,
|
|
673
442
|
});
|
|
674
|
-
export const
|
|
443
|
+
export const DefaultFreeFormLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
675
444
|
...obj,
|
|
676
445
|
});
|
|
677
|
-
export const
|
|
446
|
+
export const GridLayoutScreenCanvasSizeOptionsFilterSensitiveLog = (obj) => ({
|
|
678
447
|
...obj,
|
|
679
448
|
});
|
|
680
|
-
export const
|
|
449
|
+
export const GridLayoutCanvasSizeOptionsFilterSensitiveLog = (obj) => ({
|
|
681
450
|
...obj,
|
|
682
451
|
});
|
|
683
|
-
export const
|
|
452
|
+
export const DefaultGridLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
684
453
|
...obj,
|
|
685
454
|
});
|
|
686
|
-
export const
|
|
455
|
+
export const DefaultInteractiveLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
687
456
|
...obj,
|
|
688
457
|
});
|
|
689
|
-
export const
|
|
458
|
+
export const SpacingFilterSensitiveLog = (obj) => ({
|
|
690
459
|
...obj,
|
|
691
460
|
});
|
|
692
|
-
export const
|
|
461
|
+
export const SectionBasedLayoutPaperCanvasSizeOptionsFilterSensitiveLog = (obj) => ({
|
|
693
462
|
...obj,
|
|
694
463
|
});
|
|
695
|
-
export const
|
|
464
|
+
export const SectionBasedLayoutCanvasSizeOptionsFilterSensitiveLog = (obj) => ({
|
|
696
465
|
...obj,
|
|
697
466
|
});
|
|
698
|
-
export const
|
|
467
|
+
export const DefaultSectionBasedLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
699
468
|
...obj,
|
|
700
469
|
});
|
|
701
|
-
export const
|
|
470
|
+
export const DefaultPaginatedLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
702
471
|
...obj,
|
|
703
472
|
});
|
|
704
|
-
export const
|
|
473
|
+
export const DefaultNewSheetConfigurationFilterSensitiveLog = (obj) => ({
|
|
705
474
|
...obj,
|
|
706
475
|
});
|
|
707
|
-
export const
|
|
476
|
+
export const AnalysisDefaultsFilterSensitiveLog = (obj) => ({
|
|
708
477
|
...obj,
|
|
709
478
|
});
|
|
710
|
-
export const
|
|
479
|
+
export const CalculatedFieldFilterSensitiveLog = (obj) => ({
|
|
711
480
|
...obj,
|
|
481
|
+
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
712
482
|
});
|
|
713
|
-
export const
|
|
483
|
+
export const NullValueFormatConfigurationFilterSensitiveLog = (obj) => ({
|
|
714
484
|
...obj,
|
|
485
|
+
...(obj.NullString && { NullString: SENSITIVE_STRING }),
|
|
715
486
|
});
|
|
716
|
-
export const
|
|
487
|
+
export const DecimalPlacesConfigurationFilterSensitiveLog = (obj) => ({
|
|
717
488
|
...obj,
|
|
718
489
|
});
|
|
719
|
-
export const
|
|
490
|
+
export const NegativeValueConfigurationFilterSensitiveLog = (obj) => ({
|
|
720
491
|
...obj,
|
|
721
492
|
});
|
|
722
|
-
export const
|
|
493
|
+
export const ThousandSeparatorOptionsFilterSensitiveLog = (obj) => ({
|
|
723
494
|
...obj,
|
|
724
495
|
});
|
|
725
|
-
export const
|
|
496
|
+
export const NumericSeparatorConfigurationFilterSensitiveLog = (obj) => ({
|
|
726
497
|
...obj,
|
|
727
498
|
});
|
|
728
|
-
export const
|
|
499
|
+
export const CurrencyDisplayFormatConfigurationFilterSensitiveLog = (obj) => ({
|
|
729
500
|
...obj,
|
|
501
|
+
...(obj.Prefix && { Prefix: SENSITIVE_STRING }),
|
|
502
|
+
...(obj.Suffix && { Suffix: SENSITIVE_STRING }),
|
|
503
|
+
...(obj.NullValueFormatConfiguration && {
|
|
504
|
+
NullValueFormatConfiguration: NullValueFormatConfigurationFilterSensitiveLog(obj.NullValueFormatConfiguration),
|
|
505
|
+
}),
|
|
730
506
|
});
|
|
731
|
-
export const
|
|
507
|
+
export const NumberDisplayFormatConfigurationFilterSensitiveLog = (obj) => ({
|
|
732
508
|
...obj,
|
|
509
|
+
...(obj.Prefix && { Prefix: SENSITIVE_STRING }),
|
|
510
|
+
...(obj.Suffix && { Suffix: SENSITIVE_STRING }),
|
|
511
|
+
...(obj.NullValueFormatConfiguration && {
|
|
512
|
+
NullValueFormatConfiguration: NullValueFormatConfigurationFilterSensitiveLog(obj.NullValueFormatConfiguration),
|
|
513
|
+
}),
|
|
733
514
|
});
|
|
734
|
-
export const
|
|
515
|
+
export const PercentageDisplayFormatConfigurationFilterSensitiveLog = (obj) => ({
|
|
735
516
|
...obj,
|
|
517
|
+
...(obj.Prefix && { Prefix: SENSITIVE_STRING }),
|
|
518
|
+
...(obj.Suffix && { Suffix: SENSITIVE_STRING }),
|
|
519
|
+
...(obj.NullValueFormatConfiguration && {
|
|
520
|
+
NullValueFormatConfiguration: NullValueFormatConfigurationFilterSensitiveLog(obj.NullValueFormatConfiguration),
|
|
521
|
+
}),
|
|
736
522
|
});
|
|
737
|
-
export const
|
|
523
|
+
export const NumericFormatConfigurationFilterSensitiveLog = (obj) => ({
|
|
738
524
|
...obj,
|
|
525
|
+
...(obj.NumberDisplayFormatConfiguration && {
|
|
526
|
+
NumberDisplayFormatConfiguration: NumberDisplayFormatConfigurationFilterSensitiveLog(obj.NumberDisplayFormatConfiguration),
|
|
527
|
+
}),
|
|
528
|
+
...(obj.CurrencyDisplayFormatConfiguration && {
|
|
529
|
+
CurrencyDisplayFormatConfiguration: CurrencyDisplayFormatConfigurationFilterSensitiveLog(obj.CurrencyDisplayFormatConfiguration),
|
|
530
|
+
}),
|
|
531
|
+
...(obj.PercentageDisplayFormatConfiguration && {
|
|
532
|
+
PercentageDisplayFormatConfiguration: PercentageDisplayFormatConfigurationFilterSensitiveLog(obj.PercentageDisplayFormatConfiguration),
|
|
533
|
+
}),
|
|
739
534
|
});
|
|
740
|
-
export const
|
|
535
|
+
export const DateTimeFormatConfigurationFilterSensitiveLog = (obj) => ({
|
|
741
536
|
...obj,
|
|
537
|
+
...(obj.NullValueFormatConfiguration && {
|
|
538
|
+
NullValueFormatConfiguration: NullValueFormatConfigurationFilterSensitiveLog(obj.NullValueFormatConfiguration),
|
|
539
|
+
}),
|
|
540
|
+
...(obj.NumericFormatConfiguration && {
|
|
541
|
+
NumericFormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.NumericFormatConfiguration),
|
|
542
|
+
}),
|
|
742
543
|
});
|
|
743
|
-
export const
|
|
544
|
+
export const NumberFormatConfigurationFilterSensitiveLog = (obj) => ({
|
|
744
545
|
...obj,
|
|
546
|
+
...(obj.FormatConfiguration && {
|
|
547
|
+
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
548
|
+
}),
|
|
745
549
|
});
|
|
746
|
-
export const
|
|
550
|
+
export const StringFormatConfigurationFilterSensitiveLog = (obj) => ({
|
|
747
551
|
...obj,
|
|
552
|
+
...(obj.NullValueFormatConfiguration && {
|
|
553
|
+
NullValueFormatConfiguration: NullValueFormatConfigurationFilterSensitiveLog(obj.NullValueFormatConfiguration),
|
|
554
|
+
}),
|
|
555
|
+
...(obj.NumericFormatConfiguration && {
|
|
556
|
+
NumericFormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.NumericFormatConfiguration),
|
|
557
|
+
}),
|
|
748
558
|
});
|
|
749
|
-
export const
|
|
559
|
+
export const FormatConfigurationFilterSensitiveLog = (obj) => ({
|
|
750
560
|
...obj,
|
|
561
|
+
...(obj.StringFormatConfiguration && {
|
|
562
|
+
StringFormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.StringFormatConfiguration),
|
|
563
|
+
}),
|
|
564
|
+
...(obj.NumberFormatConfiguration && {
|
|
565
|
+
NumberFormatConfiguration: NumberFormatConfigurationFilterSensitiveLog(obj.NumberFormatConfiguration),
|
|
566
|
+
}),
|
|
567
|
+
...(obj.DateTimeFormatConfiguration && {
|
|
568
|
+
DateTimeFormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.DateTimeFormatConfiguration),
|
|
569
|
+
}),
|
|
751
570
|
});
|
|
752
|
-
export const
|
|
571
|
+
export const ColumnConfigurationFilterSensitiveLog = (obj) => ({
|
|
753
572
|
...obj,
|
|
573
|
+
...(obj.FormatConfiguration && {
|
|
574
|
+
FormatConfiguration: FormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
575
|
+
}),
|
|
754
576
|
});
|
|
755
|
-
export const
|
|
577
|
+
export const DataSetIdentifierDeclarationFilterSensitiveLog = (obj) => ({
|
|
756
578
|
...obj,
|
|
757
579
|
});
|
|
758
|
-
export const
|
|
580
|
+
export const CustomFilterConfigurationFilterSensitiveLog = (obj) => ({
|
|
759
581
|
...obj,
|
|
760
582
|
});
|
|
761
|
-
export const
|
|
583
|
+
export const CustomFilterListConfigurationFilterSensitiveLog = (obj) => ({
|
|
762
584
|
...obj,
|
|
763
585
|
});
|
|
764
|
-
export const
|
|
586
|
+
export const FilterListConfigurationFilterSensitiveLog = (obj) => ({
|
|
765
587
|
...obj,
|
|
766
588
|
});
|
|
767
|
-
export const
|
|
589
|
+
export const CategoryFilterConfigurationFilterSensitiveLog = (obj) => ({
|
|
768
590
|
...obj,
|
|
769
591
|
});
|
|
770
|
-
export const
|
|
592
|
+
export const CategoryFilterFilterSensitiveLog = (obj) => ({
|
|
771
593
|
...obj,
|
|
772
594
|
});
|
|
773
|
-
export const
|
|
595
|
+
export const NumericEqualityFilterFilterSensitiveLog = (obj) => ({
|
|
774
596
|
...obj,
|
|
775
597
|
});
|
|
776
|
-
export const
|
|
598
|
+
export const NumericRangeFilterValueFilterSensitiveLog = (obj) => ({
|
|
777
599
|
...obj,
|
|
778
600
|
});
|
|
779
|
-
export const
|
|
601
|
+
export const NumericRangeFilterFilterSensitiveLog = (obj) => ({
|
|
780
602
|
...obj,
|
|
781
603
|
});
|
|
782
|
-
export const
|
|
604
|
+
export const AnchorDateConfigurationFilterSensitiveLog = (obj) => ({
|
|
783
605
|
...obj,
|
|
784
606
|
});
|
|
785
|
-
export const
|
|
607
|
+
export const ExcludePeriodConfigurationFilterSensitiveLog = (obj) => ({
|
|
786
608
|
...obj,
|
|
787
609
|
});
|
|
788
|
-
export const
|
|
610
|
+
export const RelativeDatesFilterFilterSensitiveLog = (obj) => ({
|
|
789
611
|
...obj,
|
|
790
612
|
});
|
|
791
|
-
export const
|
|
613
|
+
export const TimeEqualityFilterFilterSensitiveLog = (obj) => ({
|
|
792
614
|
...obj,
|
|
793
615
|
});
|
|
794
|
-
export const
|
|
616
|
+
export const RollingDateConfigurationFilterSensitiveLog = (obj) => ({
|
|
795
617
|
...obj,
|
|
618
|
+
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
796
619
|
});
|
|
797
|
-
export const
|
|
620
|
+
export const TimeRangeFilterValueFilterSensitiveLog = (obj) => ({
|
|
798
621
|
...obj,
|
|
622
|
+
...(obj.RollingDate && { RollingDate: RollingDateConfigurationFilterSensitiveLog(obj.RollingDate) }),
|
|
799
623
|
});
|
|
800
|
-
export const
|
|
624
|
+
export const TimeRangeFilterFilterSensitiveLog = (obj) => ({
|
|
801
625
|
...obj,
|
|
626
|
+
...(obj.RangeMinimumValue && { RangeMinimumValue: TimeRangeFilterValueFilterSensitiveLog(obj.RangeMinimumValue) }),
|
|
627
|
+
...(obj.RangeMaximumValue && { RangeMaximumValue: TimeRangeFilterValueFilterSensitiveLog(obj.RangeMaximumValue) }),
|
|
802
628
|
});
|
|
803
|
-
export const
|
|
629
|
+
export const TopBottomFilterFilterSensitiveLog = (obj) => ({
|
|
804
630
|
...obj,
|
|
805
631
|
});
|
|
806
|
-
export const
|
|
632
|
+
export const FilterFilterSensitiveLog = (obj) => ({
|
|
807
633
|
...obj,
|
|
634
|
+
...(obj.TimeRangeFilter && { TimeRangeFilter: TimeRangeFilterFilterSensitiveLog(obj.TimeRangeFilter) }),
|
|
808
635
|
});
|
|
809
|
-
export const
|
|
636
|
+
export const SheetVisualScopingConfigurationFilterSensitiveLog = (obj) => ({
|
|
810
637
|
...obj,
|
|
811
638
|
});
|
|
812
|
-
export const
|
|
813
|
-
if (obj.ProjectOperation !== undefined)
|
|
814
|
-
return { ProjectOperation: ProjectOperationFilterSensitiveLog(obj.ProjectOperation) };
|
|
815
|
-
if (obj.FilterOperation !== undefined)
|
|
816
|
-
return { FilterOperation: FilterOperationFilterSensitiveLog(obj.FilterOperation) };
|
|
817
|
-
if (obj.CreateColumnsOperation !== undefined)
|
|
818
|
-
return { CreateColumnsOperation: CreateColumnsOperationFilterSensitiveLog(obj.CreateColumnsOperation) };
|
|
819
|
-
if (obj.RenameColumnOperation !== undefined)
|
|
820
|
-
return { RenameColumnOperation: RenameColumnOperationFilterSensitiveLog(obj.RenameColumnOperation) };
|
|
821
|
-
if (obj.CastColumnTypeOperation !== undefined)
|
|
822
|
-
return { CastColumnTypeOperation: CastColumnTypeOperationFilterSensitiveLog(obj.CastColumnTypeOperation) };
|
|
823
|
-
if (obj.TagColumnOperation !== undefined)
|
|
824
|
-
return { TagColumnOperation: TagColumnOperationFilterSensitiveLog(obj.TagColumnOperation) };
|
|
825
|
-
if (obj.UntagColumnOperation !== undefined)
|
|
826
|
-
return { UntagColumnOperation: UntagColumnOperationFilterSensitiveLog(obj.UntagColumnOperation) };
|
|
827
|
-
if (obj.$unknown !== undefined)
|
|
828
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
829
|
-
};
|
|
830
|
-
export const JoinKeyPropertiesFilterSensitiveLog = (obj) => ({
|
|
639
|
+
export const SelectedSheetsFilterScopeConfigurationFilterSensitiveLog = (obj) => ({
|
|
831
640
|
...obj,
|
|
832
641
|
});
|
|
833
|
-
export const
|
|
642
|
+
export const FilterScopeConfigurationFilterSensitiveLog = (obj) => ({
|
|
834
643
|
...obj,
|
|
835
644
|
});
|
|
836
|
-
export const
|
|
645
|
+
export const FilterGroupFilterSensitiveLog = (obj) => ({
|
|
837
646
|
...obj,
|
|
647
|
+
...(obj.Filters && { Filters: obj.Filters.map((item) => FilterFilterSensitiveLog(item)) }),
|
|
838
648
|
});
|
|
839
|
-
export const
|
|
649
|
+
export const DynamicDefaultValueFilterSensitiveLog = (obj) => ({
|
|
840
650
|
...obj,
|
|
841
|
-
...(obj.DataTransforms && {
|
|
842
|
-
DataTransforms: obj.DataTransforms.map((item) => TransformOperationFilterSensitiveLog(item)),
|
|
843
|
-
}),
|
|
844
651
|
});
|
|
845
|
-
export const
|
|
652
|
+
export const DateTimeDefaultValuesFilterSensitiveLog = (obj) => ({
|
|
846
653
|
...obj,
|
|
654
|
+
...(obj.StaticValues && { StaticValues: SENSITIVE_STRING }),
|
|
655
|
+
...(obj.RollingDate && { RollingDate: RollingDateConfigurationFilterSensitiveLog(obj.RollingDate) }),
|
|
847
656
|
});
|
|
848
|
-
export const
|
|
657
|
+
export const DateTimeValueWhenUnsetConfigurationFilterSensitiveLog = (obj) => ({
|
|
849
658
|
...obj,
|
|
659
|
+
...(obj.CustomValue && { CustomValue: SENSITIVE_STRING }),
|
|
850
660
|
});
|
|
851
|
-
export const
|
|
661
|
+
export const DateTimeParameterDeclarationFilterSensitiveLog = (obj) => ({
|
|
852
662
|
...obj,
|
|
663
|
+
...(obj.DefaultValues && { DefaultValues: DateTimeDefaultValuesFilterSensitiveLog(obj.DefaultValues) }),
|
|
664
|
+
...(obj.ValueWhenUnset && {
|
|
665
|
+
ValueWhenUnset: DateTimeValueWhenUnsetConfigurationFilterSensitiveLog(obj.ValueWhenUnset),
|
|
666
|
+
}),
|
|
853
667
|
});
|
|
854
|
-
export const
|
|
668
|
+
export const DecimalDefaultValuesFilterSensitiveLog = (obj) => ({
|
|
855
669
|
...obj,
|
|
670
|
+
...(obj.StaticValues && { StaticValues: SENSITIVE_STRING }),
|
|
856
671
|
});
|
|
857
|
-
export const
|
|
672
|
+
export const DecimalValueWhenUnsetConfigurationFilterSensitiveLog = (obj) => ({
|
|
858
673
|
...obj,
|
|
674
|
+
...(obj.CustomValue && { CustomValue: SENSITIVE_STRING }),
|
|
859
675
|
});
|
|
860
|
-
export const
|
|
861
|
-
if (obj.RelationalTable !== undefined)
|
|
862
|
-
return { RelationalTable: RelationalTableFilterSensitiveLog(obj.RelationalTable) };
|
|
863
|
-
if (obj.CustomSql !== undefined)
|
|
864
|
-
return { CustomSql: CustomSqlFilterSensitiveLog(obj.CustomSql) };
|
|
865
|
-
if (obj.S3Source !== undefined)
|
|
866
|
-
return { S3Source: S3SourceFilterSensitiveLog(obj.S3Source) };
|
|
867
|
-
if (obj.$unknown !== undefined)
|
|
868
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
869
|
-
};
|
|
870
|
-
export const RowLevelPermissionDataSetFilterSensitiveLog = (obj) => ({
|
|
676
|
+
export const DecimalParameterDeclarationFilterSensitiveLog = (obj) => ({
|
|
871
677
|
...obj,
|
|
678
|
+
...(obj.DefaultValues && { DefaultValues: DecimalDefaultValuesFilterSensitiveLog(obj.DefaultValues) }),
|
|
679
|
+
...(obj.ValueWhenUnset && {
|
|
680
|
+
ValueWhenUnset: DecimalValueWhenUnsetConfigurationFilterSensitiveLog(obj.ValueWhenUnset),
|
|
681
|
+
}),
|
|
872
682
|
});
|
|
873
|
-
export const
|
|
683
|
+
export const IntegerDefaultValuesFilterSensitiveLog = (obj) => ({
|
|
874
684
|
...obj,
|
|
875
|
-
...(obj.
|
|
685
|
+
...(obj.StaticValues && { StaticValues: SENSITIVE_STRING }),
|
|
876
686
|
});
|
|
877
|
-
export const
|
|
687
|
+
export const IntegerValueWhenUnsetConfigurationFilterSensitiveLog = (obj) => ({
|
|
878
688
|
...obj,
|
|
879
|
-
...(obj.
|
|
689
|
+
...(obj.CustomValue && { CustomValue: SENSITIVE_STRING }),
|
|
880
690
|
});
|
|
881
|
-
export const
|
|
691
|
+
export const IntegerParameterDeclarationFilterSensitiveLog = (obj) => ({
|
|
882
692
|
...obj,
|
|
883
|
-
...(obj.
|
|
884
|
-
|
|
693
|
+
...(obj.DefaultValues && { DefaultValues: IntegerDefaultValuesFilterSensitiveLog(obj.DefaultValues) }),
|
|
694
|
+
...(obj.ValueWhenUnset && {
|
|
695
|
+
ValueWhenUnset: IntegerValueWhenUnsetConfigurationFilterSensitiveLog(obj.ValueWhenUnset),
|
|
885
696
|
}),
|
|
886
|
-
...(obj.LogicalTableMap && {
|
|
887
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
888
|
-
}),
|
|
889
|
-
...(obj.RowLevelPermissionTagConfiguration && {
|
|
890
|
-
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
891
|
-
}),
|
|
892
|
-
});
|
|
893
|
-
export const CreateDataSetResponseFilterSensitiveLog = (obj) => ({
|
|
894
|
-
...obj,
|
|
895
|
-
});
|
|
896
|
-
export const DatabricksParametersFilterSensitiveLog = (obj) => ({
|
|
897
|
-
...obj,
|
|
898
697
|
});
|
|
899
|
-
export const
|
|
698
|
+
export const StringDefaultValuesFilterSensitiveLog = (obj) => ({
|
|
900
699
|
...obj,
|
|
700
|
+
...(obj.StaticValues && { StaticValues: SENSITIVE_STRING }),
|
|
901
701
|
});
|
|
902
|
-
export const
|
|
702
|
+
export const StringValueWhenUnsetConfigurationFilterSensitiveLog = (obj) => ({
|
|
903
703
|
...obj,
|
|
704
|
+
...(obj.CustomValue && { CustomValue: SENSITIVE_STRING }),
|
|
904
705
|
});
|
|
905
|
-
export const
|
|
706
|
+
export const StringParameterDeclarationFilterSensitiveLog = (obj) => ({
|
|
906
707
|
...obj,
|
|
708
|
+
...(obj.DefaultValues && { DefaultValues: StringDefaultValuesFilterSensitiveLog(obj.DefaultValues) }),
|
|
709
|
+
...(obj.ValueWhenUnset && {
|
|
710
|
+
ValueWhenUnset: StringValueWhenUnsetConfigurationFilterSensitiveLog(obj.ValueWhenUnset),
|
|
711
|
+
}),
|
|
907
712
|
});
|
|
908
|
-
export const
|
|
713
|
+
export const ParameterDeclarationFilterSensitiveLog = (obj) => ({
|
|
909
714
|
...obj,
|
|
715
|
+
...(obj.StringParameterDeclaration && {
|
|
716
|
+
StringParameterDeclaration: StringParameterDeclarationFilterSensitiveLog(obj.StringParameterDeclaration),
|
|
717
|
+
}),
|
|
718
|
+
...(obj.DecimalParameterDeclaration && {
|
|
719
|
+
DecimalParameterDeclaration: DecimalParameterDeclarationFilterSensitiveLog(obj.DecimalParameterDeclaration),
|
|
720
|
+
}),
|
|
721
|
+
...(obj.IntegerParameterDeclaration && {
|
|
722
|
+
IntegerParameterDeclaration: IntegerParameterDeclarationFilterSensitiveLog(obj.IntegerParameterDeclaration),
|
|
723
|
+
}),
|
|
724
|
+
...(obj.DateTimeParameterDeclaration && {
|
|
725
|
+
DateTimeParameterDeclaration: DateTimeParameterDeclarationFilterSensitiveLog(obj.DateTimeParameterDeclaration),
|
|
726
|
+
}),
|
|
910
727
|
});
|
|
911
|
-
export const
|
|
728
|
+
export const FontSizeFilterSensitiveLog = (obj) => ({
|
|
912
729
|
...obj,
|
|
913
730
|
});
|
|
914
|
-
export const
|
|
731
|
+
export const FontWeightFilterSensitiveLog = (obj) => ({
|
|
915
732
|
...obj,
|
|
916
733
|
});
|
|
917
|
-
export const
|
|
734
|
+
export const FontConfigurationFilterSensitiveLog = (obj) => ({
|
|
918
735
|
...obj,
|
|
919
736
|
});
|
|
920
|
-
export const
|
|
737
|
+
export const LabelOptionsFilterSensitiveLog = (obj) => ({
|
|
921
738
|
...obj,
|
|
922
739
|
});
|
|
923
|
-
export const
|
|
740
|
+
export const DateTimePickerControlDisplayOptionsFilterSensitiveLog = (obj) => ({
|
|
924
741
|
...obj,
|
|
925
742
|
});
|
|
926
|
-
export const
|
|
743
|
+
export const FilterDateTimePickerControlFilterSensitiveLog = (obj) => ({
|
|
927
744
|
...obj,
|
|
928
745
|
});
|
|
929
|
-
export const
|
|
746
|
+
export const CascadingControlSourceFilterSensitiveLog = (obj) => ({
|
|
930
747
|
...obj,
|
|
931
748
|
});
|
|
932
|
-
export const
|
|
749
|
+
export const CascadingControlConfigurationFilterSensitiveLog = (obj) => ({
|
|
933
750
|
...obj,
|
|
934
751
|
});
|
|
935
|
-
export const
|
|
752
|
+
export const ListControlSelectAllOptionsFilterSensitiveLog = (obj) => ({
|
|
936
753
|
...obj,
|
|
937
754
|
});
|
|
938
|
-
export const
|
|
755
|
+
export const DropDownControlDisplayOptionsFilterSensitiveLog = (obj) => ({
|
|
939
756
|
...obj,
|
|
940
757
|
});
|
|
941
|
-
export const
|
|
758
|
+
export const FilterSelectableValuesFilterSensitiveLog = (obj) => ({
|
|
942
759
|
...obj,
|
|
943
760
|
});
|
|
944
|
-
export const
|
|
761
|
+
export const FilterDropDownControlFilterSensitiveLog = (obj) => ({
|
|
945
762
|
...obj,
|
|
946
763
|
});
|
|
947
|
-
export const
|
|
764
|
+
export const ListControlSearchOptionsFilterSensitiveLog = (obj) => ({
|
|
948
765
|
...obj,
|
|
949
766
|
});
|
|
950
|
-
export const
|
|
951
|
-
if (obj.AmazonElasticsearchParameters !== undefined)
|
|
952
|
-
return {
|
|
953
|
-
AmazonElasticsearchParameters: AmazonElasticsearchParametersFilterSensitiveLog(obj.AmazonElasticsearchParameters),
|
|
954
|
-
};
|
|
955
|
-
if (obj.AthenaParameters !== undefined)
|
|
956
|
-
return { AthenaParameters: AthenaParametersFilterSensitiveLog(obj.AthenaParameters) };
|
|
957
|
-
if (obj.AuroraParameters !== undefined)
|
|
958
|
-
return { AuroraParameters: AuroraParametersFilterSensitiveLog(obj.AuroraParameters) };
|
|
959
|
-
if (obj.AuroraPostgreSqlParameters !== undefined)
|
|
960
|
-
return { AuroraPostgreSqlParameters: AuroraPostgreSqlParametersFilterSensitiveLog(obj.AuroraPostgreSqlParameters) };
|
|
961
|
-
if (obj.AwsIotAnalyticsParameters !== undefined)
|
|
962
|
-
return { AwsIotAnalyticsParameters: AwsIotAnalyticsParametersFilterSensitiveLog(obj.AwsIotAnalyticsParameters) };
|
|
963
|
-
if (obj.JiraParameters !== undefined)
|
|
964
|
-
return { JiraParameters: JiraParametersFilterSensitiveLog(obj.JiraParameters) };
|
|
965
|
-
if (obj.MariaDbParameters !== undefined)
|
|
966
|
-
return { MariaDbParameters: MariaDbParametersFilterSensitiveLog(obj.MariaDbParameters) };
|
|
967
|
-
if (obj.MySqlParameters !== undefined)
|
|
968
|
-
return { MySqlParameters: MySqlParametersFilterSensitiveLog(obj.MySqlParameters) };
|
|
969
|
-
if (obj.OracleParameters !== undefined)
|
|
970
|
-
return { OracleParameters: OracleParametersFilterSensitiveLog(obj.OracleParameters) };
|
|
971
|
-
if (obj.PostgreSqlParameters !== undefined)
|
|
972
|
-
return { PostgreSqlParameters: PostgreSqlParametersFilterSensitiveLog(obj.PostgreSqlParameters) };
|
|
973
|
-
if (obj.PrestoParameters !== undefined)
|
|
974
|
-
return { PrestoParameters: PrestoParametersFilterSensitiveLog(obj.PrestoParameters) };
|
|
975
|
-
if (obj.RdsParameters !== undefined)
|
|
976
|
-
return { RdsParameters: RdsParametersFilterSensitiveLog(obj.RdsParameters) };
|
|
977
|
-
if (obj.RedshiftParameters !== undefined)
|
|
978
|
-
return { RedshiftParameters: RedshiftParametersFilterSensitiveLog(obj.RedshiftParameters) };
|
|
979
|
-
if (obj.S3Parameters !== undefined)
|
|
980
|
-
return { S3Parameters: S3ParametersFilterSensitiveLog(obj.S3Parameters) };
|
|
981
|
-
if (obj.ServiceNowParameters !== undefined)
|
|
982
|
-
return { ServiceNowParameters: ServiceNowParametersFilterSensitiveLog(obj.ServiceNowParameters) };
|
|
983
|
-
if (obj.SnowflakeParameters !== undefined)
|
|
984
|
-
return { SnowflakeParameters: SnowflakeParametersFilterSensitiveLog(obj.SnowflakeParameters) };
|
|
985
|
-
if (obj.SparkParameters !== undefined)
|
|
986
|
-
return { SparkParameters: SparkParametersFilterSensitiveLog(obj.SparkParameters) };
|
|
987
|
-
if (obj.SqlServerParameters !== undefined)
|
|
988
|
-
return { SqlServerParameters: SqlServerParametersFilterSensitiveLog(obj.SqlServerParameters) };
|
|
989
|
-
if (obj.TeradataParameters !== undefined)
|
|
990
|
-
return { TeradataParameters: TeradataParametersFilterSensitiveLog(obj.TeradataParameters) };
|
|
991
|
-
if (obj.TwitterParameters !== undefined)
|
|
992
|
-
return { TwitterParameters: TwitterParametersFilterSensitiveLog(obj.TwitterParameters) };
|
|
993
|
-
if (obj.AmazonOpenSearchParameters !== undefined)
|
|
994
|
-
return { AmazonOpenSearchParameters: AmazonOpenSearchParametersFilterSensitiveLog(obj.AmazonOpenSearchParameters) };
|
|
995
|
-
if (obj.ExasolParameters !== undefined)
|
|
996
|
-
return { ExasolParameters: ExasolParametersFilterSensitiveLog(obj.ExasolParameters) };
|
|
997
|
-
if (obj.DatabricksParameters !== undefined)
|
|
998
|
-
return { DatabricksParameters: DatabricksParametersFilterSensitiveLog(obj.DatabricksParameters) };
|
|
999
|
-
if (obj.$unknown !== undefined)
|
|
1000
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1001
|
-
};
|
|
1002
|
-
export const CredentialPairFilterSensitiveLog = (obj) => ({
|
|
767
|
+
export const ListControlDisplayOptionsFilterSensitiveLog = (obj) => ({
|
|
1003
768
|
...obj,
|
|
1004
|
-
...(obj.AlternateDataSourceParameters && {
|
|
1005
|
-
AlternateDataSourceParameters: obj.AlternateDataSourceParameters.map((item) => DataSourceParametersFilterSensitiveLog(item)),
|
|
1006
|
-
}),
|
|
1007
769
|
});
|
|
1008
|
-
export const
|
|
770
|
+
export const FilterListControlFilterSensitiveLog = (obj) => ({
|
|
1009
771
|
...obj,
|
|
1010
|
-
...(obj.CredentialPair && { CredentialPair: CredentialPairFilterSensitiveLog(obj.CredentialPair) }),
|
|
1011
772
|
});
|
|
1012
|
-
export const
|
|
773
|
+
export const RelativeDateTimeControlDisplayOptionsFilterSensitiveLog = (obj) => ({
|
|
1013
774
|
...obj,
|
|
1014
775
|
});
|
|
1015
|
-
export const
|
|
776
|
+
export const FilterRelativeDateTimeControlFilterSensitiveLog = (obj) => ({
|
|
1016
777
|
...obj,
|
|
1017
778
|
});
|
|
1018
|
-
export const
|
|
779
|
+
export const SliderControlDisplayOptionsFilterSensitiveLog = (obj) => ({
|
|
1019
780
|
...obj,
|
|
1020
|
-
...(obj.DataSourceParameters && {
|
|
1021
|
-
DataSourceParameters: DataSourceParametersFilterSensitiveLog(obj.DataSourceParameters),
|
|
1022
|
-
}),
|
|
1023
|
-
...(obj.Credentials && { Credentials: SENSITIVE_STRING }),
|
|
1024
781
|
});
|
|
1025
|
-
export const
|
|
782
|
+
export const FilterSliderControlFilterSensitiveLog = (obj) => ({
|
|
1026
783
|
...obj,
|
|
1027
784
|
});
|
|
1028
|
-
export const
|
|
785
|
+
export const TextControlPlaceholderOptionsFilterSensitiveLog = (obj) => ({
|
|
1029
786
|
...obj,
|
|
1030
787
|
});
|
|
1031
|
-
export const
|
|
788
|
+
export const TextAreaControlDisplayOptionsFilterSensitiveLog = (obj) => ({
|
|
1032
789
|
...obj,
|
|
1033
790
|
});
|
|
1034
|
-
export const
|
|
791
|
+
export const FilterTextAreaControlFilterSensitiveLog = (obj) => ({
|
|
1035
792
|
...obj,
|
|
1036
793
|
});
|
|
1037
|
-
export const
|
|
794
|
+
export const TextFieldControlDisplayOptionsFilterSensitiveLog = (obj) => ({
|
|
1038
795
|
...obj,
|
|
1039
796
|
});
|
|
1040
|
-
export const
|
|
797
|
+
export const FilterTextFieldControlFilterSensitiveLog = (obj) => ({
|
|
1041
798
|
...obj,
|
|
1042
799
|
});
|
|
1043
|
-
export const
|
|
800
|
+
export const FilterControlFilterSensitiveLog = (obj) => ({
|
|
1044
801
|
...obj,
|
|
1045
802
|
});
|
|
1046
|
-
export const
|
|
803
|
+
export const FreeFormLayoutElementBackgroundStyleFilterSensitiveLog = (obj) => ({
|
|
1047
804
|
...obj,
|
|
1048
805
|
});
|
|
1049
|
-
export const
|
|
806
|
+
export const FreeFormLayoutElementBorderStyleFilterSensitiveLog = (obj) => ({
|
|
1050
807
|
...obj,
|
|
1051
808
|
});
|
|
1052
|
-
export const
|
|
809
|
+
export const LoadingAnimationFilterSensitiveLog = (obj) => ({
|
|
1053
810
|
...obj,
|
|
1054
811
|
});
|
|
1055
|
-
export const
|
|
812
|
+
export const SheetElementConfigurationOverridesFilterSensitiveLog = (obj) => ({
|
|
1056
813
|
...obj,
|
|
1057
814
|
});
|
|
1058
|
-
export const
|
|
815
|
+
export const SheetElementRenderingRuleFilterSensitiveLog = (obj) => ({
|
|
1059
816
|
...obj,
|
|
817
|
+
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
1060
818
|
});
|
|
1061
|
-
export const
|
|
819
|
+
export const FreeFormLayoutElementFilterSensitiveLog = (obj) => ({
|
|
1062
820
|
...obj,
|
|
821
|
+
...(obj.RenderingRules && {
|
|
822
|
+
RenderingRules: obj.RenderingRules.map((item) => SheetElementRenderingRuleFilterSensitiveLog(item)),
|
|
823
|
+
}),
|
|
1063
824
|
});
|
|
1064
|
-
export const
|
|
825
|
+
export const FreeFormLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
1065
826
|
...obj,
|
|
1066
827
|
});
|
|
1067
|
-
export const
|
|
828
|
+
export const GridLayoutElementFilterSensitiveLog = (obj) => ({
|
|
1068
829
|
...obj,
|
|
1069
830
|
});
|
|
1070
|
-
export const
|
|
831
|
+
export const GridLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
1071
832
|
...obj,
|
|
1072
833
|
});
|
|
1073
|
-
export const
|
|
834
|
+
export const FreeFormSectionLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
1074
835
|
...obj,
|
|
1075
836
|
});
|
|
1076
|
-
export const
|
|
837
|
+
export const SectionLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
1077
838
|
...obj,
|
|
1078
839
|
});
|
|
1079
|
-
export const
|
|
840
|
+
export const BodySectionContentFilterSensitiveLog = (obj) => ({
|
|
1080
841
|
...obj,
|
|
1081
842
|
});
|
|
1082
|
-
export const
|
|
843
|
+
export const SectionAfterPageBreakFilterSensitiveLog = (obj) => ({
|
|
1083
844
|
...obj,
|
|
1084
845
|
});
|
|
1085
|
-
export const
|
|
846
|
+
export const SectionPageBreakConfigurationFilterSensitiveLog = (obj) => ({
|
|
1086
847
|
...obj,
|
|
1087
848
|
});
|
|
1088
|
-
export const
|
|
849
|
+
export const SectionStyleFilterSensitiveLog = (obj) => ({
|
|
1089
850
|
...obj,
|
|
1090
851
|
});
|
|
1091
|
-
export const
|
|
852
|
+
export const BodySectionConfigurationFilterSensitiveLog = (obj) => ({
|
|
1092
853
|
...obj,
|
|
1093
854
|
});
|
|
1094
|
-
export const
|
|
855
|
+
export const HeaderFooterSectionConfigurationFilterSensitiveLog = (obj) => ({
|
|
1095
856
|
...obj,
|
|
1096
857
|
});
|
|
1097
|
-
export const
|
|
858
|
+
export const SectionBasedLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
1098
859
|
...obj,
|
|
1099
860
|
});
|
|
1100
|
-
export const
|
|
861
|
+
export const LayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
1101
862
|
...obj,
|
|
1102
863
|
});
|
|
1103
|
-
export const
|
|
864
|
+
export const LayoutFilterSensitiveLog = (obj) => ({
|
|
1104
865
|
...obj,
|
|
1105
866
|
});
|
|
1106
|
-
export const
|
|
867
|
+
export const ParameterDateTimePickerControlFilterSensitiveLog = (obj) => ({
|
|
1107
868
|
...obj,
|
|
1108
869
|
});
|
|
1109
|
-
export const
|
|
870
|
+
export const ParameterSelectableValuesFilterSensitiveLog = (obj) => ({
|
|
1110
871
|
...obj,
|
|
1111
872
|
});
|
|
1112
|
-
export const
|
|
873
|
+
export const ParameterDropDownControlFilterSensitiveLog = (obj) => ({
|
|
1113
874
|
...obj,
|
|
1114
875
|
});
|
|
1115
|
-
export const
|
|
876
|
+
export const ParameterListControlFilterSensitiveLog = (obj) => ({
|
|
1116
877
|
...obj,
|
|
1117
878
|
});
|
|
1118
|
-
export const
|
|
879
|
+
export const ParameterSliderControlFilterSensitiveLog = (obj) => ({
|
|
1119
880
|
...obj,
|
|
1120
881
|
});
|
|
1121
|
-
export const
|
|
882
|
+
export const ParameterTextAreaControlFilterSensitiveLog = (obj) => ({
|
|
1122
883
|
...obj,
|
|
1123
884
|
});
|
|
1124
|
-
export const
|
|
885
|
+
export const ParameterTextFieldControlFilterSensitiveLog = (obj) => ({
|
|
1125
886
|
...obj,
|
|
1126
887
|
});
|
|
1127
|
-
export const
|
|
888
|
+
export const ParameterControlFilterSensitiveLog = (obj) => ({
|
|
1128
889
|
...obj,
|
|
1129
890
|
});
|
|
1130
|
-
export const
|
|
891
|
+
export const SheetControlLayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
1131
892
|
...obj,
|
|
1132
893
|
});
|
|
1133
|
-
export const
|
|
894
|
+
export const SheetControlLayoutFilterSensitiveLog = (obj) => ({
|
|
1134
895
|
...obj,
|
|
1135
896
|
});
|
|
1136
|
-
export const
|
|
897
|
+
export const SheetTextBoxFilterSensitiveLog = (obj) => ({
|
|
1137
898
|
...obj,
|
|
1138
899
|
});
|
|
1139
|
-
export const
|
|
900
|
+
export const FilterOperationSelectedFieldsConfigurationFilterSensitiveLog = (obj) => ({
|
|
1140
901
|
...obj,
|
|
1141
902
|
});
|
|
1142
|
-
export const
|
|
903
|
+
export const SameSheetTargetVisualConfigurationFilterSensitiveLog = (obj) => ({
|
|
1143
904
|
...obj,
|
|
1144
905
|
});
|
|
1145
|
-
export const
|
|
906
|
+
export const FilterOperationTargetVisualsConfigurationFilterSensitiveLog = (obj) => ({
|
|
1146
907
|
...obj,
|
|
1147
908
|
});
|
|
1148
|
-
export const
|
|
909
|
+
export const CustomActionFilterOperationFilterSensitiveLog = (obj) => ({
|
|
1149
910
|
...obj,
|
|
1150
911
|
});
|
|
1151
|
-
export const
|
|
912
|
+
export const LocalNavigationConfigurationFilterSensitiveLog = (obj) => ({
|
|
1152
913
|
...obj,
|
|
1153
914
|
});
|
|
1154
|
-
export const
|
|
915
|
+
export const CustomActionNavigationOperationFilterSensitiveLog = (obj) => ({
|
|
1155
916
|
...obj,
|
|
1156
917
|
});
|
|
1157
|
-
export const
|
|
918
|
+
export const CustomParameterValuesFilterSensitiveLog = (obj) => ({
|
|
1158
919
|
...obj,
|
|
920
|
+
...(obj.StringValues && { StringValues: SENSITIVE_STRING }),
|
|
921
|
+
...(obj.IntegerValues && { IntegerValues: SENSITIVE_STRING }),
|
|
922
|
+
...(obj.DecimalValues && { DecimalValues: SENSITIVE_STRING }),
|
|
923
|
+
...(obj.DateTimeValues && { DateTimeValues: SENSITIVE_STRING }),
|
|
1159
924
|
});
|
|
1160
|
-
export const
|
|
925
|
+
export const CustomValuesConfigurationFilterSensitiveLog = (obj) => ({
|
|
1161
926
|
...obj,
|
|
927
|
+
...(obj.CustomValues && { CustomValues: CustomParameterValuesFilterSensitiveLog(obj.CustomValues) }),
|
|
1162
928
|
});
|
|
1163
|
-
export const
|
|
929
|
+
export const DestinationParameterValueConfigurationFilterSensitiveLog = (obj) => ({
|
|
1164
930
|
...obj,
|
|
1165
|
-
...(obj.
|
|
1166
|
-
|
|
1167
|
-
}),
|
|
1168
|
-
...(obj.LogicalTableMap && {
|
|
1169
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
931
|
+
...(obj.CustomValuesConfiguration && {
|
|
932
|
+
CustomValuesConfiguration: CustomValuesConfigurationFilterSensitiveLog(obj.CustomValuesConfiguration),
|
|
1170
933
|
}),
|
|
1171
|
-
...(obj.RowLevelPermissionTagConfiguration && {
|
|
1172
|
-
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
1173
|
-
}),
|
|
1174
|
-
});
|
|
1175
|
-
export const DataSetSchemaFilterSensitiveLog = (obj) => ({
|
|
1176
|
-
...obj,
|
|
1177
|
-
});
|
|
1178
|
-
export const DataSetConfigurationFilterSensitiveLog = (obj) => ({
|
|
1179
|
-
...obj,
|
|
1180
934
|
});
|
|
1181
|
-
export const
|
|
935
|
+
export const SetParameterValueConfigurationFilterSensitiveLog = (obj) => ({
|
|
1182
936
|
...obj,
|
|
937
|
+
...(obj.Value && { Value: DestinationParameterValueConfigurationFilterSensitiveLog(obj.Value) }),
|
|
1183
938
|
});
|
|
1184
|
-
export const
|
|
939
|
+
export const CustomActionSetParametersOperationFilterSensitiveLog = (obj) => ({
|
|
1185
940
|
...obj,
|
|
941
|
+
...(obj.ParameterValueConfigurations && {
|
|
942
|
+
ParameterValueConfigurations: obj.ParameterValueConfigurations.map((item) => SetParameterValueConfigurationFilterSensitiveLog(item)),
|
|
943
|
+
}),
|
|
1186
944
|
});
|
|
1187
|
-
export const
|
|
945
|
+
export const CustomActionURLOperationFilterSensitiveLog = (obj) => ({
|
|
1188
946
|
...obj,
|
|
1189
947
|
});
|
|
1190
|
-
export const
|
|
948
|
+
export const VisualCustomActionOperationFilterSensitiveLog = (obj) => ({
|
|
1191
949
|
...obj,
|
|
1192
|
-
...(obj.
|
|
1193
|
-
|
|
1194
|
-
}),
|
|
1195
|
-
...(obj.AlternateDataSourceParameters && {
|
|
1196
|
-
AlternateDataSourceParameters: obj.AlternateDataSourceParameters.map((item) => DataSourceParametersFilterSensitiveLog(item)),
|
|
950
|
+
...(obj.SetParametersOperation && {
|
|
951
|
+
SetParametersOperation: CustomActionSetParametersOperationFilterSensitiveLog(obj.SetParametersOperation),
|
|
1197
952
|
}),
|
|
1198
953
|
});
|
|
1199
|
-
export const
|
|
1200
|
-
...obj,
|
|
1201
|
-
});
|
|
1202
|
-
export const DataSourceSummaryFilterSensitiveLog = (obj) => ({
|
|
954
|
+
export const VisualCustomActionFilterSensitiveLog = (obj) => ({
|
|
1203
955
|
...obj,
|
|
1204
956
|
});
|
|
1205
|
-
export const
|
|
957
|
+
export const DateAxisOptionsFilterSensitiveLog = (obj) => ({
|
|
1206
958
|
...obj,
|
|
1207
959
|
});
|
|
1208
|
-
export const
|
|
960
|
+
export const AxisDisplayDataDrivenRangeFilterSensitiveLog = (obj) => ({
|
|
1209
961
|
...obj,
|
|
1210
962
|
});
|
|
1211
|
-
export const
|
|
963
|
+
export const AxisDisplayMinMaxRangeFilterSensitiveLog = (obj) => ({
|
|
1212
964
|
...obj,
|
|
1213
965
|
});
|
|
1214
|
-
export const
|
|
966
|
+
export const AxisDisplayRangeFilterSensitiveLog = (obj) => ({
|
|
1215
967
|
...obj,
|
|
1216
968
|
});
|
|
1217
|
-
export const
|
|
969
|
+
export const AxisLinearScaleFilterSensitiveLog = (obj) => ({
|
|
1218
970
|
...obj,
|
|
1219
971
|
});
|
|
1220
|
-
export const
|
|
972
|
+
export const AxisLogarithmicScaleFilterSensitiveLog = (obj) => ({
|
|
1221
973
|
...obj,
|
|
1222
974
|
});
|
|
1223
|
-
export const
|
|
975
|
+
export const AxisScaleFilterSensitiveLog = (obj) => ({
|
|
1224
976
|
...obj,
|
|
1225
977
|
});
|
|
1226
|
-
export const
|
|
978
|
+
export const NumericAxisOptionsFilterSensitiveLog = (obj) => ({
|
|
1227
979
|
...obj,
|
|
1228
980
|
});
|
|
1229
|
-
export const
|
|
981
|
+
export const AxisDataOptionsFilterSensitiveLog = (obj) => ({
|
|
1230
982
|
...obj,
|
|
1231
983
|
});
|
|
1232
|
-
export const
|
|
984
|
+
export const PercentVisibleRangeFilterSensitiveLog = (obj) => ({
|
|
1233
985
|
...obj,
|
|
1234
986
|
});
|
|
1235
|
-
export const
|
|
987
|
+
export const VisibleRangeOptionsFilterSensitiveLog = (obj) => ({
|
|
1236
988
|
...obj,
|
|
1237
989
|
});
|
|
1238
|
-
export const
|
|
990
|
+
export const ScrollBarOptionsFilterSensitiveLog = (obj) => ({
|
|
1239
991
|
...obj,
|
|
1240
992
|
});
|
|
1241
|
-
export const
|
|
993
|
+
export const AxisTickLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
1242
994
|
...obj,
|
|
1243
995
|
});
|
|
1244
|
-
export const
|
|
996
|
+
export const AxisDisplayOptionsFilterSensitiveLog = (obj) => ({
|
|
1245
997
|
...obj,
|
|
1246
998
|
});
|
|
1247
|
-
export const
|
|
999
|
+
export const AxisLabelReferenceOptionsFilterSensitiveLog = (obj) => ({
|
|
1248
1000
|
...obj,
|
|
1249
1001
|
});
|
|
1250
|
-
export const
|
|
1002
|
+
export const AxisLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
1251
1003
|
...obj,
|
|
1252
1004
|
});
|
|
1253
|
-
export const
|
|
1005
|
+
export const ChartAxisLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
1254
1006
|
...obj,
|
|
1255
1007
|
});
|
|
1256
|
-
export const
|
|
1008
|
+
export const ContributionAnalysisDefaultFilterSensitiveLog = (obj) => ({
|
|
1257
1009
|
...obj,
|
|
1258
1010
|
});
|
|
1259
|
-
export const
|
|
1011
|
+
export const DataPathLabelTypeFilterSensitiveLog = (obj) => ({
|
|
1260
1012
|
...obj,
|
|
1013
|
+
...(obj.FieldValue && { FieldValue: SENSITIVE_STRING }),
|
|
1261
1014
|
});
|
|
1262
|
-
export const
|
|
1015
|
+
export const FieldLabelTypeFilterSensitiveLog = (obj) => ({
|
|
1263
1016
|
...obj,
|
|
1264
1017
|
});
|
|
1265
|
-
export const
|
|
1018
|
+
export const MaximumLabelTypeFilterSensitiveLog = (obj) => ({
|
|
1266
1019
|
...obj,
|
|
1267
1020
|
});
|
|
1268
|
-
export const
|
|
1021
|
+
export const MinimumLabelTypeFilterSensitiveLog = (obj) => ({
|
|
1269
1022
|
...obj,
|
|
1270
1023
|
});
|
|
1271
|
-
export const
|
|
1024
|
+
export const RangeEndsLabelTypeFilterSensitiveLog = (obj) => ({
|
|
1272
1025
|
...obj,
|
|
1273
1026
|
});
|
|
1274
|
-
export const
|
|
1027
|
+
export const DataLabelTypeFilterSensitiveLog = (obj) => ({
|
|
1275
1028
|
...obj,
|
|
1029
|
+
...(obj.DataPathLabelType && { DataPathLabelType: DataPathLabelTypeFilterSensitiveLog(obj.DataPathLabelType) }),
|
|
1276
1030
|
});
|
|
1277
|
-
export const
|
|
1031
|
+
export const DataLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
1278
1032
|
...obj,
|
|
1033
|
+
...(obj.DataLabelTypes && {
|
|
1034
|
+
DataLabelTypes: obj.DataLabelTypes.map((item) => DataLabelTypeFilterSensitiveLog(item)),
|
|
1035
|
+
}),
|
|
1279
1036
|
});
|
|
1280
|
-
export const
|
|
1037
|
+
export const CategoricalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
1281
1038
|
...obj,
|
|
1039
|
+
...(obj.FormatConfiguration && {
|
|
1040
|
+
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1041
|
+
}),
|
|
1282
1042
|
});
|
|
1283
|
-
export const
|
|
1043
|
+
export const DateDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
1284
1044
|
...obj,
|
|
1045
|
+
...(obj.FormatConfiguration && {
|
|
1046
|
+
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1047
|
+
}),
|
|
1285
1048
|
});
|
|
1286
|
-
export const
|
|
1049
|
+
export const NumericalDimensionFieldFilterSensitiveLog = (obj) => ({
|
|
1287
1050
|
...obj,
|
|
1288
1051
|
});
|
|
1289
|
-
export const
|
|
1052
|
+
export const DimensionFieldFilterSensitiveLog = (obj) => ({
|
|
1290
1053
|
...obj,
|
|
1054
|
+
...(obj.CategoricalDimensionField && {
|
|
1055
|
+
CategoricalDimensionField: CategoricalDimensionFieldFilterSensitiveLog(obj.CategoricalDimensionField),
|
|
1056
|
+
}),
|
|
1057
|
+
...(obj.DateDimensionField && { DateDimensionField: DateDimensionFieldFilterSensitiveLog(obj.DateDimensionField) }),
|
|
1291
1058
|
});
|
|
1292
|
-
export const
|
|
1059
|
+
export const CalculatedMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1293
1060
|
...obj,
|
|
1061
|
+
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
1294
1062
|
});
|
|
1295
|
-
export const
|
|
1063
|
+
export const CategoricalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1296
1064
|
...obj,
|
|
1065
|
+
...(obj.FormatConfiguration && {
|
|
1066
|
+
FormatConfiguration: StringFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1067
|
+
}),
|
|
1297
1068
|
});
|
|
1298
|
-
export const
|
|
1069
|
+
export const DateMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1299
1070
|
...obj,
|
|
1071
|
+
...(obj.FormatConfiguration && {
|
|
1072
|
+
FormatConfiguration: DateTimeFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1073
|
+
}),
|
|
1300
1074
|
});
|
|
1301
|
-
export const
|
|
1075
|
+
export const NumericalMeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1302
1076
|
...obj,
|
|
1303
1077
|
});
|
|
1304
|
-
export const
|
|
1078
|
+
export const MeasureFieldFilterSensitiveLog = (obj) => ({
|
|
1305
1079
|
...obj,
|
|
1080
|
+
...(obj.CategoricalMeasureField && {
|
|
1081
|
+
CategoricalMeasureField: CategoricalMeasureFieldFilterSensitiveLog(obj.CategoricalMeasureField),
|
|
1082
|
+
}),
|
|
1083
|
+
...(obj.DateMeasureField && { DateMeasureField: DateMeasureFieldFilterSensitiveLog(obj.DateMeasureField) }),
|
|
1084
|
+
...(obj.CalculatedMeasureField && {
|
|
1085
|
+
CalculatedMeasureField: CalculatedMeasureFieldFilterSensitiveLog(obj.CalculatedMeasureField),
|
|
1086
|
+
}),
|
|
1306
1087
|
});
|
|
1307
|
-
export const
|
|
1088
|
+
export const BarChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
1308
1089
|
...obj,
|
|
1090
|
+
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
1309
1091
|
});
|
|
1310
|
-
export const
|
|
1092
|
+
export const BarChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
1311
1093
|
...obj,
|
|
1312
1094
|
});
|
|
1313
|
-
export const
|
|
1095
|
+
export const LegendOptionsFilterSensitiveLog = (obj) => ({
|
|
1314
1096
|
...obj,
|
|
1315
1097
|
});
|
|
1316
|
-
export const
|
|
1098
|
+
export const ReferenceLineDynamicDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
1317
1099
|
...obj,
|
|
1318
1100
|
});
|
|
1319
|
-
export const
|
|
1101
|
+
export const ReferenceLineStaticDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
1320
1102
|
...obj,
|
|
1103
|
+
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
1321
1104
|
});
|
|
1322
|
-
export const
|
|
1105
|
+
export const ReferenceLineDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
1323
1106
|
...obj,
|
|
1107
|
+
...(obj.StaticConfiguration && {
|
|
1108
|
+
StaticConfiguration: ReferenceLineStaticDataConfigurationFilterSensitiveLog(obj.StaticConfiguration),
|
|
1109
|
+
}),
|
|
1324
1110
|
});
|
|
1325
|
-
export const
|
|
1111
|
+
export const ReferenceLineCustomLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
1326
1112
|
...obj,
|
|
1327
1113
|
});
|
|
1328
|
-
export const
|
|
1114
|
+
export const ReferenceLineValueLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
1329
1115
|
...obj,
|
|
1116
|
+
...(obj.FormatConfiguration && {
|
|
1117
|
+
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
1118
|
+
}),
|
|
1330
1119
|
});
|
|
1331
|
-
export const
|
|
1120
|
+
export const ReferenceLineLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
1332
1121
|
...obj,
|
|
1122
|
+
...(obj.ValueLabelConfiguration && {
|
|
1123
|
+
ValueLabelConfiguration: ReferenceLineValueLabelConfigurationFilterSensitiveLog(obj.ValueLabelConfiguration),
|
|
1124
|
+
}),
|
|
1333
1125
|
});
|
|
1334
|
-
export const
|
|
1126
|
+
export const ReferenceLineStyleConfigurationFilterSensitiveLog = (obj) => ({
|
|
1335
1127
|
...obj,
|
|
1336
1128
|
});
|
|
1337
|
-
export const
|
|
1129
|
+
export const ReferenceLineFilterSensitiveLog = (obj) => ({
|
|
1338
1130
|
...obj,
|
|
1131
|
+
...(obj.DataConfiguration && {
|
|
1132
|
+
DataConfiguration: ReferenceLineDataConfigurationFilterSensitiveLog(obj.DataConfiguration),
|
|
1133
|
+
}),
|
|
1134
|
+
...(obj.LabelConfiguration && {
|
|
1135
|
+
LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration),
|
|
1136
|
+
}),
|
|
1339
1137
|
});
|
|
1340
|
-
export const
|
|
1138
|
+
export const PanelTitleOptionsFilterSensitiveLog = (obj) => ({
|
|
1341
1139
|
...obj,
|
|
1342
1140
|
});
|
|
1343
|
-
export const
|
|
1141
|
+
export const PanelConfigurationFilterSensitiveLog = (obj) => ({
|
|
1344
1142
|
...obj,
|
|
1345
1143
|
});
|
|
1346
|
-
export const
|
|
1144
|
+
export const SmallMultiplesOptionsFilterSensitiveLog = (obj) => ({
|
|
1347
1145
|
...obj,
|
|
1348
1146
|
});
|
|
1349
|
-
export const
|
|
1147
|
+
export const ItemsLimitConfigurationFilterSensitiveLog = (obj) => ({
|
|
1350
1148
|
...obj,
|
|
1351
1149
|
});
|
|
1352
|
-
export const
|
|
1150
|
+
export const ColumnSortFilterSensitiveLog = (obj) => ({
|
|
1353
1151
|
...obj,
|
|
1354
1152
|
});
|
|
1355
|
-
export const
|
|
1153
|
+
export const FieldSortFilterSensitiveLog = (obj) => ({
|
|
1356
1154
|
...obj,
|
|
1357
1155
|
});
|
|
1358
|
-
export const
|
|
1156
|
+
export const FieldSortOptionsFilterSensitiveLog = (obj) => ({
|
|
1359
1157
|
...obj,
|
|
1360
1158
|
});
|
|
1361
|
-
export const
|
|
1159
|
+
export const BarChartSortConfigurationFilterSensitiveLog = (obj) => ({
|
|
1362
1160
|
...obj,
|
|
1363
|
-
...(obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }),
|
|
1364
1161
|
});
|
|
1365
|
-
export const
|
|
1162
|
+
export const ColumnTooltipItemFilterSensitiveLog = (obj) => ({
|
|
1366
1163
|
...obj,
|
|
1367
1164
|
});
|
|
1368
|
-
export const
|
|
1165
|
+
export const FieldTooltipItemFilterSensitiveLog = (obj) => ({
|
|
1369
1166
|
...obj,
|
|
1370
1167
|
});
|
|
1371
|
-
export const
|
|
1168
|
+
export const TooltipItemFilterSensitiveLog = (obj) => ({
|
|
1372
1169
|
...obj,
|
|
1373
1170
|
});
|
|
1374
|
-
export const
|
|
1171
|
+
export const FieldBasedTooltipFilterSensitiveLog = (obj) => ({
|
|
1375
1172
|
...obj,
|
|
1376
|
-
...(obj.DataSource && { DataSource: DataSourceFilterSensitiveLog(obj.DataSource) }),
|
|
1377
1173
|
});
|
|
1378
|
-
export const
|
|
1174
|
+
export const TooltipOptionsFilterSensitiveLog = (obj) => ({
|
|
1379
1175
|
...obj,
|
|
1380
1176
|
});
|
|
1381
|
-
export const
|
|
1177
|
+
export const DataPathValueFilterSensitiveLog = (obj) => ({
|
|
1382
1178
|
...obj,
|
|
1179
|
+
...(obj.FieldValue && { FieldValue: SENSITIVE_STRING }),
|
|
1383
1180
|
});
|
|
1384
|
-
export const
|
|
1181
|
+
export const DataPathColorFilterSensitiveLog = (obj) => ({
|
|
1385
1182
|
...obj,
|
|
1183
|
+
...(obj.Element && { Element: DataPathValueFilterSensitiveLog(obj.Element) }),
|
|
1386
1184
|
});
|
|
1387
|
-
export const
|
|
1185
|
+
export const VisualPaletteFilterSensitiveLog = (obj) => ({
|
|
1388
1186
|
...obj,
|
|
1187
|
+
...(obj.ColorMap && { ColorMap: obj.ColorMap.map((item) => DataPathColorFilterSensitiveLog(item)) }),
|
|
1389
1188
|
});
|
|
1390
|
-
export const
|
|
1189
|
+
export const BarChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
1391
1190
|
...obj,
|
|
1191
|
+
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
1192
|
+
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
1193
|
+
...(obj.ReferenceLines && {
|
|
1194
|
+
ReferenceLines: obj.ReferenceLines.map((item) => ReferenceLineFilterSensitiveLog(item)),
|
|
1195
|
+
}),
|
|
1392
1196
|
});
|
|
1393
|
-
export const
|
|
1197
|
+
export const CategoryDrillDownFilterFilterSensitiveLog = (obj) => ({
|
|
1394
1198
|
...obj,
|
|
1395
1199
|
});
|
|
1396
|
-
export const
|
|
1200
|
+
export const NumericEqualityDrillDownFilterFilterSensitiveLog = (obj) => ({
|
|
1397
1201
|
...obj,
|
|
1398
1202
|
});
|
|
1399
|
-
export const
|
|
1203
|
+
export const TimeRangeDrillDownFilterFilterSensitiveLog = (obj) => ({
|
|
1400
1204
|
...obj,
|
|
1401
1205
|
});
|
|
1402
|
-
export const
|
|
1206
|
+
export const DrillDownFilterFilterSensitiveLog = (obj) => ({
|
|
1403
1207
|
...obj,
|
|
1404
1208
|
});
|
|
1405
|
-
export const
|
|
1209
|
+
export const DateTimeHierarchyFilterSensitiveLog = (obj) => ({
|
|
1406
1210
|
...obj,
|
|
1407
1211
|
});
|
|
1408
|
-
export const
|
|
1212
|
+
export const ExplicitHierarchyFilterSensitiveLog = (obj) => ({
|
|
1409
1213
|
...obj,
|
|
1410
1214
|
});
|
|
1411
|
-
export const
|
|
1215
|
+
export const PredefinedHierarchyFilterSensitiveLog = (obj) => ({
|
|
1412
1216
|
...obj,
|
|
1413
1217
|
});
|
|
1414
|
-
export const
|
|
1218
|
+
export const ColumnHierarchyFilterSensitiveLog = (obj) => ({
|
|
1415
1219
|
...obj,
|
|
1416
1220
|
});
|
|
1417
|
-
export const
|
|
1221
|
+
export const LongFormatTextFilterSensitiveLog = (obj) => ({
|
|
1418
1222
|
...obj,
|
|
1419
1223
|
});
|
|
1420
|
-
export const
|
|
1224
|
+
export const VisualSubtitleLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
1421
1225
|
...obj,
|
|
1422
1226
|
});
|
|
1423
|
-
export const
|
|
1227
|
+
export const ShortFormatTextFilterSensitiveLog = (obj) => ({
|
|
1424
1228
|
...obj,
|
|
1425
1229
|
});
|
|
1426
|
-
export const
|
|
1230
|
+
export const VisualTitleLabelOptionsFilterSensitiveLog = (obj) => ({
|
|
1427
1231
|
...obj,
|
|
1428
1232
|
});
|
|
1429
|
-
export const
|
|
1233
|
+
export const BarChartVisualFilterSensitiveLog = (obj) => ({
|
|
1430
1234
|
...obj,
|
|
1431
1235
|
});
|
|
1432
|
-
export const
|
|
1236
|
+
export const BoxPlotStyleOptionsFilterSensitiveLog = (obj) => ({
|
|
1433
1237
|
...obj,
|
|
1434
1238
|
});
|
|
1435
|
-
export const
|
|
1239
|
+
export const BoxPlotOptionsFilterSensitiveLog = (obj) => ({
|
|
1436
1240
|
...obj,
|
|
1437
1241
|
});
|
|
1438
|
-
export const
|
|
1242
|
+
export const BoxPlotAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
1439
1243
|
...obj,
|
|
1244
|
+
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
1440
1245
|
});
|
|
1441
|
-
export const
|
|
1246
|
+
export const BoxPlotFieldWellsFilterSensitiveLog = (obj) => ({
|
|
1442
1247
|
...obj,
|
|
1443
1248
|
});
|
|
1444
|
-
export const
|
|
1249
|
+
export const PaginationConfigurationFilterSensitiveLog = (obj) => ({
|
|
1445
1250
|
...obj,
|
|
1446
1251
|
});
|
|
1447
|
-
export const
|
|
1252
|
+
export const BoxPlotSortConfigurationFilterSensitiveLog = (obj) => ({
|
|
1448
1253
|
...obj,
|
|
1449
1254
|
});
|
|
1450
|
-
export const
|
|
1255
|
+
export const BoxPlotChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
1451
1256
|
...obj,
|
|
1257
|
+
...(obj.ReferenceLines && {
|
|
1258
|
+
ReferenceLines: obj.ReferenceLines.map((item) => ReferenceLineFilterSensitiveLog(item)),
|
|
1259
|
+
}),
|
|
1260
|
+
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
1452
1261
|
});
|
|
1453
|
-
export const
|
|
1262
|
+
export const BoxPlotVisualFilterSensitiveLog = (obj) => ({
|
|
1454
1263
|
...obj,
|
|
1455
1264
|
});
|
|
1456
|
-
export const
|
|
1265
|
+
export const ComboChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
1457
1266
|
...obj,
|
|
1267
|
+
...(obj.BarValues && { BarValues: obj.BarValues.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
1268
|
+
...(obj.LineValues && { LineValues: obj.LineValues.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
1458
1269
|
});
|
|
1459
|
-
export const
|
|
1270
|
+
export const ComboChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
1460
1271
|
...obj,
|
|
1461
1272
|
});
|
|
1462
|
-
export const
|
|
1273
|
+
export const ComboChartSortConfigurationFilterSensitiveLog = (obj) => ({
|
|
1463
1274
|
...obj,
|
|
1464
1275
|
});
|
|
1465
|
-
export const
|
|
1276
|
+
export const ComboChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
1466
1277
|
...obj,
|
|
1278
|
+
...(obj.BarDataLabels && { BarDataLabels: DataLabelOptionsFilterSensitiveLog(obj.BarDataLabels) }),
|
|
1279
|
+
...(obj.LineDataLabels && { LineDataLabels: DataLabelOptionsFilterSensitiveLog(obj.LineDataLabels) }),
|
|
1280
|
+
...(obj.ReferenceLines && {
|
|
1281
|
+
ReferenceLines: obj.ReferenceLines.map((item) => ReferenceLineFilterSensitiveLog(item)),
|
|
1282
|
+
}),
|
|
1283
|
+
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
1467
1284
|
});
|