@aws-sdk/client-quicksight 3.906.0 → 3.908.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +106 -2
- package/dist-cjs/index.js +1454 -359
- package/dist-es/QuickSight.js +26 -0
- package/dist-es/commands/CreateActionConnectorCommand.js +23 -0
- package/dist-es/commands/DeleteActionConnectorCommand.js +22 -0
- package/dist-es/commands/DescribeActionConnectorCommand.js +23 -0
- package/dist-es/commands/DescribeActionConnectorPermissionsCommand.js +22 -0
- package/dist-es/commands/GetFlowMetadataCommand.js +22 -0
- package/dist-es/commands/GetFlowPermissionsCommand.js +22 -0
- package/dist-es/commands/ListActionConnectorsCommand.js +23 -0
- package/dist-es/commands/ListFlowsCommand.js +22 -0
- package/dist-es/commands/PredictQAResultsCommand.js +1 -1
- package/dist-es/commands/SearchActionConnectorsCommand.js +23 -0
- package/dist-es/commands/SearchFlowsCommand.js +22 -0
- package/dist-es/commands/UpdateActionConnectorCommand.js +23 -0
- package/dist-es/commands/UpdateActionConnectorPermissionsCommand.js +22 -0
- package/dist-es/commands/UpdateFlowPermissionsCommand.js +22 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +143 -93
- package/dist-es/models/models_1.js +86 -50
- package/dist-es/models/models_2.js +169 -161
- package/dist-es/models/models_3.js +172 -0
- package/dist-es/models/models_4.js +20 -21
- package/dist-es/models/models_5.js +44 -3
- package/dist-es/pagination/ListActionConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListFlowsPaginator.js +4 -0
- package/dist-es/pagination/SearchActionConnectorsPaginator.js +4 -0
- package/dist-es/pagination/SearchFlowsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +502 -2
- package/dist-types/QuickSight.d.ts +93 -2
- package/dist-types/QuickSightClient.d.ts +17 -4
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +2 -2
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +2 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +6 -6
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -11
- package/dist-types/commands/CreateActionConnectorCommand.d.ts +165 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/CreateBrandCommand.d.ts +14 -2
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +13 -10
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +49 -3
- package/dist-types/commands/CreateFolderCommand.d.ts +3 -3
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -2
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +4 -4
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateCommand.d.ts +5 -5
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/CreateThemeCommand.d.ts +4 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +5 -5
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteActionConnectorCommand.d.ts +96 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +7 -7
- package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBrandCommand.d.ts +4 -4
- package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFolderCommand.d.ts +4 -4
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +4 -4
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +4 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -3
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +8 -8
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeActionConnectorCommand.d.ts +154 -0
- package/dist-types/commands/DescribeActionConnectorPermissionsCommand.d.ts +104 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +6 -3
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +25 -3
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +7 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -8
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +44 -2
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFolderCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeGroupCommand.d.ts +2 -2
- 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/DescribeKeyRegistrationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/DescribeThemeCommand.d.ts +3 -3
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +21 -13
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +20 -15
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +17 -8
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +22 -13
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +100 -0
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +101 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +14 -14
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +111 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +7 -4
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +7 -4
- package/dist-types/commands/ListBrandsCommand.d.ts +2 -2
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDashboardsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSetsCommand.d.ts +5 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +44 -2
- package/dist-types/commands/ListFlowsCommand.d.ts +110 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +3 -3
- package/dist-types/commands/ListFoldersCommand.d.ts +3 -3
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +4 -3
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -3
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +4 -4
- package/dist-types/commands/ListIngestionsCommand.d.ts +2 -2
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +4 -4
- package/dist-types/commands/ListTemplatesCommand.d.ts +4 -4
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +4 -4
- package/dist-types/commands/ListThemesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +2 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -3
- package/dist-types/commands/ListTopicsCommand.d.ts +2 -2
- package/dist-types/commands/ListUserGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListUsersCommand.d.ts +3 -3
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +4 -4
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -2
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/RegisterUserCommand.d.ts +3 -3
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/SearchActionConnectorsCommand.d.ts +115 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +5 -4
- package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -2
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +4 -3
- package/dist-types/commands/SearchFlowsCommand.d.ts +117 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -5
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +33 -5
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +9 -9
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +10 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateActionConnectorCommand.d.ts +150 -0
- package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +132 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +13 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +13 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -4
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -4
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +3 -2
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +48 -2
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +117 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -13
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -2
- package/dist-types/commands/UpdateThemeCommand.d.ts +3 -3
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +3714 -3674
- package/dist-types/models/models_1.d.ts +3770 -3698
- package/dist-types/models/models_2.d.ts +2474 -1883
- package/dist-types/models/models_3.d.ts +4585 -4312
- package/dist-types/models/models_4.d.ts +3844 -4136
- package/dist-types/models/models_5.d.ts +2234 -127
- package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFlowsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchFlowsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/QuickSight.d.ts +227 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.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/DeleteActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.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/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.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/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeActionConnectorPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -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/ListIdentityPropagationConfigsCommand.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/ListRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.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/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicsCommand.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/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.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/SearchActionConnectorsCommand.d.ts +51 -0
- 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/SearchFlowsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +311 -174
- package/dist-types/ts3.4/models/models_1.d.ts +170 -158
- package/dist-types/ts3.4/models/models_2.d.ts +661 -307
- package/dist-types/ts3.4/models/models_3.d.ts +352 -217
- package/dist-types/ts3.4/models/models_4.d.ts +330 -396
- package/dist-types/ts3.4/models/models_5.d.ts +502 -8
- package/dist-types/ts3.4/pagination/ListActionConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchActionConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchFlowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +15 -15
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AggregationFunction,
|
|
3
3
|
AxisDisplayOptions,
|
|
4
|
-
BarChartFieldWells,
|
|
5
4
|
BarsArrangement,
|
|
5
|
+
CategoricalAggregationFunction,
|
|
6
6
|
ChartAxisLabelOptions,
|
|
7
7
|
ColumnIdentifier,
|
|
8
8
|
ColumnSort,
|
|
@@ -11,24 +11,151 @@ import {
|
|
|
11
11
|
CustomActionNavigationOperation,
|
|
12
12
|
CustomActionSetParametersOperation,
|
|
13
13
|
CustomActionURLOperation,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
DashboardBehavior,
|
|
15
|
+
DataPathLabelType,
|
|
16
|
+
DateAggregationFunction,
|
|
17
|
+
DateTimeFormatConfiguration,
|
|
17
18
|
FontConfiguration,
|
|
18
19
|
FormatConfiguration,
|
|
19
20
|
LabelOptions,
|
|
20
|
-
MeasureField,
|
|
21
21
|
NumberDisplayFormatConfiguration,
|
|
22
|
+
NumberFormatConfiguration,
|
|
22
23
|
NumericalAggregationFunction,
|
|
23
24
|
NumericFormatConfiguration,
|
|
24
25
|
PercentageDisplayFormatConfiguration,
|
|
25
26
|
SortDirection,
|
|
27
|
+
StringFormatConfiguration,
|
|
26
28
|
TimeGranularity,
|
|
27
29
|
Visibility,
|
|
28
30
|
VisualCustomAction,
|
|
29
|
-
VisualInteractionOptions,
|
|
30
31
|
WidgetStatus,
|
|
31
32
|
} from "./models_0";
|
|
33
|
+
export interface FieldLabelType {
|
|
34
|
+
FieldId?: string | undefined;
|
|
35
|
+
Visibility?: Visibility | undefined;
|
|
36
|
+
}
|
|
37
|
+
export interface MaximumLabelType {
|
|
38
|
+
Visibility?: Visibility | undefined;
|
|
39
|
+
}
|
|
40
|
+
export interface MinimumLabelType {
|
|
41
|
+
Visibility?: Visibility | undefined;
|
|
42
|
+
}
|
|
43
|
+
export interface RangeEndsLabelType {
|
|
44
|
+
Visibility?: Visibility | undefined;
|
|
45
|
+
}
|
|
46
|
+
export interface DataLabelType {
|
|
47
|
+
FieldLabelType?: FieldLabelType | undefined;
|
|
48
|
+
DataPathLabelType?: DataPathLabelType | undefined;
|
|
49
|
+
RangeEndsLabelType?: RangeEndsLabelType | undefined;
|
|
50
|
+
MinimumLabelType?: MinimumLabelType | undefined;
|
|
51
|
+
MaximumLabelType?: MaximumLabelType | undefined;
|
|
52
|
+
}
|
|
53
|
+
export declare const DataLabelContent: {
|
|
54
|
+
readonly PERCENT: "PERCENT";
|
|
55
|
+
readonly VALUE: "VALUE";
|
|
56
|
+
readonly VALUE_AND_PERCENT: "VALUE_AND_PERCENT";
|
|
57
|
+
};
|
|
58
|
+
export type DataLabelContent =
|
|
59
|
+
(typeof DataLabelContent)[keyof typeof DataLabelContent];
|
|
60
|
+
export declare const DataLabelOverlap: {
|
|
61
|
+
readonly DISABLE_OVERLAP: "DISABLE_OVERLAP";
|
|
62
|
+
readonly ENABLE_OVERLAP: "ENABLE_OVERLAP";
|
|
63
|
+
};
|
|
64
|
+
export type DataLabelOverlap =
|
|
65
|
+
(typeof DataLabelOverlap)[keyof typeof DataLabelOverlap];
|
|
66
|
+
export declare const DataLabelPosition: {
|
|
67
|
+
readonly BOTTOM: "BOTTOM";
|
|
68
|
+
readonly INSIDE: "INSIDE";
|
|
69
|
+
readonly LEFT: "LEFT";
|
|
70
|
+
readonly OUTSIDE: "OUTSIDE";
|
|
71
|
+
readonly RIGHT: "RIGHT";
|
|
72
|
+
readonly TOP: "TOP";
|
|
73
|
+
};
|
|
74
|
+
export type DataLabelPosition =
|
|
75
|
+
(typeof DataLabelPosition)[keyof typeof DataLabelPosition];
|
|
76
|
+
export interface DataLabelOptions {
|
|
77
|
+
Visibility?: Visibility | undefined;
|
|
78
|
+
CategoryLabelVisibility?: Visibility | undefined;
|
|
79
|
+
MeasureLabelVisibility?: Visibility | undefined;
|
|
80
|
+
DataLabelTypes?: DataLabelType[] | undefined;
|
|
81
|
+
Position?: DataLabelPosition | undefined;
|
|
82
|
+
LabelContent?: DataLabelContent | undefined;
|
|
83
|
+
LabelFontConfiguration?: FontConfiguration | undefined;
|
|
84
|
+
LabelColor?: string | undefined;
|
|
85
|
+
Overlap?: DataLabelOverlap | undefined;
|
|
86
|
+
TotalsVisibility?: Visibility | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface CategoricalDimensionField {
|
|
89
|
+
FieldId: string | undefined;
|
|
90
|
+
Column: ColumnIdentifier | undefined;
|
|
91
|
+
HierarchyId?: string | undefined;
|
|
92
|
+
FormatConfiguration?: StringFormatConfiguration | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface DateDimensionField {
|
|
95
|
+
FieldId: string | undefined;
|
|
96
|
+
Column: ColumnIdentifier | undefined;
|
|
97
|
+
DateGranularity?: TimeGranularity | undefined;
|
|
98
|
+
HierarchyId?: string | undefined;
|
|
99
|
+
FormatConfiguration?: DateTimeFormatConfiguration | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface NumericalDimensionField {
|
|
102
|
+
FieldId: string | undefined;
|
|
103
|
+
Column: ColumnIdentifier | undefined;
|
|
104
|
+
HierarchyId?: string | undefined;
|
|
105
|
+
FormatConfiguration?: NumberFormatConfiguration | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface DimensionField {
|
|
108
|
+
NumericalDimensionField?: NumericalDimensionField | undefined;
|
|
109
|
+
CategoricalDimensionField?: CategoricalDimensionField | undefined;
|
|
110
|
+
DateDimensionField?: DateDimensionField | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface CalculatedMeasureField {
|
|
113
|
+
FieldId: string | undefined;
|
|
114
|
+
Expression: string | undefined;
|
|
115
|
+
}
|
|
116
|
+
export interface CategoricalMeasureField {
|
|
117
|
+
FieldId: string | undefined;
|
|
118
|
+
Column: ColumnIdentifier | undefined;
|
|
119
|
+
AggregationFunction?: CategoricalAggregationFunction | undefined;
|
|
120
|
+
FormatConfiguration?: StringFormatConfiguration | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface DateMeasureField {
|
|
123
|
+
FieldId: string | undefined;
|
|
124
|
+
Column: ColumnIdentifier | undefined;
|
|
125
|
+
AggregationFunction?: DateAggregationFunction | undefined;
|
|
126
|
+
FormatConfiguration?: DateTimeFormatConfiguration | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface NumericalMeasureField {
|
|
129
|
+
FieldId: string | undefined;
|
|
130
|
+
Column: ColumnIdentifier | undefined;
|
|
131
|
+
AggregationFunction?: NumericalAggregationFunction | undefined;
|
|
132
|
+
FormatConfiguration?: NumberFormatConfiguration | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface MeasureField {
|
|
135
|
+
NumericalMeasureField?: NumericalMeasureField | undefined;
|
|
136
|
+
CategoricalMeasureField?: CategoricalMeasureField | undefined;
|
|
137
|
+
DateMeasureField?: DateMeasureField | undefined;
|
|
138
|
+
CalculatedMeasureField?: CalculatedMeasureField | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface BarChartAggregatedFieldWells {
|
|
141
|
+
Category?: DimensionField[] | undefined;
|
|
142
|
+
Values?: MeasureField[] | undefined;
|
|
143
|
+
Colors?: DimensionField[] | undefined;
|
|
144
|
+
SmallMultiples?: DimensionField[] | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface BarChartFieldWells {
|
|
147
|
+
BarChartAggregatedFieldWells?: BarChartAggregatedFieldWells | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface ContextMenuOption {
|
|
150
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface VisualMenuOption {
|
|
153
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface VisualInteractionOptions {
|
|
156
|
+
VisualMenuOption?: VisualMenuOption | undefined;
|
|
157
|
+
ContextMenuOption?: ContextMenuOption | undefined;
|
|
158
|
+
}
|
|
32
159
|
export declare const LegendPosition: {
|
|
33
160
|
readonly AUTO: "AUTO";
|
|
34
161
|
readonly BOTTOM: "BOTTOM";
|
|
@@ -1613,158 +1740,43 @@ export interface PivotFieldSortOptions {
|
|
|
1613
1740
|
export interface PivotTableSortConfiguration {
|
|
1614
1741
|
FieldSortOptions?: PivotFieldSortOptions[] | undefined;
|
|
1615
1742
|
}
|
|
1616
|
-
export declare const
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
export
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
export
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
export
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
Visibility?: Visibility | undefined;
|
|
1654
|
-
FontConfiguration?: FontConfiguration | undefined;
|
|
1655
|
-
TextWrap?: TextWrap | undefined;
|
|
1656
|
-
HorizontalTextAlignment?: HorizontalTextAlignment | undefined;
|
|
1657
|
-
VerticalTextAlignment?: VerticalTextAlignment | undefined;
|
|
1658
|
-
BackgroundColor?: string | undefined;
|
|
1659
|
-
Height?: number | undefined;
|
|
1660
|
-
Border?: GlobalTableBorderOptions | undefined;
|
|
1661
|
-
}
|
|
1662
|
-
export declare const PivotTableMetricPlacement: {
|
|
1663
|
-
readonly COLUMN: "COLUMN";
|
|
1664
|
-
readonly ROW: "ROW";
|
|
1665
|
-
};
|
|
1666
|
-
export type PivotTableMetricPlacement =
|
|
1667
|
-
(typeof PivotTableMetricPlacement)[keyof typeof PivotTableMetricPlacement];
|
|
1668
|
-
export interface RowAlternateColorOptions {
|
|
1669
|
-
Status?: WidgetStatus | undefined;
|
|
1670
|
-
RowAlternateColors?: string[] | undefined;
|
|
1671
|
-
UsePrimaryBackgroundColor?: WidgetStatus | undefined;
|
|
1672
|
-
}
|
|
1673
|
-
export interface PivotTableRowsLabelOptions {
|
|
1674
|
-
Visibility?: Visibility | undefined;
|
|
1675
|
-
CustomLabel?: string | undefined;
|
|
1676
|
-
}
|
|
1677
|
-
export declare const PivotTableRowsLayout: {
|
|
1678
|
-
readonly HIERARCHY: "HIERARCHY";
|
|
1679
|
-
readonly TABULAR: "TABULAR";
|
|
1680
|
-
};
|
|
1681
|
-
export type PivotTableRowsLayout =
|
|
1682
|
-
(typeof PivotTableRowsLayout)[keyof typeof PivotTableRowsLayout];
|
|
1683
|
-
export interface PivotTableOptions {
|
|
1684
|
-
MetricPlacement?: PivotTableMetricPlacement | undefined;
|
|
1685
|
-
SingleMetricVisibility?: Visibility | undefined;
|
|
1686
|
-
ColumnNamesVisibility?: Visibility | undefined;
|
|
1687
|
-
ToggleButtonsVisibility?: Visibility | undefined;
|
|
1688
|
-
ColumnHeaderStyle?: TableCellStyle | undefined;
|
|
1689
|
-
RowHeaderStyle?: TableCellStyle | undefined;
|
|
1690
|
-
CellStyle?: TableCellStyle | undefined;
|
|
1691
|
-
RowFieldNamesStyle?: TableCellStyle | undefined;
|
|
1692
|
-
RowAlternateColorOptions?: RowAlternateColorOptions | undefined;
|
|
1693
|
-
CollapsedRowDimensionsVisibility?: Visibility | undefined;
|
|
1694
|
-
RowsLayout?: PivotTableRowsLayout | undefined;
|
|
1695
|
-
RowsLabelOptions?: PivotTableRowsLabelOptions | undefined;
|
|
1696
|
-
DefaultCellWidth?: string | undefined;
|
|
1697
|
-
}
|
|
1698
|
-
export declare const PivotTableSubtotalLevel: {
|
|
1699
|
-
readonly ALL: "ALL";
|
|
1700
|
-
readonly CUSTOM: "CUSTOM";
|
|
1701
|
-
readonly LAST: "LAST";
|
|
1702
|
-
};
|
|
1703
|
-
export type PivotTableSubtotalLevel =
|
|
1704
|
-
(typeof PivotTableSubtotalLevel)[keyof typeof PivotTableSubtotalLevel];
|
|
1705
|
-
export interface PivotTableFieldSubtotalOptions {
|
|
1706
|
-
FieldId?: string | undefined;
|
|
1707
|
-
}
|
|
1708
|
-
export declare const StyledCellType: {
|
|
1709
|
-
readonly METRIC_HEADER: "METRIC_HEADER";
|
|
1710
|
-
readonly TOTAL: "TOTAL";
|
|
1711
|
-
readonly VALUE: "VALUE";
|
|
1712
|
-
};
|
|
1713
|
-
export type StyledCellType =
|
|
1714
|
-
(typeof StyledCellType)[keyof typeof StyledCellType];
|
|
1715
|
-
export interface TableStyleTarget {
|
|
1716
|
-
CellType: StyledCellType | undefined;
|
|
1717
|
-
}
|
|
1718
|
-
export interface SubtotalOptions {
|
|
1719
|
-
TotalsVisibility?: Visibility | undefined;
|
|
1720
|
-
CustomLabel?: string | undefined;
|
|
1721
|
-
FieldLevel?: PivotTableSubtotalLevel | undefined;
|
|
1722
|
-
FieldLevelOptions?: PivotTableFieldSubtotalOptions[] | undefined;
|
|
1723
|
-
TotalCellStyle?: TableCellStyle | undefined;
|
|
1724
|
-
ValueCellStyle?: TableCellStyle | undefined;
|
|
1725
|
-
MetricHeaderCellStyle?: TableCellStyle | undefined;
|
|
1726
|
-
StyleTargets?: TableStyleTarget[] | undefined;
|
|
1727
|
-
}
|
|
1728
|
-
export declare const TableTotalsPlacement: {
|
|
1729
|
-
readonly AUTO: "AUTO";
|
|
1730
|
-
readonly END: "END";
|
|
1731
|
-
readonly START: "START";
|
|
1732
|
-
};
|
|
1733
|
-
export type TableTotalsPlacement =
|
|
1734
|
-
(typeof TableTotalsPlacement)[keyof typeof TableTotalsPlacement];
|
|
1735
|
-
export declare const TableTotalsScrollStatus: {
|
|
1736
|
-
readonly PINNED: "PINNED";
|
|
1737
|
-
readonly SCROLLED: "SCROLLED";
|
|
1738
|
-
};
|
|
1739
|
-
export type TableTotalsScrollStatus =
|
|
1740
|
-
(typeof TableTotalsScrollStatus)[keyof typeof TableTotalsScrollStatus];
|
|
1741
|
-
export declare const SimpleTotalAggregationFunction: {
|
|
1742
|
-
readonly AVERAGE: "AVERAGE";
|
|
1743
|
-
readonly DEFAULT: "DEFAULT";
|
|
1744
|
-
readonly MAX: "MAX";
|
|
1745
|
-
readonly MIN: "MIN";
|
|
1746
|
-
readonly NONE: "NONE";
|
|
1747
|
-
readonly SUM: "SUM";
|
|
1748
|
-
};
|
|
1749
|
-
export type SimpleTotalAggregationFunction =
|
|
1750
|
-
(typeof SimpleTotalAggregationFunction)[keyof typeof SimpleTotalAggregationFunction];
|
|
1751
|
-
export interface TotalAggregationFunction {
|
|
1752
|
-
SimpleTotalAggregationFunction?: SimpleTotalAggregationFunction | undefined;
|
|
1753
|
-
}
|
|
1754
|
-
export interface TotalAggregationOption {
|
|
1755
|
-
FieldId: string | undefined;
|
|
1756
|
-
TotalAggregationFunction: TotalAggregationFunction | undefined;
|
|
1757
|
-
}
|
|
1758
|
-
export interface PivotTotalOptions {
|
|
1759
|
-
TotalsVisibility?: Visibility | undefined;
|
|
1760
|
-
Placement?: TableTotalsPlacement | undefined;
|
|
1761
|
-
ScrollStatus?: TableTotalsScrollStatus | undefined;
|
|
1762
|
-
CustomLabel?: string | undefined;
|
|
1763
|
-
TotalCellStyle?: TableCellStyle | undefined;
|
|
1764
|
-
ValueCellStyle?: TableCellStyle | undefined;
|
|
1765
|
-
MetricHeaderCellStyle?: TableCellStyle | undefined;
|
|
1766
|
-
TotalAggregationOptions?: TotalAggregationOption[] | undefined;
|
|
1767
|
-
}
|
|
1743
|
+
export declare const DataLabelTypeFilterSensitiveLog: (
|
|
1744
|
+
obj: DataLabelType
|
|
1745
|
+
) => any;
|
|
1746
|
+
export declare const DataLabelOptionsFilterSensitiveLog: (
|
|
1747
|
+
obj: DataLabelOptions
|
|
1748
|
+
) => any;
|
|
1749
|
+
export declare const CategoricalDimensionFieldFilterSensitiveLog: (
|
|
1750
|
+
obj: CategoricalDimensionField
|
|
1751
|
+
) => any;
|
|
1752
|
+
export declare const DateDimensionFieldFilterSensitiveLog: (
|
|
1753
|
+
obj: DateDimensionField
|
|
1754
|
+
) => any;
|
|
1755
|
+
export declare const NumericalDimensionFieldFilterSensitiveLog: (
|
|
1756
|
+
obj: NumericalDimensionField
|
|
1757
|
+
) => any;
|
|
1758
|
+
export declare const DimensionFieldFilterSensitiveLog: (
|
|
1759
|
+
obj: DimensionField
|
|
1760
|
+
) => any;
|
|
1761
|
+
export declare const CalculatedMeasureFieldFilterSensitiveLog: (
|
|
1762
|
+
obj: CalculatedMeasureField
|
|
1763
|
+
) => any;
|
|
1764
|
+
export declare const CategoricalMeasureFieldFilterSensitiveLog: (
|
|
1765
|
+
obj: CategoricalMeasureField
|
|
1766
|
+
) => any;
|
|
1767
|
+
export declare const DateMeasureFieldFilterSensitiveLog: (
|
|
1768
|
+
obj: DateMeasureField
|
|
1769
|
+
) => any;
|
|
1770
|
+
export declare const NumericalMeasureFieldFilterSensitiveLog: (
|
|
1771
|
+
obj: NumericalMeasureField
|
|
1772
|
+
) => any;
|
|
1773
|
+
export declare const MeasureFieldFilterSensitiveLog: (obj: MeasureField) => any;
|
|
1774
|
+
export declare const BarChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
1775
|
+
obj: BarChartAggregatedFieldWells
|
|
1776
|
+
) => any;
|
|
1777
|
+
export declare const BarChartFieldWellsFilterSensitiveLog: (
|
|
1778
|
+
obj: BarChartFieldWells
|
|
1779
|
+
) => any;
|
|
1768
1780
|
export declare const ReferenceLineStaticDataConfigurationFilterSensitiveLog: (
|
|
1769
1781
|
obj: ReferenceLineStaticDataConfiguration
|
|
1770
1782
|
) => any;
|