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