@aws-sdk/client-quicksight 3.218.0 → 3.222.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/QuickSight.js +45 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +3 -3
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateAnalysisCommand.js +3 -3
- package/dist-cjs/commands/CreateDashboardCommand.js +3 -3
- package/dist-cjs/commands/CreateDataSetCommand.js +3 -3
- package/dist-cjs/commands/CreateDataSourceCommand.js +3 -3
- package/dist-cjs/commands/CreateFolderCommand.js +3 -3
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-cjs/commands/CreateGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/CreateIngestionCommand.js +3 -3
- package/dist-cjs/commands/CreateNamespaceCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateThemeCommand.js +3 -3
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DeleteDashboardCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataSetCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-cjs/commands/DeleteFolderCommand.js +3 -3
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-cjs/commands/DeleteGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteThemeCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDashboardCommand.js +3 -3
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSetCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/DescribeIngestionCommand.js +3 -3
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-cjs/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeTemplateCommand.js +3 -4
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUserCommand.js +3 -3
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +3 -3
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +3 -3
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +3 -3
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-cjs/commands/ListAnalysesCommand.js +3 -3
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListDashboardsCommand.js +3 -3
- package/dist-cjs/commands/ListDataSetsCommand.js +3 -3
- package/dist-cjs/commands/ListDataSourcesCommand.js +3 -3
- package/dist-cjs/commands/ListFolderMembersCommand.js +4 -3
- package/dist-cjs/commands/ListFoldersCommand.js +3 -3
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-cjs/commands/ListGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-cjs/commands/ListIngestionsCommand.js +3 -3
- package/dist-cjs/commands/ListNamespacesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListThemesCommand.js +3 -3
- package/dist-cjs/commands/ListUserGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListUsersCommand.js +3 -3
- package/dist-cjs/commands/RegisterUserCommand.js +3 -3
- package/dist-cjs/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-cjs/commands/SearchAnalysesCommand.js +3 -3
- package/dist-cjs/commands/SearchDashboardsCommand.js +3 -3
- package/dist-cjs/commands/SearchDataSetsCommand.js +3 -3
- package/dist-cjs/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-cjs/commands/SearchFoldersCommand.js +3 -3
- package/dist-cjs/commands/SearchGroupsCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSetCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateFolderCommand.js +3 -3
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemeCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateUserCommand.js +3 -3
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/index.js +2 -0
- package/dist-cjs/models/models_0.js +988 -1194
- package/dist-cjs/models/models_1.js +1290 -405
- package/dist-cjs/models/models_2.js +1676 -0
- package/dist-cjs/models/models_3.js +443 -0
- package/dist-cjs/protocols/Aws_restJson1.js +12237 -1573
- package/dist-es/QuickSight.js +45 -0
- package/dist-es/commands/CancelIngestionCommand.js +1 -1
- package/dist-es/commands/CreateAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/CreateDataSetCommand.js +1 -1
- package/dist-es/commands/CreateDataSourceCommand.js +1 -1
- package/dist-es/commands/CreateFolderCommand.js +1 -1
- package/dist-es/commands/CreateFolderMembershipCommand.js +1 -1
- package/dist-es/commands/CreateGroupCommand.js +1 -1
- package/dist-es/commands/CreateGroupMembershipCommand.js +1 -1
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/CreateIngestionCommand.js +1 -1
- package/dist-es/commands/CreateNamespaceCommand.js +1 -1
- package/dist-es/commands/CreateTemplateAliasCommand.js +1 -1
- package/dist-es/commands/CreateTemplateCommand.js +1 -1
- package/dist-es/commands/CreateThemeAliasCommand.js +1 -1
- package/dist-es/commands/CreateThemeCommand.js +1 -1
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/DeleteAnalysisCommand.js +1 -1
- package/dist-es/commands/DeleteDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDataSetCommand.js +1 -1
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-es/commands/DeleteFolderCommand.js +1 -1
- package/dist-es/commands/DeleteFolderMembershipCommand.js +1 -1
- package/dist-es/commands/DeleteGroupCommand.js +1 -1
- package/dist-es/commands/DeleteGroupMembershipCommand.js +1 -1
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/DeleteNamespaceCommand.js +1 -1
- package/dist-es/commands/DeleteTemplateAliasCommand.js +1 -1
- package/dist-es/commands/DeleteTemplateCommand.js +1 -1
- package/dist-es/commands/DeleteThemeAliasCommand.js +1 -1
- package/dist-es/commands/DeleteThemeCommand.js +1 -1
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +1 -1
- package/dist-es/commands/DeleteUserCommand.js +1 -1
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/DescribeAccountSettingsCommand.js +1 -1
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDataSourceCommand.js +1 -1
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeFolderCommand.js +1 -1
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeGroupCommand.js +1 -1
- package/dist-es/commands/DescribeGroupMembershipCommand.js +1 -1
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/DescribeIngestionCommand.js +1 -1
- package/dist-es/commands/DescribeIpRestrictionCommand.js +1 -1
- package/dist-es/commands/DescribeNamespaceCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateAliasCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +1 -2
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
- package/dist-es/commands/DescribeThemeCommand.js +1 -1
- package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListAnalysesCommand.js +1 -1
- package/dist-es/commands/ListDashboardVersionsCommand.js +1 -1
- package/dist-es/commands/ListDashboardsCommand.js +1 -1
- package/dist-es/commands/ListDataSetsCommand.js +1 -1
- package/dist-es/commands/ListDataSourcesCommand.js +1 -1
- package/dist-es/commands/ListFolderMembersCommand.js +2 -1
- package/dist-es/commands/ListFoldersCommand.js +1 -1
- package/dist-es/commands/ListGroupMembershipsCommand.js +1 -1
- package/dist-es/commands/ListGroupsCommand.js +1 -1
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +1 -1
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +1 -1
- package/dist-es/commands/ListIngestionsCommand.js +1 -1
- package/dist-es/commands/ListNamespacesCommand.js +1 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/commands/ListTemplateAliasesCommand.js +1 -1
- package/dist-es/commands/ListTemplateVersionsCommand.js +1 -1
- package/dist-es/commands/ListTemplatesCommand.js +1 -1
- package/dist-es/commands/ListThemeAliasesCommand.js +1 -1
- package/dist-es/commands/ListThemeVersionsCommand.js +1 -1
- package/dist-es/commands/ListThemesCommand.js +1 -1
- package/dist-es/commands/ListUserGroupsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/RegisterUserCommand.js +1 -1
- package/dist-es/commands/RestoreAnalysisCommand.js +1 -1
- package/dist-es/commands/SearchAnalysesCommand.js +1 -1
- package/dist-es/commands/SearchDashboardsCommand.js +1 -1
- package/dist-es/commands/SearchDataSetsCommand.js +1 -1
- package/dist-es/commands/SearchDataSourcesCommand.js +1 -1
- package/dist-es/commands/SearchFoldersCommand.js +1 -1
- package/dist-es/commands/SearchGroupsCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/UpdateAccountSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateFolderCommand.js +1 -1
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateGroupCommand.js +1 -1
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/UpdateIpRestrictionCommand.js +1 -1
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateAliasCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateThemeAliasCommand.js +1 -1
- package/dist-es/commands/UpdateThemeCommand.js +1 -1
- package/dist-es/commands/UpdateThemePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateUserCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +2 -0
- package/dist-es/models/models_0.js +750 -933
- package/dist-es/models/models_1.js +1034 -242
- package/dist-es/models/models_2.js +1401 -0
- package/dist-es/models/models_3.js +333 -0
- package/dist-es/protocols/Aws_restJson1.js +12190 -1533
- package/dist-types/QuickSight.d.ts +122 -83
- package/dist-types/QuickSightClient.d.ts +6 -3
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -6
- package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +2 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +2 -3
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +15 -15
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +8 -8
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +9 -9
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +10 -10
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +9 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +7 -7
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +3488 -4527
- package/dist-types/models/models_1.d.ts +4346 -2387
- package/dist-types/models/models_2.d.ts +7741 -0
- package/dist-types/models/models_3.d.ts +2803 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1833 -2873
- package/dist-types/ts3.4/models/models_1.d.ts +2153 -1310
- package/dist-types/ts3.4/models/models_2.d.ts +3375 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1042 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +29 -28
|
@@ -44,6 +44,54 @@ export declare enum DashboardBehavior {
|
|
|
44
44
|
export interface AdHocFilteringOption {
|
|
45
45
|
AvailabilityStatus?: DashboardBehavior | string;
|
|
46
46
|
}
|
|
47
|
+
export declare enum CategoricalAggregationFunction {
|
|
48
|
+
COUNT = "COUNT",
|
|
49
|
+
DISTINCT_COUNT = "DISTINCT_COUNT",
|
|
50
|
+
}
|
|
51
|
+
export declare enum DateAggregationFunction {
|
|
52
|
+
COUNT = "COUNT",
|
|
53
|
+
DISTINCT_COUNT = "DISTINCT_COUNT",
|
|
54
|
+
MAX = "MAX",
|
|
55
|
+
MIN = "MIN",
|
|
56
|
+
}
|
|
57
|
+
export interface PercentileAggregation {
|
|
58
|
+
PercentileValue?: number;
|
|
59
|
+
}
|
|
60
|
+
export declare enum SimpleNumericalAggregationFunction {
|
|
61
|
+
AVERAGE = "AVERAGE",
|
|
62
|
+
COUNT = "COUNT",
|
|
63
|
+
DISTINCT_COUNT = "DISTINCT_COUNT",
|
|
64
|
+
MAX = "MAX",
|
|
65
|
+
MEDIAN = "MEDIAN",
|
|
66
|
+
MIN = "MIN",
|
|
67
|
+
STDEV = "STDEV",
|
|
68
|
+
STDEVP = "STDEVP",
|
|
69
|
+
SUM = "SUM",
|
|
70
|
+
VAR = "VAR",
|
|
71
|
+
VARP = "VARP",
|
|
72
|
+
}
|
|
73
|
+
export interface NumericalAggregationFunction {
|
|
74
|
+
SimpleNumericalAggregation?: SimpleNumericalAggregationFunction | string;
|
|
75
|
+
PercentileAggregation?: PercentileAggregation;
|
|
76
|
+
}
|
|
77
|
+
export interface AggregationFunction {
|
|
78
|
+
NumericalAggregationFunction?: NumericalAggregationFunction;
|
|
79
|
+
CategoricalAggregationFunction?: CategoricalAggregationFunction | string;
|
|
80
|
+
DateAggregationFunction?: DateAggregationFunction | string;
|
|
81
|
+
}
|
|
82
|
+
export interface ColumnIdentifier {
|
|
83
|
+
DataSetIdentifier: string | undefined;
|
|
84
|
+
ColumnName: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
export declare enum SortDirection {
|
|
87
|
+
ASC = "ASC",
|
|
88
|
+
DESC = "DESC",
|
|
89
|
+
}
|
|
90
|
+
export interface AggregationSortConfiguration {
|
|
91
|
+
Column: ColumnIdentifier | undefined;
|
|
92
|
+
SortDirection: SortDirection | string | undefined;
|
|
93
|
+
AggregationFunction: AggregationFunction | undefined;
|
|
94
|
+
}
|
|
47
95
|
export interface AmazonElasticsearchParameters {
|
|
48
96
|
Domain: string | undefined;
|
|
49
97
|
}
|
|
@@ -62,9 +110,13 @@ export declare enum AnalysisErrorType {
|
|
|
62
110
|
PARAMETER_VALUE_INCOMPATIBLE = "PARAMETER_VALUE_INCOMPATIBLE",
|
|
63
111
|
SOURCE_NOT_FOUND = "SOURCE_NOT_FOUND",
|
|
64
112
|
}
|
|
113
|
+
export interface Entity {
|
|
114
|
+
Path?: string;
|
|
115
|
+
}
|
|
65
116
|
export interface AnalysisError {
|
|
66
117
|
Type?: AnalysisErrorType | string;
|
|
67
118
|
Message?: string;
|
|
119
|
+
ViolatedEntities?: Entity[];
|
|
68
120
|
}
|
|
69
121
|
export interface Sheet {
|
|
70
122
|
SheetId?: string;
|
|
@@ -91,2492 +143,1402 @@ export interface Analysis {
|
|
|
91
143
|
LastUpdatedTime?: Date;
|
|
92
144
|
Sheets?: Sheet[];
|
|
93
145
|
}
|
|
94
|
-
export
|
|
95
|
-
|
|
96
|
-
DIRECT_QUICKSIGHT_OWNER = "DIRECT_QUICKSIGHT_OWNER",
|
|
97
|
-
DIRECT_QUICKSIGHT_SOLE_OWNER = "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
98
|
-
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
99
|
-
QUICKSIGHT_OWNER = "QUICKSIGHT_OWNER",
|
|
100
|
-
QUICKSIGHT_USER = "QUICKSIGHT_USER",
|
|
101
|
-
QUICKSIGHT_VIEWER_OR_OWNER = "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
102
|
-
}
|
|
103
|
-
export declare enum FilterOperator {
|
|
104
|
-
StringEquals = "StringEquals",
|
|
105
|
-
StringLike = "StringLike",
|
|
106
|
-
}
|
|
107
|
-
export interface AnalysisSearchFilter {
|
|
108
|
-
Operator?: FilterOperator | string;
|
|
109
|
-
Name?: AnalysisFilterAttribute | string;
|
|
110
|
-
Value?: string;
|
|
111
|
-
}
|
|
112
|
-
export interface DataSetReference {
|
|
113
|
-
DataSetPlaceholder: string | undefined;
|
|
114
|
-
DataSetArn: string | undefined;
|
|
146
|
+
export interface FreeFormLayoutScreenCanvasSizeOptions {
|
|
147
|
+
OptimizedViewPortWidth: string | undefined;
|
|
115
148
|
}
|
|
116
|
-
export interface
|
|
117
|
-
|
|
118
|
-
Arn: string | undefined;
|
|
149
|
+
export interface FreeFormLayoutCanvasSizeOptions {
|
|
150
|
+
ScreenCanvasSizeOptions?: FreeFormLayoutScreenCanvasSizeOptions;
|
|
119
151
|
}
|
|
120
|
-
export interface
|
|
121
|
-
|
|
152
|
+
export interface DefaultFreeFormLayoutConfiguration {
|
|
153
|
+
CanvasSizeOptions: FreeFormLayoutCanvasSizeOptions | undefined;
|
|
122
154
|
}
|
|
123
|
-
export
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
Name?: string;
|
|
127
|
-
Status?: ResourceStatus | string;
|
|
128
|
-
CreatedTime?: Date;
|
|
129
|
-
LastUpdatedTime?: Date;
|
|
155
|
+
export declare enum ResizeOption {
|
|
156
|
+
FIXED = "FIXED",
|
|
157
|
+
RESPONSIVE = "RESPONSIVE",
|
|
130
158
|
}
|
|
131
|
-
export interface
|
|
132
|
-
|
|
159
|
+
export interface GridLayoutScreenCanvasSizeOptions {
|
|
160
|
+
ResizeOption: ResizeOption | string | undefined;
|
|
161
|
+
OptimizedViewPortWidth?: string;
|
|
133
162
|
}
|
|
134
|
-
export interface
|
|
135
|
-
|
|
136
|
-
SheetId: string | undefined;
|
|
137
|
-
VisualId: string | undefined;
|
|
163
|
+
export interface GridLayoutCanvasSizeOptions {
|
|
164
|
+
ScreenCanvasSizeOptions?: GridLayoutScreenCanvasSizeOptions;
|
|
138
165
|
}
|
|
139
|
-
export interface
|
|
140
|
-
|
|
166
|
+
export interface DefaultGridLayoutConfiguration {
|
|
167
|
+
CanvasSizeOptions: GridLayoutCanvasSizeOptions | undefined;
|
|
141
168
|
}
|
|
142
|
-
export interface
|
|
143
|
-
|
|
169
|
+
export interface DefaultInteractiveLayoutConfiguration {
|
|
170
|
+
Grid?: DefaultGridLayoutConfiguration;
|
|
171
|
+
FreeForm?: DefaultFreeFormLayoutConfiguration;
|
|
144
172
|
}
|
|
145
|
-
export interface
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
173
|
+
export interface Spacing {
|
|
174
|
+
Top?: string;
|
|
175
|
+
Bottom?: string;
|
|
176
|
+
Left?: string;
|
|
177
|
+
Right?: string;
|
|
149
178
|
}
|
|
150
|
-
export declare enum
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
ENABLED = "ENABLED",
|
|
154
|
-
}
|
|
155
|
-
export interface AthenaParameters {
|
|
156
|
-
WorkGroup?: string;
|
|
157
|
-
RoleArn?: string;
|
|
158
|
-
}
|
|
159
|
-
export interface AuroraParameters {
|
|
160
|
-
Host: string | undefined;
|
|
161
|
-
Port: number | undefined;
|
|
162
|
-
Database: string | undefined;
|
|
179
|
+
export declare enum PaperOrientation {
|
|
180
|
+
LANDSCAPE = "LANDSCAPE",
|
|
181
|
+
PORTRAIT = "PORTRAIT",
|
|
163
182
|
}
|
|
164
|
-
export
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
183
|
+
export declare enum PaperSize {
|
|
184
|
+
A0 = "A0",
|
|
185
|
+
A1 = "A1",
|
|
186
|
+
A2 = "A2",
|
|
187
|
+
A3 = "A3",
|
|
188
|
+
A4 = "A4",
|
|
189
|
+
A5 = "A5",
|
|
190
|
+
JIS_B4 = "JIS_B4",
|
|
191
|
+
JIS_B5 = "JIS_B5",
|
|
192
|
+
US_LEGAL = "US_LEGAL",
|
|
193
|
+
US_LETTER = "US_LETTER",
|
|
194
|
+
US_TABLOID_LEDGER = "US_TABLOID_LEDGER",
|
|
168
195
|
}
|
|
169
|
-
export
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
196
|
+
export interface SectionBasedLayoutPaperCanvasSizeOptions {
|
|
197
|
+
PaperSize?: PaperSize | string;
|
|
198
|
+
PaperOrientation?: PaperOrientation | string;
|
|
199
|
+
PaperMargin?: Spacing;
|
|
173
200
|
}
|
|
174
|
-
export interface
|
|
175
|
-
|
|
201
|
+
export interface SectionBasedLayoutCanvasSizeOptions {
|
|
202
|
+
PaperCanvasSizeOptions?: SectionBasedLayoutPaperCanvasSizeOptions;
|
|
176
203
|
}
|
|
177
|
-
export interface
|
|
178
|
-
|
|
179
|
-
}
|
|
180
|
-
export interface CalculatedColumn {
|
|
181
|
-
ColumnName: string | undefined;
|
|
182
|
-
ColumnId: string | undefined;
|
|
183
|
-
Expression: string | undefined;
|
|
184
|
-
}
|
|
185
|
-
export interface CancelIngestionRequest {
|
|
186
|
-
AwsAccountId: string | undefined;
|
|
187
|
-
DataSetId: string | undefined;
|
|
188
|
-
IngestionId: string | undefined;
|
|
189
|
-
}
|
|
190
|
-
export interface CancelIngestionResponse {
|
|
191
|
-
Arn?: string;
|
|
192
|
-
IngestionId?: string;
|
|
193
|
-
RequestId?: string;
|
|
194
|
-
Status?: number;
|
|
195
|
-
}
|
|
196
|
-
export declare class InternalFailureException extends __BaseException {
|
|
197
|
-
readonly name: "InternalFailureException";
|
|
198
|
-
readonly $fault: "server";
|
|
199
|
-
Message?: string;
|
|
200
|
-
RequestId?: string;
|
|
201
|
-
constructor(
|
|
202
|
-
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
203
|
-
);
|
|
204
|
-
}
|
|
205
|
-
export declare class InvalidParameterValueException extends __BaseException {
|
|
206
|
-
readonly name: "InvalidParameterValueException";
|
|
207
|
-
readonly $fault: "client";
|
|
208
|
-
Message?: string;
|
|
209
|
-
RequestId?: string;
|
|
210
|
-
constructor(
|
|
211
|
-
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
212
|
-
);
|
|
213
|
-
}
|
|
214
|
-
export declare enum ExceptionResourceType {
|
|
215
|
-
ACCOUNT_SETTINGS = "ACCOUNT_SETTINGS",
|
|
216
|
-
DATA_SET = "DATA_SET",
|
|
217
|
-
DATA_SOURCE = "DATA_SOURCE",
|
|
218
|
-
GROUP = "GROUP",
|
|
219
|
-
IAMPOLICY_ASSIGNMENT = "IAMPOLICY_ASSIGNMENT",
|
|
220
|
-
INGESTION = "INGESTION",
|
|
221
|
-
NAMESPACE = "NAMESPACE",
|
|
222
|
-
USER = "USER",
|
|
223
|
-
VPC_CONNECTION = "VPC_CONNECTION",
|
|
224
|
-
}
|
|
225
|
-
export declare class ResourceExistsException extends __BaseException {
|
|
226
|
-
readonly name: "ResourceExistsException";
|
|
227
|
-
readonly $fault: "client";
|
|
228
|
-
Message?: string;
|
|
229
|
-
ResourceType?: ExceptionResourceType | string;
|
|
230
|
-
RequestId?: string;
|
|
231
|
-
constructor(
|
|
232
|
-
opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
|
|
233
|
-
);
|
|
234
|
-
}
|
|
235
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
236
|
-
readonly name: "ResourceNotFoundException";
|
|
237
|
-
readonly $fault: "client";
|
|
238
|
-
Message?: string;
|
|
239
|
-
ResourceType?: ExceptionResourceType | string;
|
|
240
|
-
RequestId?: string;
|
|
241
|
-
constructor(
|
|
242
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
243
|
-
);
|
|
244
|
-
}
|
|
245
|
-
export declare class ThrottlingException extends __BaseException {
|
|
246
|
-
readonly name: "ThrottlingException";
|
|
247
|
-
readonly $fault: "client";
|
|
248
|
-
Message?: string;
|
|
249
|
-
RequestId?: string;
|
|
250
|
-
constructor(
|
|
251
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
252
|
-
);
|
|
204
|
+
export interface DefaultSectionBasedLayoutConfiguration {
|
|
205
|
+
CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptions | undefined;
|
|
253
206
|
}
|
|
254
|
-
export
|
|
255
|
-
|
|
256
|
-
DECIMAL = "DECIMAL",
|
|
257
|
-
INTEGER = "INTEGER",
|
|
258
|
-
STRING = "STRING",
|
|
207
|
+
export interface DefaultPaginatedLayoutConfiguration {
|
|
208
|
+
SectionBased?: DefaultSectionBasedLayoutConfiguration;
|
|
259
209
|
}
|
|
260
|
-
export
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
Format?: string;
|
|
210
|
+
export declare enum SheetContentType {
|
|
211
|
+
INTERACTIVE = "INTERACTIVE",
|
|
212
|
+
PAGINATED = "PAGINATED",
|
|
264
213
|
}
|
|
265
|
-
export interface
|
|
266
|
-
|
|
214
|
+
export interface DefaultNewSheetConfiguration {
|
|
215
|
+
InteractiveLayoutConfiguration?: DefaultInteractiveLayoutConfiguration;
|
|
216
|
+
PaginatedLayoutConfiguration?: DefaultPaginatedLayoutConfiguration;
|
|
217
|
+
SheetContentType?: SheetContentType | string;
|
|
267
218
|
}
|
|
268
|
-
export
|
|
269
|
-
|
|
219
|
+
export interface AnalysisDefaults {
|
|
220
|
+
DefaultNewSheetConfiguration: DefaultNewSheetConfiguration | undefined;
|
|
270
221
|
}
|
|
271
|
-
export interface
|
|
222
|
+
export interface CalculatedField {
|
|
223
|
+
DataSetIdentifier: string | undefined;
|
|
272
224
|
Name: string | undefined;
|
|
273
|
-
|
|
274
|
-
Columns: string[] | undefined;
|
|
225
|
+
Expression: string | undefined;
|
|
275
226
|
}
|
|
276
|
-
export interface
|
|
277
|
-
|
|
227
|
+
export interface NullValueFormatConfiguration {
|
|
228
|
+
NullString: string | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface DecimalPlacesConfiguration {
|
|
231
|
+
DecimalPlaces: number | undefined;
|
|
232
|
+
}
|
|
233
|
+
export declare enum NegativeValueDisplayMode {
|
|
234
|
+
NEGATIVE = "NEGATIVE",
|
|
235
|
+
POSITIVE = "POSITIVE",
|
|
236
|
+
}
|
|
237
|
+
export interface NegativeValueConfiguration {
|
|
238
|
+
DisplayMode: NegativeValueDisplayMode | string | undefined;
|
|
239
|
+
}
|
|
240
|
+
export declare enum NumberScale {
|
|
241
|
+
AUTO = "AUTO",
|
|
242
|
+
BILLIONS = "BILLIONS",
|
|
243
|
+
MILLIONS = "MILLIONS",
|
|
244
|
+
NONE = "NONE",
|
|
245
|
+
THOUSANDS = "THOUSANDS",
|
|
246
|
+
TRILLIONS = "TRILLIONS",
|
|
247
|
+
}
|
|
248
|
+
export declare enum NumericSeparatorSymbol {
|
|
249
|
+
COMMA = "COMMA",
|
|
250
|
+
DOT = "DOT",
|
|
251
|
+
SPACE = "SPACE",
|
|
252
|
+
}
|
|
253
|
+
export declare enum Visibility {
|
|
254
|
+
HIDDEN = "HIDDEN",
|
|
255
|
+
VISIBLE = "VISIBLE",
|
|
256
|
+
}
|
|
257
|
+
export interface ThousandSeparatorOptions {
|
|
258
|
+
Symbol?: NumericSeparatorSymbol | string;
|
|
259
|
+
Visibility?: Visibility | string;
|
|
260
|
+
}
|
|
261
|
+
export interface NumericSeparatorConfiguration {
|
|
262
|
+
DecimalSeparator?: NumericSeparatorSymbol | string;
|
|
263
|
+
ThousandsSeparator?: ThousandSeparatorOptions;
|
|
264
|
+
}
|
|
265
|
+
export interface CurrencyDisplayFormatConfiguration {
|
|
266
|
+
Prefix?: string;
|
|
267
|
+
Suffix?: string;
|
|
268
|
+
SeparatorConfiguration?: NumericSeparatorConfiguration;
|
|
269
|
+
Symbol?: string;
|
|
270
|
+
DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
|
|
271
|
+
NumberScale?: NumberScale | string;
|
|
272
|
+
NegativeValueConfiguration?: NegativeValueConfiguration;
|
|
273
|
+
NullValueFormatConfiguration?: NullValueFormatConfiguration;
|
|
274
|
+
}
|
|
275
|
+
export interface NumberDisplayFormatConfiguration {
|
|
276
|
+
Prefix?: string;
|
|
277
|
+
Suffix?: string;
|
|
278
|
+
SeparatorConfiguration?: NumericSeparatorConfiguration;
|
|
279
|
+
DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
|
|
280
|
+
NumberScale?: NumberScale | string;
|
|
281
|
+
NegativeValueConfiguration?: NegativeValueConfiguration;
|
|
282
|
+
NullValueFormatConfiguration?: NullValueFormatConfiguration;
|
|
283
|
+
}
|
|
284
|
+
export interface PercentageDisplayFormatConfiguration {
|
|
285
|
+
Prefix?: string;
|
|
286
|
+
Suffix?: string;
|
|
287
|
+
SeparatorConfiguration?: NumericSeparatorConfiguration;
|
|
288
|
+
DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
|
|
289
|
+
NegativeValueConfiguration?: NegativeValueConfiguration;
|
|
290
|
+
NullValueFormatConfiguration?: NullValueFormatConfiguration;
|
|
291
|
+
}
|
|
292
|
+
export interface NumericFormatConfiguration {
|
|
293
|
+
NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration;
|
|
294
|
+
CurrencyDisplayFormatConfiguration?: CurrencyDisplayFormatConfiguration;
|
|
295
|
+
PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration;
|
|
296
|
+
}
|
|
297
|
+
export interface DateTimeFormatConfiguration {
|
|
298
|
+
DateTimeFormat?: string;
|
|
299
|
+
NullValueFormatConfiguration?: NullValueFormatConfiguration;
|
|
300
|
+
NumericFormatConfiguration?: NumericFormatConfiguration;
|
|
301
|
+
}
|
|
302
|
+
export interface NumberFormatConfiguration {
|
|
303
|
+
FormatConfiguration?: NumericFormatConfiguration;
|
|
304
|
+
}
|
|
305
|
+
export interface StringFormatConfiguration {
|
|
306
|
+
NullValueFormatConfiguration?: NullValueFormatConfiguration;
|
|
307
|
+
NumericFormatConfiguration?: NumericFormatConfiguration;
|
|
308
|
+
}
|
|
309
|
+
export interface FormatConfiguration {
|
|
310
|
+
StringFormatConfiguration?: StringFormatConfiguration;
|
|
311
|
+
NumberFormatConfiguration?: NumberFormatConfiguration;
|
|
312
|
+
DateTimeFormatConfiguration?: DateTimeFormatConfiguration;
|
|
313
|
+
}
|
|
314
|
+
export declare enum ColumnRole {
|
|
315
|
+
DIMENSION = "DIMENSION",
|
|
316
|
+
MEASURE = "MEASURE",
|
|
317
|
+
}
|
|
318
|
+
export interface ColumnConfiguration {
|
|
319
|
+
Column: ColumnIdentifier | undefined;
|
|
320
|
+
FormatConfiguration?: FormatConfiguration;
|
|
321
|
+
Role?: ColumnRole | string;
|
|
322
|
+
}
|
|
323
|
+
export interface DataSetIdentifierDeclaration {
|
|
324
|
+
Identifier: string | undefined;
|
|
325
|
+
DataSetArn: string | undefined;
|
|
278
326
|
}
|
|
279
|
-
export
|
|
280
|
-
|
|
327
|
+
export declare enum CrossDatasetTypes {
|
|
328
|
+
ALL_DATASETS = "ALL_DATASETS",
|
|
329
|
+
SINGLE_DATASET = "SINGLE_DATASET",
|
|
330
|
+
}
|
|
331
|
+
export declare enum CategoryFilterMatchOperator {
|
|
332
|
+
CONTAINS = "CONTAINS",
|
|
333
|
+
DOES_NOT_CONTAIN = "DOES_NOT_CONTAIN",
|
|
334
|
+
DOES_NOT_EQUAL = "DOES_NOT_EQUAL",
|
|
335
|
+
ENDS_WITH = "ENDS_WITH",
|
|
336
|
+
EQUALS = "EQUALS",
|
|
337
|
+
STARTS_WITH = "STARTS_WITH",
|
|
338
|
+
}
|
|
339
|
+
export declare enum FilterNullOption {
|
|
340
|
+
ALL_VALUES = "ALL_VALUES",
|
|
341
|
+
NON_NULLS_ONLY = "NON_NULLS_ONLY",
|
|
342
|
+
NULLS_ONLY = "NULLS_ONLY",
|
|
343
|
+
}
|
|
344
|
+
export declare enum CategoryFilterSelectAllOptions {
|
|
345
|
+
FILTER_ALL_VALUES = "FILTER_ALL_VALUES",
|
|
346
|
+
}
|
|
347
|
+
export interface CustomFilterConfiguration {
|
|
348
|
+
MatchOperator: CategoryFilterMatchOperator | string | undefined;
|
|
349
|
+
CategoryValue?: string;
|
|
350
|
+
SelectAllOptions?: CategoryFilterSelectAllOptions | string;
|
|
351
|
+
ParameterName?: string;
|
|
352
|
+
NullOption: FilterNullOption | string | undefined;
|
|
353
|
+
}
|
|
354
|
+
export interface CustomFilterListConfiguration {
|
|
355
|
+
MatchOperator: CategoryFilterMatchOperator | string | undefined;
|
|
356
|
+
CategoryValues?: string[];
|
|
357
|
+
SelectAllOptions?: CategoryFilterSelectAllOptions | string;
|
|
358
|
+
NullOption: FilterNullOption | string | undefined;
|
|
359
|
+
}
|
|
360
|
+
export interface FilterListConfiguration {
|
|
361
|
+
MatchOperator: CategoryFilterMatchOperator | string | undefined;
|
|
362
|
+
CategoryValues?: string[];
|
|
363
|
+
SelectAllOptions?: CategoryFilterSelectAllOptions | string;
|
|
364
|
+
}
|
|
365
|
+
export interface CategoryFilterConfiguration {
|
|
366
|
+
FilterListConfiguration?: FilterListConfiguration;
|
|
367
|
+
CustomFilterListConfiguration?: CustomFilterListConfiguration;
|
|
368
|
+
CustomFilterConfiguration?: CustomFilterConfiguration;
|
|
369
|
+
}
|
|
370
|
+
export interface CategoryFilter {
|
|
371
|
+
FilterId: string | undefined;
|
|
372
|
+
Column: ColumnIdentifier | undefined;
|
|
373
|
+
Configuration?: CategoryFilterConfiguration;
|
|
374
|
+
}
|
|
375
|
+
export declare enum NumericEqualityMatchOperator {
|
|
376
|
+
DOES_NOT_EQUAL = "DOES_NOT_EQUAL",
|
|
377
|
+
EQUALS = "EQUALS",
|
|
378
|
+
}
|
|
379
|
+
export declare enum NumericFilterSelectAllOptions {
|
|
380
|
+
FILTER_ALL_VALUES = "FILTER_ALL_VALUES",
|
|
381
|
+
}
|
|
382
|
+
export interface NumericEqualityFilter {
|
|
383
|
+
FilterId: string | undefined;
|
|
384
|
+
Column: ColumnIdentifier | undefined;
|
|
385
|
+
Value?: number;
|
|
386
|
+
SelectAllOptions?: NumericFilterSelectAllOptions | string;
|
|
387
|
+
MatchOperator: NumericEqualityMatchOperator | string | undefined;
|
|
388
|
+
AggregationFunction?: AggregationFunction;
|
|
389
|
+
ParameterName?: string;
|
|
390
|
+
NullOption: FilterNullOption | string | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface NumericRangeFilterValue {
|
|
393
|
+
StaticValue?: number;
|
|
394
|
+
Parameter?: string;
|
|
395
|
+
}
|
|
396
|
+
export interface NumericRangeFilter {
|
|
397
|
+
FilterId: string | undefined;
|
|
398
|
+
Column: ColumnIdentifier | undefined;
|
|
399
|
+
IncludeMinimum?: boolean;
|
|
400
|
+
IncludeMaximum?: boolean;
|
|
401
|
+
RangeMinimum?: NumericRangeFilterValue;
|
|
402
|
+
RangeMaximum?: NumericRangeFilterValue;
|
|
403
|
+
SelectAllOptions?: NumericFilterSelectAllOptions | string;
|
|
404
|
+
AggregationFunction?: AggregationFunction;
|
|
405
|
+
NullOption: FilterNullOption | string | undefined;
|
|
406
|
+
}
|
|
407
|
+
export declare enum AnchorOption {
|
|
408
|
+
NOW = "NOW",
|
|
409
|
+
}
|
|
410
|
+
export interface AnchorDateConfiguration {
|
|
411
|
+
AnchorOption?: AnchorOption | string;
|
|
412
|
+
ParameterName?: string;
|
|
413
|
+
}
|
|
414
|
+
export declare enum TimeGranularity {
|
|
415
|
+
DAY = "DAY",
|
|
416
|
+
HOUR = "HOUR",
|
|
417
|
+
MILLISECOND = "MILLISECOND",
|
|
418
|
+
MINUTE = "MINUTE",
|
|
419
|
+
MONTH = "MONTH",
|
|
420
|
+
QUARTER = "QUARTER",
|
|
421
|
+
SECOND = "SECOND",
|
|
422
|
+
WEEK = "WEEK",
|
|
423
|
+
YEAR = "YEAR",
|
|
424
|
+
}
|
|
425
|
+
export declare enum WidgetStatus {
|
|
426
|
+
DISABLED = "DISABLED",
|
|
427
|
+
ENABLED = "ENABLED",
|
|
281
428
|
}
|
|
282
|
-
export interface
|
|
283
|
-
|
|
284
|
-
|
|
429
|
+
export interface ExcludePeriodConfiguration {
|
|
430
|
+
Amount: number | undefined;
|
|
431
|
+
Granularity: TimeGranularity | string | undefined;
|
|
432
|
+
Status?: WidgetStatus | string;
|
|
433
|
+
}
|
|
434
|
+
export declare enum RelativeDateType {
|
|
435
|
+
LAST = "LAST",
|
|
436
|
+
NEXT = "NEXT",
|
|
437
|
+
NOW = "NOW",
|
|
438
|
+
PREVIOUS = "PREVIOUS",
|
|
439
|
+
THIS = "THIS",
|
|
440
|
+
}
|
|
441
|
+
export interface RelativeDatesFilter {
|
|
442
|
+
FilterId: string | undefined;
|
|
443
|
+
Column: ColumnIdentifier | undefined;
|
|
444
|
+
AnchorDateConfiguration: AnchorDateConfiguration | undefined;
|
|
445
|
+
MinimumGranularity?: TimeGranularity | string;
|
|
446
|
+
TimeGranularity: TimeGranularity | string | undefined;
|
|
447
|
+
RelativeDateType: RelativeDateType | string | undefined;
|
|
448
|
+
RelativeDateValue?: number;
|
|
449
|
+
ParameterName?: string;
|
|
450
|
+
NullOption: FilterNullOption | string | undefined;
|
|
451
|
+
ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
|
|
452
|
+
}
|
|
453
|
+
export interface TimeEqualityFilter {
|
|
454
|
+
FilterId: string | undefined;
|
|
455
|
+
Column: ColumnIdentifier | undefined;
|
|
456
|
+
Value?: Date;
|
|
457
|
+
ParameterName?: string;
|
|
458
|
+
TimeGranularity?: TimeGranularity | string;
|
|
459
|
+
}
|
|
460
|
+
export interface RollingDateConfiguration {
|
|
461
|
+
DataSetIdentifier?: string;
|
|
462
|
+
Expression: string | undefined;
|
|
285
463
|
}
|
|
286
|
-
export interface
|
|
287
|
-
|
|
288
|
-
|
|
464
|
+
export interface TimeRangeFilterValue {
|
|
465
|
+
StaticValue?: Date;
|
|
466
|
+
RollingDate?: RollingDateConfiguration;
|
|
467
|
+
Parameter?: string;
|
|
468
|
+
}
|
|
469
|
+
export interface TimeRangeFilter {
|
|
470
|
+
FilterId: string | undefined;
|
|
471
|
+
Column: ColumnIdentifier | undefined;
|
|
472
|
+
IncludeMinimum?: boolean;
|
|
473
|
+
IncludeMaximum?: boolean;
|
|
474
|
+
RangeMinimumValue?: TimeRangeFilterValue;
|
|
475
|
+
RangeMaximumValue?: TimeRangeFilterValue;
|
|
476
|
+
NullOption: FilterNullOption | string | undefined;
|
|
477
|
+
ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
|
|
478
|
+
TimeGranularity?: TimeGranularity | string;
|
|
479
|
+
}
|
|
480
|
+
export interface TopBottomFilter {
|
|
481
|
+
FilterId: string | undefined;
|
|
482
|
+
Column: ColumnIdentifier | undefined;
|
|
483
|
+
Limit?: number;
|
|
484
|
+
AggregationSortConfigurations: AggregationSortConfiguration[] | undefined;
|
|
485
|
+
TimeGranularity?: TimeGranularity | string;
|
|
486
|
+
ParameterName?: string;
|
|
487
|
+
}
|
|
488
|
+
export interface Filter {
|
|
489
|
+
CategoryFilter?: CategoryFilter;
|
|
490
|
+
NumericRangeFilter?: NumericRangeFilter;
|
|
491
|
+
NumericEqualityFilter?: NumericEqualityFilter;
|
|
492
|
+
TimeEqualityFilter?: TimeEqualityFilter;
|
|
493
|
+
TimeRangeFilter?: TimeRangeFilter;
|
|
494
|
+
RelativeDatesFilter?: RelativeDatesFilter;
|
|
495
|
+
TopBottomFilter?: TopBottomFilter;
|
|
496
|
+
}
|
|
497
|
+
export declare enum FilterVisualScope {
|
|
498
|
+
ALL_VISUALS = "ALL_VISUALS",
|
|
499
|
+
SELECTED_VISUALS = "SELECTED_VISUALS",
|
|
500
|
+
}
|
|
501
|
+
export interface SheetVisualScopingConfiguration {
|
|
502
|
+
SheetId: string | undefined;
|
|
503
|
+
Scope: FilterVisualScope | string | undefined;
|
|
504
|
+
VisualIds?: string[];
|
|
289
505
|
}
|
|
290
|
-
export interface
|
|
291
|
-
|
|
292
|
-
DataType?: string;
|
|
293
|
-
GeographicRole?: string;
|
|
294
|
-
}
|
|
295
|
-
export declare enum GeoSpatialDataRole {
|
|
296
|
-
CITY = "CITY",
|
|
297
|
-
COUNTRY = "COUNTRY",
|
|
298
|
-
COUNTY = "COUNTY",
|
|
299
|
-
LATITUDE = "LATITUDE",
|
|
300
|
-
LONGITUDE = "LONGITUDE",
|
|
301
|
-
POSTCODE = "POSTCODE",
|
|
302
|
-
STATE = "STATE",
|
|
303
|
-
}
|
|
304
|
-
export interface ColumnTag {
|
|
305
|
-
ColumnGeographicRole?: GeoSpatialDataRole | string;
|
|
306
|
-
ColumnDescription?: ColumnDescription;
|
|
307
|
-
}
|
|
308
|
-
export declare enum ColumnTagName {
|
|
309
|
-
COLUMN_DESCRIPTION = "COLUMN_DESCRIPTION",
|
|
310
|
-
COLUMN_GEOGRAPHIC_ROLE = "COLUMN_GEOGRAPHIC_ROLE",
|
|
311
|
-
}
|
|
312
|
-
export declare class ConcurrentUpdatingException extends __BaseException {
|
|
313
|
-
readonly name: "ConcurrentUpdatingException";
|
|
314
|
-
readonly $fault: "server";
|
|
315
|
-
Message?: string;
|
|
316
|
-
RequestId?: string;
|
|
317
|
-
constructor(
|
|
318
|
-
opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>
|
|
319
|
-
);
|
|
506
|
+
export interface SelectedSheetsFilterScopeConfiguration {
|
|
507
|
+
SheetVisualScopingConfigurations?: SheetVisualScopingConfiguration[];
|
|
320
508
|
}
|
|
321
|
-
export
|
|
322
|
-
|
|
323
|
-
readonly $fault: "client";
|
|
324
|
-
Message?: string;
|
|
325
|
-
RequestId?: string;
|
|
326
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
509
|
+
export interface FilterScopeConfiguration {
|
|
510
|
+
SelectedSheets?: SelectedSheetsFilterScopeConfiguration;
|
|
327
511
|
}
|
|
328
|
-
export interface
|
|
329
|
-
|
|
330
|
-
|
|
512
|
+
export interface FilterGroup {
|
|
513
|
+
FilterGroupId: string | undefined;
|
|
514
|
+
Filters: Filter[] | undefined;
|
|
515
|
+
ScopeConfiguration: FilterScopeConfiguration | undefined;
|
|
516
|
+
Status?: WidgetStatus | string;
|
|
517
|
+
CrossDataset: CrossDatasetTypes | string | undefined;
|
|
331
518
|
}
|
|
332
|
-
export interface
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
Tags?: Tag[];
|
|
519
|
+
export interface DynamicDefaultValue {
|
|
520
|
+
UserNameColumn?: ColumnIdentifier;
|
|
521
|
+
GroupNameColumn?: ColumnIdentifier;
|
|
522
|
+
DefaultValueColumn: ColumnIdentifier | undefined;
|
|
337
523
|
}
|
|
338
|
-
export interface
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
AccountCustomization?: AccountCustomization;
|
|
343
|
-
RequestId?: string;
|
|
344
|
-
Status?: number;
|
|
524
|
+
export interface DateTimeDefaultValues {
|
|
525
|
+
DynamicValue?: DynamicDefaultValue;
|
|
526
|
+
StaticValues?: Date[];
|
|
527
|
+
RollingDate?: RollingDateConfiguration;
|
|
345
528
|
}
|
|
346
|
-
export declare
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
Message?: string;
|
|
350
|
-
ResourceType?: ExceptionResourceType | string;
|
|
351
|
-
RequestId?: string;
|
|
352
|
-
constructor(
|
|
353
|
-
opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
|
|
354
|
-
);
|
|
529
|
+
export declare enum ValueWhenUnsetOption {
|
|
530
|
+
NULL = "NULL",
|
|
531
|
+
RECOMMENDED_VALUE = "RECOMMENDED_VALUE",
|
|
355
532
|
}
|
|
356
|
-
export interface
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
AwsAccountId: string | undefined;
|
|
360
|
-
AccountName: string | undefined;
|
|
361
|
-
NotificationEmail: string | undefined;
|
|
362
|
-
ActiveDirectoryName?: string;
|
|
363
|
-
Realm?: string;
|
|
364
|
-
DirectoryId?: string;
|
|
365
|
-
AdminGroup?: string[];
|
|
366
|
-
AuthorGroup?: string[];
|
|
367
|
-
ReaderGroup?: string[];
|
|
368
|
-
FirstName?: string;
|
|
369
|
-
LastName?: string;
|
|
370
|
-
EmailAddress?: string;
|
|
371
|
-
ContactNumber?: string;
|
|
372
|
-
}
|
|
373
|
-
export interface SignupResponse {
|
|
374
|
-
IAMUser?: boolean;
|
|
375
|
-
userLoginName?: string;
|
|
376
|
-
accountName?: string;
|
|
377
|
-
directoryType?: string;
|
|
378
|
-
}
|
|
379
|
-
export interface CreateAccountSubscriptionResponse {
|
|
380
|
-
SignupResponse?: SignupResponse;
|
|
381
|
-
Status?: number;
|
|
382
|
-
RequestId?: string;
|
|
533
|
+
export interface DateTimeValueWhenUnsetConfiguration {
|
|
534
|
+
ValueWhenUnsetOption?: ValueWhenUnsetOption | string;
|
|
535
|
+
CustomValue?: Date;
|
|
383
536
|
}
|
|
384
|
-
export
|
|
385
|
-
readonly name: "PreconditionNotMetException";
|
|
386
|
-
readonly $fault: "client";
|
|
387
|
-
Message?: string;
|
|
388
|
-
RequestId?: string;
|
|
389
|
-
constructor(
|
|
390
|
-
opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
|
|
391
|
-
);
|
|
392
|
-
}
|
|
393
|
-
export interface DateTimeParameter {
|
|
537
|
+
export interface DateTimeParameterDeclaration {
|
|
394
538
|
Name: string | undefined;
|
|
395
|
-
|
|
539
|
+
DefaultValues?: DateTimeDefaultValues;
|
|
540
|
+
TimeGranularity?: TimeGranularity | string;
|
|
541
|
+
ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration;
|
|
396
542
|
}
|
|
397
|
-
export interface
|
|
398
|
-
|
|
399
|
-
|
|
543
|
+
export interface DecimalDefaultValues {
|
|
544
|
+
DynamicValue?: DynamicDefaultValue;
|
|
545
|
+
StaticValues?: number[];
|
|
400
546
|
}
|
|
401
|
-
export
|
|
402
|
-
|
|
403
|
-
|
|
547
|
+
export declare enum ParameterValueType {
|
|
548
|
+
MULTI_VALUED = "MULTI_VALUED",
|
|
549
|
+
SINGLE_VALUED = "SINGLE_VALUED",
|
|
404
550
|
}
|
|
405
|
-
export interface
|
|
406
|
-
|
|
407
|
-
|
|
551
|
+
export interface DecimalValueWhenUnsetConfiguration {
|
|
552
|
+
ValueWhenUnsetOption?: ValueWhenUnsetOption | string;
|
|
553
|
+
CustomValue?: number;
|
|
408
554
|
}
|
|
409
|
-
export interface
|
|
410
|
-
|
|
411
|
-
IntegerParameters?: IntegerParameter[];
|
|
412
|
-
DecimalParameters?: DecimalParameter[];
|
|
413
|
-
DateTimeParameters?: DateTimeParameter[];
|
|
414
|
-
}
|
|
415
|
-
export interface ResourcePermission {
|
|
416
|
-
Principal: string | undefined;
|
|
417
|
-
Actions: string[] | undefined;
|
|
418
|
-
}
|
|
419
|
-
export interface CreateAnalysisRequest {
|
|
420
|
-
AwsAccountId: string | undefined;
|
|
421
|
-
AnalysisId: string | undefined;
|
|
555
|
+
export interface DecimalParameterDeclaration {
|
|
556
|
+
ParameterValueType: ParameterValueType | string | undefined;
|
|
422
557
|
Name: string | undefined;
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
SourceEntity: AnalysisSourceEntity | undefined;
|
|
426
|
-
ThemeArn?: string;
|
|
427
|
-
Tags?: Tag[];
|
|
428
|
-
}
|
|
429
|
-
export interface CreateAnalysisResponse {
|
|
430
|
-
Arn?: string;
|
|
431
|
-
AnalysisId?: string;
|
|
432
|
-
CreationStatus?: ResourceStatus | string;
|
|
433
|
-
Status?: number;
|
|
434
|
-
RequestId?: string;
|
|
435
|
-
}
|
|
436
|
-
export declare class UnsupportedUserEditionException extends __BaseException {
|
|
437
|
-
readonly name: "UnsupportedUserEditionException";
|
|
438
|
-
readonly $fault: "client";
|
|
439
|
-
Message?: string;
|
|
440
|
-
RequestId?: string;
|
|
441
|
-
constructor(
|
|
442
|
-
opts: __ExceptionOptionType<
|
|
443
|
-
UnsupportedUserEditionException,
|
|
444
|
-
__BaseException
|
|
445
|
-
>
|
|
446
|
-
);
|
|
447
|
-
}
|
|
448
|
-
export interface CreateColumnsOperation {
|
|
449
|
-
Columns: CalculatedColumn[] | undefined;
|
|
450
|
-
}
|
|
451
|
-
export interface ExportToCSVOption {
|
|
452
|
-
AvailabilityStatus?: DashboardBehavior | string;
|
|
453
|
-
}
|
|
454
|
-
export declare enum DashboardUIState {
|
|
455
|
-
COLLAPSED = "COLLAPSED",
|
|
456
|
-
EXPANDED = "EXPANDED",
|
|
457
|
-
}
|
|
458
|
-
export interface SheetControlsOption {
|
|
459
|
-
VisibilityState?: DashboardUIState | string;
|
|
460
|
-
}
|
|
461
|
-
export interface DashboardPublishOptions {
|
|
462
|
-
AdHocFilteringOption?: AdHocFilteringOption;
|
|
463
|
-
ExportToCSVOption?: ExportToCSVOption;
|
|
464
|
-
SheetControlsOption?: SheetControlsOption;
|
|
558
|
+
DefaultValues?: DecimalDefaultValues;
|
|
559
|
+
ValueWhenUnset?: DecimalValueWhenUnsetConfiguration;
|
|
465
560
|
}
|
|
466
|
-
export interface
|
|
467
|
-
|
|
468
|
-
|
|
561
|
+
export interface IntegerDefaultValues {
|
|
562
|
+
DynamicValue?: DynamicDefaultValue;
|
|
563
|
+
StaticValues?: number[];
|
|
469
564
|
}
|
|
470
|
-
export interface
|
|
471
|
-
|
|
565
|
+
export interface IntegerValueWhenUnsetConfiguration {
|
|
566
|
+
ValueWhenUnsetOption?: ValueWhenUnsetOption | string;
|
|
567
|
+
CustomValue?: number;
|
|
472
568
|
}
|
|
473
|
-
export interface
|
|
474
|
-
|
|
475
|
-
DashboardId: string | undefined;
|
|
569
|
+
export interface IntegerParameterDeclaration {
|
|
570
|
+
ParameterValueType: ParameterValueType | string | undefined;
|
|
476
571
|
Name: string | undefined;
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
SourceEntity: DashboardSourceEntity | undefined;
|
|
480
|
-
Tags?: Tag[];
|
|
481
|
-
VersionDescription?: string;
|
|
482
|
-
DashboardPublishOptions?: DashboardPublishOptions;
|
|
483
|
-
ThemeArn?: string;
|
|
484
|
-
}
|
|
485
|
-
export interface CreateDashboardResponse {
|
|
486
|
-
Arn?: string;
|
|
487
|
-
VersionArn?: string;
|
|
488
|
-
DashboardId?: string;
|
|
489
|
-
CreationStatus?: ResourceStatus | string;
|
|
490
|
-
Status?: number;
|
|
491
|
-
RequestId?: string;
|
|
492
|
-
}
|
|
493
|
-
export interface DataSetUsageConfiguration {
|
|
494
|
-
DisableUseAsDirectQuerySource?: boolean;
|
|
495
|
-
DisableUseAsImportedSource?: boolean;
|
|
496
|
-
}
|
|
497
|
-
export interface FieldFolder {
|
|
498
|
-
description?: string;
|
|
499
|
-
columns?: string[];
|
|
500
|
-
}
|
|
501
|
-
export declare enum DataSetImportMode {
|
|
502
|
-
DIRECT_QUERY = "DIRECT_QUERY",
|
|
503
|
-
SPICE = "SPICE",
|
|
572
|
+
DefaultValues?: IntegerDefaultValues;
|
|
573
|
+
ValueWhenUnset?: IntegerValueWhenUnsetConfiguration;
|
|
504
574
|
}
|
|
505
|
-
export interface
|
|
506
|
-
|
|
575
|
+
export interface StringDefaultValues {
|
|
576
|
+
DynamicValue?: DynamicDefaultValue;
|
|
577
|
+
StaticValues?: string[];
|
|
507
578
|
}
|
|
508
|
-
export interface
|
|
509
|
-
|
|
579
|
+
export interface StringValueWhenUnsetConfiguration {
|
|
580
|
+
ValueWhenUnsetOption?: ValueWhenUnsetOption | string;
|
|
581
|
+
CustomValue?: string;
|
|
510
582
|
}
|
|
511
|
-
export interface
|
|
512
|
-
|
|
513
|
-
NewColumnName: string | undefined;
|
|
514
|
-
}
|
|
515
|
-
export interface TagColumnOperation {
|
|
516
|
-
ColumnName: string | undefined;
|
|
517
|
-
Tags: ColumnTag[] | undefined;
|
|
518
|
-
}
|
|
519
|
-
export interface UntagColumnOperation {
|
|
520
|
-
ColumnName: string | undefined;
|
|
521
|
-
TagNames: (ColumnTagName | string)[] | undefined;
|
|
522
|
-
}
|
|
523
|
-
export declare type TransformOperation =
|
|
524
|
-
| TransformOperation.CastColumnTypeOperationMember
|
|
525
|
-
| TransformOperation.CreateColumnsOperationMember
|
|
526
|
-
| TransformOperation.FilterOperationMember
|
|
527
|
-
| TransformOperation.ProjectOperationMember
|
|
528
|
-
| TransformOperation.RenameColumnOperationMember
|
|
529
|
-
| TransformOperation.TagColumnOperationMember
|
|
530
|
-
| TransformOperation.UntagColumnOperationMember
|
|
531
|
-
| TransformOperation.$UnknownMember;
|
|
532
|
-
export declare namespace TransformOperation {
|
|
533
|
-
interface ProjectOperationMember {
|
|
534
|
-
ProjectOperation: ProjectOperation;
|
|
535
|
-
FilterOperation?: never;
|
|
536
|
-
CreateColumnsOperation?: never;
|
|
537
|
-
RenameColumnOperation?: never;
|
|
538
|
-
CastColumnTypeOperation?: never;
|
|
539
|
-
TagColumnOperation?: never;
|
|
540
|
-
UntagColumnOperation?: never;
|
|
541
|
-
$unknown?: never;
|
|
542
|
-
}
|
|
543
|
-
interface FilterOperationMember {
|
|
544
|
-
ProjectOperation?: never;
|
|
545
|
-
FilterOperation: FilterOperation;
|
|
546
|
-
CreateColumnsOperation?: never;
|
|
547
|
-
RenameColumnOperation?: never;
|
|
548
|
-
CastColumnTypeOperation?: never;
|
|
549
|
-
TagColumnOperation?: never;
|
|
550
|
-
UntagColumnOperation?: never;
|
|
551
|
-
$unknown?: never;
|
|
552
|
-
}
|
|
553
|
-
interface CreateColumnsOperationMember {
|
|
554
|
-
ProjectOperation?: never;
|
|
555
|
-
FilterOperation?: never;
|
|
556
|
-
CreateColumnsOperation: CreateColumnsOperation;
|
|
557
|
-
RenameColumnOperation?: never;
|
|
558
|
-
CastColumnTypeOperation?: never;
|
|
559
|
-
TagColumnOperation?: never;
|
|
560
|
-
UntagColumnOperation?: never;
|
|
561
|
-
$unknown?: never;
|
|
562
|
-
}
|
|
563
|
-
interface RenameColumnOperationMember {
|
|
564
|
-
ProjectOperation?: never;
|
|
565
|
-
FilterOperation?: never;
|
|
566
|
-
CreateColumnsOperation?: never;
|
|
567
|
-
RenameColumnOperation: RenameColumnOperation;
|
|
568
|
-
CastColumnTypeOperation?: never;
|
|
569
|
-
TagColumnOperation?: never;
|
|
570
|
-
UntagColumnOperation?: never;
|
|
571
|
-
$unknown?: never;
|
|
572
|
-
}
|
|
573
|
-
interface CastColumnTypeOperationMember {
|
|
574
|
-
ProjectOperation?: never;
|
|
575
|
-
FilterOperation?: never;
|
|
576
|
-
CreateColumnsOperation?: never;
|
|
577
|
-
RenameColumnOperation?: never;
|
|
578
|
-
CastColumnTypeOperation: CastColumnTypeOperation;
|
|
579
|
-
TagColumnOperation?: never;
|
|
580
|
-
UntagColumnOperation?: never;
|
|
581
|
-
$unknown?: never;
|
|
582
|
-
}
|
|
583
|
-
interface TagColumnOperationMember {
|
|
584
|
-
ProjectOperation?: never;
|
|
585
|
-
FilterOperation?: never;
|
|
586
|
-
CreateColumnsOperation?: never;
|
|
587
|
-
RenameColumnOperation?: never;
|
|
588
|
-
CastColumnTypeOperation?: never;
|
|
589
|
-
TagColumnOperation: TagColumnOperation;
|
|
590
|
-
UntagColumnOperation?: never;
|
|
591
|
-
$unknown?: never;
|
|
592
|
-
}
|
|
593
|
-
interface UntagColumnOperationMember {
|
|
594
|
-
ProjectOperation?: never;
|
|
595
|
-
FilterOperation?: never;
|
|
596
|
-
CreateColumnsOperation?: never;
|
|
597
|
-
RenameColumnOperation?: never;
|
|
598
|
-
CastColumnTypeOperation?: never;
|
|
599
|
-
TagColumnOperation?: never;
|
|
600
|
-
UntagColumnOperation: UntagColumnOperation;
|
|
601
|
-
$unknown?: never;
|
|
602
|
-
}
|
|
603
|
-
interface $UnknownMember {
|
|
604
|
-
ProjectOperation?: never;
|
|
605
|
-
FilterOperation?: never;
|
|
606
|
-
CreateColumnsOperation?: never;
|
|
607
|
-
RenameColumnOperation?: never;
|
|
608
|
-
CastColumnTypeOperation?: never;
|
|
609
|
-
TagColumnOperation?: never;
|
|
610
|
-
UntagColumnOperation?: never;
|
|
611
|
-
$unknown: [string, any];
|
|
612
|
-
}
|
|
613
|
-
interface Visitor<T> {
|
|
614
|
-
ProjectOperation: (value: ProjectOperation) => T;
|
|
615
|
-
FilterOperation: (value: FilterOperation) => T;
|
|
616
|
-
CreateColumnsOperation: (value: CreateColumnsOperation) => T;
|
|
617
|
-
RenameColumnOperation: (value: RenameColumnOperation) => T;
|
|
618
|
-
CastColumnTypeOperation: (value: CastColumnTypeOperation) => T;
|
|
619
|
-
TagColumnOperation: (value: TagColumnOperation) => T;
|
|
620
|
-
UntagColumnOperation: (value: UntagColumnOperation) => T;
|
|
621
|
-
_: (name: string, value: any) => T;
|
|
622
|
-
}
|
|
623
|
-
const visit: <T>(value: TransformOperation, visitor: Visitor<T>) => T;
|
|
624
|
-
}
|
|
625
|
-
export interface JoinKeyProperties {
|
|
626
|
-
UniqueKey?: boolean;
|
|
627
|
-
}
|
|
628
|
-
export declare enum JoinType {
|
|
629
|
-
INNER = "INNER",
|
|
630
|
-
LEFT = "LEFT",
|
|
631
|
-
OUTER = "OUTER",
|
|
632
|
-
RIGHT = "RIGHT",
|
|
633
|
-
}
|
|
634
|
-
export interface JoinInstruction {
|
|
635
|
-
LeftOperand: string | undefined;
|
|
636
|
-
RightOperand: string | undefined;
|
|
637
|
-
LeftJoinKeyProperties?: JoinKeyProperties;
|
|
638
|
-
RightJoinKeyProperties?: JoinKeyProperties;
|
|
639
|
-
Type: JoinType | string | undefined;
|
|
640
|
-
OnClause: string | undefined;
|
|
641
|
-
}
|
|
642
|
-
export interface LogicalTableSource {
|
|
643
|
-
JoinInstruction?: JoinInstruction;
|
|
644
|
-
PhysicalTableId?: string;
|
|
645
|
-
DataSetArn?: string;
|
|
646
|
-
}
|
|
647
|
-
export interface LogicalTable {
|
|
648
|
-
Alias: string | undefined;
|
|
649
|
-
DataTransforms?: TransformOperation[];
|
|
650
|
-
Source: LogicalTableSource | undefined;
|
|
651
|
-
}
|
|
652
|
-
export declare enum InputColumnDataType {
|
|
653
|
-
BIT = "BIT",
|
|
654
|
-
BOOLEAN = "BOOLEAN",
|
|
655
|
-
DATETIME = "DATETIME",
|
|
656
|
-
DECIMAL = "DECIMAL",
|
|
657
|
-
INTEGER = "INTEGER",
|
|
658
|
-
JSON = "JSON",
|
|
659
|
-
STRING = "STRING",
|
|
660
|
-
}
|
|
661
|
-
export interface InputColumn {
|
|
662
|
-
Name: string | undefined;
|
|
663
|
-
Type: InputColumnDataType | string | undefined;
|
|
664
|
-
}
|
|
665
|
-
export interface CustomSql {
|
|
666
|
-
DataSourceArn: string | undefined;
|
|
583
|
+
export interface StringParameterDeclaration {
|
|
584
|
+
ParameterValueType: ParameterValueType | string | undefined;
|
|
667
585
|
Name: string | undefined;
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
}
|
|
671
|
-
export interface
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
586
|
+
DefaultValues?: StringDefaultValues;
|
|
587
|
+
ValueWhenUnset?: StringValueWhenUnsetConfiguration;
|
|
588
|
+
}
|
|
589
|
+
export interface ParameterDeclaration {
|
|
590
|
+
StringParameterDeclaration?: StringParameterDeclaration;
|
|
591
|
+
DecimalParameterDeclaration?: DecimalParameterDeclaration;
|
|
592
|
+
IntegerParameterDeclaration?: IntegerParameterDeclaration;
|
|
593
|
+
DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
|
|
594
|
+
}
|
|
595
|
+
export declare enum FontDecoration {
|
|
596
|
+
NONE = "NONE",
|
|
597
|
+
UNDERLINE = "UNDERLINE",
|
|
598
|
+
}
|
|
599
|
+
export declare enum RelativeFontSize {
|
|
600
|
+
EXTRA_LARGE = "EXTRA_LARGE",
|
|
601
|
+
EXTRA_SMALL = "EXTRA_SMALL",
|
|
602
|
+
LARGE = "LARGE",
|
|
603
|
+
MEDIUM = "MEDIUM",
|
|
604
|
+
SMALL = "SMALL",
|
|
605
|
+
}
|
|
606
|
+
export interface FontSize {
|
|
607
|
+
Relative?: RelativeFontSize | string;
|
|
608
|
+
}
|
|
609
|
+
export declare enum FontStyle {
|
|
610
|
+
ITALIC = "ITALIC",
|
|
611
|
+
NORMAL = "NORMAL",
|
|
612
|
+
}
|
|
613
|
+
export declare enum FontWeightName {
|
|
614
|
+
BOLD = "BOLD",
|
|
615
|
+
NORMAL = "NORMAL",
|
|
616
|
+
}
|
|
617
|
+
export interface FontWeight {
|
|
618
|
+
Name?: FontWeightName | string;
|
|
619
|
+
}
|
|
620
|
+
export interface FontConfiguration {
|
|
621
|
+
FontSize?: FontSize;
|
|
622
|
+
FontDecoration?: FontDecoration | string;
|
|
623
|
+
FontColor?: string;
|
|
624
|
+
FontWeight?: FontWeight;
|
|
625
|
+
FontStyle?: FontStyle | string;
|
|
626
|
+
}
|
|
627
|
+
export interface LabelOptions {
|
|
628
|
+
Visibility?: Visibility | string;
|
|
629
|
+
FontConfiguration?: FontConfiguration;
|
|
630
|
+
CustomLabel?: string;
|
|
631
|
+
}
|
|
632
|
+
export interface DateTimePickerControlDisplayOptions {
|
|
633
|
+
TitleOptions?: LabelOptions;
|
|
634
|
+
DateTimeFormat?: string;
|
|
635
|
+
}
|
|
636
|
+
export declare enum SheetControlDateTimePickerType {
|
|
637
|
+
DATE_RANGE = "DATE_RANGE",
|
|
638
|
+
SINGLE_VALUED = "SINGLE_VALUED",
|
|
639
|
+
}
|
|
640
|
+
export interface FilterDateTimePickerControl {
|
|
641
|
+
FilterControlId: string | undefined;
|
|
642
|
+
Title: string | undefined;
|
|
643
|
+
SourceFilterId: string | undefined;
|
|
644
|
+
DisplayOptions?: DateTimePickerControlDisplayOptions;
|
|
645
|
+
Type?: SheetControlDateTimePickerType | string;
|
|
646
|
+
}
|
|
647
|
+
export interface CascadingControlSource {
|
|
648
|
+
SourceSheetControlId?: string;
|
|
649
|
+
ColumnToMatch?: ColumnIdentifier;
|
|
650
|
+
}
|
|
651
|
+
export interface CascadingControlConfiguration {
|
|
652
|
+
SourceControls?: CascadingControlSource[];
|
|
653
|
+
}
|
|
654
|
+
export interface ListControlSelectAllOptions {
|
|
655
|
+
Visibility?: Visibility | string;
|
|
656
|
+
}
|
|
657
|
+
export interface DropDownControlDisplayOptions {
|
|
658
|
+
SelectAllOptions?: ListControlSelectAllOptions;
|
|
659
|
+
TitleOptions?: LabelOptions;
|
|
660
|
+
}
|
|
661
|
+
export interface FilterSelectableValues {
|
|
662
|
+
Values?: string[];
|
|
663
|
+
}
|
|
664
|
+
export declare enum SheetControlListType {
|
|
665
|
+
MULTI_SELECT = "MULTI_SELECT",
|
|
666
|
+
SINGLE_SELECT = "SINGLE_SELECT",
|
|
667
|
+
}
|
|
668
|
+
export interface FilterDropDownControl {
|
|
669
|
+
FilterControlId: string | undefined;
|
|
670
|
+
Title: string | undefined;
|
|
671
|
+
SourceFilterId: string | undefined;
|
|
672
|
+
DisplayOptions?: DropDownControlDisplayOptions;
|
|
673
|
+
Type?: SheetControlListType | string;
|
|
674
|
+
SelectableValues?: FilterSelectableValues;
|
|
675
|
+
CascadingControlConfiguration?: CascadingControlConfiguration;
|
|
676
|
+
}
|
|
677
|
+
export interface ListControlSearchOptions {
|
|
678
|
+
Visibility?: Visibility | string;
|
|
679
|
+
}
|
|
680
|
+
export interface ListControlDisplayOptions {
|
|
681
|
+
SearchOptions?: ListControlSearchOptions;
|
|
682
|
+
SelectAllOptions?: ListControlSelectAllOptions;
|
|
683
|
+
TitleOptions?: LabelOptions;
|
|
684
|
+
}
|
|
685
|
+
export interface FilterListControl {
|
|
686
|
+
FilterControlId: string | undefined;
|
|
687
|
+
Title: string | undefined;
|
|
688
|
+
SourceFilterId: string | undefined;
|
|
689
|
+
DisplayOptions?: ListControlDisplayOptions;
|
|
690
|
+
Type?: SheetControlListType | string;
|
|
691
|
+
SelectableValues?: FilterSelectableValues;
|
|
692
|
+
CascadingControlConfiguration?: CascadingControlConfiguration;
|
|
693
|
+
}
|
|
694
|
+
export interface RelativeDateTimeControlDisplayOptions {
|
|
695
|
+
TitleOptions?: LabelOptions;
|
|
696
|
+
DateTimeFormat?: string;
|
|
697
|
+
}
|
|
698
|
+
export interface FilterRelativeDateTimeControl {
|
|
699
|
+
FilterControlId: string | undefined;
|
|
700
|
+
Title: string | undefined;
|
|
701
|
+
SourceFilterId: string | undefined;
|
|
702
|
+
DisplayOptions?: RelativeDateTimeControlDisplayOptions;
|
|
703
|
+
}
|
|
704
|
+
export interface SliderControlDisplayOptions {
|
|
705
|
+
TitleOptions?: LabelOptions;
|
|
706
|
+
}
|
|
707
|
+
export declare enum SheetControlSliderType {
|
|
708
|
+
RANGE = "RANGE",
|
|
709
|
+
SINGLE_POINT = "SINGLE_POINT",
|
|
710
|
+
}
|
|
711
|
+
export interface FilterSliderControl {
|
|
712
|
+
FilterControlId: string | undefined;
|
|
713
|
+
Title: string | undefined;
|
|
714
|
+
SourceFilterId: string | undefined;
|
|
715
|
+
DisplayOptions?: SliderControlDisplayOptions;
|
|
716
|
+
Type?: SheetControlSliderType | string;
|
|
717
|
+
MaximumValue: number | undefined;
|
|
718
|
+
MinimumValue: number | undefined;
|
|
719
|
+
StepSize: number | undefined;
|
|
720
|
+
}
|
|
721
|
+
export interface TextControlPlaceholderOptions {
|
|
722
|
+
Visibility?: Visibility | string;
|
|
723
|
+
}
|
|
724
|
+
export interface TextAreaControlDisplayOptions {
|
|
725
|
+
TitleOptions?: LabelOptions;
|
|
726
|
+
PlaceholderOptions?: TextControlPlaceholderOptions;
|
|
727
|
+
}
|
|
728
|
+
export interface FilterTextAreaControl {
|
|
729
|
+
FilterControlId: string | undefined;
|
|
730
|
+
Title: string | undefined;
|
|
731
|
+
SourceFilterId: string | undefined;
|
|
695
732
|
Delimiter?: string;
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
}
|
|
702
|
-
export
|
|
703
|
-
|
|
|
704
|
-
|
|
|
705
|
-
|
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
733
|
+
DisplayOptions?: TextAreaControlDisplayOptions;
|
|
734
|
+
}
|
|
735
|
+
export interface TextFieldControlDisplayOptions {
|
|
736
|
+
TitleOptions?: LabelOptions;
|
|
737
|
+
PlaceholderOptions?: TextControlPlaceholderOptions;
|
|
738
|
+
}
|
|
739
|
+
export interface FilterTextFieldControl {
|
|
740
|
+
FilterControlId: string | undefined;
|
|
741
|
+
Title: string | undefined;
|
|
742
|
+
SourceFilterId: string | undefined;
|
|
743
|
+
DisplayOptions?: TextFieldControlDisplayOptions;
|
|
744
|
+
}
|
|
745
|
+
export interface FilterControl {
|
|
746
|
+
DateTimePicker?: FilterDateTimePickerControl;
|
|
747
|
+
List?: FilterListControl;
|
|
748
|
+
Dropdown?: FilterDropDownControl;
|
|
749
|
+
TextField?: FilterTextFieldControl;
|
|
750
|
+
TextArea?: FilterTextAreaControl;
|
|
751
|
+
Slider?: FilterSliderControl;
|
|
752
|
+
RelativeDateTime?: FilterRelativeDateTimeControl;
|
|
753
|
+
}
|
|
754
|
+
export interface FreeFormLayoutElementBackgroundStyle {
|
|
755
|
+
Visibility?: Visibility | string;
|
|
756
|
+
Color?: string;
|
|
757
|
+
}
|
|
758
|
+
export interface FreeFormLayoutElementBorderStyle {
|
|
759
|
+
Visibility?: Visibility | string;
|
|
760
|
+
Color?: string;
|
|
761
|
+
}
|
|
762
|
+
export declare enum LayoutElementType {
|
|
763
|
+
FILTER_CONTROL = "FILTER_CONTROL",
|
|
764
|
+
PARAMETER_CONTROL = "PARAMETER_CONTROL",
|
|
765
|
+
TEXT_BOX = "TEXT_BOX",
|
|
766
|
+
VISUAL = "VISUAL",
|
|
767
|
+
}
|
|
768
|
+
export interface LoadingAnimation {
|
|
769
|
+
Visibility?: Visibility | string;
|
|
770
|
+
}
|
|
771
|
+
export interface SheetElementConfigurationOverrides {
|
|
772
|
+
Visibility?: Visibility | string;
|
|
773
|
+
}
|
|
774
|
+
export interface SheetElementRenderingRule {
|
|
775
|
+
Expression: string | undefined;
|
|
776
|
+
ConfigurationOverrides: SheetElementConfigurationOverrides | undefined;
|
|
777
|
+
}
|
|
778
|
+
export interface FreeFormLayoutElement {
|
|
779
|
+
ElementId: string | undefined;
|
|
780
|
+
ElementType: LayoutElementType | string | undefined;
|
|
781
|
+
XAxisLocation: string | undefined;
|
|
782
|
+
YAxisLocation: string | undefined;
|
|
783
|
+
Width: string | undefined;
|
|
784
|
+
Height: string | undefined;
|
|
785
|
+
Visibility?: Visibility | string;
|
|
786
|
+
RenderingRules?: SheetElementRenderingRule[];
|
|
787
|
+
BorderStyle?: FreeFormLayoutElementBorderStyle;
|
|
788
|
+
SelectedBorderStyle?: FreeFormLayoutElementBorderStyle;
|
|
789
|
+
BackgroundStyle?: FreeFormLayoutElementBackgroundStyle;
|
|
790
|
+
LoadingAnimation?: LoadingAnimation;
|
|
791
|
+
}
|
|
792
|
+
export interface FreeFormLayoutConfiguration {
|
|
793
|
+
Elements: FreeFormLayoutElement[] | undefined;
|
|
794
|
+
CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions;
|
|
795
|
+
}
|
|
796
|
+
export interface GridLayoutElement {
|
|
797
|
+
ElementId: string | undefined;
|
|
798
|
+
ElementType: LayoutElementType | string | undefined;
|
|
799
|
+
ColumnIndex?: number;
|
|
800
|
+
ColumnSpan: number | undefined;
|
|
801
|
+
RowIndex?: number;
|
|
802
|
+
RowSpan: number | undefined;
|
|
803
|
+
}
|
|
804
|
+
export interface GridLayoutConfiguration {
|
|
805
|
+
Elements: GridLayoutElement[] | undefined;
|
|
806
|
+
CanvasSizeOptions?: GridLayoutCanvasSizeOptions;
|
|
807
|
+
}
|
|
808
|
+
export interface FreeFormSectionLayoutConfiguration {
|
|
809
|
+
Elements: FreeFormLayoutElement[] | undefined;
|
|
810
|
+
}
|
|
811
|
+
export interface SectionLayoutConfiguration {
|
|
812
|
+
FreeFormLayout: FreeFormSectionLayoutConfiguration | undefined;
|
|
813
|
+
}
|
|
814
|
+
export interface BodySectionContent {
|
|
815
|
+
Layout?: SectionLayoutConfiguration;
|
|
816
|
+
}
|
|
817
|
+
export declare enum SectionPageBreakStatus {
|
|
749
818
|
DISABLED = "DISABLED",
|
|
750
819
|
ENABLED = "ENABLED",
|
|
751
820
|
}
|
|
752
|
-
export interface
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
}
|
|
793
|
-
export
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
}
|
|
815
|
-
export interface
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
}
|
|
865
|
-
export interface
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
}
|
|
869
|
-
export interface
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
}
|
|
883
|
-
export
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
|
907
|
-
|
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
$unknown?: never;
|
|
934
|
-
}
|
|
935
|
-
interface AthenaParametersMember {
|
|
936
|
-
AmazonElasticsearchParameters?: never;
|
|
937
|
-
AthenaParameters: AthenaParameters;
|
|
938
|
-
AuroraParameters?: never;
|
|
939
|
-
AuroraPostgreSqlParameters?: never;
|
|
940
|
-
AwsIotAnalyticsParameters?: never;
|
|
941
|
-
JiraParameters?: never;
|
|
942
|
-
MariaDbParameters?: never;
|
|
943
|
-
MySqlParameters?: never;
|
|
944
|
-
OracleParameters?: never;
|
|
945
|
-
PostgreSqlParameters?: never;
|
|
946
|
-
PrestoParameters?: never;
|
|
947
|
-
RdsParameters?: never;
|
|
948
|
-
RedshiftParameters?: never;
|
|
949
|
-
S3Parameters?: never;
|
|
950
|
-
ServiceNowParameters?: never;
|
|
951
|
-
SnowflakeParameters?: never;
|
|
952
|
-
SparkParameters?: never;
|
|
953
|
-
SqlServerParameters?: never;
|
|
954
|
-
TeradataParameters?: never;
|
|
955
|
-
TwitterParameters?: never;
|
|
956
|
-
AmazonOpenSearchParameters?: never;
|
|
957
|
-
ExasolParameters?: never;
|
|
958
|
-
DatabricksParameters?: never;
|
|
959
|
-
$unknown?: never;
|
|
960
|
-
}
|
|
961
|
-
interface AuroraParametersMember {
|
|
962
|
-
AmazonElasticsearchParameters?: never;
|
|
963
|
-
AthenaParameters?: never;
|
|
964
|
-
AuroraParameters: AuroraParameters;
|
|
965
|
-
AuroraPostgreSqlParameters?: never;
|
|
966
|
-
AwsIotAnalyticsParameters?: never;
|
|
967
|
-
JiraParameters?: never;
|
|
968
|
-
MariaDbParameters?: never;
|
|
969
|
-
MySqlParameters?: never;
|
|
970
|
-
OracleParameters?: never;
|
|
971
|
-
PostgreSqlParameters?: never;
|
|
972
|
-
PrestoParameters?: never;
|
|
973
|
-
RdsParameters?: never;
|
|
974
|
-
RedshiftParameters?: never;
|
|
975
|
-
S3Parameters?: never;
|
|
976
|
-
ServiceNowParameters?: never;
|
|
977
|
-
SnowflakeParameters?: never;
|
|
978
|
-
SparkParameters?: never;
|
|
979
|
-
SqlServerParameters?: never;
|
|
980
|
-
TeradataParameters?: never;
|
|
981
|
-
TwitterParameters?: never;
|
|
982
|
-
AmazonOpenSearchParameters?: never;
|
|
983
|
-
ExasolParameters?: never;
|
|
984
|
-
DatabricksParameters?: never;
|
|
985
|
-
$unknown?: never;
|
|
986
|
-
}
|
|
987
|
-
interface AuroraPostgreSqlParametersMember {
|
|
988
|
-
AmazonElasticsearchParameters?: never;
|
|
989
|
-
AthenaParameters?: never;
|
|
990
|
-
AuroraParameters?: never;
|
|
991
|
-
AuroraPostgreSqlParameters: AuroraPostgreSqlParameters;
|
|
992
|
-
AwsIotAnalyticsParameters?: never;
|
|
993
|
-
JiraParameters?: never;
|
|
994
|
-
MariaDbParameters?: never;
|
|
995
|
-
MySqlParameters?: never;
|
|
996
|
-
OracleParameters?: never;
|
|
997
|
-
PostgreSqlParameters?: never;
|
|
998
|
-
PrestoParameters?: never;
|
|
999
|
-
RdsParameters?: never;
|
|
1000
|
-
RedshiftParameters?: never;
|
|
1001
|
-
S3Parameters?: never;
|
|
1002
|
-
ServiceNowParameters?: never;
|
|
1003
|
-
SnowflakeParameters?: never;
|
|
1004
|
-
SparkParameters?: never;
|
|
1005
|
-
SqlServerParameters?: never;
|
|
1006
|
-
TeradataParameters?: never;
|
|
1007
|
-
TwitterParameters?: never;
|
|
1008
|
-
AmazonOpenSearchParameters?: never;
|
|
1009
|
-
ExasolParameters?: never;
|
|
1010
|
-
DatabricksParameters?: never;
|
|
1011
|
-
$unknown?: never;
|
|
1012
|
-
}
|
|
1013
|
-
interface AwsIotAnalyticsParametersMember {
|
|
1014
|
-
AmazonElasticsearchParameters?: never;
|
|
1015
|
-
AthenaParameters?: never;
|
|
1016
|
-
AuroraParameters?: never;
|
|
1017
|
-
AuroraPostgreSqlParameters?: never;
|
|
1018
|
-
AwsIotAnalyticsParameters: AwsIotAnalyticsParameters;
|
|
1019
|
-
JiraParameters?: never;
|
|
1020
|
-
MariaDbParameters?: never;
|
|
1021
|
-
MySqlParameters?: never;
|
|
1022
|
-
OracleParameters?: never;
|
|
1023
|
-
PostgreSqlParameters?: never;
|
|
1024
|
-
PrestoParameters?: never;
|
|
1025
|
-
RdsParameters?: never;
|
|
1026
|
-
RedshiftParameters?: never;
|
|
1027
|
-
S3Parameters?: never;
|
|
1028
|
-
ServiceNowParameters?: never;
|
|
1029
|
-
SnowflakeParameters?: never;
|
|
1030
|
-
SparkParameters?: never;
|
|
1031
|
-
SqlServerParameters?: never;
|
|
1032
|
-
TeradataParameters?: never;
|
|
1033
|
-
TwitterParameters?: never;
|
|
1034
|
-
AmazonOpenSearchParameters?: never;
|
|
1035
|
-
ExasolParameters?: never;
|
|
1036
|
-
DatabricksParameters?: never;
|
|
1037
|
-
$unknown?: never;
|
|
1038
|
-
}
|
|
1039
|
-
interface JiraParametersMember {
|
|
1040
|
-
AmazonElasticsearchParameters?: never;
|
|
1041
|
-
AthenaParameters?: never;
|
|
1042
|
-
AuroraParameters?: never;
|
|
1043
|
-
AuroraPostgreSqlParameters?: never;
|
|
1044
|
-
AwsIotAnalyticsParameters?: never;
|
|
1045
|
-
JiraParameters: JiraParameters;
|
|
1046
|
-
MariaDbParameters?: never;
|
|
1047
|
-
MySqlParameters?: never;
|
|
1048
|
-
OracleParameters?: never;
|
|
1049
|
-
PostgreSqlParameters?: never;
|
|
1050
|
-
PrestoParameters?: never;
|
|
1051
|
-
RdsParameters?: never;
|
|
1052
|
-
RedshiftParameters?: never;
|
|
1053
|
-
S3Parameters?: never;
|
|
1054
|
-
ServiceNowParameters?: never;
|
|
1055
|
-
SnowflakeParameters?: never;
|
|
1056
|
-
SparkParameters?: never;
|
|
1057
|
-
SqlServerParameters?: never;
|
|
1058
|
-
TeradataParameters?: never;
|
|
1059
|
-
TwitterParameters?: never;
|
|
1060
|
-
AmazonOpenSearchParameters?: never;
|
|
1061
|
-
ExasolParameters?: never;
|
|
1062
|
-
DatabricksParameters?: never;
|
|
1063
|
-
$unknown?: never;
|
|
1064
|
-
}
|
|
1065
|
-
interface MariaDbParametersMember {
|
|
1066
|
-
AmazonElasticsearchParameters?: never;
|
|
1067
|
-
AthenaParameters?: never;
|
|
1068
|
-
AuroraParameters?: never;
|
|
1069
|
-
AuroraPostgreSqlParameters?: never;
|
|
1070
|
-
AwsIotAnalyticsParameters?: never;
|
|
1071
|
-
JiraParameters?: never;
|
|
1072
|
-
MariaDbParameters: MariaDbParameters;
|
|
1073
|
-
MySqlParameters?: never;
|
|
1074
|
-
OracleParameters?: never;
|
|
1075
|
-
PostgreSqlParameters?: never;
|
|
1076
|
-
PrestoParameters?: never;
|
|
1077
|
-
RdsParameters?: never;
|
|
1078
|
-
RedshiftParameters?: never;
|
|
1079
|
-
S3Parameters?: never;
|
|
1080
|
-
ServiceNowParameters?: never;
|
|
1081
|
-
SnowflakeParameters?: never;
|
|
1082
|
-
SparkParameters?: never;
|
|
1083
|
-
SqlServerParameters?: never;
|
|
1084
|
-
TeradataParameters?: never;
|
|
1085
|
-
TwitterParameters?: never;
|
|
1086
|
-
AmazonOpenSearchParameters?: never;
|
|
1087
|
-
ExasolParameters?: never;
|
|
1088
|
-
DatabricksParameters?: never;
|
|
1089
|
-
$unknown?: never;
|
|
1090
|
-
}
|
|
1091
|
-
interface MySqlParametersMember {
|
|
1092
|
-
AmazonElasticsearchParameters?: never;
|
|
1093
|
-
AthenaParameters?: never;
|
|
1094
|
-
AuroraParameters?: never;
|
|
1095
|
-
AuroraPostgreSqlParameters?: never;
|
|
1096
|
-
AwsIotAnalyticsParameters?: never;
|
|
1097
|
-
JiraParameters?: never;
|
|
1098
|
-
MariaDbParameters?: never;
|
|
1099
|
-
MySqlParameters: MySqlParameters;
|
|
1100
|
-
OracleParameters?: never;
|
|
1101
|
-
PostgreSqlParameters?: never;
|
|
1102
|
-
PrestoParameters?: never;
|
|
1103
|
-
RdsParameters?: never;
|
|
1104
|
-
RedshiftParameters?: never;
|
|
1105
|
-
S3Parameters?: never;
|
|
1106
|
-
ServiceNowParameters?: never;
|
|
1107
|
-
SnowflakeParameters?: never;
|
|
1108
|
-
SparkParameters?: never;
|
|
1109
|
-
SqlServerParameters?: never;
|
|
1110
|
-
TeradataParameters?: never;
|
|
1111
|
-
TwitterParameters?: never;
|
|
1112
|
-
AmazonOpenSearchParameters?: never;
|
|
1113
|
-
ExasolParameters?: never;
|
|
1114
|
-
DatabricksParameters?: never;
|
|
1115
|
-
$unknown?: never;
|
|
1116
|
-
}
|
|
1117
|
-
interface OracleParametersMember {
|
|
1118
|
-
AmazonElasticsearchParameters?: never;
|
|
1119
|
-
AthenaParameters?: never;
|
|
1120
|
-
AuroraParameters?: never;
|
|
1121
|
-
AuroraPostgreSqlParameters?: never;
|
|
1122
|
-
AwsIotAnalyticsParameters?: never;
|
|
1123
|
-
JiraParameters?: never;
|
|
1124
|
-
MariaDbParameters?: never;
|
|
1125
|
-
MySqlParameters?: never;
|
|
1126
|
-
OracleParameters: OracleParameters;
|
|
1127
|
-
PostgreSqlParameters?: never;
|
|
1128
|
-
PrestoParameters?: never;
|
|
1129
|
-
RdsParameters?: never;
|
|
1130
|
-
RedshiftParameters?: never;
|
|
1131
|
-
S3Parameters?: never;
|
|
1132
|
-
ServiceNowParameters?: never;
|
|
1133
|
-
SnowflakeParameters?: never;
|
|
1134
|
-
SparkParameters?: never;
|
|
1135
|
-
SqlServerParameters?: never;
|
|
1136
|
-
TeradataParameters?: never;
|
|
1137
|
-
TwitterParameters?: never;
|
|
1138
|
-
AmazonOpenSearchParameters?: never;
|
|
1139
|
-
ExasolParameters?: never;
|
|
1140
|
-
DatabricksParameters?: never;
|
|
1141
|
-
$unknown?: never;
|
|
1142
|
-
}
|
|
1143
|
-
interface PostgreSqlParametersMember {
|
|
1144
|
-
AmazonElasticsearchParameters?: never;
|
|
1145
|
-
AthenaParameters?: never;
|
|
1146
|
-
AuroraParameters?: never;
|
|
1147
|
-
AuroraPostgreSqlParameters?: never;
|
|
1148
|
-
AwsIotAnalyticsParameters?: never;
|
|
1149
|
-
JiraParameters?: never;
|
|
1150
|
-
MariaDbParameters?: never;
|
|
1151
|
-
MySqlParameters?: never;
|
|
1152
|
-
OracleParameters?: never;
|
|
1153
|
-
PostgreSqlParameters: PostgreSqlParameters;
|
|
1154
|
-
PrestoParameters?: never;
|
|
1155
|
-
RdsParameters?: never;
|
|
1156
|
-
RedshiftParameters?: never;
|
|
1157
|
-
S3Parameters?: never;
|
|
1158
|
-
ServiceNowParameters?: never;
|
|
1159
|
-
SnowflakeParameters?: never;
|
|
1160
|
-
SparkParameters?: never;
|
|
1161
|
-
SqlServerParameters?: never;
|
|
1162
|
-
TeradataParameters?: never;
|
|
1163
|
-
TwitterParameters?: never;
|
|
1164
|
-
AmazonOpenSearchParameters?: never;
|
|
1165
|
-
ExasolParameters?: never;
|
|
1166
|
-
DatabricksParameters?: never;
|
|
1167
|
-
$unknown?: never;
|
|
1168
|
-
}
|
|
1169
|
-
interface PrestoParametersMember {
|
|
1170
|
-
AmazonElasticsearchParameters?: never;
|
|
1171
|
-
AthenaParameters?: never;
|
|
1172
|
-
AuroraParameters?: never;
|
|
1173
|
-
AuroraPostgreSqlParameters?: never;
|
|
1174
|
-
AwsIotAnalyticsParameters?: never;
|
|
1175
|
-
JiraParameters?: never;
|
|
1176
|
-
MariaDbParameters?: never;
|
|
1177
|
-
MySqlParameters?: never;
|
|
1178
|
-
OracleParameters?: never;
|
|
1179
|
-
PostgreSqlParameters?: never;
|
|
1180
|
-
PrestoParameters: PrestoParameters;
|
|
1181
|
-
RdsParameters?: never;
|
|
1182
|
-
RedshiftParameters?: never;
|
|
1183
|
-
S3Parameters?: never;
|
|
1184
|
-
ServiceNowParameters?: never;
|
|
1185
|
-
SnowflakeParameters?: never;
|
|
1186
|
-
SparkParameters?: never;
|
|
1187
|
-
SqlServerParameters?: never;
|
|
1188
|
-
TeradataParameters?: never;
|
|
1189
|
-
TwitterParameters?: never;
|
|
1190
|
-
AmazonOpenSearchParameters?: never;
|
|
1191
|
-
ExasolParameters?: never;
|
|
1192
|
-
DatabricksParameters?: never;
|
|
1193
|
-
$unknown?: never;
|
|
1194
|
-
}
|
|
1195
|
-
interface RdsParametersMember {
|
|
1196
|
-
AmazonElasticsearchParameters?: never;
|
|
1197
|
-
AthenaParameters?: never;
|
|
1198
|
-
AuroraParameters?: never;
|
|
1199
|
-
AuroraPostgreSqlParameters?: never;
|
|
1200
|
-
AwsIotAnalyticsParameters?: never;
|
|
1201
|
-
JiraParameters?: never;
|
|
1202
|
-
MariaDbParameters?: never;
|
|
1203
|
-
MySqlParameters?: never;
|
|
1204
|
-
OracleParameters?: never;
|
|
1205
|
-
PostgreSqlParameters?: never;
|
|
1206
|
-
PrestoParameters?: never;
|
|
1207
|
-
RdsParameters: RdsParameters;
|
|
1208
|
-
RedshiftParameters?: never;
|
|
1209
|
-
S3Parameters?: never;
|
|
1210
|
-
ServiceNowParameters?: never;
|
|
1211
|
-
SnowflakeParameters?: never;
|
|
1212
|
-
SparkParameters?: never;
|
|
1213
|
-
SqlServerParameters?: never;
|
|
1214
|
-
TeradataParameters?: never;
|
|
1215
|
-
TwitterParameters?: never;
|
|
1216
|
-
AmazonOpenSearchParameters?: never;
|
|
1217
|
-
ExasolParameters?: never;
|
|
1218
|
-
DatabricksParameters?: never;
|
|
1219
|
-
$unknown?: never;
|
|
1220
|
-
}
|
|
1221
|
-
interface RedshiftParametersMember {
|
|
1222
|
-
AmazonElasticsearchParameters?: never;
|
|
1223
|
-
AthenaParameters?: never;
|
|
1224
|
-
AuroraParameters?: never;
|
|
1225
|
-
AuroraPostgreSqlParameters?: never;
|
|
1226
|
-
AwsIotAnalyticsParameters?: never;
|
|
1227
|
-
JiraParameters?: never;
|
|
1228
|
-
MariaDbParameters?: never;
|
|
1229
|
-
MySqlParameters?: never;
|
|
1230
|
-
OracleParameters?: never;
|
|
1231
|
-
PostgreSqlParameters?: never;
|
|
1232
|
-
PrestoParameters?: never;
|
|
1233
|
-
RdsParameters?: never;
|
|
1234
|
-
RedshiftParameters: RedshiftParameters;
|
|
1235
|
-
S3Parameters?: never;
|
|
1236
|
-
ServiceNowParameters?: never;
|
|
1237
|
-
SnowflakeParameters?: never;
|
|
1238
|
-
SparkParameters?: never;
|
|
1239
|
-
SqlServerParameters?: never;
|
|
1240
|
-
TeradataParameters?: never;
|
|
1241
|
-
TwitterParameters?: never;
|
|
1242
|
-
AmazonOpenSearchParameters?: never;
|
|
1243
|
-
ExasolParameters?: never;
|
|
1244
|
-
DatabricksParameters?: never;
|
|
1245
|
-
$unknown?: never;
|
|
1246
|
-
}
|
|
1247
|
-
interface S3ParametersMember {
|
|
1248
|
-
AmazonElasticsearchParameters?: never;
|
|
1249
|
-
AthenaParameters?: never;
|
|
1250
|
-
AuroraParameters?: never;
|
|
1251
|
-
AuroraPostgreSqlParameters?: never;
|
|
1252
|
-
AwsIotAnalyticsParameters?: never;
|
|
1253
|
-
JiraParameters?: never;
|
|
1254
|
-
MariaDbParameters?: never;
|
|
1255
|
-
MySqlParameters?: never;
|
|
1256
|
-
OracleParameters?: never;
|
|
1257
|
-
PostgreSqlParameters?: never;
|
|
1258
|
-
PrestoParameters?: never;
|
|
1259
|
-
RdsParameters?: never;
|
|
1260
|
-
RedshiftParameters?: never;
|
|
1261
|
-
S3Parameters: S3Parameters;
|
|
1262
|
-
ServiceNowParameters?: never;
|
|
1263
|
-
SnowflakeParameters?: never;
|
|
1264
|
-
SparkParameters?: never;
|
|
1265
|
-
SqlServerParameters?: never;
|
|
1266
|
-
TeradataParameters?: never;
|
|
1267
|
-
TwitterParameters?: never;
|
|
1268
|
-
AmazonOpenSearchParameters?: never;
|
|
1269
|
-
ExasolParameters?: never;
|
|
1270
|
-
DatabricksParameters?: never;
|
|
1271
|
-
$unknown?: never;
|
|
1272
|
-
}
|
|
1273
|
-
interface ServiceNowParametersMember {
|
|
1274
|
-
AmazonElasticsearchParameters?: never;
|
|
1275
|
-
AthenaParameters?: never;
|
|
1276
|
-
AuroraParameters?: never;
|
|
1277
|
-
AuroraPostgreSqlParameters?: never;
|
|
1278
|
-
AwsIotAnalyticsParameters?: never;
|
|
1279
|
-
JiraParameters?: never;
|
|
1280
|
-
MariaDbParameters?: never;
|
|
1281
|
-
MySqlParameters?: never;
|
|
1282
|
-
OracleParameters?: never;
|
|
1283
|
-
PostgreSqlParameters?: never;
|
|
1284
|
-
PrestoParameters?: never;
|
|
1285
|
-
RdsParameters?: never;
|
|
1286
|
-
RedshiftParameters?: never;
|
|
1287
|
-
S3Parameters?: never;
|
|
1288
|
-
ServiceNowParameters: ServiceNowParameters;
|
|
1289
|
-
SnowflakeParameters?: never;
|
|
1290
|
-
SparkParameters?: never;
|
|
1291
|
-
SqlServerParameters?: never;
|
|
1292
|
-
TeradataParameters?: never;
|
|
1293
|
-
TwitterParameters?: never;
|
|
1294
|
-
AmazonOpenSearchParameters?: never;
|
|
1295
|
-
ExasolParameters?: never;
|
|
1296
|
-
DatabricksParameters?: never;
|
|
1297
|
-
$unknown?: never;
|
|
1298
|
-
}
|
|
1299
|
-
interface SnowflakeParametersMember {
|
|
1300
|
-
AmazonElasticsearchParameters?: never;
|
|
1301
|
-
AthenaParameters?: never;
|
|
1302
|
-
AuroraParameters?: never;
|
|
1303
|
-
AuroraPostgreSqlParameters?: never;
|
|
1304
|
-
AwsIotAnalyticsParameters?: never;
|
|
1305
|
-
JiraParameters?: never;
|
|
1306
|
-
MariaDbParameters?: never;
|
|
1307
|
-
MySqlParameters?: never;
|
|
1308
|
-
OracleParameters?: never;
|
|
1309
|
-
PostgreSqlParameters?: never;
|
|
1310
|
-
PrestoParameters?: never;
|
|
1311
|
-
RdsParameters?: never;
|
|
1312
|
-
RedshiftParameters?: never;
|
|
1313
|
-
S3Parameters?: never;
|
|
1314
|
-
ServiceNowParameters?: never;
|
|
1315
|
-
SnowflakeParameters: SnowflakeParameters;
|
|
1316
|
-
SparkParameters?: never;
|
|
1317
|
-
SqlServerParameters?: never;
|
|
1318
|
-
TeradataParameters?: never;
|
|
1319
|
-
TwitterParameters?: never;
|
|
1320
|
-
AmazonOpenSearchParameters?: never;
|
|
1321
|
-
ExasolParameters?: never;
|
|
1322
|
-
DatabricksParameters?: never;
|
|
1323
|
-
$unknown?: never;
|
|
1324
|
-
}
|
|
1325
|
-
interface SparkParametersMember {
|
|
1326
|
-
AmazonElasticsearchParameters?: never;
|
|
1327
|
-
AthenaParameters?: never;
|
|
1328
|
-
AuroraParameters?: never;
|
|
1329
|
-
AuroraPostgreSqlParameters?: never;
|
|
1330
|
-
AwsIotAnalyticsParameters?: never;
|
|
1331
|
-
JiraParameters?: never;
|
|
1332
|
-
MariaDbParameters?: never;
|
|
1333
|
-
MySqlParameters?: never;
|
|
1334
|
-
OracleParameters?: never;
|
|
1335
|
-
PostgreSqlParameters?: never;
|
|
1336
|
-
PrestoParameters?: never;
|
|
1337
|
-
RdsParameters?: never;
|
|
1338
|
-
RedshiftParameters?: never;
|
|
1339
|
-
S3Parameters?: never;
|
|
1340
|
-
ServiceNowParameters?: never;
|
|
1341
|
-
SnowflakeParameters?: never;
|
|
1342
|
-
SparkParameters: SparkParameters;
|
|
1343
|
-
SqlServerParameters?: never;
|
|
1344
|
-
TeradataParameters?: never;
|
|
1345
|
-
TwitterParameters?: never;
|
|
1346
|
-
AmazonOpenSearchParameters?: never;
|
|
1347
|
-
ExasolParameters?: never;
|
|
1348
|
-
DatabricksParameters?: never;
|
|
1349
|
-
$unknown?: never;
|
|
1350
|
-
}
|
|
1351
|
-
interface SqlServerParametersMember {
|
|
1352
|
-
AmazonElasticsearchParameters?: never;
|
|
1353
|
-
AthenaParameters?: never;
|
|
1354
|
-
AuroraParameters?: never;
|
|
1355
|
-
AuroraPostgreSqlParameters?: never;
|
|
1356
|
-
AwsIotAnalyticsParameters?: never;
|
|
1357
|
-
JiraParameters?: never;
|
|
1358
|
-
MariaDbParameters?: never;
|
|
1359
|
-
MySqlParameters?: never;
|
|
1360
|
-
OracleParameters?: never;
|
|
1361
|
-
PostgreSqlParameters?: never;
|
|
1362
|
-
PrestoParameters?: never;
|
|
1363
|
-
RdsParameters?: never;
|
|
1364
|
-
RedshiftParameters?: never;
|
|
1365
|
-
S3Parameters?: never;
|
|
1366
|
-
ServiceNowParameters?: never;
|
|
1367
|
-
SnowflakeParameters?: never;
|
|
1368
|
-
SparkParameters?: never;
|
|
1369
|
-
SqlServerParameters: SqlServerParameters;
|
|
1370
|
-
TeradataParameters?: never;
|
|
1371
|
-
TwitterParameters?: never;
|
|
1372
|
-
AmazonOpenSearchParameters?: never;
|
|
1373
|
-
ExasolParameters?: never;
|
|
1374
|
-
DatabricksParameters?: never;
|
|
1375
|
-
$unknown?: never;
|
|
1376
|
-
}
|
|
1377
|
-
interface TeradataParametersMember {
|
|
1378
|
-
AmazonElasticsearchParameters?: never;
|
|
1379
|
-
AthenaParameters?: never;
|
|
1380
|
-
AuroraParameters?: never;
|
|
1381
|
-
AuroraPostgreSqlParameters?: never;
|
|
1382
|
-
AwsIotAnalyticsParameters?: never;
|
|
1383
|
-
JiraParameters?: never;
|
|
1384
|
-
MariaDbParameters?: never;
|
|
1385
|
-
MySqlParameters?: never;
|
|
1386
|
-
OracleParameters?: never;
|
|
1387
|
-
PostgreSqlParameters?: never;
|
|
1388
|
-
PrestoParameters?: never;
|
|
1389
|
-
RdsParameters?: never;
|
|
1390
|
-
RedshiftParameters?: never;
|
|
1391
|
-
S3Parameters?: never;
|
|
1392
|
-
ServiceNowParameters?: never;
|
|
1393
|
-
SnowflakeParameters?: never;
|
|
1394
|
-
SparkParameters?: never;
|
|
1395
|
-
SqlServerParameters?: never;
|
|
1396
|
-
TeradataParameters: TeradataParameters;
|
|
1397
|
-
TwitterParameters?: never;
|
|
1398
|
-
AmazonOpenSearchParameters?: never;
|
|
1399
|
-
ExasolParameters?: never;
|
|
1400
|
-
DatabricksParameters?: never;
|
|
1401
|
-
$unknown?: never;
|
|
1402
|
-
}
|
|
1403
|
-
interface TwitterParametersMember {
|
|
1404
|
-
AmazonElasticsearchParameters?: never;
|
|
1405
|
-
AthenaParameters?: never;
|
|
1406
|
-
AuroraParameters?: never;
|
|
1407
|
-
AuroraPostgreSqlParameters?: never;
|
|
1408
|
-
AwsIotAnalyticsParameters?: never;
|
|
1409
|
-
JiraParameters?: never;
|
|
1410
|
-
MariaDbParameters?: never;
|
|
1411
|
-
MySqlParameters?: never;
|
|
1412
|
-
OracleParameters?: never;
|
|
1413
|
-
PostgreSqlParameters?: never;
|
|
1414
|
-
PrestoParameters?: never;
|
|
1415
|
-
RdsParameters?: never;
|
|
1416
|
-
RedshiftParameters?: never;
|
|
1417
|
-
S3Parameters?: never;
|
|
1418
|
-
ServiceNowParameters?: never;
|
|
1419
|
-
SnowflakeParameters?: never;
|
|
1420
|
-
SparkParameters?: never;
|
|
1421
|
-
SqlServerParameters?: never;
|
|
1422
|
-
TeradataParameters?: never;
|
|
1423
|
-
TwitterParameters: TwitterParameters;
|
|
1424
|
-
AmazonOpenSearchParameters?: never;
|
|
1425
|
-
ExasolParameters?: never;
|
|
1426
|
-
DatabricksParameters?: never;
|
|
1427
|
-
$unknown?: never;
|
|
1428
|
-
}
|
|
1429
|
-
interface AmazonOpenSearchParametersMember {
|
|
1430
|
-
AmazonElasticsearchParameters?: never;
|
|
1431
|
-
AthenaParameters?: never;
|
|
1432
|
-
AuroraParameters?: never;
|
|
1433
|
-
AuroraPostgreSqlParameters?: never;
|
|
1434
|
-
AwsIotAnalyticsParameters?: never;
|
|
1435
|
-
JiraParameters?: never;
|
|
1436
|
-
MariaDbParameters?: never;
|
|
1437
|
-
MySqlParameters?: never;
|
|
1438
|
-
OracleParameters?: never;
|
|
1439
|
-
PostgreSqlParameters?: never;
|
|
1440
|
-
PrestoParameters?: never;
|
|
1441
|
-
RdsParameters?: never;
|
|
1442
|
-
RedshiftParameters?: never;
|
|
1443
|
-
S3Parameters?: never;
|
|
1444
|
-
ServiceNowParameters?: never;
|
|
1445
|
-
SnowflakeParameters?: never;
|
|
1446
|
-
SparkParameters?: never;
|
|
1447
|
-
SqlServerParameters?: never;
|
|
1448
|
-
TeradataParameters?: never;
|
|
1449
|
-
TwitterParameters?: never;
|
|
1450
|
-
AmazonOpenSearchParameters: AmazonOpenSearchParameters;
|
|
1451
|
-
ExasolParameters?: never;
|
|
1452
|
-
DatabricksParameters?: never;
|
|
1453
|
-
$unknown?: never;
|
|
1454
|
-
}
|
|
1455
|
-
interface ExasolParametersMember {
|
|
1456
|
-
AmazonElasticsearchParameters?: never;
|
|
1457
|
-
AthenaParameters?: never;
|
|
1458
|
-
AuroraParameters?: never;
|
|
1459
|
-
AuroraPostgreSqlParameters?: never;
|
|
1460
|
-
AwsIotAnalyticsParameters?: never;
|
|
1461
|
-
JiraParameters?: never;
|
|
1462
|
-
MariaDbParameters?: never;
|
|
1463
|
-
MySqlParameters?: never;
|
|
1464
|
-
OracleParameters?: never;
|
|
1465
|
-
PostgreSqlParameters?: never;
|
|
1466
|
-
PrestoParameters?: never;
|
|
1467
|
-
RdsParameters?: never;
|
|
1468
|
-
RedshiftParameters?: never;
|
|
1469
|
-
S3Parameters?: never;
|
|
1470
|
-
ServiceNowParameters?: never;
|
|
1471
|
-
SnowflakeParameters?: never;
|
|
1472
|
-
SparkParameters?: never;
|
|
1473
|
-
SqlServerParameters?: never;
|
|
1474
|
-
TeradataParameters?: never;
|
|
1475
|
-
TwitterParameters?: never;
|
|
1476
|
-
AmazonOpenSearchParameters?: never;
|
|
1477
|
-
ExasolParameters: ExasolParameters;
|
|
1478
|
-
DatabricksParameters?: never;
|
|
1479
|
-
$unknown?: never;
|
|
1480
|
-
}
|
|
1481
|
-
interface DatabricksParametersMember {
|
|
1482
|
-
AmazonElasticsearchParameters?: never;
|
|
1483
|
-
AthenaParameters?: never;
|
|
1484
|
-
AuroraParameters?: never;
|
|
1485
|
-
AuroraPostgreSqlParameters?: never;
|
|
1486
|
-
AwsIotAnalyticsParameters?: never;
|
|
1487
|
-
JiraParameters?: never;
|
|
1488
|
-
MariaDbParameters?: never;
|
|
1489
|
-
MySqlParameters?: never;
|
|
1490
|
-
OracleParameters?: never;
|
|
1491
|
-
PostgreSqlParameters?: never;
|
|
1492
|
-
PrestoParameters?: never;
|
|
1493
|
-
RdsParameters?: never;
|
|
1494
|
-
RedshiftParameters?: never;
|
|
1495
|
-
S3Parameters?: never;
|
|
1496
|
-
ServiceNowParameters?: never;
|
|
1497
|
-
SnowflakeParameters?: never;
|
|
1498
|
-
SparkParameters?: never;
|
|
1499
|
-
SqlServerParameters?: never;
|
|
1500
|
-
TeradataParameters?: never;
|
|
1501
|
-
TwitterParameters?: never;
|
|
1502
|
-
AmazonOpenSearchParameters?: never;
|
|
1503
|
-
ExasolParameters?: never;
|
|
1504
|
-
DatabricksParameters: DatabricksParameters;
|
|
1505
|
-
$unknown?: never;
|
|
1506
|
-
}
|
|
1507
|
-
interface $UnknownMember {
|
|
1508
|
-
AmazonElasticsearchParameters?: never;
|
|
1509
|
-
AthenaParameters?: never;
|
|
1510
|
-
AuroraParameters?: never;
|
|
1511
|
-
AuroraPostgreSqlParameters?: never;
|
|
1512
|
-
AwsIotAnalyticsParameters?: never;
|
|
1513
|
-
JiraParameters?: never;
|
|
1514
|
-
MariaDbParameters?: never;
|
|
1515
|
-
MySqlParameters?: never;
|
|
1516
|
-
OracleParameters?: never;
|
|
1517
|
-
PostgreSqlParameters?: never;
|
|
1518
|
-
PrestoParameters?: never;
|
|
1519
|
-
RdsParameters?: never;
|
|
1520
|
-
RedshiftParameters?: never;
|
|
1521
|
-
S3Parameters?: never;
|
|
1522
|
-
ServiceNowParameters?: never;
|
|
1523
|
-
SnowflakeParameters?: never;
|
|
1524
|
-
SparkParameters?: never;
|
|
1525
|
-
SqlServerParameters?: never;
|
|
1526
|
-
TeradataParameters?: never;
|
|
1527
|
-
TwitterParameters?: never;
|
|
1528
|
-
AmazonOpenSearchParameters?: never;
|
|
1529
|
-
ExasolParameters?: never;
|
|
1530
|
-
DatabricksParameters?: never;
|
|
1531
|
-
$unknown: [string, any];
|
|
1532
|
-
}
|
|
1533
|
-
interface Visitor<T> {
|
|
1534
|
-
AmazonElasticsearchParameters: (value: AmazonElasticsearchParameters) => T;
|
|
1535
|
-
AthenaParameters: (value: AthenaParameters) => T;
|
|
1536
|
-
AuroraParameters: (value: AuroraParameters) => T;
|
|
1537
|
-
AuroraPostgreSqlParameters: (value: AuroraPostgreSqlParameters) => T;
|
|
1538
|
-
AwsIotAnalyticsParameters: (value: AwsIotAnalyticsParameters) => T;
|
|
1539
|
-
JiraParameters: (value: JiraParameters) => T;
|
|
1540
|
-
MariaDbParameters: (value: MariaDbParameters) => T;
|
|
1541
|
-
MySqlParameters: (value: MySqlParameters) => T;
|
|
1542
|
-
OracleParameters: (value: OracleParameters) => T;
|
|
1543
|
-
PostgreSqlParameters: (value: PostgreSqlParameters) => T;
|
|
1544
|
-
PrestoParameters: (value: PrestoParameters) => T;
|
|
1545
|
-
RdsParameters: (value: RdsParameters) => T;
|
|
1546
|
-
RedshiftParameters: (value: RedshiftParameters) => T;
|
|
1547
|
-
S3Parameters: (value: S3Parameters) => T;
|
|
1548
|
-
ServiceNowParameters: (value: ServiceNowParameters) => T;
|
|
1549
|
-
SnowflakeParameters: (value: SnowflakeParameters) => T;
|
|
1550
|
-
SparkParameters: (value: SparkParameters) => T;
|
|
1551
|
-
SqlServerParameters: (value: SqlServerParameters) => T;
|
|
1552
|
-
TeradataParameters: (value: TeradataParameters) => T;
|
|
1553
|
-
TwitterParameters: (value: TwitterParameters) => T;
|
|
1554
|
-
AmazonOpenSearchParameters: (value: AmazonOpenSearchParameters) => T;
|
|
1555
|
-
ExasolParameters: (value: ExasolParameters) => T;
|
|
1556
|
-
DatabricksParameters: (value: DatabricksParameters) => T;
|
|
1557
|
-
_: (name: string, value: any) => T;
|
|
1558
|
-
}
|
|
1559
|
-
const visit: <T>(value: DataSourceParameters, visitor: Visitor<T>) => T;
|
|
1560
|
-
}
|
|
1561
|
-
export interface CredentialPair {
|
|
1562
|
-
Username: string | undefined;
|
|
1563
|
-
Password: string | undefined;
|
|
1564
|
-
AlternateDataSourceParameters?: DataSourceParameters[];
|
|
1565
|
-
}
|
|
1566
|
-
export interface DataSourceCredentials {
|
|
1567
|
-
CredentialPair?: CredentialPair;
|
|
1568
|
-
CopySourceArn?: string;
|
|
1569
|
-
SecretArn?: string;
|
|
1570
|
-
}
|
|
1571
|
-
export interface SslProperties {
|
|
1572
|
-
DisableSsl?: boolean;
|
|
1573
|
-
}
|
|
1574
|
-
export declare enum DataSourceType {
|
|
1575
|
-
ADOBE_ANALYTICS = "ADOBE_ANALYTICS",
|
|
1576
|
-
AMAZON_ELASTICSEARCH = "AMAZON_ELASTICSEARCH",
|
|
1577
|
-
AMAZON_OPENSEARCH = "AMAZON_OPENSEARCH",
|
|
1578
|
-
ATHENA = "ATHENA",
|
|
1579
|
-
AURORA = "AURORA",
|
|
1580
|
-
AURORA_POSTGRESQL = "AURORA_POSTGRESQL",
|
|
1581
|
-
AWS_IOT_ANALYTICS = "AWS_IOT_ANALYTICS",
|
|
1582
|
-
DATABRICKS = "DATABRICKS",
|
|
1583
|
-
EXASOL = "EXASOL",
|
|
1584
|
-
GITHUB = "GITHUB",
|
|
1585
|
-
JIRA = "JIRA",
|
|
1586
|
-
MARIADB = "MARIADB",
|
|
1587
|
-
MYSQL = "MYSQL",
|
|
1588
|
-
ORACLE = "ORACLE",
|
|
1589
|
-
POSTGRESQL = "POSTGRESQL",
|
|
1590
|
-
PRESTO = "PRESTO",
|
|
1591
|
-
REDSHIFT = "REDSHIFT",
|
|
1592
|
-
S3 = "S3",
|
|
1593
|
-
SALESFORCE = "SALESFORCE",
|
|
1594
|
-
SERVICENOW = "SERVICENOW",
|
|
1595
|
-
SNOWFLAKE = "SNOWFLAKE",
|
|
1596
|
-
SPARK = "SPARK",
|
|
1597
|
-
SQLSERVER = "SQLSERVER",
|
|
1598
|
-
TERADATA = "TERADATA",
|
|
1599
|
-
TIMESTREAM = "TIMESTREAM",
|
|
1600
|
-
TWITTER = "TWITTER",
|
|
1601
|
-
}
|
|
1602
|
-
export interface VpcConnectionProperties {
|
|
1603
|
-
VpcConnectionArn: string | undefined;
|
|
1604
|
-
}
|
|
1605
|
-
export interface CreateDataSourceRequest {
|
|
1606
|
-
AwsAccountId: string | undefined;
|
|
1607
|
-
DataSourceId: string | undefined;
|
|
1608
|
-
Name: string | undefined;
|
|
1609
|
-
Type: DataSourceType | string | undefined;
|
|
1610
|
-
DataSourceParameters?: DataSourceParameters;
|
|
1611
|
-
Credentials?: DataSourceCredentials;
|
|
1612
|
-
Permissions?: ResourcePermission[];
|
|
1613
|
-
VpcConnectionProperties?: VpcConnectionProperties;
|
|
1614
|
-
SslProperties?: SslProperties;
|
|
1615
|
-
Tags?: Tag[];
|
|
1616
|
-
}
|
|
1617
|
-
export interface CreateDataSourceResponse {
|
|
1618
|
-
Arn?: string;
|
|
1619
|
-
DataSourceId?: string;
|
|
1620
|
-
CreationStatus?: ResourceStatus | string;
|
|
1621
|
-
RequestId?: string;
|
|
1622
|
-
Status?: number;
|
|
1623
|
-
}
|
|
1624
|
-
export declare enum FolderType {
|
|
1625
|
-
SHARED = "SHARED",
|
|
1626
|
-
}
|
|
1627
|
-
export interface CreateFolderRequest {
|
|
1628
|
-
AwsAccountId: string | undefined;
|
|
1629
|
-
FolderId: string | undefined;
|
|
1630
|
-
Name?: string;
|
|
1631
|
-
FolderType?: FolderType | string;
|
|
1632
|
-
ParentFolderArn?: string;
|
|
1633
|
-
Permissions?: ResourcePermission[];
|
|
1634
|
-
Tags?: Tag[];
|
|
1635
|
-
}
|
|
1636
|
-
export interface CreateFolderResponse {
|
|
1637
|
-
Status?: number;
|
|
1638
|
-
Arn?: string;
|
|
1639
|
-
FolderId?: string;
|
|
1640
|
-
RequestId?: string;
|
|
1641
|
-
}
|
|
1642
|
-
export declare enum MemberType {
|
|
1643
|
-
ANALYSIS = "ANALYSIS",
|
|
1644
|
-
DASHBOARD = "DASHBOARD",
|
|
1645
|
-
DATASET = "DATASET",
|
|
1646
|
-
}
|
|
1647
|
-
export interface CreateFolderMembershipRequest {
|
|
1648
|
-
AwsAccountId: string | undefined;
|
|
1649
|
-
FolderId: string | undefined;
|
|
1650
|
-
MemberId: string | undefined;
|
|
1651
|
-
MemberType: MemberType | string | undefined;
|
|
1652
|
-
}
|
|
1653
|
-
export interface FolderMember {
|
|
1654
|
-
MemberId?: string;
|
|
1655
|
-
MemberType?: MemberType | string;
|
|
1656
|
-
}
|
|
1657
|
-
export interface CreateFolderMembershipResponse {
|
|
1658
|
-
Status?: number;
|
|
1659
|
-
FolderMember?: FolderMember;
|
|
1660
|
-
RequestId?: string;
|
|
1661
|
-
}
|
|
1662
|
-
export interface CreateGroupRequest {
|
|
1663
|
-
GroupName: string | undefined;
|
|
1664
|
-
Description?: string;
|
|
1665
|
-
AwsAccountId: string | undefined;
|
|
1666
|
-
Namespace: string | undefined;
|
|
1667
|
-
}
|
|
1668
|
-
export interface Group {
|
|
1669
|
-
Arn?: string;
|
|
1670
|
-
GroupName?: string;
|
|
1671
|
-
Description?: string;
|
|
1672
|
-
PrincipalId?: string;
|
|
1673
|
-
}
|
|
1674
|
-
export interface CreateGroupResponse {
|
|
1675
|
-
Group?: Group;
|
|
1676
|
-
RequestId?: string;
|
|
1677
|
-
Status?: number;
|
|
1678
|
-
}
|
|
1679
|
-
export interface CreateGroupMembershipRequest {
|
|
1680
|
-
MemberName: string | undefined;
|
|
1681
|
-
GroupName: string | undefined;
|
|
1682
|
-
AwsAccountId: string | undefined;
|
|
1683
|
-
Namespace: string | undefined;
|
|
1684
|
-
}
|
|
1685
|
-
export interface GroupMember {
|
|
1686
|
-
Arn?: string;
|
|
1687
|
-
MemberName?: string;
|
|
1688
|
-
}
|
|
1689
|
-
export interface CreateGroupMembershipResponse {
|
|
1690
|
-
GroupMember?: GroupMember;
|
|
1691
|
-
RequestId?: string;
|
|
1692
|
-
Status?: number;
|
|
1693
|
-
}
|
|
1694
|
-
export interface CreateIAMPolicyAssignmentRequest {
|
|
1695
|
-
AwsAccountId: string | undefined;
|
|
1696
|
-
AssignmentName: string | undefined;
|
|
1697
|
-
AssignmentStatus: AssignmentStatus | string | undefined;
|
|
1698
|
-
PolicyArn?: string;
|
|
1699
|
-
Identities?: Record<string, string[]>;
|
|
1700
|
-
Namespace: string | undefined;
|
|
1701
|
-
}
|
|
1702
|
-
export interface CreateIAMPolicyAssignmentResponse {
|
|
1703
|
-
AssignmentName?: string;
|
|
1704
|
-
AssignmentId?: string;
|
|
1705
|
-
AssignmentStatus?: AssignmentStatus | string;
|
|
1706
|
-
PolicyArn?: string;
|
|
1707
|
-
Identities?: Record<string, string[]>;
|
|
1708
|
-
RequestId?: string;
|
|
1709
|
-
Status?: number;
|
|
1710
|
-
}
|
|
1711
|
-
export declare enum IngestionType {
|
|
1712
|
-
FULL_REFRESH = "FULL_REFRESH",
|
|
1713
|
-
INCREMENTAL_REFRESH = "INCREMENTAL_REFRESH",
|
|
1714
|
-
}
|
|
1715
|
-
export interface CreateIngestionRequest {
|
|
1716
|
-
DataSetId: string | undefined;
|
|
1717
|
-
IngestionId: string | undefined;
|
|
1718
|
-
AwsAccountId: string | undefined;
|
|
1719
|
-
IngestionType?: IngestionType | string;
|
|
1720
|
-
}
|
|
1721
|
-
export declare enum IngestionStatus {
|
|
1722
|
-
CANCELLED = "CANCELLED",
|
|
1723
|
-
COMPLETED = "COMPLETED",
|
|
1724
|
-
FAILED = "FAILED",
|
|
1725
|
-
INITIALIZED = "INITIALIZED",
|
|
1726
|
-
QUEUED = "QUEUED",
|
|
1727
|
-
RUNNING = "RUNNING",
|
|
1728
|
-
}
|
|
1729
|
-
export interface CreateIngestionResponse {
|
|
1730
|
-
Arn?: string;
|
|
1731
|
-
IngestionId?: string;
|
|
1732
|
-
IngestionStatus?: IngestionStatus | string;
|
|
1733
|
-
RequestId?: string;
|
|
1734
|
-
Status?: number;
|
|
1735
|
-
}
|
|
1736
|
-
export declare enum IdentityStore {
|
|
1737
|
-
QUICKSIGHT = "QUICKSIGHT",
|
|
1738
|
-
}
|
|
1739
|
-
export interface CreateNamespaceRequest {
|
|
1740
|
-
AwsAccountId: string | undefined;
|
|
1741
|
-
Namespace: string | undefined;
|
|
1742
|
-
IdentityStore: IdentityStore | string | undefined;
|
|
1743
|
-
Tags?: Tag[];
|
|
1744
|
-
}
|
|
1745
|
-
export declare enum NamespaceStatus {
|
|
1746
|
-
CREATED = "CREATED",
|
|
1747
|
-
CREATING = "CREATING",
|
|
1748
|
-
DELETING = "DELETING",
|
|
1749
|
-
NON_RETRYABLE_FAILURE = "NON_RETRYABLE_FAILURE",
|
|
1750
|
-
RETRYABLE_FAILURE = "RETRYABLE_FAILURE",
|
|
1751
|
-
}
|
|
1752
|
-
export interface CreateNamespaceResponse {
|
|
1753
|
-
Arn?: string;
|
|
1754
|
-
Name?: string;
|
|
1755
|
-
CapacityRegion?: string;
|
|
1756
|
-
CreationStatus?: NamespaceStatus | string;
|
|
1757
|
-
IdentityStore?: IdentityStore | string;
|
|
1758
|
-
RequestId?: string;
|
|
1759
|
-
Status?: number;
|
|
1760
|
-
}
|
|
1761
|
-
export interface TemplateSourceAnalysis {
|
|
1762
|
-
Arn: string | undefined;
|
|
1763
|
-
DataSetReferences: DataSetReference[] | undefined;
|
|
1764
|
-
}
|
|
1765
|
-
export interface TemplateSourceTemplate {
|
|
1766
|
-
Arn: string | undefined;
|
|
1767
|
-
}
|
|
1768
|
-
export interface TemplateSourceEntity {
|
|
1769
|
-
SourceAnalysis?: TemplateSourceAnalysis;
|
|
1770
|
-
SourceTemplate?: TemplateSourceTemplate;
|
|
1771
|
-
}
|
|
1772
|
-
export interface CreateTemplateRequest {
|
|
1773
|
-
AwsAccountId: string | undefined;
|
|
1774
|
-
TemplateId: string | undefined;
|
|
1775
|
-
Name?: string;
|
|
1776
|
-
Permissions?: ResourcePermission[];
|
|
1777
|
-
SourceEntity: TemplateSourceEntity | undefined;
|
|
1778
|
-
Tags?: Tag[];
|
|
1779
|
-
VersionDescription?: string;
|
|
1780
|
-
}
|
|
1781
|
-
export interface CreateTemplateResponse {
|
|
1782
|
-
Arn?: string;
|
|
1783
|
-
VersionArn?: string;
|
|
1784
|
-
TemplateId?: string;
|
|
1785
|
-
CreationStatus?: ResourceStatus | string;
|
|
1786
|
-
Status?: number;
|
|
1787
|
-
RequestId?: string;
|
|
1788
|
-
}
|
|
1789
|
-
export interface CreateTemplateAliasRequest {
|
|
1790
|
-
AwsAccountId: string | undefined;
|
|
1791
|
-
TemplateId: string | undefined;
|
|
1792
|
-
AliasName: string | undefined;
|
|
1793
|
-
TemplateVersionNumber: number | undefined;
|
|
1794
|
-
}
|
|
1795
|
-
export interface TemplateAlias {
|
|
1796
|
-
AliasName?: string;
|
|
1797
|
-
Arn?: string;
|
|
1798
|
-
TemplateVersionNumber?: number;
|
|
1799
|
-
}
|
|
1800
|
-
export interface CreateTemplateAliasResponse {
|
|
1801
|
-
TemplateAlias?: TemplateAlias;
|
|
1802
|
-
Status?: number;
|
|
1803
|
-
RequestId?: string;
|
|
1804
|
-
}
|
|
1805
|
-
export interface DataColorPalette {
|
|
1806
|
-
Colors?: string[];
|
|
1807
|
-
MinMaxGradient?: string[];
|
|
1808
|
-
EmptyFillColor?: string;
|
|
1809
|
-
}
|
|
1810
|
-
export interface TileStyle {
|
|
1811
|
-
Border?: BorderStyle;
|
|
1812
|
-
}
|
|
1813
|
-
export interface GutterStyle {
|
|
1814
|
-
Show?: boolean;
|
|
1815
|
-
}
|
|
1816
|
-
export interface MarginStyle {
|
|
1817
|
-
Show?: boolean;
|
|
1818
|
-
}
|
|
1819
|
-
export interface TileLayoutStyle {
|
|
1820
|
-
Gutter?: GutterStyle;
|
|
1821
|
-
Margin?: MarginStyle;
|
|
1822
|
-
}
|
|
1823
|
-
export interface SheetStyle {
|
|
1824
|
-
Tile?: TileStyle;
|
|
1825
|
-
TileLayout?: TileLayoutStyle;
|
|
1826
|
-
}
|
|
1827
|
-
export interface UIColorPalette {
|
|
1828
|
-
PrimaryForeground?: string;
|
|
1829
|
-
PrimaryBackground?: string;
|
|
1830
|
-
SecondaryForeground?: string;
|
|
1831
|
-
SecondaryBackground?: string;
|
|
1832
|
-
Accent?: string;
|
|
1833
|
-
AccentForeground?: string;
|
|
1834
|
-
Danger?: string;
|
|
1835
|
-
DangerForeground?: string;
|
|
1836
|
-
Warning?: string;
|
|
1837
|
-
WarningForeground?: string;
|
|
1838
|
-
Success?: string;
|
|
1839
|
-
SuccessForeground?: string;
|
|
1840
|
-
Dimension?: string;
|
|
1841
|
-
DimensionForeground?: string;
|
|
1842
|
-
Measure?: string;
|
|
1843
|
-
MeasureForeground?: string;
|
|
1844
|
-
}
|
|
1845
|
-
export interface ThemeConfiguration {
|
|
1846
|
-
DataColorPalette?: DataColorPalette;
|
|
1847
|
-
UIColorPalette?: UIColorPalette;
|
|
1848
|
-
Sheet?: SheetStyle;
|
|
1849
|
-
}
|
|
1850
|
-
export interface CreateThemeRequest {
|
|
1851
|
-
AwsAccountId: string | undefined;
|
|
1852
|
-
ThemeId: string | undefined;
|
|
821
|
+
export interface SectionAfterPageBreak {
|
|
822
|
+
Status?: SectionPageBreakStatus | string;
|
|
823
|
+
}
|
|
824
|
+
export interface SectionPageBreakConfiguration {
|
|
825
|
+
After?: SectionAfterPageBreak;
|
|
826
|
+
}
|
|
827
|
+
export interface SectionStyle {
|
|
828
|
+
Height?: string;
|
|
829
|
+
Padding?: Spacing;
|
|
830
|
+
}
|
|
831
|
+
export interface BodySectionConfiguration {
|
|
832
|
+
SectionId: string | undefined;
|
|
833
|
+
Content: BodySectionContent | undefined;
|
|
834
|
+
Style?: SectionStyle;
|
|
835
|
+
PageBreakConfiguration?: SectionPageBreakConfiguration;
|
|
836
|
+
}
|
|
837
|
+
export interface HeaderFooterSectionConfiguration {
|
|
838
|
+
SectionId: string | undefined;
|
|
839
|
+
Layout: SectionLayoutConfiguration | undefined;
|
|
840
|
+
Style?: SectionStyle;
|
|
841
|
+
}
|
|
842
|
+
export interface SectionBasedLayoutConfiguration {
|
|
843
|
+
HeaderSections: HeaderFooterSectionConfiguration[] | undefined;
|
|
844
|
+
BodySections: BodySectionConfiguration[] | undefined;
|
|
845
|
+
FooterSections: HeaderFooterSectionConfiguration[] | undefined;
|
|
846
|
+
CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptions | undefined;
|
|
847
|
+
}
|
|
848
|
+
export interface LayoutConfiguration {
|
|
849
|
+
GridLayout?: GridLayoutConfiguration;
|
|
850
|
+
FreeFormLayout?: FreeFormLayoutConfiguration;
|
|
851
|
+
SectionBasedLayout?: SectionBasedLayoutConfiguration;
|
|
852
|
+
}
|
|
853
|
+
export interface Layout {
|
|
854
|
+
Configuration: LayoutConfiguration | undefined;
|
|
855
|
+
}
|
|
856
|
+
export interface ParameterDateTimePickerControl {
|
|
857
|
+
ParameterControlId: string | undefined;
|
|
858
|
+
Title: string | undefined;
|
|
859
|
+
SourceParameterName: string | undefined;
|
|
860
|
+
DisplayOptions?: DateTimePickerControlDisplayOptions;
|
|
861
|
+
}
|
|
862
|
+
export interface ParameterSelectableValues {
|
|
863
|
+
Values?: string[];
|
|
864
|
+
LinkToDataSetColumn?: ColumnIdentifier;
|
|
865
|
+
}
|
|
866
|
+
export interface ParameterDropDownControl {
|
|
867
|
+
ParameterControlId: string | undefined;
|
|
868
|
+
Title: string | undefined;
|
|
869
|
+
SourceParameterName: string | undefined;
|
|
870
|
+
DisplayOptions?: DropDownControlDisplayOptions;
|
|
871
|
+
Type?: SheetControlListType | string;
|
|
872
|
+
SelectableValues?: ParameterSelectableValues;
|
|
873
|
+
CascadingControlConfiguration?: CascadingControlConfiguration;
|
|
874
|
+
}
|
|
875
|
+
export interface ParameterListControl {
|
|
876
|
+
ParameterControlId: string | undefined;
|
|
877
|
+
Title: string | undefined;
|
|
878
|
+
SourceParameterName: string | undefined;
|
|
879
|
+
DisplayOptions?: ListControlDisplayOptions;
|
|
880
|
+
Type?: SheetControlListType | string;
|
|
881
|
+
SelectableValues?: ParameterSelectableValues;
|
|
882
|
+
CascadingControlConfiguration?: CascadingControlConfiguration;
|
|
883
|
+
}
|
|
884
|
+
export interface ParameterSliderControl {
|
|
885
|
+
ParameterControlId: string | undefined;
|
|
886
|
+
Title: string | undefined;
|
|
887
|
+
SourceParameterName: string | undefined;
|
|
888
|
+
DisplayOptions?: SliderControlDisplayOptions;
|
|
889
|
+
MaximumValue: number | undefined;
|
|
890
|
+
MinimumValue: number | undefined;
|
|
891
|
+
StepSize: number | undefined;
|
|
892
|
+
}
|
|
893
|
+
export interface ParameterTextAreaControl {
|
|
894
|
+
ParameterControlId: string | undefined;
|
|
895
|
+
Title: string | undefined;
|
|
896
|
+
SourceParameterName: string | undefined;
|
|
897
|
+
Delimiter?: string;
|
|
898
|
+
DisplayOptions?: TextAreaControlDisplayOptions;
|
|
899
|
+
}
|
|
900
|
+
export interface ParameterTextFieldControl {
|
|
901
|
+
ParameterControlId: string | undefined;
|
|
902
|
+
Title: string | undefined;
|
|
903
|
+
SourceParameterName: string | undefined;
|
|
904
|
+
DisplayOptions?: TextFieldControlDisplayOptions;
|
|
905
|
+
}
|
|
906
|
+
export interface ParameterControl {
|
|
907
|
+
DateTimePicker?: ParameterDateTimePickerControl;
|
|
908
|
+
List?: ParameterListControl;
|
|
909
|
+
Dropdown?: ParameterDropDownControl;
|
|
910
|
+
TextField?: ParameterTextFieldControl;
|
|
911
|
+
TextArea?: ParameterTextAreaControl;
|
|
912
|
+
Slider?: ParameterSliderControl;
|
|
913
|
+
}
|
|
914
|
+
export interface SheetControlLayoutConfiguration {
|
|
915
|
+
GridLayout?: GridLayoutConfiguration;
|
|
916
|
+
}
|
|
917
|
+
export interface SheetControlLayout {
|
|
918
|
+
Configuration: SheetControlLayoutConfiguration | undefined;
|
|
919
|
+
}
|
|
920
|
+
export interface SheetTextBox {
|
|
921
|
+
SheetTextBoxId: string | undefined;
|
|
922
|
+
Content?: string;
|
|
923
|
+
}
|
|
924
|
+
export declare enum SelectedFieldOptions {
|
|
925
|
+
ALL_FIELDS = "ALL_FIELDS",
|
|
926
|
+
}
|
|
927
|
+
export interface FilterOperationSelectedFieldsConfiguration {
|
|
928
|
+
SelectedFields?: string[];
|
|
929
|
+
SelectedFieldOptions?: SelectedFieldOptions | string;
|
|
930
|
+
}
|
|
931
|
+
export declare enum TargetVisualOptions {
|
|
932
|
+
ALL_VISUALS = "ALL_VISUALS",
|
|
933
|
+
}
|
|
934
|
+
export interface SameSheetTargetVisualConfiguration {
|
|
935
|
+
TargetVisuals?: string[];
|
|
936
|
+
TargetVisualOptions?: TargetVisualOptions | string;
|
|
937
|
+
}
|
|
938
|
+
export interface FilterOperationTargetVisualsConfiguration {
|
|
939
|
+
SameSheetTargetVisualConfiguration?: SameSheetTargetVisualConfiguration;
|
|
940
|
+
}
|
|
941
|
+
export interface CustomActionFilterOperation {
|
|
942
|
+
SelectedFieldsConfiguration:
|
|
943
|
+
| FilterOperationSelectedFieldsConfiguration
|
|
944
|
+
| undefined;
|
|
945
|
+
TargetVisualsConfiguration:
|
|
946
|
+
| FilterOperationTargetVisualsConfiguration
|
|
947
|
+
| undefined;
|
|
948
|
+
}
|
|
949
|
+
export interface LocalNavigationConfiguration {
|
|
950
|
+
TargetSheetId: string | undefined;
|
|
951
|
+
}
|
|
952
|
+
export interface CustomActionNavigationOperation {
|
|
953
|
+
LocalNavigationConfiguration?: LocalNavigationConfiguration;
|
|
954
|
+
}
|
|
955
|
+
export interface CustomParameterValues {
|
|
956
|
+
StringValues?: string[];
|
|
957
|
+
IntegerValues?: number[];
|
|
958
|
+
DecimalValues?: number[];
|
|
959
|
+
DateTimeValues?: Date[];
|
|
960
|
+
}
|
|
961
|
+
export interface CustomValuesConfiguration {
|
|
962
|
+
IncludeNullValue?: boolean;
|
|
963
|
+
CustomValues: CustomParameterValues | undefined;
|
|
964
|
+
}
|
|
965
|
+
export declare enum SelectAllValueOptions {
|
|
966
|
+
ALL_VALUES = "ALL_VALUES",
|
|
967
|
+
}
|
|
968
|
+
export interface DestinationParameterValueConfiguration {
|
|
969
|
+
CustomValuesConfiguration?: CustomValuesConfiguration;
|
|
970
|
+
SelectAllValueOptions?: SelectAllValueOptions | string;
|
|
971
|
+
SourceParameterName?: string;
|
|
972
|
+
SourceField?: string;
|
|
973
|
+
}
|
|
974
|
+
export interface SetParameterValueConfiguration {
|
|
975
|
+
DestinationParameterName: string | undefined;
|
|
976
|
+
Value: DestinationParameterValueConfiguration | undefined;
|
|
977
|
+
}
|
|
978
|
+
export interface CustomActionSetParametersOperation {
|
|
979
|
+
ParameterValueConfigurations: SetParameterValueConfiguration[] | undefined;
|
|
980
|
+
}
|
|
981
|
+
export declare enum URLTargetConfiguration {
|
|
982
|
+
NEW_TAB = "NEW_TAB",
|
|
983
|
+
NEW_WINDOW = "NEW_WINDOW",
|
|
984
|
+
SAME_TAB = "SAME_TAB",
|
|
985
|
+
}
|
|
986
|
+
export interface CustomActionURLOperation {
|
|
987
|
+
URLTemplate: string | undefined;
|
|
988
|
+
URLTarget: URLTargetConfiguration | string | undefined;
|
|
989
|
+
}
|
|
990
|
+
export interface VisualCustomActionOperation {
|
|
991
|
+
FilterOperation?: CustomActionFilterOperation;
|
|
992
|
+
NavigationOperation?: CustomActionNavigationOperation;
|
|
993
|
+
URLOperation?: CustomActionURLOperation;
|
|
994
|
+
SetParametersOperation?: CustomActionSetParametersOperation;
|
|
995
|
+
}
|
|
996
|
+
export declare enum VisualCustomActionTrigger {
|
|
997
|
+
DATA_POINT_CLICK = "DATA_POINT_CLICK",
|
|
998
|
+
DATA_POINT_MENU = "DATA_POINT_MENU",
|
|
999
|
+
}
|
|
1000
|
+
export interface VisualCustomAction {
|
|
1001
|
+
CustomActionId: string | undefined;
|
|
1853
1002
|
Name: string | undefined;
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
}
|
|
1879
|
-
export interface
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
}
|
|
1921
|
-
export
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
}
|
|
1935
|
-
export interface
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
}
|
|
1944
|
-
export interface
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
}
|
|
2007
|
-
export
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
UNKNOWN_HOST = "UNKNOWN_HOST",
|
|
2016
|
-
}
|
|
2017
|
-
export interface DataSourceErrorInfo {
|
|
2018
|
-
Type?: DataSourceErrorInfoType | string;
|
|
2019
|
-
Message?: string;
|
|
2020
|
-
}
|
|
2021
|
-
export interface DataSource {
|
|
2022
|
-
Arn?: string;
|
|
2023
|
-
DataSourceId?: string;
|
|
2024
|
-
Name?: string;
|
|
2025
|
-
Type?: DataSourceType | string;
|
|
2026
|
-
Status?: ResourceStatus | string;
|
|
2027
|
-
CreatedTime?: Date;
|
|
2028
|
-
LastUpdatedTime?: Date;
|
|
2029
|
-
DataSourceParameters?: DataSourceParameters;
|
|
2030
|
-
AlternateDataSourceParameters?: DataSourceParameters[];
|
|
2031
|
-
VpcConnectionProperties?: VpcConnectionProperties;
|
|
2032
|
-
SslProperties?: SslProperties;
|
|
2033
|
-
ErrorInfo?: DataSourceErrorInfo;
|
|
2034
|
-
SecretArn?: string;
|
|
2035
|
-
}
|
|
2036
|
-
export declare enum DataSourceFilterAttribute {
|
|
2037
|
-
DATASOURCE_NAME = "DATASOURCE_NAME",
|
|
2038
|
-
DIRECT_QUICKSIGHT_OWNER = "DIRECT_QUICKSIGHT_OWNER",
|
|
2039
|
-
DIRECT_QUICKSIGHT_SOLE_OWNER = "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
2040
|
-
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
2041
|
-
}
|
|
2042
|
-
export interface DataSourceSearchFilter {
|
|
2043
|
-
Operator: FilterOperator | string | undefined;
|
|
2044
|
-
Name: DataSourceFilterAttribute | string | undefined;
|
|
2045
|
-
Value: string | undefined;
|
|
2046
|
-
}
|
|
2047
|
-
export interface DataSourceSummary {
|
|
2048
|
-
Arn?: string;
|
|
2049
|
-
DataSourceId?: string;
|
|
2050
|
-
Name?: string;
|
|
2051
|
-
Type?: DataSourceType | string;
|
|
2052
|
-
CreatedTime?: Date;
|
|
2053
|
-
LastUpdatedTime?: Date;
|
|
2054
|
-
}
|
|
2055
|
-
export interface DeleteAccountCustomizationRequest {
|
|
2056
|
-
AwsAccountId: string | undefined;
|
|
2057
|
-
Namespace?: string;
|
|
2058
|
-
}
|
|
2059
|
-
export interface DeleteAccountCustomizationResponse {
|
|
2060
|
-
RequestId?: string;
|
|
2061
|
-
Status?: number;
|
|
2062
|
-
}
|
|
2063
|
-
export interface DeleteAccountSubscriptionRequest {
|
|
2064
|
-
AwsAccountId: string | undefined;
|
|
2065
|
-
}
|
|
2066
|
-
export interface DeleteAccountSubscriptionResponse {
|
|
2067
|
-
RequestId?: string;
|
|
2068
|
-
Status?: number;
|
|
2069
|
-
}
|
|
2070
|
-
export interface DeleteAnalysisRequest {
|
|
2071
|
-
AwsAccountId: string | undefined;
|
|
2072
|
-
AnalysisId: string | undefined;
|
|
2073
|
-
RecoveryWindowInDays?: number;
|
|
2074
|
-
ForceDeleteWithoutRecovery?: boolean;
|
|
2075
|
-
}
|
|
2076
|
-
export interface DeleteAnalysisResponse {
|
|
2077
|
-
Status?: number;
|
|
2078
|
-
Arn?: string;
|
|
2079
|
-
AnalysisId?: string;
|
|
2080
|
-
DeletionTime?: Date;
|
|
2081
|
-
RequestId?: string;
|
|
2082
|
-
}
|
|
2083
|
-
export interface DeleteDashboardRequest {
|
|
2084
|
-
AwsAccountId: string | undefined;
|
|
2085
|
-
DashboardId: string | undefined;
|
|
2086
|
-
VersionNumber?: number;
|
|
2087
|
-
}
|
|
2088
|
-
export interface DeleteDashboardResponse {
|
|
2089
|
-
Status?: number;
|
|
2090
|
-
Arn?: string;
|
|
2091
|
-
DashboardId?: string;
|
|
2092
|
-
RequestId?: string;
|
|
2093
|
-
}
|
|
2094
|
-
export interface DeleteDataSetRequest {
|
|
2095
|
-
AwsAccountId: string | undefined;
|
|
2096
|
-
DataSetId: string | undefined;
|
|
2097
|
-
}
|
|
2098
|
-
export interface DeleteDataSetResponse {
|
|
2099
|
-
Arn?: string;
|
|
2100
|
-
DataSetId?: string;
|
|
2101
|
-
RequestId?: string;
|
|
2102
|
-
Status?: number;
|
|
2103
|
-
}
|
|
2104
|
-
export interface DeleteDataSourceRequest {
|
|
2105
|
-
AwsAccountId: string | undefined;
|
|
2106
|
-
DataSourceId: string | undefined;
|
|
2107
|
-
}
|
|
2108
|
-
export interface DeleteDataSourceResponse {
|
|
2109
|
-
Arn?: string;
|
|
2110
|
-
DataSourceId?: string;
|
|
2111
|
-
RequestId?: string;
|
|
2112
|
-
Status?: number;
|
|
2113
|
-
}
|
|
2114
|
-
export interface DeleteFolderRequest {
|
|
2115
|
-
AwsAccountId: string | undefined;
|
|
2116
|
-
FolderId: string | undefined;
|
|
2117
|
-
}
|
|
2118
|
-
export interface DeleteFolderResponse {
|
|
2119
|
-
Status?: number;
|
|
2120
|
-
Arn?: string;
|
|
2121
|
-
FolderId?: string;
|
|
2122
|
-
RequestId?: string;
|
|
2123
|
-
}
|
|
2124
|
-
export interface DeleteFolderMembershipRequest {
|
|
2125
|
-
AwsAccountId: string | undefined;
|
|
2126
|
-
FolderId: string | undefined;
|
|
2127
|
-
MemberId: string | undefined;
|
|
2128
|
-
MemberType: MemberType | string | undefined;
|
|
2129
|
-
}
|
|
2130
|
-
export interface DeleteFolderMembershipResponse {
|
|
2131
|
-
Status?: number;
|
|
2132
|
-
RequestId?: string;
|
|
2133
|
-
}
|
|
2134
|
-
export interface DeleteGroupRequest {
|
|
2135
|
-
GroupName: string | undefined;
|
|
2136
|
-
AwsAccountId: string | undefined;
|
|
2137
|
-
Namespace: string | undefined;
|
|
2138
|
-
}
|
|
2139
|
-
export interface DeleteGroupResponse {
|
|
2140
|
-
RequestId?: string;
|
|
2141
|
-
Status?: number;
|
|
2142
|
-
}
|
|
2143
|
-
export interface DeleteGroupMembershipRequest {
|
|
2144
|
-
MemberName: string | undefined;
|
|
2145
|
-
GroupName: string | undefined;
|
|
2146
|
-
AwsAccountId: string | undefined;
|
|
2147
|
-
Namespace: string | undefined;
|
|
2148
|
-
}
|
|
2149
|
-
export interface DeleteGroupMembershipResponse {
|
|
2150
|
-
RequestId?: string;
|
|
2151
|
-
Status?: number;
|
|
2152
|
-
}
|
|
2153
|
-
export interface DeleteIAMPolicyAssignmentRequest {
|
|
2154
|
-
AwsAccountId: string | undefined;
|
|
2155
|
-
AssignmentName: string | undefined;
|
|
2156
|
-
Namespace: string | undefined;
|
|
2157
|
-
}
|
|
2158
|
-
export interface DeleteIAMPolicyAssignmentResponse {
|
|
2159
|
-
AssignmentName?: string;
|
|
2160
|
-
RequestId?: string;
|
|
2161
|
-
Status?: number;
|
|
2162
|
-
}
|
|
2163
|
-
export interface DeleteNamespaceRequest {
|
|
2164
|
-
AwsAccountId: string | undefined;
|
|
2165
|
-
Namespace: string | undefined;
|
|
2166
|
-
}
|
|
2167
|
-
export interface DeleteNamespaceResponse {
|
|
2168
|
-
RequestId?: string;
|
|
2169
|
-
Status?: number;
|
|
2170
|
-
}
|
|
2171
|
-
export interface DeleteTemplateRequest {
|
|
2172
|
-
AwsAccountId: string | undefined;
|
|
2173
|
-
TemplateId: string | undefined;
|
|
2174
|
-
VersionNumber?: number;
|
|
2175
|
-
}
|
|
2176
|
-
export interface DeleteTemplateResponse {
|
|
2177
|
-
RequestId?: string;
|
|
2178
|
-
Arn?: string;
|
|
2179
|
-
TemplateId?: string;
|
|
2180
|
-
Status?: number;
|
|
2181
|
-
}
|
|
2182
|
-
export interface DeleteTemplateAliasRequest {
|
|
2183
|
-
AwsAccountId: string | undefined;
|
|
2184
|
-
TemplateId: string | undefined;
|
|
2185
|
-
AliasName: string | undefined;
|
|
2186
|
-
}
|
|
2187
|
-
export interface DeleteTemplateAliasResponse {
|
|
2188
|
-
Status?: number;
|
|
2189
|
-
TemplateId?: string;
|
|
2190
|
-
AliasName?: string;
|
|
2191
|
-
Arn?: string;
|
|
2192
|
-
RequestId?: string;
|
|
2193
|
-
}
|
|
2194
|
-
export interface DeleteThemeRequest {
|
|
2195
|
-
AwsAccountId: string | undefined;
|
|
2196
|
-
ThemeId: string | undefined;
|
|
2197
|
-
VersionNumber?: number;
|
|
2198
|
-
}
|
|
2199
|
-
export interface DeleteThemeResponse {
|
|
2200
|
-
Arn?: string;
|
|
2201
|
-
RequestId?: string;
|
|
2202
|
-
Status?: number;
|
|
2203
|
-
ThemeId?: string;
|
|
2204
|
-
}
|
|
2205
|
-
export interface DeleteThemeAliasRequest {
|
|
2206
|
-
AwsAccountId: string | undefined;
|
|
2207
|
-
ThemeId: string | undefined;
|
|
2208
|
-
AliasName: string | undefined;
|
|
2209
|
-
}
|
|
2210
|
-
export interface DeleteThemeAliasResponse {
|
|
2211
|
-
AliasName?: string;
|
|
2212
|
-
Arn?: string;
|
|
2213
|
-
RequestId?: string;
|
|
2214
|
-
Status?: number;
|
|
2215
|
-
ThemeId?: string;
|
|
2216
|
-
}
|
|
2217
|
-
export interface DeleteUserRequest {
|
|
2218
|
-
UserName: string | undefined;
|
|
2219
|
-
AwsAccountId: string | undefined;
|
|
2220
|
-
Namespace: string | undefined;
|
|
2221
|
-
}
|
|
2222
|
-
export interface DeleteUserResponse {
|
|
2223
|
-
RequestId?: string;
|
|
2224
|
-
Status?: number;
|
|
2225
|
-
}
|
|
2226
|
-
export interface DeleteUserByPrincipalIdRequest {
|
|
2227
|
-
PrincipalId: string | undefined;
|
|
2228
|
-
AwsAccountId: string | undefined;
|
|
2229
|
-
Namespace: string | undefined;
|
|
2230
|
-
}
|
|
2231
|
-
export interface DeleteUserByPrincipalIdResponse {
|
|
2232
|
-
RequestId?: string;
|
|
2233
|
-
Status?: number;
|
|
2234
|
-
}
|
|
2235
|
-
export interface DescribeAccountCustomizationRequest {
|
|
2236
|
-
AwsAccountId: string | undefined;
|
|
2237
|
-
Namespace?: string;
|
|
2238
|
-
Resolved?: boolean;
|
|
2239
|
-
}
|
|
2240
|
-
export interface DescribeAccountCustomizationResponse {
|
|
2241
|
-
Arn?: string;
|
|
2242
|
-
AwsAccountId?: string;
|
|
2243
|
-
Namespace?: string;
|
|
2244
|
-
AccountCustomization?: AccountCustomization;
|
|
2245
|
-
RequestId?: string;
|
|
2246
|
-
Status?: number;
|
|
2247
|
-
}
|
|
2248
|
-
export interface DescribeAccountSettingsRequest {
|
|
2249
|
-
AwsAccountId: string | undefined;
|
|
2250
|
-
}
|
|
2251
|
-
export interface DescribeAccountSettingsResponse {
|
|
2252
|
-
AccountSettings?: AccountSettings;
|
|
2253
|
-
RequestId?: string;
|
|
2254
|
-
Status?: number;
|
|
2255
|
-
}
|
|
2256
|
-
export interface DescribeAccountSubscriptionRequest {
|
|
2257
|
-
AwsAccountId: string | undefined;
|
|
2258
|
-
}
|
|
2259
|
-
export interface DescribeAccountSubscriptionResponse {
|
|
2260
|
-
AccountInfo?: AccountInfo;
|
|
2261
|
-
Status?: number;
|
|
2262
|
-
RequestId?: string;
|
|
2263
|
-
}
|
|
2264
|
-
export interface DescribeAnalysisRequest {
|
|
2265
|
-
AwsAccountId: string | undefined;
|
|
2266
|
-
AnalysisId: string | undefined;
|
|
2267
|
-
}
|
|
2268
|
-
export interface DescribeAnalysisResponse {
|
|
2269
|
-
Analysis?: Analysis;
|
|
2270
|
-
Status?: number;
|
|
2271
|
-
RequestId?: string;
|
|
2272
|
-
}
|
|
2273
|
-
export interface DescribeAnalysisPermissionsRequest {
|
|
2274
|
-
AwsAccountId: string | undefined;
|
|
2275
|
-
AnalysisId: string | undefined;
|
|
2276
|
-
}
|
|
2277
|
-
export interface DescribeAnalysisPermissionsResponse {
|
|
2278
|
-
AnalysisId?: string;
|
|
2279
|
-
AnalysisArn?: string;
|
|
2280
|
-
Permissions?: ResourcePermission[];
|
|
2281
|
-
Status?: number;
|
|
2282
|
-
RequestId?: string;
|
|
2283
|
-
}
|
|
2284
|
-
export interface DescribeDashboardRequest {
|
|
2285
|
-
AwsAccountId: string | undefined;
|
|
2286
|
-
DashboardId: string | undefined;
|
|
2287
|
-
VersionNumber?: number;
|
|
2288
|
-
AliasName?: string;
|
|
2289
|
-
}
|
|
2290
|
-
export interface DescribeDashboardResponse {
|
|
2291
|
-
Dashboard?: Dashboard;
|
|
2292
|
-
Status?: number;
|
|
2293
|
-
RequestId?: string;
|
|
2294
|
-
}
|
|
2295
|
-
export interface DescribeDashboardPermissionsRequest {
|
|
2296
|
-
AwsAccountId: string | undefined;
|
|
2297
|
-
DashboardId: string | undefined;
|
|
2298
|
-
}
|
|
2299
|
-
export interface LinkSharingConfiguration {
|
|
2300
|
-
Permissions?: ResourcePermission[];
|
|
2301
|
-
}
|
|
2302
|
-
export interface DescribeDashboardPermissionsResponse {
|
|
2303
|
-
DashboardId?: string;
|
|
2304
|
-
DashboardArn?: string;
|
|
2305
|
-
Permissions?: ResourcePermission[];
|
|
2306
|
-
Status?: number;
|
|
2307
|
-
RequestId?: string;
|
|
2308
|
-
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
2309
|
-
}
|
|
2310
|
-
export interface DescribeDataSetRequest {
|
|
2311
|
-
AwsAccountId: string | undefined;
|
|
2312
|
-
DataSetId: string | undefined;
|
|
2313
|
-
}
|
|
2314
|
-
export interface DescribeDataSetResponse {
|
|
2315
|
-
DataSet?: DataSet;
|
|
2316
|
-
RequestId?: string;
|
|
2317
|
-
Status?: number;
|
|
2318
|
-
}
|
|
2319
|
-
export interface DescribeDataSetPermissionsRequest {
|
|
2320
|
-
AwsAccountId: string | undefined;
|
|
2321
|
-
DataSetId: string | undefined;
|
|
2322
|
-
}
|
|
2323
|
-
export interface DescribeDataSetPermissionsResponse {
|
|
2324
|
-
DataSetArn?: string;
|
|
2325
|
-
DataSetId?: string;
|
|
2326
|
-
Permissions?: ResourcePermission[];
|
|
2327
|
-
RequestId?: string;
|
|
2328
|
-
Status?: number;
|
|
2329
|
-
}
|
|
2330
|
-
export interface DescribeDataSourceRequest {
|
|
2331
|
-
AwsAccountId: string | undefined;
|
|
2332
|
-
DataSourceId: string | undefined;
|
|
2333
|
-
}
|
|
2334
|
-
export interface DescribeDataSourceResponse {
|
|
2335
|
-
DataSource?: DataSource;
|
|
2336
|
-
RequestId?: string;
|
|
2337
|
-
Status?: number;
|
|
2338
|
-
}
|
|
2339
|
-
export interface DescribeDataSourcePermissionsRequest {
|
|
2340
|
-
AwsAccountId: string | undefined;
|
|
2341
|
-
DataSourceId: string | undefined;
|
|
2342
|
-
}
|
|
2343
|
-
export interface DescribeDataSourcePermissionsResponse {
|
|
2344
|
-
DataSourceArn?: string;
|
|
2345
|
-
DataSourceId?: string;
|
|
2346
|
-
Permissions?: ResourcePermission[];
|
|
2347
|
-
RequestId?: string;
|
|
2348
|
-
Status?: number;
|
|
2349
|
-
}
|
|
2350
|
-
export interface DescribeFolderRequest {
|
|
2351
|
-
AwsAccountId: string | undefined;
|
|
2352
|
-
FolderId: string | undefined;
|
|
2353
|
-
}
|
|
2354
|
-
export interface Folder {
|
|
2355
|
-
FolderId?: string;
|
|
2356
|
-
Arn?: string;
|
|
2357
|
-
Name?: string;
|
|
2358
|
-
FolderType?: FolderType | string;
|
|
2359
|
-
FolderPath?: string[];
|
|
2360
|
-
CreatedTime?: Date;
|
|
2361
|
-
LastUpdatedTime?: Date;
|
|
2362
|
-
}
|
|
2363
|
-
export interface DescribeFolderResponse {
|
|
2364
|
-
Status?: number;
|
|
2365
|
-
Folder?: Folder;
|
|
2366
|
-
RequestId?: string;
|
|
2367
|
-
}
|
|
2368
|
-
export interface DescribeFolderPermissionsRequest {
|
|
2369
|
-
AwsAccountId: string | undefined;
|
|
2370
|
-
FolderId: string | undefined;
|
|
2371
|
-
}
|
|
2372
|
-
export interface DescribeFolderPermissionsResponse {
|
|
2373
|
-
Status?: number;
|
|
2374
|
-
FolderId?: string;
|
|
2375
|
-
Arn?: string;
|
|
2376
|
-
Permissions?: ResourcePermission[];
|
|
2377
|
-
RequestId?: string;
|
|
2378
|
-
}
|
|
2379
|
-
export interface DescribeFolderResolvedPermissionsRequest {
|
|
2380
|
-
AwsAccountId: string | undefined;
|
|
2381
|
-
FolderId: string | undefined;
|
|
2382
|
-
}
|
|
2383
|
-
export interface DescribeFolderResolvedPermissionsResponse {
|
|
2384
|
-
Status?: number;
|
|
2385
|
-
FolderId?: string;
|
|
2386
|
-
Arn?: string;
|
|
2387
|
-
Permissions?: ResourcePermission[];
|
|
2388
|
-
RequestId?: string;
|
|
2389
|
-
}
|
|
2390
|
-
export interface DescribeGroupRequest {
|
|
2391
|
-
GroupName: string | undefined;
|
|
2392
|
-
AwsAccountId: string | undefined;
|
|
2393
|
-
Namespace: string | undefined;
|
|
2394
|
-
}
|
|
2395
|
-
export interface DescribeGroupResponse {
|
|
2396
|
-
Group?: Group;
|
|
2397
|
-
RequestId?: string;
|
|
2398
|
-
Status?: number;
|
|
2399
|
-
}
|
|
2400
|
-
export interface DescribeGroupMembershipRequest {
|
|
2401
|
-
MemberName: string | undefined;
|
|
2402
|
-
GroupName: string | undefined;
|
|
2403
|
-
AwsAccountId: string | undefined;
|
|
2404
|
-
Namespace: string | undefined;
|
|
2405
|
-
}
|
|
2406
|
-
export interface DescribeGroupMembershipResponse {
|
|
2407
|
-
GroupMember?: GroupMember;
|
|
2408
|
-
RequestId?: string;
|
|
2409
|
-
Status?: number;
|
|
2410
|
-
}
|
|
2411
|
-
export interface DescribeIAMPolicyAssignmentRequest {
|
|
2412
|
-
AwsAccountId: string | undefined;
|
|
2413
|
-
AssignmentName: string | undefined;
|
|
2414
|
-
Namespace: string | undefined;
|
|
2415
|
-
}
|
|
2416
|
-
export interface IAMPolicyAssignment {
|
|
2417
|
-
AwsAccountId?: string;
|
|
2418
|
-
AssignmentId?: string;
|
|
2419
|
-
AssignmentName?: string;
|
|
2420
|
-
PolicyArn?: string;
|
|
2421
|
-
Identities?: Record<string, string[]>;
|
|
2422
|
-
AssignmentStatus?: AssignmentStatus | string;
|
|
2423
|
-
}
|
|
2424
|
-
export interface DescribeIAMPolicyAssignmentResponse {
|
|
2425
|
-
IAMPolicyAssignment?: IAMPolicyAssignment;
|
|
2426
|
-
RequestId?: string;
|
|
2427
|
-
Status?: number;
|
|
2428
|
-
}
|
|
2429
|
-
export declare class InvalidNextTokenException extends __BaseException {
|
|
2430
|
-
readonly name: "InvalidNextTokenException";
|
|
2431
|
-
readonly $fault: "client";
|
|
2432
|
-
Message?: string;
|
|
2433
|
-
RequestId?: string;
|
|
2434
|
-
constructor(
|
|
2435
|
-
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
2436
|
-
);
|
|
2437
|
-
}
|
|
2438
|
-
export interface DescribeIngestionRequest {
|
|
2439
|
-
AwsAccountId: string | undefined;
|
|
2440
|
-
DataSetId: string | undefined;
|
|
2441
|
-
IngestionId: string | undefined;
|
|
2442
|
-
}
|
|
2443
|
-
export declare enum IngestionErrorType {
|
|
2444
|
-
ACCOUNT_CAPACITY_LIMIT_EXCEEDED = "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
|
2445
|
-
CONNECTION_FAILURE = "CONNECTION_FAILURE",
|
|
2446
|
-
CURSOR_NOT_ENABLED = "CURSOR_NOT_ENABLED",
|
|
2447
|
-
CUSTOMER_ERROR = "CUSTOMER_ERROR",
|
|
2448
|
-
DATA_SET_DELETED = "DATA_SET_DELETED",
|
|
2449
|
-
DATA_SET_NOT_SPICE = "DATA_SET_NOT_SPICE",
|
|
2450
|
-
DATA_SET_SIZE_LIMIT_EXCEEDED = "DATA_SET_SIZE_LIMIT_EXCEEDED",
|
|
2451
|
-
DATA_SOURCE_AUTH_FAILED = "DATA_SOURCE_AUTH_FAILED",
|
|
2452
|
-
DATA_SOURCE_CONNECTION_FAILED = "DATA_SOURCE_CONNECTION_FAILED",
|
|
2453
|
-
DATA_SOURCE_NOT_FOUND = "DATA_SOURCE_NOT_FOUND",
|
|
2454
|
-
DATA_TOLERANCE_EXCEPTION = "DATA_TOLERANCE_EXCEPTION",
|
|
2455
|
-
ELASTICSEARCH_CURSOR_NOT_ENABLED = "ELASTICSEARCH_CURSOR_NOT_ENABLED",
|
|
2456
|
-
FAILURE_TO_ASSUME_ROLE = "FAILURE_TO_ASSUME_ROLE",
|
|
2457
|
-
FAILURE_TO_PROCESS_JSON_FILE = "FAILURE_TO_PROCESS_JSON_FILE",
|
|
2458
|
-
IAM_ROLE_NOT_AVAILABLE = "IAM_ROLE_NOT_AVAILABLE",
|
|
2459
|
-
INGESTION_CANCELED = "INGESTION_CANCELED",
|
|
2460
|
-
INGESTION_SUPERSEDED = "INGESTION_SUPERSEDED",
|
|
2461
|
-
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
2462
|
-
INVALID_DATAPREP_SYNTAX = "INVALID_DATAPREP_SYNTAX",
|
|
2463
|
-
INVALID_DATA_SOURCE_CONFIG = "INVALID_DATA_SOURCE_CONFIG",
|
|
2464
|
-
INVALID_DATE_FORMAT = "INVALID_DATE_FORMAT",
|
|
2465
|
-
IOT_DATA_SET_FILE_EMPTY = "IOT_DATA_SET_FILE_EMPTY",
|
|
2466
|
-
IOT_FILE_NOT_FOUND = "IOT_FILE_NOT_FOUND",
|
|
2467
|
-
OAUTH_TOKEN_FAILURE = "OAUTH_TOKEN_FAILURE",
|
|
2468
|
-
PASSWORD_AUTHENTICATION_FAILURE = "PASSWORD_AUTHENTICATION_FAILURE",
|
|
2469
|
-
PERMISSION_DENIED = "PERMISSION_DENIED",
|
|
2470
|
-
PERMISSION_NOT_FOUND = "PERMISSION_NOT_FOUND",
|
|
2471
|
-
QUERY_TIMEOUT = "QUERY_TIMEOUT",
|
|
2472
|
-
REFRESH_SUPPRESSED_BY_EDIT = "REFRESH_SUPPRESSED_BY_EDIT",
|
|
2473
|
-
ROW_SIZE_LIMIT_EXCEEDED = "ROW_SIZE_LIMIT_EXCEEDED",
|
|
2474
|
-
S3_FILE_INACCESSIBLE = "S3_FILE_INACCESSIBLE",
|
|
2475
|
-
S3_MANIFEST_ERROR = "S3_MANIFEST_ERROR",
|
|
2476
|
-
S3_UPLOADED_FILE_DELETED = "S3_UPLOADED_FILE_DELETED",
|
|
2477
|
-
SOURCE_API_LIMIT_EXCEEDED_FAILURE = "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
|
|
2478
|
-
SOURCE_RESOURCE_LIMIT_EXCEEDED = "SOURCE_RESOURCE_LIMIT_EXCEEDED",
|
|
2479
|
-
SPICE_TABLE_NOT_FOUND = "SPICE_TABLE_NOT_FOUND",
|
|
2480
|
-
SQL_EXCEPTION = "SQL_EXCEPTION",
|
|
2481
|
-
SQL_INVALID_PARAMETER_VALUE = "SQL_INVALID_PARAMETER_VALUE",
|
|
2482
|
-
SQL_NUMERIC_OVERFLOW = "SQL_NUMERIC_OVERFLOW",
|
|
2483
|
-
SQL_SCHEMA_MISMATCH_ERROR = "SQL_SCHEMA_MISMATCH_ERROR",
|
|
2484
|
-
SQL_TABLE_NOT_FOUND = "SQL_TABLE_NOT_FOUND",
|
|
2485
|
-
SSL_CERTIFICATE_VALIDATION_FAILURE = "SSL_CERTIFICATE_VALIDATION_FAILURE",
|
|
2486
|
-
UNRESOLVABLE_HOST = "UNRESOLVABLE_HOST",
|
|
2487
|
-
UNROUTABLE_HOST = "UNROUTABLE_HOST",
|
|
2488
|
-
}
|
|
2489
|
-
export interface ErrorInfo {
|
|
2490
|
-
Type?: IngestionErrorType | string;
|
|
2491
|
-
Message?: string;
|
|
1003
|
+
Status?: WidgetStatus | string;
|
|
1004
|
+
Trigger: VisualCustomActionTrigger | string | undefined;
|
|
1005
|
+
ActionOperations: VisualCustomActionOperation[] | undefined;
|
|
1006
|
+
}
|
|
1007
|
+
export declare enum BarsArrangement {
|
|
1008
|
+
CLUSTERED = "CLUSTERED",
|
|
1009
|
+
STACKED = "STACKED",
|
|
1010
|
+
STACKED_PERCENT = "STACKED_PERCENT",
|
|
1011
|
+
}
|
|
1012
|
+
export interface DateAxisOptions {
|
|
1013
|
+
MissingDateVisibility?: Visibility | string;
|
|
1014
|
+
}
|
|
1015
|
+
export interface AxisDisplayDataDrivenRange {}
|
|
1016
|
+
export interface AxisDisplayMinMaxRange {
|
|
1017
|
+
Minimum?: number;
|
|
1018
|
+
Maximum?: number;
|
|
1019
|
+
}
|
|
1020
|
+
export interface AxisDisplayRange {
|
|
1021
|
+
MinMax?: AxisDisplayMinMaxRange;
|
|
1022
|
+
DataDriven?: AxisDisplayDataDrivenRange;
|
|
1023
|
+
}
|
|
1024
|
+
export interface AxisLinearScale {
|
|
1025
|
+
StepCount?: number;
|
|
1026
|
+
StepSize?: number;
|
|
1027
|
+
}
|
|
1028
|
+
export interface AxisLogarithmicScale {
|
|
1029
|
+
Base?: number;
|
|
1030
|
+
}
|
|
1031
|
+
export interface AxisScale {
|
|
1032
|
+
Linear?: AxisLinearScale;
|
|
1033
|
+
Logarithmic?: AxisLogarithmicScale;
|
|
1034
|
+
}
|
|
1035
|
+
export interface NumericAxisOptions {
|
|
1036
|
+
Scale?: AxisScale;
|
|
1037
|
+
Range?: AxisDisplayRange;
|
|
1038
|
+
}
|
|
1039
|
+
export interface AxisDataOptions {
|
|
1040
|
+
NumericAxisOptions?: NumericAxisOptions;
|
|
1041
|
+
DateAxisOptions?: DateAxisOptions;
|
|
1042
|
+
}
|
|
1043
|
+
export interface PercentVisibleRange {
|
|
1044
|
+
From?: number;
|
|
1045
|
+
To?: number;
|
|
1046
|
+
}
|
|
1047
|
+
export interface VisibleRangeOptions {
|
|
1048
|
+
PercentRange?: PercentVisibleRange;
|
|
1049
|
+
}
|
|
1050
|
+
export interface ScrollBarOptions {
|
|
1051
|
+
Visibility?: Visibility | string;
|
|
1052
|
+
VisibleRange?: VisibleRangeOptions;
|
|
1053
|
+
}
|
|
1054
|
+
export interface AxisTickLabelOptions {
|
|
1055
|
+
LabelOptions?: LabelOptions;
|
|
1056
|
+
RotationAngle?: number;
|
|
1057
|
+
}
|
|
1058
|
+
export interface AxisDisplayOptions {
|
|
1059
|
+
TickLabelOptions?: AxisTickLabelOptions;
|
|
1060
|
+
AxisLineVisibility?: Visibility | string;
|
|
1061
|
+
GridLineVisibility?: Visibility | string;
|
|
1062
|
+
DataOptions?: AxisDataOptions;
|
|
1063
|
+
ScrollbarOptions?: ScrollBarOptions;
|
|
1064
|
+
AxisOffset?: string;
|
|
1065
|
+
}
|
|
1066
|
+
export interface AxisLabelReferenceOptions {
|
|
1067
|
+
FieldId: string | undefined;
|
|
1068
|
+
Column: ColumnIdentifier | undefined;
|
|
1069
|
+
}
|
|
1070
|
+
export interface AxisLabelOptions {
|
|
1071
|
+
FontConfiguration?: FontConfiguration;
|
|
1072
|
+
CustomLabel?: string;
|
|
1073
|
+
ApplyTo?: AxisLabelReferenceOptions;
|
|
1074
|
+
}
|
|
1075
|
+
export interface ChartAxisLabelOptions {
|
|
1076
|
+
Visibility?: Visibility | string;
|
|
1077
|
+
SortIconVisibility?: Visibility | string;
|
|
1078
|
+
AxisLabelOptions?: AxisLabelOptions[];
|
|
1079
|
+
}
|
|
1080
|
+
export interface ContributionAnalysisDefault {
|
|
1081
|
+
MeasureFieldId: string | undefined;
|
|
1082
|
+
ContributorDimensions: ColumnIdentifier[] | undefined;
|
|
1083
|
+
}
|
|
1084
|
+
export interface DataPathLabelType {
|
|
1085
|
+
FieldId?: string;
|
|
1086
|
+
FieldValue?: string;
|
|
1087
|
+
Visibility?: Visibility | string;
|
|
1088
|
+
}
|
|
1089
|
+
export interface FieldLabelType {
|
|
1090
|
+
FieldId?: string;
|
|
1091
|
+
Visibility?: Visibility | string;
|
|
1092
|
+
}
|
|
1093
|
+
export interface MaximumLabelType {
|
|
1094
|
+
Visibility?: Visibility | string;
|
|
1095
|
+
}
|
|
1096
|
+
export interface MinimumLabelType {
|
|
1097
|
+
Visibility?: Visibility | string;
|
|
1098
|
+
}
|
|
1099
|
+
export interface RangeEndsLabelType {
|
|
1100
|
+
Visibility?: Visibility | string;
|
|
1101
|
+
}
|
|
1102
|
+
export interface DataLabelType {
|
|
1103
|
+
FieldLabelType?: FieldLabelType;
|
|
1104
|
+
DataPathLabelType?: DataPathLabelType;
|
|
1105
|
+
RangeEndsLabelType?: RangeEndsLabelType;
|
|
1106
|
+
MinimumLabelType?: MinimumLabelType;
|
|
1107
|
+
MaximumLabelType?: MaximumLabelType;
|
|
1108
|
+
}
|
|
1109
|
+
export declare enum DataLabelContent {
|
|
1110
|
+
PERCENT = "PERCENT",
|
|
1111
|
+
VALUE = "VALUE",
|
|
1112
|
+
VALUE_AND_PERCENT = "VALUE_AND_PERCENT",
|
|
1113
|
+
}
|
|
1114
|
+
export declare enum DataLabelOverlap {
|
|
1115
|
+
DISABLE_OVERLAP = "DISABLE_OVERLAP",
|
|
1116
|
+
ENABLE_OVERLAP = "ENABLE_OVERLAP",
|
|
1117
|
+
}
|
|
1118
|
+
export declare enum DataLabelPosition {
|
|
1119
|
+
BOTTOM = "BOTTOM",
|
|
1120
|
+
INSIDE = "INSIDE",
|
|
1121
|
+
LEFT = "LEFT",
|
|
1122
|
+
OUTSIDE = "OUTSIDE",
|
|
1123
|
+
RIGHT = "RIGHT",
|
|
1124
|
+
TOP = "TOP",
|
|
1125
|
+
}
|
|
1126
|
+
export interface DataLabelOptions {
|
|
1127
|
+
Visibility?: Visibility | string;
|
|
1128
|
+
CategoryLabelVisibility?: Visibility | string;
|
|
1129
|
+
MeasureLabelVisibility?: Visibility | string;
|
|
1130
|
+
DataLabelTypes?: DataLabelType[];
|
|
1131
|
+
Position?: DataLabelPosition | string;
|
|
1132
|
+
LabelContent?: DataLabelContent | string;
|
|
1133
|
+
LabelFontConfiguration?: FontConfiguration;
|
|
1134
|
+
LabelColor?: string;
|
|
1135
|
+
Overlap?: DataLabelOverlap | string;
|
|
1136
|
+
}
|
|
1137
|
+
export interface CategoricalDimensionField {
|
|
1138
|
+
FieldId: string | undefined;
|
|
1139
|
+
Column: ColumnIdentifier | undefined;
|
|
1140
|
+
HierarchyId?: string;
|
|
1141
|
+
FormatConfiguration?: StringFormatConfiguration;
|
|
1142
|
+
}
|
|
1143
|
+
export interface DateDimensionField {
|
|
1144
|
+
FieldId: string | undefined;
|
|
1145
|
+
Column: ColumnIdentifier | undefined;
|
|
1146
|
+
DateGranularity?: TimeGranularity | string;
|
|
1147
|
+
HierarchyId?: string;
|
|
1148
|
+
FormatConfiguration?: DateTimeFormatConfiguration;
|
|
1149
|
+
}
|
|
1150
|
+
export interface NumericalDimensionField {
|
|
1151
|
+
FieldId: string | undefined;
|
|
1152
|
+
Column: ColumnIdentifier | undefined;
|
|
1153
|
+
HierarchyId?: string;
|
|
1154
|
+
FormatConfiguration?: NumberFormatConfiguration;
|
|
1155
|
+
}
|
|
1156
|
+
export interface DimensionField {
|
|
1157
|
+
NumericalDimensionField?: NumericalDimensionField;
|
|
1158
|
+
CategoricalDimensionField?: CategoricalDimensionField;
|
|
1159
|
+
DateDimensionField?: DateDimensionField;
|
|
1160
|
+
}
|
|
1161
|
+
export interface CalculatedMeasureField {
|
|
1162
|
+
FieldId: string | undefined;
|
|
1163
|
+
Expression: string | undefined;
|
|
2492
1164
|
}
|
|
2493
|
-
export interface
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
1165
|
+
export interface CategoricalMeasureField {
|
|
1166
|
+
FieldId: string | undefined;
|
|
1167
|
+
Column: ColumnIdentifier | undefined;
|
|
1168
|
+
AggregationFunction?: CategoricalAggregationFunction | string;
|
|
1169
|
+
FormatConfiguration?: StringFormatConfiguration;
|
|
1170
|
+
}
|
|
1171
|
+
export interface DateMeasureField {
|
|
1172
|
+
FieldId: string | undefined;
|
|
1173
|
+
Column: ColumnIdentifier | undefined;
|
|
1174
|
+
AggregationFunction?: DateAggregationFunction | string;
|
|
1175
|
+
FormatConfiguration?: DateTimeFormatConfiguration;
|
|
1176
|
+
}
|
|
1177
|
+
export interface NumericalMeasureField {
|
|
1178
|
+
FieldId: string | undefined;
|
|
1179
|
+
Column: ColumnIdentifier | undefined;
|
|
1180
|
+
AggregationFunction?: NumericalAggregationFunction;
|
|
1181
|
+
FormatConfiguration?: NumberFormatConfiguration;
|
|
1182
|
+
}
|
|
1183
|
+
export interface MeasureField {
|
|
1184
|
+
NumericalMeasureField?: NumericalMeasureField;
|
|
1185
|
+
CategoricalMeasureField?: CategoricalMeasureField;
|
|
1186
|
+
DateMeasureField?: DateMeasureField;
|
|
1187
|
+
CalculatedMeasureField?: CalculatedMeasureField;
|
|
1188
|
+
}
|
|
1189
|
+
export interface BarChartAggregatedFieldWells {
|
|
1190
|
+
Category?: DimensionField[];
|
|
1191
|
+
Values?: MeasureField[];
|
|
1192
|
+
Colors?: DimensionField[];
|
|
1193
|
+
SmallMultiples?: DimensionField[];
|
|
1194
|
+
}
|
|
1195
|
+
export interface BarChartFieldWells {
|
|
1196
|
+
BarChartAggregatedFieldWells?: BarChartAggregatedFieldWells;
|
|
1197
|
+
}
|
|
1198
|
+
export declare enum LegendPosition {
|
|
1199
|
+
AUTO = "AUTO",
|
|
1200
|
+
BOTTOM = "BOTTOM",
|
|
1201
|
+
RIGHT = "RIGHT",
|
|
1202
|
+
TOP = "TOP",
|
|
2529
1203
|
}
|
|
2530
|
-
export interface
|
|
2531
|
-
|
|
1204
|
+
export interface LegendOptions {
|
|
1205
|
+
Visibility?: Visibility | string;
|
|
1206
|
+
Title?: LabelOptions;
|
|
1207
|
+
Position?: LegendPosition | string;
|
|
1208
|
+
Width?: string;
|
|
1209
|
+
Height?: string;
|
|
2532
1210
|
}
|
|
2533
|
-
export
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
Enabled?: boolean;
|
|
2537
|
-
RequestId?: string;
|
|
2538
|
-
Status?: number;
|
|
1211
|
+
export declare enum BarChartOrientation {
|
|
1212
|
+
HORIZONTAL = "HORIZONTAL",
|
|
1213
|
+
VERTICAL = "VERTICAL",
|
|
2539
1214
|
}
|
|
2540
|
-
export
|
|
2541
|
-
|
|
2542
|
-
|
|
1215
|
+
export declare enum AxisBinding {
|
|
1216
|
+
PRIMARY_YAXIS = "PRIMARY_YAXIS",
|
|
1217
|
+
SECONDARY_YAXIS = "SECONDARY_YAXIS",
|
|
2543
1218
|
}
|
|
2544
|
-
export
|
|
2545
|
-
|
|
2546
|
-
|
|
1219
|
+
export interface ReferenceLineDynamicDataConfiguration {
|
|
1220
|
+
Column: ColumnIdentifier | undefined;
|
|
1221
|
+
MeasureAggregationFunction: AggregationFunction | undefined;
|
|
1222
|
+
Calculation: NumericalAggregationFunction | undefined;
|
|
2547
1223
|
}
|
|
2548
|
-
export interface
|
|
2549
|
-
|
|
2550
|
-
Message?: string;
|
|
1224
|
+
export interface ReferenceLineStaticDataConfiguration {
|
|
1225
|
+
Value: number | undefined;
|
|
2551
1226
|
}
|
|
2552
|
-
export interface
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
CreationStatus?: NamespaceStatus | string;
|
|
2557
|
-
IdentityStore?: IdentityStore | string;
|
|
2558
|
-
NamespaceError?: NamespaceError;
|
|
1227
|
+
export interface ReferenceLineDataConfiguration {
|
|
1228
|
+
StaticConfiguration?: ReferenceLineStaticDataConfiguration;
|
|
1229
|
+
DynamicConfiguration?: ReferenceLineDynamicDataConfiguration;
|
|
1230
|
+
AxisBinding?: AxisBinding | string;
|
|
2559
1231
|
}
|
|
2560
|
-
export interface
|
|
2561
|
-
|
|
2562
|
-
RequestId?: string;
|
|
2563
|
-
Status?: number;
|
|
1232
|
+
export interface ReferenceLineCustomLabelConfiguration {
|
|
1233
|
+
CustomLabel: string | undefined;
|
|
2564
1234
|
}
|
|
2565
|
-
export
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
AliasName?: string;
|
|
1235
|
+
export declare enum ReferenceLineLabelHorizontalPosition {
|
|
1236
|
+
CENTER = "CENTER",
|
|
1237
|
+
LEFT = "LEFT",
|
|
1238
|
+
RIGHT = "RIGHT",
|
|
2570
1239
|
}
|
|
2571
|
-
export declare enum
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
1240
|
+
export declare enum ReferenceLineValueLabelRelativePosition {
|
|
1241
|
+
AFTER_CUSTOM_LABEL = "AFTER_CUSTOM_LABEL",
|
|
1242
|
+
BEFORE_CUSTOM_LABEL = "BEFORE_CUSTOM_LABEL",
|
|
1243
|
+
}
|
|
1244
|
+
export interface ReferenceLineValueLabelConfiguration {
|
|
1245
|
+
RelativePosition?: ReferenceLineValueLabelRelativePosition | string;
|
|
1246
|
+
FormatConfiguration?: NumericFormatConfiguration;
|
|
1247
|
+
}
|
|
1248
|
+
export declare enum ReferenceLineLabelVerticalPosition {
|
|
1249
|
+
ABOVE = "ABOVE",
|
|
1250
|
+
BELOW = "BELOW",
|
|
1251
|
+
}
|
|
1252
|
+
export interface ReferenceLineLabelConfiguration {
|
|
1253
|
+
ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration;
|
|
1254
|
+
CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration;
|
|
1255
|
+
FontConfiguration?: FontConfiguration;
|
|
1256
|
+
FontColor?: string;
|
|
1257
|
+
HorizontalPosition?: ReferenceLineLabelHorizontalPosition | string;
|
|
1258
|
+
VerticalPosition?: ReferenceLineLabelVerticalPosition | string;
|
|
1259
|
+
}
|
|
1260
|
+
export declare enum ReferenceLinePatternType {
|
|
1261
|
+
DASHED = "DASHED",
|
|
1262
|
+
DOTTED = "DOTTED",
|
|
1263
|
+
SOLID = "SOLID",
|
|
1264
|
+
}
|
|
1265
|
+
export interface ReferenceLineStyleConfiguration {
|
|
1266
|
+
Pattern?: ReferenceLinePatternType | string;
|
|
1267
|
+
Color?: string;
|
|
1268
|
+
}
|
|
1269
|
+
export interface ReferenceLine {
|
|
1270
|
+
Status?: WidgetStatus | string;
|
|
1271
|
+
DataConfiguration: ReferenceLineDataConfiguration | undefined;
|
|
1272
|
+
StyleConfiguration?: ReferenceLineStyleConfiguration;
|
|
1273
|
+
LabelConfiguration?: ReferenceLineLabelConfiguration;
|
|
1274
|
+
}
|
|
1275
|
+
export declare enum PanelBorderStyle {
|
|
1276
|
+
DASHED = "DASHED",
|
|
1277
|
+
DOTTED = "DOTTED",
|
|
1278
|
+
SOLID = "SOLID",
|
|
1279
|
+
}
|
|
1280
|
+
export declare enum HorizontalTextAlignment {
|
|
1281
|
+
AUTO = "AUTO",
|
|
1282
|
+
CENTER = "CENTER",
|
|
1283
|
+
LEFT = "LEFT",
|
|
1284
|
+
RIGHT = "RIGHT",
|
|
2576
1285
|
}
|
|
2577
|
-
export interface
|
|
2578
|
-
|
|
2579
|
-
|
|
1286
|
+
export interface PanelTitleOptions {
|
|
1287
|
+
Visibility?: Visibility | string;
|
|
1288
|
+
FontConfiguration?: FontConfiguration;
|
|
1289
|
+
HorizontalTextAlignment?: HorizontalTextAlignment | string;
|
|
1290
|
+
}
|
|
1291
|
+
export interface PanelConfiguration {
|
|
1292
|
+
Title?: PanelTitleOptions;
|
|
1293
|
+
BorderVisibility?: Visibility | string;
|
|
1294
|
+
BorderThickness?: string;
|
|
1295
|
+
BorderStyle?: PanelBorderStyle | string;
|
|
1296
|
+
BorderColor?: string;
|
|
1297
|
+
GutterVisibility?: Visibility | string;
|
|
1298
|
+
GutterSpacing?: string;
|
|
1299
|
+
BackgroundVisibility?: Visibility | string;
|
|
1300
|
+
BackgroundColor?: string;
|
|
1301
|
+
}
|
|
1302
|
+
export interface SmallMultiplesOptions {
|
|
1303
|
+
MaxVisibleRows?: number;
|
|
1304
|
+
MaxVisibleColumns?: number;
|
|
1305
|
+
PanelConfiguration?: PanelConfiguration;
|
|
1306
|
+
}
|
|
1307
|
+
export declare enum OtherCategories {
|
|
1308
|
+
EXCLUDE = "EXCLUDE",
|
|
1309
|
+
INCLUDE = "INCLUDE",
|
|
1310
|
+
}
|
|
1311
|
+
export interface ItemsLimitConfiguration {
|
|
1312
|
+
ItemsLimit?: number;
|
|
1313
|
+
OtherCategories?: OtherCategories | string;
|
|
1314
|
+
}
|
|
1315
|
+
export interface ColumnSort {
|
|
1316
|
+
SortBy: ColumnIdentifier | undefined;
|
|
1317
|
+
Direction: SortDirection | string | undefined;
|
|
1318
|
+
AggregationFunction?: AggregationFunction;
|
|
1319
|
+
}
|
|
1320
|
+
export interface FieldSort {
|
|
1321
|
+
FieldId: string | undefined;
|
|
1322
|
+
Direction: SortDirection | string | undefined;
|
|
1323
|
+
}
|
|
1324
|
+
export interface FieldSortOptions {
|
|
1325
|
+
FieldSort?: FieldSort;
|
|
1326
|
+
ColumnSort?: ColumnSort;
|
|
1327
|
+
}
|
|
1328
|
+
export interface BarChartSortConfiguration {
|
|
1329
|
+
CategorySort?: FieldSortOptions[];
|
|
1330
|
+
CategoryItemsLimit?: ItemsLimitConfiguration;
|
|
1331
|
+
ColorSort?: FieldSortOptions[];
|
|
1332
|
+
ColorItemsLimit?: ItemsLimitConfiguration;
|
|
1333
|
+
SmallMultiplesSort?: FieldSortOptions[];
|
|
1334
|
+
SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
|
|
1335
|
+
}
|
|
1336
|
+
export interface ColumnTooltipItem {
|
|
1337
|
+
Column: ColumnIdentifier | undefined;
|
|
1338
|
+
Label?: string;
|
|
1339
|
+
Visibility?: Visibility | string;
|
|
1340
|
+
Aggregation?: AggregationFunction;
|
|
1341
|
+
}
|
|
1342
|
+
export interface FieldTooltipItem {
|
|
1343
|
+
FieldId: string | undefined;
|
|
1344
|
+
Label?: string;
|
|
1345
|
+
Visibility?: Visibility | string;
|
|
1346
|
+
}
|
|
1347
|
+
export interface TooltipItem {
|
|
1348
|
+
FieldTooltipItem?: FieldTooltipItem;
|
|
1349
|
+
ColumnTooltipItem?: ColumnTooltipItem;
|
|
1350
|
+
}
|
|
1351
|
+
export declare enum TooltipTitleType {
|
|
1352
|
+
NONE = "NONE",
|
|
1353
|
+
PRIMARY_VALUE = "PRIMARY_VALUE",
|
|
1354
|
+
}
|
|
1355
|
+
export interface FieldBasedTooltip {
|
|
1356
|
+
AggregationVisibility?: Visibility | string;
|
|
1357
|
+
TooltipTitleType?: TooltipTitleType | string;
|
|
1358
|
+
TooltipFields?: TooltipItem[];
|
|
1359
|
+
}
|
|
1360
|
+
export declare enum SelectedTooltipType {
|
|
1361
|
+
BASIC = "BASIC",
|
|
1362
|
+
DETAILED = "DETAILED",
|
|
1363
|
+
}
|
|
1364
|
+
export interface TooltipOptions {
|
|
1365
|
+
TooltipVisibility?: Visibility | string;
|
|
1366
|
+
SelectedTooltipType?: SelectedTooltipType | string;
|
|
1367
|
+
FieldBasedTooltip?: FieldBasedTooltip;
|
|
1368
|
+
}
|
|
1369
|
+
export interface DataPathValue {
|
|
1370
|
+
FieldId: string | undefined;
|
|
1371
|
+
FieldValue: string | undefined;
|
|
1372
|
+
}
|
|
1373
|
+
export interface DataPathColor {
|
|
1374
|
+
Element: DataPathValue | undefined;
|
|
1375
|
+
Color: string | undefined;
|
|
1376
|
+
TimeGranularity?: TimeGranularity | string;
|
|
1377
|
+
}
|
|
1378
|
+
export interface VisualPalette {
|
|
1379
|
+
ChartColor?: string;
|
|
1380
|
+
ColorMap?: DataPathColor[];
|
|
1381
|
+
}
|
|
1382
|
+
export interface BarChartConfiguration {
|
|
1383
|
+
FieldWells?: BarChartFieldWells;
|
|
1384
|
+
SortConfiguration?: BarChartSortConfiguration;
|
|
1385
|
+
Orientation?: BarChartOrientation | string;
|
|
1386
|
+
BarsArrangement?: BarsArrangement | string;
|
|
1387
|
+
VisualPalette?: VisualPalette;
|
|
1388
|
+
SmallMultiplesOptions?: SmallMultiplesOptions;
|
|
1389
|
+
CategoryAxis?: AxisDisplayOptions;
|
|
1390
|
+
CategoryLabelOptions?: ChartAxisLabelOptions;
|
|
1391
|
+
ValueAxis?: AxisDisplayOptions;
|
|
1392
|
+
ValueLabelOptions?: ChartAxisLabelOptions;
|
|
1393
|
+
ColorLabelOptions?: ChartAxisLabelOptions;
|
|
1394
|
+
Legend?: LegendOptions;
|
|
1395
|
+
DataLabels?: DataLabelOptions;
|
|
1396
|
+
Tooltip?: TooltipOptions;
|
|
1397
|
+
ReferenceLines?: ReferenceLine[];
|
|
1398
|
+
ContributionAnalysisDefaults?: ContributionAnalysisDefault[];
|
|
1399
|
+
}
|
|
1400
|
+
export interface CategoryDrillDownFilter {
|
|
1401
|
+
Column: ColumnIdentifier | undefined;
|
|
1402
|
+
CategoryValues: string[] | undefined;
|
|
1403
|
+
}
|
|
1404
|
+
export interface NumericEqualityDrillDownFilter {
|
|
1405
|
+
Column: ColumnIdentifier | undefined;
|
|
1406
|
+
Value: number | undefined;
|
|
1407
|
+
}
|
|
1408
|
+
export interface TimeRangeDrillDownFilter {
|
|
1409
|
+
Column: ColumnIdentifier | undefined;
|
|
1410
|
+
RangeMinimum: Date | undefined;
|
|
1411
|
+
RangeMaximum: Date | undefined;
|
|
1412
|
+
TimeGranularity: TimeGranularity | string | undefined;
|
|
1413
|
+
}
|
|
1414
|
+
export interface DrillDownFilter {
|
|
1415
|
+
NumericEqualityFilter?: NumericEqualityDrillDownFilter;
|
|
1416
|
+
CategoryFilter?: CategoryDrillDownFilter;
|
|
1417
|
+
TimeRangeFilter?: TimeRangeDrillDownFilter;
|
|
1418
|
+
}
|
|
1419
|
+
export interface DateTimeHierarchy {
|
|
1420
|
+
HierarchyId: string | undefined;
|
|
1421
|
+
DrillDownFilters?: DrillDownFilter[];
|
|
1422
|
+
}
|
|
1423
|
+
export interface ExplicitHierarchy {
|
|
1424
|
+
HierarchyId: string | undefined;
|
|
1425
|
+
Columns: ColumnIdentifier[] | undefined;
|
|
1426
|
+
DrillDownFilters?: DrillDownFilter[];
|
|
1427
|
+
}
|
|
1428
|
+
export interface PredefinedHierarchy {
|
|
1429
|
+
HierarchyId: string | undefined;
|
|
1430
|
+
Columns: ColumnIdentifier[] | undefined;
|
|
1431
|
+
DrillDownFilters?: DrillDownFilter[];
|
|
1432
|
+
}
|
|
1433
|
+
export interface ColumnHierarchy {
|
|
1434
|
+
ExplicitHierarchy?: ExplicitHierarchy;
|
|
1435
|
+
DateTimeHierarchy?: DateTimeHierarchy;
|
|
1436
|
+
PredefinedHierarchy?: PredefinedHierarchy;
|
|
1437
|
+
}
|
|
1438
|
+
export interface LongFormatText {
|
|
1439
|
+
PlainText?: string;
|
|
1440
|
+
RichText?: string;
|
|
1441
|
+
}
|
|
1442
|
+
export interface VisualSubtitleLabelOptions {
|
|
1443
|
+
Visibility?: Visibility | string;
|
|
1444
|
+
FormatText?: LongFormatText;
|
|
1445
|
+
}
|
|
1446
|
+
export interface ShortFormatText {
|
|
1447
|
+
PlainText?: string;
|
|
1448
|
+
RichText?: string;
|
|
1449
|
+
}
|
|
1450
|
+
export interface VisualTitleLabelOptions {
|
|
1451
|
+
Visibility?: Visibility | string;
|
|
1452
|
+
FormatText?: ShortFormatText;
|
|
1453
|
+
}
|
|
1454
|
+
export interface BarChartVisual {
|
|
1455
|
+
VisualId: string | undefined;
|
|
1456
|
+
Title?: VisualTitleLabelOptions;
|
|
1457
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
1458
|
+
ChartConfiguration?: BarChartConfiguration;
|
|
1459
|
+
Actions?: VisualCustomAction[];
|
|
1460
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
1461
|
+
}
|
|
1462
|
+
export declare enum BoxPlotFillStyle {
|
|
1463
|
+
SOLID = "SOLID",
|
|
1464
|
+
TRANSPARENT = "TRANSPARENT",
|
|
1465
|
+
}
|
|
1466
|
+
export interface BoxPlotStyleOptions {
|
|
1467
|
+
FillStyle?: BoxPlotFillStyle | string;
|
|
1468
|
+
}
|
|
1469
|
+
export interface BoxPlotOptions {
|
|
1470
|
+
StyleOptions?: BoxPlotStyleOptions;
|
|
1471
|
+
OutlierVisibility?: Visibility | string;
|
|
1472
|
+
AllDataPointsVisibility?: Visibility | string;
|
|
1473
|
+
}
|
|
1474
|
+
export interface BoxPlotAggregatedFieldWells {
|
|
1475
|
+
GroupBy?: DimensionField[];
|
|
1476
|
+
Values?: MeasureField[];
|
|
1477
|
+
}
|
|
1478
|
+
export interface BoxPlotFieldWells {
|
|
1479
|
+
BoxPlotAggregatedFieldWells?: BoxPlotAggregatedFieldWells;
|
|
1480
|
+
}
|
|
1481
|
+
export interface PaginationConfiguration {
|
|
1482
|
+
PageSize: number | undefined;
|
|
1483
|
+
PageNumber: number | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface BoxPlotSortConfiguration {
|
|
1486
|
+
CategorySort?: FieldSortOptions[];
|
|
1487
|
+
PaginationConfiguration?: PaginationConfiguration;
|
|
1488
|
+
}
|
|
1489
|
+
export interface BoxPlotChartConfiguration {
|
|
1490
|
+
FieldWells?: BoxPlotFieldWells;
|
|
1491
|
+
SortConfiguration?: BoxPlotSortConfiguration;
|
|
1492
|
+
BoxPlotOptions?: BoxPlotOptions;
|
|
1493
|
+
CategoryAxis?: AxisDisplayOptions;
|
|
1494
|
+
CategoryLabelOptions?: ChartAxisLabelOptions;
|
|
1495
|
+
PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
1496
|
+
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1497
|
+
Legend?: LegendOptions;
|
|
1498
|
+
Tooltip?: TooltipOptions;
|
|
1499
|
+
ReferenceLines?: ReferenceLine[];
|
|
1500
|
+
VisualPalette?: VisualPalette;
|
|
1501
|
+
}
|
|
1502
|
+
export interface BoxPlotVisual {
|
|
1503
|
+
VisualId: string | undefined;
|
|
1504
|
+
Title?: VisualTitleLabelOptions;
|
|
1505
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
1506
|
+
ChartConfiguration?: BoxPlotChartConfiguration;
|
|
1507
|
+
Actions?: VisualCustomAction[];
|
|
1508
|
+
ColumnHierarchies?: ColumnHierarchy[];
|
|
1509
|
+
}
|
|
1510
|
+
export interface ComboChartAggregatedFieldWells {
|
|
1511
|
+
Category?: DimensionField[];
|
|
1512
|
+
BarValues?: MeasureField[];
|
|
1513
|
+
Colors?: DimensionField[];
|
|
1514
|
+
LineValues?: MeasureField[];
|
|
1515
|
+
}
|
|
1516
|
+
export interface ComboChartFieldWells {
|
|
1517
|
+
ComboChartAggregatedFieldWells?: ComboChartAggregatedFieldWells;
|
|
1518
|
+
}
|
|
1519
|
+
export interface ComboChartSortConfiguration {
|
|
1520
|
+
CategorySort?: FieldSortOptions[];
|
|
1521
|
+
CategoryItemsLimit?: ItemsLimitConfiguration;
|
|
1522
|
+
ColorSort?: FieldSortOptions[];
|
|
1523
|
+
ColorItemsLimit?: ItemsLimitConfiguration;
|
|
1524
|
+
}
|
|
1525
|
+
export interface ComboChartConfiguration {
|
|
1526
|
+
FieldWells?: ComboChartFieldWells;
|
|
1527
|
+
SortConfiguration?: ComboChartSortConfiguration;
|
|
1528
|
+
BarsArrangement?: BarsArrangement | string;
|
|
1529
|
+
CategoryAxis?: AxisDisplayOptions;
|
|
1530
|
+
CategoryLabelOptions?: ChartAxisLabelOptions;
|
|
1531
|
+
PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
1532
|
+
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1533
|
+
SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
1534
|
+
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1535
|
+
ColorLabelOptions?: ChartAxisLabelOptions;
|
|
1536
|
+
Legend?: LegendOptions;
|
|
1537
|
+
BarDataLabels?: DataLabelOptions;
|
|
1538
|
+
LineDataLabels?: DataLabelOptions;
|
|
1539
|
+
Tooltip?: TooltipOptions;
|
|
1540
|
+
ReferenceLines?: ReferenceLine[];
|
|
1541
|
+
VisualPalette?: VisualPalette;
|
|
2580
1542
|
}
|
|
2581
1543
|
export declare const AccountCustomizationFilterSensitiveLog: (
|
|
2582
1544
|
obj: AccountCustomization
|
|
@@ -2591,670 +1553,668 @@ export declare const ActiveIAMPolicyAssignmentFilterSensitiveLog: (
|
|
|
2591
1553
|
export declare const AdHocFilteringOptionFilterSensitiveLog: (
|
|
2592
1554
|
obj: AdHocFilteringOption
|
|
2593
1555
|
) => any;
|
|
1556
|
+
export declare const PercentileAggregationFilterSensitiveLog: (
|
|
1557
|
+
obj: PercentileAggregation
|
|
1558
|
+
) => any;
|
|
1559
|
+
export declare const NumericalAggregationFunctionFilterSensitiveLog: (
|
|
1560
|
+
obj: NumericalAggregationFunction
|
|
1561
|
+
) => any;
|
|
1562
|
+
export declare const AggregationFunctionFilterSensitiveLog: (
|
|
1563
|
+
obj: AggregationFunction
|
|
1564
|
+
) => any;
|
|
1565
|
+
export declare const ColumnIdentifierFilterSensitiveLog: (
|
|
1566
|
+
obj: ColumnIdentifier
|
|
1567
|
+
) => any;
|
|
1568
|
+
export declare const AggregationSortConfigurationFilterSensitiveLog: (
|
|
1569
|
+
obj: AggregationSortConfiguration
|
|
1570
|
+
) => any;
|
|
2594
1571
|
export declare const AmazonElasticsearchParametersFilterSensitiveLog: (
|
|
2595
1572
|
obj: AmazonElasticsearchParameters
|
|
2596
1573
|
) => any;
|
|
2597
1574
|
export declare const AmazonOpenSearchParametersFilterSensitiveLog: (
|
|
2598
1575
|
obj: AmazonOpenSearchParameters
|
|
2599
1576
|
) => any;
|
|
1577
|
+
export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
|
|
2600
1578
|
export declare const AnalysisErrorFilterSensitiveLog: (
|
|
2601
1579
|
obj: AnalysisError
|
|
2602
1580
|
) => any;
|
|
2603
1581
|
export declare const SheetFilterSensitiveLog: (obj: Sheet) => any;
|
|
2604
1582
|
export declare const AnalysisFilterSensitiveLog: (obj: Analysis) => any;
|
|
2605
|
-
export declare const
|
|
2606
|
-
obj:
|
|
2607
|
-
) => any;
|
|
2608
|
-
export declare const DataSetReferenceFilterSensitiveLog: (
|
|
2609
|
-
obj: DataSetReference
|
|
1583
|
+
export declare const FreeFormLayoutScreenCanvasSizeOptionsFilterSensitiveLog: (
|
|
1584
|
+
obj: FreeFormLayoutScreenCanvasSizeOptions
|
|
2610
1585
|
) => any;
|
|
2611
|
-
export declare const
|
|
2612
|
-
obj:
|
|
1586
|
+
export declare const FreeFormLayoutCanvasSizeOptionsFilterSensitiveLog: (
|
|
1587
|
+
obj: FreeFormLayoutCanvasSizeOptions
|
|
2613
1588
|
) => any;
|
|
2614
|
-
export declare const
|
|
2615
|
-
obj:
|
|
1589
|
+
export declare const DefaultFreeFormLayoutConfigurationFilterSensitiveLog: (
|
|
1590
|
+
obj: DefaultFreeFormLayoutConfiguration
|
|
2616
1591
|
) => any;
|
|
2617
|
-
export declare const
|
|
2618
|
-
obj:
|
|
1592
|
+
export declare const GridLayoutScreenCanvasSizeOptionsFilterSensitiveLog: (
|
|
1593
|
+
obj: GridLayoutScreenCanvasSizeOptions
|
|
2619
1594
|
) => any;
|
|
2620
|
-
export declare const
|
|
2621
|
-
obj:
|
|
1595
|
+
export declare const GridLayoutCanvasSizeOptionsFilterSensitiveLog: (
|
|
1596
|
+
obj: GridLayoutCanvasSizeOptions
|
|
2622
1597
|
) => any;
|
|
2623
|
-
export declare const
|
|
2624
|
-
obj:
|
|
1598
|
+
export declare const DefaultGridLayoutConfigurationFilterSensitiveLog: (
|
|
1599
|
+
obj: DefaultGridLayoutConfiguration
|
|
2625
1600
|
) => any;
|
|
2626
|
-
export declare const
|
|
2627
|
-
obj:
|
|
1601
|
+
export declare const DefaultInteractiveLayoutConfigurationFilterSensitiveLog: (
|
|
1602
|
+
obj: DefaultInteractiveLayoutConfiguration
|
|
2628
1603
|
) => any;
|
|
2629
|
-
export declare const
|
|
2630
|
-
|
|
1604
|
+
export declare const SpacingFilterSensitiveLog: (obj: Spacing) => any;
|
|
1605
|
+
export declare const SectionBasedLayoutPaperCanvasSizeOptionsFilterSensitiveLog: (
|
|
1606
|
+
obj: SectionBasedLayoutPaperCanvasSizeOptions
|
|
2631
1607
|
) => any;
|
|
2632
|
-
export declare const
|
|
2633
|
-
obj:
|
|
1608
|
+
export declare const SectionBasedLayoutCanvasSizeOptionsFilterSensitiveLog: (
|
|
1609
|
+
obj: SectionBasedLayoutCanvasSizeOptions
|
|
2634
1610
|
) => any;
|
|
2635
|
-
export declare const
|
|
2636
|
-
obj:
|
|
1611
|
+
export declare const DefaultSectionBasedLayoutConfigurationFilterSensitiveLog: (
|
|
1612
|
+
obj: DefaultSectionBasedLayoutConfiguration
|
|
2637
1613
|
) => any;
|
|
2638
|
-
export declare const
|
|
2639
|
-
obj:
|
|
1614
|
+
export declare const DefaultPaginatedLayoutConfigurationFilterSensitiveLog: (
|
|
1615
|
+
obj: DefaultPaginatedLayoutConfiguration
|
|
2640
1616
|
) => any;
|
|
2641
|
-
export declare const
|
|
2642
|
-
obj:
|
|
1617
|
+
export declare const DefaultNewSheetConfigurationFilterSensitiveLog: (
|
|
1618
|
+
obj: DefaultNewSheetConfiguration
|
|
2643
1619
|
) => any;
|
|
2644
|
-
export declare const
|
|
2645
|
-
obj:
|
|
1620
|
+
export declare const AnalysisDefaultsFilterSensitiveLog: (
|
|
1621
|
+
obj: AnalysisDefaults
|
|
2646
1622
|
) => any;
|
|
2647
|
-
export declare const
|
|
2648
|
-
|
|
2649
|
-
obj: CalculatedColumn
|
|
1623
|
+
export declare const CalculatedFieldFilterSensitiveLog: (
|
|
1624
|
+
obj: CalculatedField
|
|
2650
1625
|
) => any;
|
|
2651
|
-
export declare const
|
|
2652
|
-
obj:
|
|
1626
|
+
export declare const NullValueFormatConfigurationFilterSensitiveLog: (
|
|
1627
|
+
obj: NullValueFormatConfiguration
|
|
2653
1628
|
) => any;
|
|
2654
|
-
export declare const
|
|
2655
|
-
obj:
|
|
1629
|
+
export declare const DecimalPlacesConfigurationFilterSensitiveLog: (
|
|
1630
|
+
obj: DecimalPlacesConfiguration
|
|
2656
1631
|
) => any;
|
|
2657
|
-
export declare const
|
|
2658
|
-
obj:
|
|
1632
|
+
export declare const NegativeValueConfigurationFilterSensitiveLog: (
|
|
1633
|
+
obj: NegativeValueConfiguration
|
|
2659
1634
|
) => any;
|
|
2660
|
-
export declare const
|
|
2661
|
-
obj:
|
|
1635
|
+
export declare const ThousandSeparatorOptionsFilterSensitiveLog: (
|
|
1636
|
+
obj: ThousandSeparatorOptions
|
|
2662
1637
|
) => any;
|
|
2663
|
-
export declare const
|
|
2664
|
-
obj:
|
|
1638
|
+
export declare const NumericSeparatorConfigurationFilterSensitiveLog: (
|
|
1639
|
+
obj: NumericSeparatorConfiguration
|
|
2665
1640
|
) => any;
|
|
2666
|
-
export declare const
|
|
2667
|
-
|
|
2668
|
-
obj: ColumnGroupColumnSchema
|
|
1641
|
+
export declare const CurrencyDisplayFormatConfigurationFilterSensitiveLog: (
|
|
1642
|
+
obj: CurrencyDisplayFormatConfiguration
|
|
2669
1643
|
) => any;
|
|
2670
|
-
export declare const
|
|
2671
|
-
obj:
|
|
1644
|
+
export declare const NumberDisplayFormatConfigurationFilterSensitiveLog: (
|
|
1645
|
+
obj: NumberDisplayFormatConfiguration
|
|
2672
1646
|
) => any;
|
|
2673
|
-
export declare const
|
|
2674
|
-
obj:
|
|
1647
|
+
export declare const PercentageDisplayFormatConfigurationFilterSensitiveLog: (
|
|
1648
|
+
obj: PercentageDisplayFormatConfiguration
|
|
2675
1649
|
) => any;
|
|
2676
|
-
export declare const
|
|
2677
|
-
|
|
2678
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2679
|
-
export declare const CreateAccountCustomizationRequestFilterSensitiveLog: (
|
|
2680
|
-
obj: CreateAccountCustomizationRequest
|
|
1650
|
+
export declare const NumericFormatConfigurationFilterSensitiveLog: (
|
|
1651
|
+
obj: NumericFormatConfiguration
|
|
2681
1652
|
) => any;
|
|
2682
|
-
export declare const
|
|
2683
|
-
obj:
|
|
1653
|
+
export declare const DateTimeFormatConfigurationFilterSensitiveLog: (
|
|
1654
|
+
obj: DateTimeFormatConfiguration
|
|
2684
1655
|
) => any;
|
|
2685
|
-
export declare const
|
|
2686
|
-
obj:
|
|
1656
|
+
export declare const NumberFormatConfigurationFilterSensitiveLog: (
|
|
1657
|
+
obj: NumberFormatConfiguration
|
|
2687
1658
|
) => any;
|
|
2688
|
-
export declare const
|
|
2689
|
-
obj:
|
|
1659
|
+
export declare const StringFormatConfigurationFilterSensitiveLog: (
|
|
1660
|
+
obj: StringFormatConfiguration
|
|
2690
1661
|
) => any;
|
|
2691
|
-
export declare const
|
|
2692
|
-
obj:
|
|
1662
|
+
export declare const FormatConfigurationFilterSensitiveLog: (
|
|
1663
|
+
obj: FormatConfiguration
|
|
2693
1664
|
) => any;
|
|
2694
|
-
export declare const
|
|
2695
|
-
obj:
|
|
1665
|
+
export declare const ColumnConfigurationFilterSensitiveLog: (
|
|
1666
|
+
obj: ColumnConfiguration
|
|
2696
1667
|
) => any;
|
|
2697
|
-
export declare const
|
|
2698
|
-
obj:
|
|
1668
|
+
export declare const DataSetIdentifierDeclarationFilterSensitiveLog: (
|
|
1669
|
+
obj: DataSetIdentifierDeclaration
|
|
2699
1670
|
) => any;
|
|
2700
|
-
export declare const
|
|
2701
|
-
obj:
|
|
1671
|
+
export declare const CustomFilterConfigurationFilterSensitiveLog: (
|
|
1672
|
+
obj: CustomFilterConfiguration
|
|
2702
1673
|
) => any;
|
|
2703
|
-
export declare const
|
|
2704
|
-
obj:
|
|
1674
|
+
export declare const CustomFilterListConfigurationFilterSensitiveLog: (
|
|
1675
|
+
obj: CustomFilterListConfiguration
|
|
2705
1676
|
) => any;
|
|
2706
|
-
export declare const
|
|
2707
|
-
|
|
2708
|
-
obj: ResourcePermission
|
|
1677
|
+
export declare const FilterListConfigurationFilterSensitiveLog: (
|
|
1678
|
+
obj: FilterListConfiguration
|
|
2709
1679
|
) => any;
|
|
2710
|
-
export declare const
|
|
2711
|
-
obj:
|
|
1680
|
+
export declare const CategoryFilterConfigurationFilterSensitiveLog: (
|
|
1681
|
+
obj: CategoryFilterConfiguration
|
|
2712
1682
|
) => any;
|
|
2713
|
-
export declare const
|
|
2714
|
-
obj:
|
|
1683
|
+
export declare const CategoryFilterFilterSensitiveLog: (
|
|
1684
|
+
obj: CategoryFilter
|
|
2715
1685
|
) => any;
|
|
2716
|
-
export declare const
|
|
2717
|
-
obj:
|
|
1686
|
+
export declare const NumericEqualityFilterFilterSensitiveLog: (
|
|
1687
|
+
obj: NumericEqualityFilter
|
|
2718
1688
|
) => any;
|
|
2719
|
-
export declare const
|
|
2720
|
-
obj:
|
|
1689
|
+
export declare const NumericRangeFilterValueFilterSensitiveLog: (
|
|
1690
|
+
obj: NumericRangeFilterValue
|
|
2721
1691
|
) => any;
|
|
2722
|
-
export declare const
|
|
2723
|
-
obj:
|
|
1692
|
+
export declare const NumericRangeFilterFilterSensitiveLog: (
|
|
1693
|
+
obj: NumericRangeFilter
|
|
2724
1694
|
) => any;
|
|
2725
|
-
export declare const
|
|
2726
|
-
obj:
|
|
1695
|
+
export declare const AnchorDateConfigurationFilterSensitiveLog: (
|
|
1696
|
+
obj: AnchorDateConfiguration
|
|
2727
1697
|
) => any;
|
|
2728
|
-
export declare const
|
|
2729
|
-
obj:
|
|
1698
|
+
export declare const ExcludePeriodConfigurationFilterSensitiveLog: (
|
|
1699
|
+
obj: ExcludePeriodConfiguration
|
|
2730
1700
|
) => any;
|
|
2731
|
-
export declare const
|
|
2732
|
-
obj:
|
|
1701
|
+
export declare const RelativeDatesFilterFilterSensitiveLog: (
|
|
1702
|
+
obj: RelativeDatesFilter
|
|
2733
1703
|
) => any;
|
|
2734
|
-
export declare const
|
|
2735
|
-
obj:
|
|
1704
|
+
export declare const TimeEqualityFilterFilterSensitiveLog: (
|
|
1705
|
+
obj: TimeEqualityFilter
|
|
2736
1706
|
) => any;
|
|
2737
|
-
export declare const
|
|
2738
|
-
obj:
|
|
1707
|
+
export declare const RollingDateConfigurationFilterSensitiveLog: (
|
|
1708
|
+
obj: RollingDateConfiguration
|
|
2739
1709
|
) => any;
|
|
2740
|
-
export declare const
|
|
2741
|
-
obj:
|
|
1710
|
+
export declare const TimeRangeFilterValueFilterSensitiveLog: (
|
|
1711
|
+
obj: TimeRangeFilterValue
|
|
2742
1712
|
) => any;
|
|
2743
|
-
export declare const
|
|
2744
|
-
|
|
2745
|
-
obj: FilterOperation
|
|
1713
|
+
export declare const TimeRangeFilterFilterSensitiveLog: (
|
|
1714
|
+
obj: TimeRangeFilter
|
|
2746
1715
|
) => any;
|
|
2747
|
-
export declare const
|
|
2748
|
-
obj:
|
|
1716
|
+
export declare const TopBottomFilterFilterSensitiveLog: (
|
|
1717
|
+
obj: TopBottomFilter
|
|
2749
1718
|
) => any;
|
|
2750
|
-
export declare const
|
|
2751
|
-
|
|
1719
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1720
|
+
export declare const SheetVisualScopingConfigurationFilterSensitiveLog: (
|
|
1721
|
+
obj: SheetVisualScopingConfiguration
|
|
2752
1722
|
) => any;
|
|
2753
|
-
export declare const
|
|
2754
|
-
obj:
|
|
1723
|
+
export declare const SelectedSheetsFilterScopeConfigurationFilterSensitiveLog: (
|
|
1724
|
+
obj: SelectedSheetsFilterScopeConfiguration
|
|
2755
1725
|
) => any;
|
|
2756
|
-
export declare const
|
|
2757
|
-
obj:
|
|
1726
|
+
export declare const FilterScopeConfigurationFilterSensitiveLog: (
|
|
1727
|
+
obj: FilterScopeConfiguration
|
|
2758
1728
|
) => any;
|
|
2759
|
-
export declare const
|
|
2760
|
-
|
|
1729
|
+
export declare const FilterGroupFilterSensitiveLog: (obj: FilterGroup) => any;
|
|
1730
|
+
export declare const DynamicDefaultValueFilterSensitiveLog: (
|
|
1731
|
+
obj: DynamicDefaultValue
|
|
2761
1732
|
) => any;
|
|
2762
|
-
export declare const
|
|
2763
|
-
obj:
|
|
1733
|
+
export declare const DateTimeDefaultValuesFilterSensitiveLog: (
|
|
1734
|
+
obj: DateTimeDefaultValues
|
|
2764
1735
|
) => any;
|
|
2765
|
-
export declare const
|
|
2766
|
-
obj:
|
|
1736
|
+
export declare const DateTimeValueWhenUnsetConfigurationFilterSensitiveLog: (
|
|
1737
|
+
obj: DateTimeValueWhenUnsetConfiguration
|
|
2767
1738
|
) => any;
|
|
2768
|
-
export declare const
|
|
2769
|
-
obj:
|
|
1739
|
+
export declare const DateTimeParameterDeclarationFilterSensitiveLog: (
|
|
1740
|
+
obj: DateTimeParameterDeclaration
|
|
2770
1741
|
) => any;
|
|
2771
|
-
export declare const
|
|
2772
|
-
|
|
2773
|
-
export declare const CustomSqlFilterSensitiveLog: (obj: CustomSql) => any;
|
|
2774
|
-
export declare const RelationalTableFilterSensitiveLog: (
|
|
2775
|
-
obj: RelationalTable
|
|
1742
|
+
export declare const DecimalDefaultValuesFilterSensitiveLog: (
|
|
1743
|
+
obj: DecimalDefaultValues
|
|
2776
1744
|
) => any;
|
|
2777
|
-
export declare const
|
|
2778
|
-
obj:
|
|
1745
|
+
export declare const DecimalValueWhenUnsetConfigurationFilterSensitiveLog: (
|
|
1746
|
+
obj: DecimalValueWhenUnsetConfiguration
|
|
2779
1747
|
) => any;
|
|
2780
|
-
export declare const
|
|
2781
|
-
|
|
2782
|
-
obj: PhysicalTable
|
|
1748
|
+
export declare const DecimalParameterDeclarationFilterSensitiveLog: (
|
|
1749
|
+
obj: DecimalParameterDeclaration
|
|
2783
1750
|
) => any;
|
|
2784
|
-
export declare const
|
|
2785
|
-
obj:
|
|
1751
|
+
export declare const IntegerDefaultValuesFilterSensitiveLog: (
|
|
1752
|
+
obj: IntegerDefaultValues
|
|
2786
1753
|
) => any;
|
|
2787
|
-
export declare const
|
|
2788
|
-
obj:
|
|
1754
|
+
export declare const IntegerValueWhenUnsetConfigurationFilterSensitiveLog: (
|
|
1755
|
+
obj: IntegerValueWhenUnsetConfiguration
|
|
2789
1756
|
) => any;
|
|
2790
|
-
export declare const
|
|
2791
|
-
obj:
|
|
1757
|
+
export declare const IntegerParameterDeclarationFilterSensitiveLog: (
|
|
1758
|
+
obj: IntegerParameterDeclaration
|
|
2792
1759
|
) => any;
|
|
2793
|
-
export declare const
|
|
2794
|
-
obj:
|
|
1760
|
+
export declare const StringDefaultValuesFilterSensitiveLog: (
|
|
1761
|
+
obj: StringDefaultValues
|
|
2795
1762
|
) => any;
|
|
2796
|
-
export declare const
|
|
2797
|
-
obj:
|
|
1763
|
+
export declare const StringValueWhenUnsetConfigurationFilterSensitiveLog: (
|
|
1764
|
+
obj: StringValueWhenUnsetConfiguration
|
|
2798
1765
|
) => any;
|
|
2799
|
-
export declare const
|
|
2800
|
-
obj:
|
|
1766
|
+
export declare const StringParameterDeclarationFilterSensitiveLog: (
|
|
1767
|
+
obj: StringParameterDeclaration
|
|
2801
1768
|
) => any;
|
|
2802
|
-
export declare const
|
|
2803
|
-
obj:
|
|
1769
|
+
export declare const ParameterDeclarationFilterSensitiveLog: (
|
|
1770
|
+
obj: ParameterDeclaration
|
|
2804
1771
|
) => any;
|
|
2805
|
-
export declare const
|
|
2806
|
-
|
|
1772
|
+
export declare const FontSizeFilterSensitiveLog: (obj: FontSize) => any;
|
|
1773
|
+
export declare const FontWeightFilterSensitiveLog: (obj: FontWeight) => any;
|
|
1774
|
+
export declare const FontConfigurationFilterSensitiveLog: (
|
|
1775
|
+
obj: FontConfiguration
|
|
2807
1776
|
) => any;
|
|
2808
|
-
export declare const
|
|
2809
|
-
|
|
1777
|
+
export declare const LabelOptionsFilterSensitiveLog: (obj: LabelOptions) => any;
|
|
1778
|
+
export declare const DateTimePickerControlDisplayOptionsFilterSensitiveLog: (
|
|
1779
|
+
obj: DateTimePickerControlDisplayOptions
|
|
2810
1780
|
) => any;
|
|
2811
|
-
export declare const
|
|
2812
|
-
obj:
|
|
1781
|
+
export declare const FilterDateTimePickerControlFilterSensitiveLog: (
|
|
1782
|
+
obj: FilterDateTimePickerControl
|
|
2813
1783
|
) => any;
|
|
2814
|
-
export declare const
|
|
2815
|
-
obj:
|
|
1784
|
+
export declare const CascadingControlSourceFilterSensitiveLog: (
|
|
1785
|
+
obj: CascadingControlSource
|
|
2816
1786
|
) => any;
|
|
2817
|
-
export declare const
|
|
2818
|
-
obj:
|
|
1787
|
+
export declare const CascadingControlConfigurationFilterSensitiveLog: (
|
|
1788
|
+
obj: CascadingControlConfiguration
|
|
2819
1789
|
) => any;
|
|
2820
|
-
export declare const
|
|
2821
|
-
obj:
|
|
1790
|
+
export declare const ListControlSelectAllOptionsFilterSensitiveLog: (
|
|
1791
|
+
obj: ListControlSelectAllOptions
|
|
2822
1792
|
) => any;
|
|
2823
|
-
export declare const
|
|
2824
|
-
obj:
|
|
1793
|
+
export declare const DropDownControlDisplayOptionsFilterSensitiveLog: (
|
|
1794
|
+
obj: DropDownControlDisplayOptions
|
|
2825
1795
|
) => any;
|
|
2826
|
-
export declare const
|
|
2827
|
-
obj:
|
|
1796
|
+
export declare const FilterSelectableValuesFilterSensitiveLog: (
|
|
1797
|
+
obj: FilterSelectableValues
|
|
2828
1798
|
) => any;
|
|
2829
|
-
export declare const
|
|
2830
|
-
obj:
|
|
1799
|
+
export declare const FilterDropDownControlFilterSensitiveLog: (
|
|
1800
|
+
obj: FilterDropDownControl
|
|
2831
1801
|
) => any;
|
|
2832
|
-
export declare const
|
|
2833
|
-
|
|
2834
|
-
obj: ServiceNowParameters
|
|
1802
|
+
export declare const ListControlSearchOptionsFilterSensitiveLog: (
|
|
1803
|
+
obj: ListControlSearchOptions
|
|
2835
1804
|
) => any;
|
|
2836
|
-
export declare const
|
|
2837
|
-
obj:
|
|
1805
|
+
export declare const ListControlDisplayOptionsFilterSensitiveLog: (
|
|
1806
|
+
obj: ListControlDisplayOptions
|
|
2838
1807
|
) => any;
|
|
2839
|
-
export declare const
|
|
2840
|
-
obj:
|
|
1808
|
+
export declare const FilterListControlFilterSensitiveLog: (
|
|
1809
|
+
obj: FilterListControl
|
|
2841
1810
|
) => any;
|
|
2842
|
-
export declare const
|
|
2843
|
-
obj:
|
|
1811
|
+
export declare const RelativeDateTimeControlDisplayOptionsFilterSensitiveLog: (
|
|
1812
|
+
obj: RelativeDateTimeControlDisplayOptions
|
|
2844
1813
|
) => any;
|
|
2845
|
-
export declare const
|
|
2846
|
-
obj:
|
|
1814
|
+
export declare const FilterRelativeDateTimeControlFilterSensitiveLog: (
|
|
1815
|
+
obj: FilterRelativeDateTimeControl
|
|
2847
1816
|
) => any;
|
|
2848
|
-
export declare const
|
|
2849
|
-
obj:
|
|
1817
|
+
export declare const SliderControlDisplayOptionsFilterSensitiveLog: (
|
|
1818
|
+
obj: SliderControlDisplayOptions
|
|
2850
1819
|
) => any;
|
|
2851
|
-
export declare const
|
|
2852
|
-
obj:
|
|
1820
|
+
export declare const FilterSliderControlFilterSensitiveLog: (
|
|
1821
|
+
obj: FilterSliderControl
|
|
2853
1822
|
) => any;
|
|
2854
|
-
export declare const
|
|
2855
|
-
obj:
|
|
1823
|
+
export declare const TextControlPlaceholderOptionsFilterSensitiveLog: (
|
|
1824
|
+
obj: TextControlPlaceholderOptions
|
|
2856
1825
|
) => any;
|
|
2857
|
-
export declare const
|
|
2858
|
-
obj:
|
|
1826
|
+
export declare const TextAreaControlDisplayOptionsFilterSensitiveLog: (
|
|
1827
|
+
obj: TextAreaControlDisplayOptions
|
|
2859
1828
|
) => any;
|
|
2860
|
-
export declare const
|
|
2861
|
-
obj:
|
|
1829
|
+
export declare const FilterTextAreaControlFilterSensitiveLog: (
|
|
1830
|
+
obj: FilterTextAreaControl
|
|
2862
1831
|
) => any;
|
|
2863
|
-
export declare const
|
|
2864
|
-
obj:
|
|
1832
|
+
export declare const TextFieldControlDisplayOptionsFilterSensitiveLog: (
|
|
1833
|
+
obj: TextFieldControlDisplayOptions
|
|
2865
1834
|
) => any;
|
|
2866
|
-
export declare const
|
|
2867
|
-
obj:
|
|
1835
|
+
export declare const FilterTextFieldControlFilterSensitiveLog: (
|
|
1836
|
+
obj: FilterTextFieldControl
|
|
2868
1837
|
) => any;
|
|
2869
|
-
export declare const
|
|
2870
|
-
obj:
|
|
1838
|
+
export declare const FilterControlFilterSensitiveLog: (
|
|
1839
|
+
obj: FilterControl
|
|
2871
1840
|
) => any;
|
|
2872
|
-
export declare const
|
|
2873
|
-
obj:
|
|
1841
|
+
export declare const FreeFormLayoutElementBackgroundStyleFilterSensitiveLog: (
|
|
1842
|
+
obj: FreeFormLayoutElementBackgroundStyle
|
|
2874
1843
|
) => any;
|
|
2875
|
-
export declare const
|
|
2876
|
-
obj:
|
|
1844
|
+
export declare const FreeFormLayoutElementBorderStyleFilterSensitiveLog: (
|
|
1845
|
+
obj: FreeFormLayoutElementBorderStyle
|
|
2877
1846
|
) => any;
|
|
2878
|
-
export declare const
|
|
2879
|
-
obj:
|
|
1847
|
+
export declare const LoadingAnimationFilterSensitiveLog: (
|
|
1848
|
+
obj: LoadingAnimation
|
|
2880
1849
|
) => any;
|
|
2881
|
-
export declare const
|
|
2882
|
-
|
|
2883
|
-
obj: CreateFolderMembershipResponse
|
|
1850
|
+
export declare const SheetElementConfigurationOverridesFilterSensitiveLog: (
|
|
1851
|
+
obj: SheetElementConfigurationOverrides
|
|
2884
1852
|
) => any;
|
|
2885
|
-
export declare const
|
|
2886
|
-
obj:
|
|
1853
|
+
export declare const SheetElementRenderingRuleFilterSensitiveLog: (
|
|
1854
|
+
obj: SheetElementRenderingRule
|
|
2887
1855
|
) => any;
|
|
2888
|
-
export declare const
|
|
2889
|
-
|
|
2890
|
-
obj: CreateGroupResponse
|
|
1856
|
+
export declare const FreeFormLayoutElementFilterSensitiveLog: (
|
|
1857
|
+
obj: FreeFormLayoutElement
|
|
2891
1858
|
) => any;
|
|
2892
|
-
export declare const
|
|
2893
|
-
obj:
|
|
1859
|
+
export declare const FreeFormLayoutConfigurationFilterSensitiveLog: (
|
|
1860
|
+
obj: FreeFormLayoutConfiguration
|
|
2894
1861
|
) => any;
|
|
2895
|
-
export declare const
|
|
2896
|
-
|
|
2897
|
-
obj: CreateGroupMembershipResponse
|
|
1862
|
+
export declare const GridLayoutElementFilterSensitiveLog: (
|
|
1863
|
+
obj: GridLayoutElement
|
|
2898
1864
|
) => any;
|
|
2899
|
-
export declare const
|
|
2900
|
-
obj:
|
|
1865
|
+
export declare const GridLayoutConfigurationFilterSensitiveLog: (
|
|
1866
|
+
obj: GridLayoutConfiguration
|
|
2901
1867
|
) => any;
|
|
2902
|
-
export declare const
|
|
2903
|
-
obj:
|
|
1868
|
+
export declare const FreeFormSectionLayoutConfigurationFilterSensitiveLog: (
|
|
1869
|
+
obj: FreeFormSectionLayoutConfiguration
|
|
2904
1870
|
) => any;
|
|
2905
|
-
export declare const
|
|
2906
|
-
obj:
|
|
1871
|
+
export declare const SectionLayoutConfigurationFilterSensitiveLog: (
|
|
1872
|
+
obj: SectionLayoutConfiguration
|
|
2907
1873
|
) => any;
|
|
2908
|
-
export declare const
|
|
2909
|
-
obj:
|
|
1874
|
+
export declare const BodySectionContentFilterSensitiveLog: (
|
|
1875
|
+
obj: BodySectionContent
|
|
2910
1876
|
) => any;
|
|
2911
|
-
export declare const
|
|
2912
|
-
obj:
|
|
1877
|
+
export declare const SectionAfterPageBreakFilterSensitiveLog: (
|
|
1878
|
+
obj: SectionAfterPageBreak
|
|
2913
1879
|
) => any;
|
|
2914
|
-
export declare const
|
|
2915
|
-
obj:
|
|
1880
|
+
export declare const SectionPageBreakConfigurationFilterSensitiveLog: (
|
|
1881
|
+
obj: SectionPageBreakConfiguration
|
|
2916
1882
|
) => any;
|
|
2917
|
-
export declare const
|
|
2918
|
-
|
|
1883
|
+
export declare const SectionStyleFilterSensitiveLog: (obj: SectionStyle) => any;
|
|
1884
|
+
export declare const BodySectionConfigurationFilterSensitiveLog: (
|
|
1885
|
+
obj: BodySectionConfiguration
|
|
2919
1886
|
) => any;
|
|
2920
|
-
export declare const
|
|
2921
|
-
obj:
|
|
1887
|
+
export declare const HeaderFooterSectionConfigurationFilterSensitiveLog: (
|
|
1888
|
+
obj: HeaderFooterSectionConfiguration
|
|
2922
1889
|
) => any;
|
|
2923
|
-
export declare const
|
|
2924
|
-
obj:
|
|
1890
|
+
export declare const SectionBasedLayoutConfigurationFilterSensitiveLog: (
|
|
1891
|
+
obj: SectionBasedLayoutConfiguration
|
|
2925
1892
|
) => any;
|
|
2926
|
-
export declare const
|
|
2927
|
-
obj:
|
|
1893
|
+
export declare const LayoutConfigurationFilterSensitiveLog: (
|
|
1894
|
+
obj: LayoutConfiguration
|
|
2928
1895
|
) => any;
|
|
2929
|
-
export declare const
|
|
2930
|
-
|
|
1896
|
+
export declare const LayoutFilterSensitiveLog: (obj: Layout) => any;
|
|
1897
|
+
export declare const ParameterDateTimePickerControlFilterSensitiveLog: (
|
|
1898
|
+
obj: ParameterDateTimePickerControl
|
|
2931
1899
|
) => any;
|
|
2932
|
-
export declare const
|
|
2933
|
-
obj:
|
|
1900
|
+
export declare const ParameterSelectableValuesFilterSensitiveLog: (
|
|
1901
|
+
obj: ParameterSelectableValues
|
|
2934
1902
|
) => any;
|
|
2935
|
-
export declare const
|
|
2936
|
-
obj:
|
|
1903
|
+
export declare const ParameterDropDownControlFilterSensitiveLog: (
|
|
1904
|
+
obj: ParameterDropDownControl
|
|
2937
1905
|
) => any;
|
|
2938
|
-
export declare const
|
|
2939
|
-
obj:
|
|
1906
|
+
export declare const ParameterListControlFilterSensitiveLog: (
|
|
1907
|
+
obj: ParameterListControl
|
|
2940
1908
|
) => any;
|
|
2941
|
-
export declare const
|
|
2942
|
-
obj:
|
|
1909
|
+
export declare const ParameterSliderControlFilterSensitiveLog: (
|
|
1910
|
+
obj: ParameterSliderControl
|
|
2943
1911
|
) => any;
|
|
2944
|
-
export declare const
|
|
2945
|
-
|
|
2946
|
-
export declare const MarginStyleFilterSensitiveLog: (obj: MarginStyle) => any;
|
|
2947
|
-
export declare const TileLayoutStyleFilterSensitiveLog: (
|
|
2948
|
-
obj: TileLayoutStyle
|
|
1912
|
+
export declare const ParameterTextAreaControlFilterSensitiveLog: (
|
|
1913
|
+
obj: ParameterTextAreaControl
|
|
2949
1914
|
) => any;
|
|
2950
|
-
export declare const
|
|
2951
|
-
|
|
2952
|
-
obj: UIColorPalette
|
|
1915
|
+
export declare const ParameterTextFieldControlFilterSensitiveLog: (
|
|
1916
|
+
obj: ParameterTextFieldControl
|
|
2953
1917
|
) => any;
|
|
2954
|
-
export declare const
|
|
2955
|
-
obj:
|
|
1918
|
+
export declare const ParameterControlFilterSensitiveLog: (
|
|
1919
|
+
obj: ParameterControl
|
|
2956
1920
|
) => any;
|
|
2957
|
-
export declare const
|
|
2958
|
-
obj:
|
|
1921
|
+
export declare const SheetControlLayoutConfigurationFilterSensitiveLog: (
|
|
1922
|
+
obj: SheetControlLayoutConfiguration
|
|
2959
1923
|
) => any;
|
|
2960
|
-
export declare const
|
|
2961
|
-
obj:
|
|
1924
|
+
export declare const SheetControlLayoutFilterSensitiveLog: (
|
|
1925
|
+
obj: SheetControlLayout
|
|
2962
1926
|
) => any;
|
|
2963
|
-
export declare const
|
|
2964
|
-
|
|
1927
|
+
export declare const SheetTextBoxFilterSensitiveLog: (obj: SheetTextBox) => any;
|
|
1928
|
+
export declare const FilterOperationSelectedFieldsConfigurationFilterSensitiveLog: (
|
|
1929
|
+
obj: FilterOperationSelectedFieldsConfiguration
|
|
2965
1930
|
) => any;
|
|
2966
|
-
export declare const
|
|
2967
|
-
|
|
2968
|
-
obj: CreateThemeAliasResponse
|
|
1931
|
+
export declare const SameSheetTargetVisualConfigurationFilterSensitiveLog: (
|
|
1932
|
+
obj: SameSheetTargetVisualConfiguration
|
|
2969
1933
|
) => any;
|
|
2970
|
-
export declare const
|
|
2971
|
-
obj:
|
|
1934
|
+
export declare const FilterOperationTargetVisualsConfigurationFilterSensitiveLog: (
|
|
1935
|
+
obj: FilterOperationTargetVisualsConfiguration
|
|
2972
1936
|
) => any;
|
|
2973
|
-
export declare const
|
|
2974
|
-
obj:
|
|
1937
|
+
export declare const CustomActionFilterOperationFilterSensitiveLog: (
|
|
1938
|
+
obj: CustomActionFilterOperation
|
|
2975
1939
|
) => any;
|
|
2976
|
-
export declare const
|
|
2977
|
-
|
|
2978
|
-
obj: DashboardSearchFilter
|
|
1940
|
+
export declare const LocalNavigationConfigurationFilterSensitiveLog: (
|
|
1941
|
+
obj: LocalNavigationConfiguration
|
|
2979
1942
|
) => any;
|
|
2980
|
-
export declare const
|
|
2981
|
-
obj:
|
|
1943
|
+
export declare const CustomActionNavigationOperationFilterSensitiveLog: (
|
|
1944
|
+
obj: CustomActionNavigationOperation
|
|
2982
1945
|
) => any;
|
|
2983
|
-
export declare const
|
|
2984
|
-
obj:
|
|
1946
|
+
export declare const CustomParameterValuesFilterSensitiveLog: (
|
|
1947
|
+
obj: CustomParameterValues
|
|
2985
1948
|
) => any;
|
|
2986
|
-
export declare const
|
|
2987
|
-
|
|
2988
|
-
export declare const DataSetSchemaFilterSensitiveLog: (
|
|
2989
|
-
obj: DataSetSchema
|
|
1949
|
+
export declare const CustomValuesConfigurationFilterSensitiveLog: (
|
|
1950
|
+
obj: CustomValuesConfiguration
|
|
2990
1951
|
) => any;
|
|
2991
|
-
export declare const
|
|
2992
|
-
obj:
|
|
1952
|
+
export declare const DestinationParameterValueConfigurationFilterSensitiveLog: (
|
|
1953
|
+
obj: DestinationParameterValueConfiguration
|
|
2993
1954
|
) => any;
|
|
2994
|
-
export declare const
|
|
2995
|
-
obj:
|
|
1955
|
+
export declare const SetParameterValueConfigurationFilterSensitiveLog: (
|
|
1956
|
+
obj: SetParameterValueConfiguration
|
|
2996
1957
|
) => any;
|
|
2997
|
-
export declare const
|
|
2998
|
-
obj:
|
|
1958
|
+
export declare const CustomActionSetParametersOperationFilterSensitiveLog: (
|
|
1959
|
+
obj: CustomActionSetParametersOperation
|
|
2999
1960
|
) => any;
|
|
3000
|
-
export declare const
|
|
3001
|
-
obj:
|
|
1961
|
+
export declare const CustomActionURLOperationFilterSensitiveLog: (
|
|
1962
|
+
obj: CustomActionURLOperation
|
|
3002
1963
|
) => any;
|
|
3003
|
-
export declare const
|
|
3004
|
-
|
|
3005
|
-
obj: DataSourceSearchFilter
|
|
1964
|
+
export declare const VisualCustomActionOperationFilterSensitiveLog: (
|
|
1965
|
+
obj: VisualCustomActionOperation
|
|
3006
1966
|
) => any;
|
|
3007
|
-
export declare const
|
|
3008
|
-
obj:
|
|
1967
|
+
export declare const VisualCustomActionFilterSensitiveLog: (
|
|
1968
|
+
obj: VisualCustomAction
|
|
3009
1969
|
) => any;
|
|
3010
|
-
export declare const
|
|
3011
|
-
obj:
|
|
1970
|
+
export declare const DateAxisOptionsFilterSensitiveLog: (
|
|
1971
|
+
obj: DateAxisOptions
|
|
3012
1972
|
) => any;
|
|
3013
|
-
export declare const
|
|
3014
|
-
obj:
|
|
1973
|
+
export declare const AxisDisplayDataDrivenRangeFilterSensitiveLog: (
|
|
1974
|
+
obj: AxisDisplayDataDrivenRange
|
|
3015
1975
|
) => any;
|
|
3016
|
-
export declare const
|
|
3017
|
-
obj:
|
|
1976
|
+
export declare const AxisDisplayMinMaxRangeFilterSensitiveLog: (
|
|
1977
|
+
obj: AxisDisplayMinMaxRange
|
|
3018
1978
|
) => any;
|
|
3019
|
-
export declare const
|
|
3020
|
-
obj:
|
|
1979
|
+
export declare const AxisDisplayRangeFilterSensitiveLog: (
|
|
1980
|
+
obj: AxisDisplayRange
|
|
3021
1981
|
) => any;
|
|
3022
|
-
export declare const
|
|
3023
|
-
obj:
|
|
1982
|
+
export declare const AxisLinearScaleFilterSensitiveLog: (
|
|
1983
|
+
obj: AxisLinearScale
|
|
3024
1984
|
) => any;
|
|
3025
|
-
export declare const
|
|
3026
|
-
obj:
|
|
1985
|
+
export declare const AxisLogarithmicScaleFilterSensitiveLog: (
|
|
1986
|
+
obj: AxisLogarithmicScale
|
|
3027
1987
|
) => any;
|
|
3028
|
-
export declare const
|
|
3029
|
-
|
|
1988
|
+
export declare const AxisScaleFilterSensitiveLog: (obj: AxisScale) => any;
|
|
1989
|
+
export declare const NumericAxisOptionsFilterSensitiveLog: (
|
|
1990
|
+
obj: NumericAxisOptions
|
|
3030
1991
|
) => any;
|
|
3031
|
-
export declare const
|
|
3032
|
-
obj:
|
|
1992
|
+
export declare const AxisDataOptionsFilterSensitiveLog: (
|
|
1993
|
+
obj: AxisDataOptions
|
|
3033
1994
|
) => any;
|
|
3034
|
-
export declare const
|
|
3035
|
-
obj:
|
|
1995
|
+
export declare const PercentVisibleRangeFilterSensitiveLog: (
|
|
1996
|
+
obj: PercentVisibleRange
|
|
3036
1997
|
) => any;
|
|
3037
|
-
export declare const
|
|
3038
|
-
obj:
|
|
1998
|
+
export declare const VisibleRangeOptionsFilterSensitiveLog: (
|
|
1999
|
+
obj: VisibleRangeOptions
|
|
3039
2000
|
) => any;
|
|
3040
|
-
export declare const
|
|
3041
|
-
obj:
|
|
2001
|
+
export declare const ScrollBarOptionsFilterSensitiveLog: (
|
|
2002
|
+
obj: ScrollBarOptions
|
|
3042
2003
|
) => any;
|
|
3043
|
-
export declare const
|
|
3044
|
-
obj:
|
|
2004
|
+
export declare const AxisTickLabelOptionsFilterSensitiveLog: (
|
|
2005
|
+
obj: AxisTickLabelOptions
|
|
3045
2006
|
) => any;
|
|
3046
|
-
export declare const
|
|
3047
|
-
obj:
|
|
2007
|
+
export declare const AxisDisplayOptionsFilterSensitiveLog: (
|
|
2008
|
+
obj: AxisDisplayOptions
|
|
3048
2009
|
) => any;
|
|
3049
|
-
export declare const
|
|
3050
|
-
obj:
|
|
2010
|
+
export declare const AxisLabelReferenceOptionsFilterSensitiveLog: (
|
|
2011
|
+
obj: AxisLabelReferenceOptions
|
|
3051
2012
|
) => any;
|
|
3052
|
-
export declare const
|
|
3053
|
-
obj:
|
|
2013
|
+
export declare const AxisLabelOptionsFilterSensitiveLog: (
|
|
2014
|
+
obj: AxisLabelOptions
|
|
3054
2015
|
) => any;
|
|
3055
|
-
export declare const
|
|
3056
|
-
obj:
|
|
2016
|
+
export declare const ChartAxisLabelOptionsFilterSensitiveLog: (
|
|
2017
|
+
obj: ChartAxisLabelOptions
|
|
3057
2018
|
) => any;
|
|
3058
|
-
export declare const
|
|
3059
|
-
obj:
|
|
2019
|
+
export declare const ContributionAnalysisDefaultFilterSensitiveLog: (
|
|
2020
|
+
obj: ContributionAnalysisDefault
|
|
3060
2021
|
) => any;
|
|
3061
|
-
export declare const
|
|
3062
|
-
obj:
|
|
2022
|
+
export declare const DataPathLabelTypeFilterSensitiveLog: (
|
|
2023
|
+
obj: DataPathLabelType
|
|
3063
2024
|
) => any;
|
|
3064
|
-
export declare const
|
|
3065
|
-
obj:
|
|
2025
|
+
export declare const FieldLabelTypeFilterSensitiveLog: (
|
|
2026
|
+
obj: FieldLabelType
|
|
3066
2027
|
) => any;
|
|
3067
|
-
export declare const
|
|
3068
|
-
obj:
|
|
2028
|
+
export declare const MaximumLabelTypeFilterSensitiveLog: (
|
|
2029
|
+
obj: MaximumLabelType
|
|
3069
2030
|
) => any;
|
|
3070
|
-
export declare const
|
|
3071
|
-
obj:
|
|
2031
|
+
export declare const MinimumLabelTypeFilterSensitiveLog: (
|
|
2032
|
+
obj: MinimumLabelType
|
|
3072
2033
|
) => any;
|
|
3073
|
-
export declare const
|
|
3074
|
-
obj:
|
|
2034
|
+
export declare const RangeEndsLabelTypeFilterSensitiveLog: (
|
|
2035
|
+
obj: RangeEndsLabelType
|
|
3075
2036
|
) => any;
|
|
3076
|
-
export declare const
|
|
3077
|
-
obj:
|
|
2037
|
+
export declare const DataLabelTypeFilterSensitiveLog: (
|
|
2038
|
+
obj: DataLabelType
|
|
3078
2039
|
) => any;
|
|
3079
|
-
export declare const
|
|
3080
|
-
obj:
|
|
2040
|
+
export declare const DataLabelOptionsFilterSensitiveLog: (
|
|
2041
|
+
obj: DataLabelOptions
|
|
3081
2042
|
) => any;
|
|
3082
|
-
export declare const
|
|
3083
|
-
obj:
|
|
2043
|
+
export declare const CategoricalDimensionFieldFilterSensitiveLog: (
|
|
2044
|
+
obj: CategoricalDimensionField
|
|
3084
2045
|
) => any;
|
|
3085
|
-
export declare const
|
|
3086
|
-
obj:
|
|
2046
|
+
export declare const DateDimensionFieldFilterSensitiveLog: (
|
|
2047
|
+
obj: DateDimensionField
|
|
3087
2048
|
) => any;
|
|
3088
|
-
export declare const
|
|
3089
|
-
obj:
|
|
2049
|
+
export declare const NumericalDimensionFieldFilterSensitiveLog: (
|
|
2050
|
+
obj: NumericalDimensionField
|
|
3090
2051
|
) => any;
|
|
3091
|
-
export declare const
|
|
3092
|
-
obj:
|
|
2052
|
+
export declare const DimensionFieldFilterSensitiveLog: (
|
|
2053
|
+
obj: DimensionField
|
|
3093
2054
|
) => any;
|
|
3094
|
-
export declare const
|
|
3095
|
-
obj:
|
|
2055
|
+
export declare const CalculatedMeasureFieldFilterSensitiveLog: (
|
|
2056
|
+
obj: CalculatedMeasureField
|
|
3096
2057
|
) => any;
|
|
3097
|
-
export declare const
|
|
3098
|
-
obj:
|
|
2058
|
+
export declare const CategoricalMeasureFieldFilterSensitiveLog: (
|
|
2059
|
+
obj: CategoricalMeasureField
|
|
3099
2060
|
) => any;
|
|
3100
|
-
export declare const
|
|
3101
|
-
obj:
|
|
2061
|
+
export declare const DateMeasureFieldFilterSensitiveLog: (
|
|
2062
|
+
obj: DateMeasureField
|
|
3102
2063
|
) => any;
|
|
3103
|
-
export declare const
|
|
3104
|
-
obj:
|
|
2064
|
+
export declare const NumericalMeasureFieldFilterSensitiveLog: (
|
|
2065
|
+
obj: NumericalMeasureField
|
|
3105
2066
|
) => any;
|
|
3106
|
-
export declare const
|
|
3107
|
-
|
|
2067
|
+
export declare const MeasureFieldFilterSensitiveLog: (obj: MeasureField) => any;
|
|
2068
|
+
export declare const BarChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
2069
|
+
obj: BarChartAggregatedFieldWells
|
|
3108
2070
|
) => any;
|
|
3109
|
-
export declare const
|
|
3110
|
-
obj:
|
|
2071
|
+
export declare const BarChartFieldWellsFilterSensitiveLog: (
|
|
2072
|
+
obj: BarChartFieldWells
|
|
3111
2073
|
) => any;
|
|
3112
|
-
export declare const
|
|
3113
|
-
obj:
|
|
2074
|
+
export declare const LegendOptionsFilterSensitiveLog: (
|
|
2075
|
+
obj: LegendOptions
|
|
3114
2076
|
) => any;
|
|
3115
|
-
export declare const
|
|
3116
|
-
obj:
|
|
2077
|
+
export declare const ReferenceLineDynamicDataConfigurationFilterSensitiveLog: (
|
|
2078
|
+
obj: ReferenceLineDynamicDataConfiguration
|
|
3117
2079
|
) => any;
|
|
3118
|
-
export declare const
|
|
3119
|
-
obj:
|
|
2080
|
+
export declare const ReferenceLineStaticDataConfigurationFilterSensitiveLog: (
|
|
2081
|
+
obj: ReferenceLineStaticDataConfiguration
|
|
3120
2082
|
) => any;
|
|
3121
|
-
export declare const
|
|
3122
|
-
obj:
|
|
2083
|
+
export declare const ReferenceLineDataConfigurationFilterSensitiveLog: (
|
|
2084
|
+
obj: ReferenceLineDataConfiguration
|
|
3123
2085
|
) => any;
|
|
3124
|
-
export declare const
|
|
3125
|
-
obj:
|
|
2086
|
+
export declare const ReferenceLineCustomLabelConfigurationFilterSensitiveLog: (
|
|
2087
|
+
obj: ReferenceLineCustomLabelConfiguration
|
|
3126
2088
|
) => any;
|
|
3127
|
-
export declare const
|
|
3128
|
-
obj:
|
|
2089
|
+
export declare const ReferenceLineValueLabelConfigurationFilterSensitiveLog: (
|
|
2090
|
+
obj: ReferenceLineValueLabelConfiguration
|
|
3129
2091
|
) => any;
|
|
3130
|
-
export declare const
|
|
3131
|
-
obj:
|
|
2092
|
+
export declare const ReferenceLineLabelConfigurationFilterSensitiveLog: (
|
|
2093
|
+
obj: ReferenceLineLabelConfiguration
|
|
3132
2094
|
) => any;
|
|
3133
|
-
export declare const
|
|
3134
|
-
obj:
|
|
2095
|
+
export declare const ReferenceLineStyleConfigurationFilterSensitiveLog: (
|
|
2096
|
+
obj: ReferenceLineStyleConfiguration
|
|
3135
2097
|
) => any;
|
|
3136
|
-
export declare const
|
|
3137
|
-
obj:
|
|
2098
|
+
export declare const ReferenceLineFilterSensitiveLog: (
|
|
2099
|
+
obj: ReferenceLine
|
|
3138
2100
|
) => any;
|
|
3139
|
-
export declare const
|
|
3140
|
-
obj:
|
|
2101
|
+
export declare const PanelTitleOptionsFilterSensitiveLog: (
|
|
2102
|
+
obj: PanelTitleOptions
|
|
3141
2103
|
) => any;
|
|
3142
|
-
export declare const
|
|
3143
|
-
obj:
|
|
2104
|
+
export declare const PanelConfigurationFilterSensitiveLog: (
|
|
2105
|
+
obj: PanelConfiguration
|
|
3144
2106
|
) => any;
|
|
3145
|
-
export declare const
|
|
3146
|
-
obj:
|
|
2107
|
+
export declare const SmallMultiplesOptionsFilterSensitiveLog: (
|
|
2108
|
+
obj: SmallMultiplesOptions
|
|
3147
2109
|
) => any;
|
|
3148
|
-
export declare const
|
|
3149
|
-
obj:
|
|
2110
|
+
export declare const ItemsLimitConfigurationFilterSensitiveLog: (
|
|
2111
|
+
obj: ItemsLimitConfiguration
|
|
3150
2112
|
) => any;
|
|
3151
|
-
export declare const
|
|
3152
|
-
|
|
2113
|
+
export declare const ColumnSortFilterSensitiveLog: (obj: ColumnSort) => any;
|
|
2114
|
+
export declare const FieldSortFilterSensitiveLog: (obj: FieldSort) => any;
|
|
2115
|
+
export declare const FieldSortOptionsFilterSensitiveLog: (
|
|
2116
|
+
obj: FieldSortOptions
|
|
3153
2117
|
) => any;
|
|
3154
|
-
export declare const
|
|
3155
|
-
obj:
|
|
2118
|
+
export declare const BarChartSortConfigurationFilterSensitiveLog: (
|
|
2119
|
+
obj: BarChartSortConfiguration
|
|
3156
2120
|
) => any;
|
|
3157
|
-
export declare const
|
|
3158
|
-
obj:
|
|
2121
|
+
export declare const ColumnTooltipItemFilterSensitiveLog: (
|
|
2122
|
+
obj: ColumnTooltipItem
|
|
3159
2123
|
) => any;
|
|
3160
|
-
export declare const
|
|
3161
|
-
obj:
|
|
2124
|
+
export declare const FieldTooltipItemFilterSensitiveLog: (
|
|
2125
|
+
obj: FieldTooltipItem
|
|
3162
2126
|
) => any;
|
|
3163
|
-
export declare const
|
|
3164
|
-
|
|
2127
|
+
export declare const TooltipItemFilterSensitiveLog: (obj: TooltipItem) => any;
|
|
2128
|
+
export declare const FieldBasedTooltipFilterSensitiveLog: (
|
|
2129
|
+
obj: FieldBasedTooltip
|
|
3165
2130
|
) => any;
|
|
3166
|
-
export declare const
|
|
3167
|
-
obj:
|
|
2131
|
+
export declare const TooltipOptionsFilterSensitiveLog: (
|
|
2132
|
+
obj: TooltipOptions
|
|
3168
2133
|
) => any;
|
|
3169
|
-
export declare const
|
|
3170
|
-
obj:
|
|
2134
|
+
export declare const DataPathValueFilterSensitiveLog: (
|
|
2135
|
+
obj: DataPathValue
|
|
3171
2136
|
) => any;
|
|
3172
|
-
export declare const
|
|
3173
|
-
obj:
|
|
2137
|
+
export declare const DataPathColorFilterSensitiveLog: (
|
|
2138
|
+
obj: DataPathColor
|
|
3174
2139
|
) => any;
|
|
3175
|
-
export declare const
|
|
3176
|
-
obj:
|
|
2140
|
+
export declare const VisualPaletteFilterSensitiveLog: (
|
|
2141
|
+
obj: VisualPalette
|
|
3177
2142
|
) => any;
|
|
3178
|
-
export declare const
|
|
3179
|
-
obj:
|
|
2143
|
+
export declare const BarChartConfigurationFilterSensitiveLog: (
|
|
2144
|
+
obj: BarChartConfiguration
|
|
3180
2145
|
) => any;
|
|
3181
|
-
export declare const
|
|
3182
|
-
obj:
|
|
2146
|
+
export declare const CategoryDrillDownFilterFilterSensitiveLog: (
|
|
2147
|
+
obj: CategoryDrillDownFilter
|
|
3183
2148
|
) => any;
|
|
3184
|
-
export declare const
|
|
3185
|
-
obj:
|
|
2149
|
+
export declare const NumericEqualityDrillDownFilterFilterSensitiveLog: (
|
|
2150
|
+
obj: NumericEqualityDrillDownFilter
|
|
3186
2151
|
) => any;
|
|
3187
|
-
export declare const
|
|
3188
|
-
obj:
|
|
2152
|
+
export declare const TimeRangeDrillDownFilterFilterSensitiveLog: (
|
|
2153
|
+
obj: TimeRangeDrillDownFilter
|
|
3189
2154
|
) => any;
|
|
3190
|
-
export declare const
|
|
3191
|
-
|
|
3192
|
-
obj: DescribeFolderResponse
|
|
2155
|
+
export declare const DrillDownFilterFilterSensitiveLog: (
|
|
2156
|
+
obj: DrillDownFilter
|
|
3193
2157
|
) => any;
|
|
3194
|
-
export declare const
|
|
3195
|
-
obj:
|
|
2158
|
+
export declare const DateTimeHierarchyFilterSensitiveLog: (
|
|
2159
|
+
obj: DateTimeHierarchy
|
|
3196
2160
|
) => any;
|
|
3197
|
-
export declare const
|
|
3198
|
-
obj:
|
|
2161
|
+
export declare const ExplicitHierarchyFilterSensitiveLog: (
|
|
2162
|
+
obj: ExplicitHierarchy
|
|
3199
2163
|
) => any;
|
|
3200
|
-
export declare const
|
|
3201
|
-
obj:
|
|
2164
|
+
export declare const PredefinedHierarchyFilterSensitiveLog: (
|
|
2165
|
+
obj: PredefinedHierarchy
|
|
3202
2166
|
) => any;
|
|
3203
|
-
export declare const
|
|
3204
|
-
obj:
|
|
2167
|
+
export declare const ColumnHierarchyFilterSensitiveLog: (
|
|
2168
|
+
obj: ColumnHierarchy
|
|
3205
2169
|
) => any;
|
|
3206
|
-
export declare const
|
|
3207
|
-
obj:
|
|
2170
|
+
export declare const LongFormatTextFilterSensitiveLog: (
|
|
2171
|
+
obj: LongFormatText
|
|
3208
2172
|
) => any;
|
|
3209
|
-
export declare const
|
|
3210
|
-
obj:
|
|
2173
|
+
export declare const VisualSubtitleLabelOptionsFilterSensitiveLog: (
|
|
2174
|
+
obj: VisualSubtitleLabelOptions
|
|
3211
2175
|
) => any;
|
|
3212
|
-
export declare const
|
|
3213
|
-
obj:
|
|
2176
|
+
export declare const ShortFormatTextFilterSensitiveLog: (
|
|
2177
|
+
obj: ShortFormatText
|
|
3214
2178
|
) => any;
|
|
3215
|
-
export declare const
|
|
3216
|
-
obj:
|
|
2179
|
+
export declare const VisualTitleLabelOptionsFilterSensitiveLog: (
|
|
2180
|
+
obj: VisualTitleLabelOptions
|
|
3217
2181
|
) => any;
|
|
3218
|
-
export declare const
|
|
3219
|
-
obj:
|
|
2182
|
+
export declare const BarChartVisualFilterSensitiveLog: (
|
|
2183
|
+
obj: BarChartVisual
|
|
3220
2184
|
) => any;
|
|
3221
|
-
export declare const
|
|
3222
|
-
obj:
|
|
2185
|
+
export declare const BoxPlotStyleOptionsFilterSensitiveLog: (
|
|
2186
|
+
obj: BoxPlotStyleOptions
|
|
3223
2187
|
) => any;
|
|
3224
|
-
export declare const
|
|
3225
|
-
obj:
|
|
2188
|
+
export declare const BoxPlotOptionsFilterSensitiveLog: (
|
|
2189
|
+
obj: BoxPlotOptions
|
|
3226
2190
|
) => any;
|
|
3227
|
-
export declare const
|
|
3228
|
-
obj:
|
|
2191
|
+
export declare const BoxPlotAggregatedFieldWellsFilterSensitiveLog: (
|
|
2192
|
+
obj: BoxPlotAggregatedFieldWells
|
|
3229
2193
|
) => any;
|
|
3230
|
-
export declare const
|
|
3231
|
-
|
|
3232
|
-
export declare const RowInfoFilterSensitiveLog: (obj: RowInfo) => any;
|
|
3233
|
-
export declare const IngestionFilterSensitiveLog: (obj: Ingestion) => any;
|
|
3234
|
-
export declare const DescribeIngestionResponseFilterSensitiveLog: (
|
|
3235
|
-
obj: DescribeIngestionResponse
|
|
2194
|
+
export declare const BoxPlotFieldWellsFilterSensitiveLog: (
|
|
2195
|
+
obj: BoxPlotFieldWells
|
|
3236
2196
|
) => any;
|
|
3237
|
-
export declare const
|
|
3238
|
-
obj:
|
|
2197
|
+
export declare const PaginationConfigurationFilterSensitiveLog: (
|
|
2198
|
+
obj: PaginationConfiguration
|
|
3239
2199
|
) => any;
|
|
3240
|
-
export declare const
|
|
3241
|
-
obj:
|
|
2200
|
+
export declare const BoxPlotSortConfigurationFilterSensitiveLog: (
|
|
2201
|
+
obj: BoxPlotSortConfiguration
|
|
3242
2202
|
) => any;
|
|
3243
|
-
export declare const
|
|
3244
|
-
obj:
|
|
2203
|
+
export declare const BoxPlotChartConfigurationFilterSensitiveLog: (
|
|
2204
|
+
obj: BoxPlotChartConfiguration
|
|
3245
2205
|
) => any;
|
|
3246
|
-
export declare const
|
|
3247
|
-
obj:
|
|
2206
|
+
export declare const BoxPlotVisualFilterSensitiveLog: (
|
|
2207
|
+
obj: BoxPlotVisual
|
|
3248
2208
|
) => any;
|
|
3249
|
-
export declare const
|
|
3250
|
-
obj:
|
|
2209
|
+
export declare const ComboChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
2210
|
+
obj: ComboChartAggregatedFieldWells
|
|
3251
2211
|
) => any;
|
|
3252
|
-
export declare const
|
|
3253
|
-
obj:
|
|
2212
|
+
export declare const ComboChartFieldWellsFilterSensitiveLog: (
|
|
2213
|
+
obj: ComboChartFieldWells
|
|
3254
2214
|
) => any;
|
|
3255
|
-
export declare const
|
|
3256
|
-
obj:
|
|
2215
|
+
export declare const ComboChartSortConfigurationFilterSensitiveLog: (
|
|
2216
|
+
obj: ComboChartSortConfiguration
|
|
3257
2217
|
) => any;
|
|
3258
|
-
export declare const
|
|
3259
|
-
obj:
|
|
2218
|
+
export declare const ComboChartConfigurationFilterSensitiveLog: (
|
|
2219
|
+
obj: ComboChartConfiguration
|
|
3260
2220
|
) => any;
|