Skip to content

Type definitions#

Index > QuickSight > Type definitions

Auto-generated documentation for QuickSight type annotations stubs module mypy-boto3-quicksight.

TimestampTypeDef#

# TimestampTypeDef definition

TimestampTypeDef = Union[
    datetime,
    str,
]

BlobTypeDef#

# BlobTypeDef definition

BlobTypeDef = Union[
    str,
    bytes,
    IO[Any],
    StreamingBody,
]

AggFunctionUnionTypeDef#

# AggFunctionUnionTypeDef definition

AggFunctionUnionTypeDef = Union[
    AggFunctionTypeDef,  # (1)
    AggFunctionOutputTypeDef,  # (2)
]
  1. See AggFunctionTypeDef
  2. See AggFunctionOutputTypeDef

AssetBundleExportJobAnalysisOverridePropertiesUnionTypeDef#

# AssetBundleExportJobAnalysisOverridePropertiesUnionTypeDef definition

AssetBundleExportJobAnalysisOverridePropertiesUnionTypeDef = Union[
    AssetBundleExportJobAnalysisOverridePropertiesTypeDef,  # (1)
    AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef,  # (2)
]
  1. See AssetBundleExportJobAnalysisOverridePropertiesTypeDef
  2. See AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef

AssetBundleExportJobDashboardOverridePropertiesUnionTypeDef#

# AssetBundleExportJobDashboardOverridePropertiesUnionTypeDef definition

AssetBundleExportJobDashboardOverridePropertiesUnionTypeDef = Union[
    AssetBundleExportJobDashboardOverridePropertiesTypeDef,  # (1)
    AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef,  # (2)
]
  1. See AssetBundleExportJobDashboardOverridePropertiesTypeDef
  2. See AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef

AssetBundleExportJobDataSetOverridePropertiesUnionTypeDef#

# AssetBundleExportJobDataSetOverridePropertiesUnionTypeDef definition

AssetBundleExportJobDataSetOverridePropertiesUnionTypeDef = Union[
    AssetBundleExportJobDataSetOverridePropertiesTypeDef,  # (1)
    AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef,  # (2)
]
  1. See AssetBundleExportJobDataSetOverridePropertiesTypeDef
  2. See AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef

AssetBundleExportJobDataSourceOverridePropertiesUnionTypeDef#

# AssetBundleExportJobDataSourceOverridePropertiesUnionTypeDef definition

AssetBundleExportJobDataSourceOverridePropertiesUnionTypeDef = Union[
    AssetBundleExportJobDataSourceOverridePropertiesTypeDef,  # (1)
    AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef,  # (2)
]
  1. See AssetBundleExportJobDataSourceOverridePropertiesTypeDef
  2. See AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef

AssetBundleExportJobFolderOverridePropertiesUnionTypeDef#

# AssetBundleExportJobFolderOverridePropertiesUnionTypeDef definition

AssetBundleExportJobFolderOverridePropertiesUnionTypeDef = Union[
    AssetBundleExportJobFolderOverridePropertiesTypeDef,  # (1)
    AssetBundleExportJobFolderOverridePropertiesOutputTypeDef,  # (2)
]
  1. See AssetBundleExportJobFolderOverridePropertiesTypeDef
  2. See AssetBundleExportJobFolderOverridePropertiesOutputTypeDef

AssetBundleExportJobRefreshScheduleOverridePropertiesUnionTypeDef#

# AssetBundleExportJobRefreshScheduleOverridePropertiesUnionTypeDef definition

AssetBundleExportJobRefreshScheduleOverridePropertiesUnionTypeDef = Union[
    AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef,  # (1)
    AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef,  # (2)
]
  1. See AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef
  2. See AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef

AssetBundleExportJobThemeOverridePropertiesUnionTypeDef#

# AssetBundleExportJobThemeOverridePropertiesUnionTypeDef definition

AssetBundleExportJobThemeOverridePropertiesUnionTypeDef = Union[
    AssetBundleExportJobThemeOverridePropertiesTypeDef,  # (1)
    AssetBundleExportJobThemeOverridePropertiesOutputTypeDef,  # (2)
]
  1. See AssetBundleExportJobThemeOverridePropertiesTypeDef
  2. See AssetBundleExportJobThemeOverridePropertiesOutputTypeDef

AssetBundleExportJobVPCConnectionOverridePropertiesUnionTypeDef#

# AssetBundleExportJobVPCConnectionOverridePropertiesUnionTypeDef definition

AssetBundleExportJobVPCConnectionOverridePropertiesUnionTypeDef = Union[
    AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef,  # (1)
    AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef,  # (2)
]
  1. See AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef
  2. See AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef

AssetBundleImportJobVPCConnectionOverrideParametersUnionTypeDef#

# AssetBundleImportJobVPCConnectionOverrideParametersUnionTypeDef definition

AssetBundleImportJobVPCConnectionOverrideParametersUnionTypeDef = Union[
    AssetBundleImportJobVPCConnectionOverrideParametersTypeDef,  # (1)
    AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobVPCConnectionOverrideParametersTypeDef
  2. See AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef

AssetBundleResourcePermissionsUnionTypeDef#

# AssetBundleResourcePermissionsUnionTypeDef definition

AssetBundleResourcePermissionsUnionTypeDef = Union[
    AssetBundleResourcePermissionsTypeDef,  # (1)
    AssetBundleResourcePermissionsOutputTypeDef,  # (2)
]
  1. See AssetBundleResourcePermissionsTypeDef
  2. See AssetBundleResourcePermissionsOutputTypeDef

CellValueSynonymUnionTypeDef#

# CellValueSynonymUnionTypeDef definition

CellValueSynonymUnionTypeDef = Union[
    CellValueSynonymTypeDef,  # (1)
    CellValueSynonymOutputTypeDef,  # (2)
]
  1. See CellValueSynonymTypeDef
  2. See CellValueSynonymOutputTypeDef

CollectiveConstantUnionTypeDef#

# CollectiveConstantUnionTypeDef definition

CollectiveConstantUnionTypeDef = Union[
    CollectiveConstantTypeDef,  # (1)
    CollectiveConstantOutputTypeDef,  # (2)
]
  1. See CollectiveConstantTypeDef
  2. See CollectiveConstantOutputTypeDef

ColumnLevelPermissionRuleUnionTypeDef#

# ColumnLevelPermissionRuleUnionTypeDef definition

ColumnLevelPermissionRuleUnionTypeDef = Union[
    ColumnLevelPermissionRuleTypeDef,  # (1)
    ColumnLevelPermissionRuleOutputTypeDef,  # (2)
]
  1. See ColumnLevelPermissionRuleTypeDef
  2. See ColumnLevelPermissionRuleOutputTypeDef

ComparativeOrderUnionTypeDef#

# ComparativeOrderUnionTypeDef definition

ComparativeOrderUnionTypeDef = Union[
    ComparativeOrderTypeDef,  # (1)
    ComparativeOrderOutputTypeDef,  # (2)
]
  1. See ComparativeOrderTypeDef
  2. See ComparativeOrderOutputTypeDef

CustomFilterListConfigurationUnionTypeDef#

# CustomFilterListConfigurationUnionTypeDef definition

CustomFilterListConfigurationUnionTypeDef = Union[
    CustomFilterListConfigurationTypeDef,  # (1)
    CustomFilterListConfigurationOutputTypeDef,  # (2)
]
  1. See CustomFilterListConfigurationTypeDef
  2. See CustomFilterListConfigurationOutputTypeDef

DataColorPaletteUnionTypeDef#

# DataColorPaletteUnionTypeDef definition

DataColorPaletteUnionTypeDef = Union[
    DataColorPaletteTypeDef,  # (1)
    DataColorPaletteOutputTypeDef,  # (2)
]
  1. See DataColorPaletteTypeDef
  2. See DataColorPaletteOutputTypeDef

DecimalDatasetParameterDefaultValuesUnionTypeDef#

# DecimalDatasetParameterDefaultValuesUnionTypeDef definition

DecimalDatasetParameterDefaultValuesUnionTypeDef = Union[
    DecimalDatasetParameterDefaultValuesTypeDef,  # (1)
    DecimalDatasetParameterDefaultValuesOutputTypeDef,  # (2)
]
  1. See DecimalDatasetParameterDefaultValuesTypeDef
  2. See DecimalDatasetParameterDefaultValuesOutputTypeDef

DecimalParameterUnionTypeDef#

# DecimalParameterUnionTypeDef definition

DecimalParameterUnionTypeDef = Union[
    DecimalParameterTypeDef,  # (1)
    DecimalParameterOutputTypeDef,  # (2)
]
  1. See DecimalParameterTypeDef
  2. See DecimalParameterOutputTypeDef

ResourcePermissionUnionTypeDef#

# ResourcePermissionUnionTypeDef definition

ResourcePermissionUnionTypeDef = Union[
    ResourcePermissionTypeDef,  # (1)
    ResourcePermissionOutputTypeDef,  # (2)
]
  1. See ResourcePermissionTypeDef
  2. See ResourcePermissionOutputTypeDef

FieldFolderUnionTypeDef#

# FieldFolderUnionTypeDef definition

FieldFolderUnionTypeDef = Union[
    FieldFolderTypeDef,  # (1)
    FieldFolderOutputTypeDef,  # (2)
]
  1. See FieldFolderTypeDef
  2. See FieldFolderOutputTypeDef

FilterListConfigurationUnionTypeDef#

# FilterListConfigurationUnionTypeDef definition

FilterListConfigurationUnionTypeDef = Union[
    FilterListConfigurationTypeDef,  # (1)
    FilterListConfigurationOutputTypeDef,  # (2)
]
  1. See FilterListConfigurationTypeDef
  2. See FilterListConfigurationOutputTypeDef

FilterSelectableValuesUnionTypeDef#

# FilterSelectableValuesUnionTypeDef definition

FilterSelectableValuesUnionTypeDef = Union[
    FilterSelectableValuesTypeDef,  # (1)
    FilterSelectableValuesOutputTypeDef,  # (2)
]
  1. See FilterSelectableValuesTypeDef
  2. See FilterSelectableValuesOutputTypeDef

GeoSpatialColumnGroupUnionTypeDef#

# GeoSpatialColumnGroupUnionTypeDef definition

GeoSpatialColumnGroupUnionTypeDef = Union[
    GeoSpatialColumnGroupTypeDef,  # (1)
    GeoSpatialColumnGroupOutputTypeDef,  # (2)
]
  1. See GeoSpatialColumnGroupTypeDef
  2. See GeoSpatialColumnGroupOutputTypeDef

IntegerDatasetParameterDefaultValuesUnionTypeDef#

# IntegerDatasetParameterDefaultValuesUnionTypeDef definition

IntegerDatasetParameterDefaultValuesUnionTypeDef = Union[
    IntegerDatasetParameterDefaultValuesTypeDef,  # (1)
    IntegerDatasetParameterDefaultValuesOutputTypeDef,  # (2)
]
  1. See IntegerDatasetParameterDefaultValuesTypeDef
  2. See IntegerDatasetParameterDefaultValuesOutputTypeDef

IntegerParameterUnionTypeDef#

# IntegerParameterUnionTypeDef definition

IntegerParameterUnionTypeDef = Union[
    IntegerParameterTypeDef,  # (1)
    IntegerParameterOutputTypeDef,  # (2)
]
  1. See IntegerParameterTypeDef
  2. See IntegerParameterOutputTypeDef

NamedEntityDefinitionMetricUnionTypeDef#

# NamedEntityDefinitionMetricUnionTypeDef definition

NamedEntityDefinitionMetricUnionTypeDef = Union[
    NamedEntityDefinitionMetricTypeDef,  # (1)
    NamedEntityDefinitionMetricOutputTypeDef,  # (2)
]
  1. See NamedEntityDefinitionMetricTypeDef
  2. See NamedEntityDefinitionMetricOutputTypeDef

ProjectOperationUnionTypeDef#

# ProjectOperationUnionTypeDef definition

ProjectOperationUnionTypeDef = Union[
    ProjectOperationTypeDef,  # (1)
    ProjectOperationOutputTypeDef,  # (2)
]
  1. See ProjectOperationTypeDef
  2. See ProjectOperationOutputTypeDef

RedshiftIAMParametersUnionTypeDef#

# RedshiftIAMParametersUnionTypeDef definition

RedshiftIAMParametersUnionTypeDef = Union[
    RedshiftIAMParametersTypeDef,  # (1)
    RedshiftIAMParametersOutputTypeDef,  # (2)
]
  1. See RedshiftIAMParametersTypeDef
  2. See RedshiftIAMParametersOutputTypeDef

RowAlternateColorOptionsUnionTypeDef#

# RowAlternateColorOptionsUnionTypeDef definition

RowAlternateColorOptionsUnionTypeDef = Union[
    RowAlternateColorOptionsTypeDef,  # (1)
    RowAlternateColorOptionsOutputTypeDef,  # (2)
]
  1. See RowAlternateColorOptionsTypeDef
  2. See RowAlternateColorOptionsOutputTypeDef

SameSheetTargetVisualConfigurationUnionTypeDef#

# SameSheetTargetVisualConfigurationUnionTypeDef definition

SameSheetTargetVisualConfigurationUnionTypeDef = Union[
    SameSheetTargetVisualConfigurationTypeDef,  # (1)
    SameSheetTargetVisualConfigurationOutputTypeDef,  # (2)
]
  1. See SameSheetTargetVisualConfigurationTypeDef
  2. See SameSheetTargetVisualConfigurationOutputTypeDef

SemanticEntityTypeUnionTypeDef#

# SemanticEntityTypeUnionTypeDef definition

SemanticEntityTypeUnionTypeDef = Union[
    SemanticEntityTypeTypeDef,  # (1)
    SemanticEntityTypeOutputTypeDef,  # (2)
]
  1. See SemanticEntityTypeTypeDef
  2. See SemanticEntityTypeOutputTypeDef

SemanticTypeUnionTypeDef#

# SemanticTypeUnionTypeDef definition

SemanticTypeUnionTypeDef = Union[
    SemanticTypeTypeDef,  # (1)
    SemanticTypeOutputTypeDef,  # (2)
]
  1. See SemanticTypeTypeDef
  2. See SemanticTypeOutputTypeDef

SheetVisualScopingConfigurationUnionTypeDef#

# SheetVisualScopingConfigurationUnionTypeDef definition

SheetVisualScopingConfigurationUnionTypeDef = Union[
    SheetVisualScopingConfigurationTypeDef,  # (1)
    SheetVisualScopingConfigurationOutputTypeDef,  # (2)
]
  1. See SheetVisualScopingConfigurationTypeDef
  2. See SheetVisualScopingConfigurationOutputTypeDef

SnapshotFileSheetSelectionUnionTypeDef#

# SnapshotFileSheetSelectionUnionTypeDef definition

SnapshotFileSheetSelectionUnionTypeDef = Union[
    SnapshotFileSheetSelectionTypeDef,  # (1)
    SnapshotFileSheetSelectionOutputTypeDef,  # (2)
]
  1. See SnapshotFileSheetSelectionTypeDef
  2. See SnapshotFileSheetSelectionOutputTypeDef

StringDatasetParameterDefaultValuesUnionTypeDef#

# StringDatasetParameterDefaultValuesUnionTypeDef definition

StringDatasetParameterDefaultValuesUnionTypeDef = Union[
    StringDatasetParameterDefaultValuesTypeDef,  # (1)
    StringDatasetParameterDefaultValuesOutputTypeDef,  # (2)
]
  1. See StringDatasetParameterDefaultValuesTypeDef
  2. See StringDatasetParameterDefaultValuesOutputTypeDef

StringParameterUnionTypeDef#

# StringParameterUnionTypeDef definition

StringParameterUnionTypeDef = Union[
    StringParameterTypeDef,  # (1)
    StringParameterOutputTypeDef,  # (2)
]
  1. See StringParameterTypeDef
  2. See StringParameterOutputTypeDef

TablePinnedFieldOptionsUnionTypeDef#

# TablePinnedFieldOptionsUnionTypeDef definition

TablePinnedFieldOptionsUnionTypeDef = Union[
    TablePinnedFieldOptionsTypeDef,  # (1)
    TablePinnedFieldOptionsOutputTypeDef,  # (2)
]
  1. See TablePinnedFieldOptionsTypeDef
  2. See TablePinnedFieldOptionsOutputTypeDef

UntagColumnOperationUnionTypeDef#

# UntagColumnOperationUnionTypeDef definition

UntagColumnOperationUnionTypeDef = Union[
    UntagColumnOperationTypeDef,  # (1)
    UntagColumnOperationOutputTypeDef,  # (2)
]
  1. See UntagColumnOperationTypeDef
  2. See UntagColumnOperationOutputTypeDef

CategoryDrillDownFilterUnionTypeDef#

# CategoryDrillDownFilterUnionTypeDef definition

CategoryDrillDownFilterUnionTypeDef = Union[
    CategoryDrillDownFilterTypeDef,  # (1)
    CategoryDrillDownFilterOutputTypeDef,  # (2)
]
  1. See CategoryDrillDownFilterTypeDef
  2. See CategoryDrillDownFilterOutputTypeDef

ContributionAnalysisDefaultUnionTypeDef#

# ContributionAnalysisDefaultUnionTypeDef definition

ContributionAnalysisDefaultUnionTypeDef = Union[
    ContributionAnalysisDefaultTypeDef,  # (1)
    ContributionAnalysisDefaultOutputTypeDef,  # (2)
]
  1. See ContributionAnalysisDefaultTypeDef
  2. See ContributionAnalysisDefaultOutputTypeDef

FilterOperationSelectedFieldsConfigurationUnionTypeDef#

# FilterOperationSelectedFieldsConfigurationUnionTypeDef definition

FilterOperationSelectedFieldsConfigurationUnionTypeDef = Union[
    FilterOperationSelectedFieldsConfigurationTypeDef,  # (1)
    FilterOperationSelectedFieldsConfigurationOutputTypeDef,  # (2)
]
  1. See FilterOperationSelectedFieldsConfigurationTypeDef
  2. See FilterOperationSelectedFieldsConfigurationOutputTypeDef

ParameterSelectableValuesUnionTypeDef#

# ParameterSelectableValuesUnionTypeDef definition

ParameterSelectableValuesUnionTypeDef = Union[
    ParameterSelectableValuesTypeDef,  # (1)
    ParameterSelectableValuesOutputTypeDef,  # (2)
]
  1. See ParameterSelectableValuesTypeDef
  2. See ParameterSelectableValuesOutputTypeDef

AssetBundleImportJobAnalysisOverrideTagsUnionTypeDef#

# AssetBundleImportJobAnalysisOverrideTagsUnionTypeDef definition

AssetBundleImportJobAnalysisOverrideTagsUnionTypeDef = Union[
    AssetBundleImportJobAnalysisOverrideTagsTypeDef,  # (1)
    AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobAnalysisOverrideTagsTypeDef
  2. See AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef

AssetBundleImportJobDashboardOverrideTagsUnionTypeDef#

# AssetBundleImportJobDashboardOverrideTagsUnionTypeDef definition

AssetBundleImportJobDashboardOverrideTagsUnionTypeDef = Union[
    AssetBundleImportJobDashboardOverrideTagsTypeDef,  # (1)
    AssetBundleImportJobDashboardOverrideTagsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobDashboardOverrideTagsTypeDef
  2. See AssetBundleImportJobDashboardOverrideTagsOutputTypeDef

AssetBundleImportJobDataSetOverrideTagsUnionTypeDef#

# AssetBundleImportJobDataSetOverrideTagsUnionTypeDef definition

AssetBundleImportJobDataSetOverrideTagsUnionTypeDef = Union[
    AssetBundleImportJobDataSetOverrideTagsTypeDef,  # (1)
    AssetBundleImportJobDataSetOverrideTagsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobDataSetOverrideTagsTypeDef
  2. See AssetBundleImportJobDataSetOverrideTagsOutputTypeDef

AssetBundleImportJobDataSourceOverrideTagsUnionTypeDef#

# AssetBundleImportJobDataSourceOverrideTagsUnionTypeDef definition

AssetBundleImportJobDataSourceOverrideTagsUnionTypeDef = Union[
    AssetBundleImportJobDataSourceOverrideTagsTypeDef,  # (1)
    AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobDataSourceOverrideTagsTypeDef
  2. See AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef

AssetBundleImportJobFolderOverrideTagsUnionTypeDef#

# AssetBundleImportJobFolderOverrideTagsUnionTypeDef definition

AssetBundleImportJobFolderOverrideTagsUnionTypeDef = Union[
    AssetBundleImportJobFolderOverrideTagsTypeDef,  # (1)
    AssetBundleImportJobFolderOverrideTagsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobFolderOverrideTagsTypeDef
  2. See AssetBundleImportJobFolderOverrideTagsOutputTypeDef

AssetBundleImportJobThemeOverrideTagsUnionTypeDef#

# AssetBundleImportJobThemeOverrideTagsUnionTypeDef definition

AssetBundleImportJobThemeOverrideTagsUnionTypeDef = Union[
    AssetBundleImportJobThemeOverrideTagsTypeDef,  # (1)
    AssetBundleImportJobThemeOverrideTagsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobThemeOverrideTagsTypeDef
  2. See AssetBundleImportJobThemeOverrideTagsOutputTypeDef

AssetBundleImportJobVPCConnectionOverrideTagsUnionTypeDef#

# AssetBundleImportJobVPCConnectionOverrideTagsUnionTypeDef definition

AssetBundleImportJobVPCConnectionOverrideTagsUnionTypeDef = Union[
    AssetBundleImportJobVPCConnectionOverrideTagsTypeDef,  # (1)
    AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobVPCConnectionOverrideTagsTypeDef
  2. See AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef

AssetBundleImportJobRefreshScheduleOverrideParametersUnionTypeDef#

# AssetBundleImportJobRefreshScheduleOverrideParametersUnionTypeDef definition

AssetBundleImportJobRefreshScheduleOverrideParametersUnionTypeDef = Union[
    AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef,  # (1)
    AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef
  2. See AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef

CustomParameterValuesUnionTypeDef#

# CustomParameterValuesUnionTypeDef definition

CustomParameterValuesUnionTypeDef = Union[
    CustomParameterValuesTypeDef,  # (1)
    CustomParameterValuesOutputTypeDef,  # (2)
]
  1. See CustomParameterValuesTypeDef
  2. See CustomParameterValuesOutputTypeDef

DateTimeDatasetParameterDefaultValuesUnionTypeDef#

# DateTimeDatasetParameterDefaultValuesUnionTypeDef definition

DateTimeDatasetParameterDefaultValuesUnionTypeDef = Union[
    DateTimeDatasetParameterDefaultValuesTypeDef,  # (1)
    DateTimeDatasetParameterDefaultValuesOutputTypeDef,  # (2)
]
  1. See DateTimeDatasetParameterDefaultValuesTypeDef
  2. See DateTimeDatasetParameterDefaultValuesOutputTypeDef

DateTimeParameterUnionTypeDef#

# DateTimeParameterUnionTypeDef definition

DateTimeParameterUnionTypeDef = Union[
    DateTimeParameterTypeDef,  # (1)
    DateTimeParameterOutputTypeDef,  # (2)
]
  1. See DateTimeParameterTypeDef
  2. See DateTimeParameterOutputTypeDef

DateTimeValueWhenUnsetConfigurationUnionTypeDef#

# DateTimeValueWhenUnsetConfigurationUnionTypeDef definition

DateTimeValueWhenUnsetConfigurationUnionTypeDef = Union[
    DateTimeValueWhenUnsetConfigurationTypeDef,  # (1)
    DateTimeValueWhenUnsetConfigurationOutputTypeDef,  # (2)
]
  1. See DateTimeValueWhenUnsetConfigurationTypeDef
  2. See DateTimeValueWhenUnsetConfigurationOutputTypeDef

NewDefaultValuesUnionTypeDef#

# NewDefaultValuesUnionTypeDef definition

NewDefaultValuesUnionTypeDef = Union[
    NewDefaultValuesTypeDef,  # (1)
    NewDefaultValuesOutputTypeDef,  # (2)
]
  1. See NewDefaultValuesTypeDef
  2. See NewDefaultValuesOutputTypeDef

TimeRangeDrillDownFilterUnionTypeDef#

# TimeRangeDrillDownFilterUnionTypeDef definition

TimeRangeDrillDownFilterUnionTypeDef = Union[
    TimeRangeDrillDownFilterTypeDef,  # (1)
    TimeRangeDrillDownFilterOutputTypeDef,  # (2)
]
  1. See TimeRangeDrillDownFilterTypeDef
  2. See TimeRangeDrillDownFilterOutputTypeDef

WhatIfPointScenarioUnionTypeDef#

# WhatIfPointScenarioUnionTypeDef definition

WhatIfPointScenarioUnionTypeDef = Union[
    WhatIfPointScenarioTypeDef,  # (1)
    WhatIfPointScenarioOutputTypeDef,  # (2)
]
  1. See WhatIfPointScenarioTypeDef
  2. See WhatIfPointScenarioOutputTypeDef

WhatIfRangeScenarioUnionTypeDef#

# WhatIfRangeScenarioUnionTypeDef definition

WhatIfRangeScenarioUnionTypeDef = Union[
    WhatIfRangeScenarioTypeDef,  # (1)
    WhatIfRangeScenarioOutputTypeDef,  # (2)
]
  1. See WhatIfRangeScenarioTypeDef
  2. See WhatIfRangeScenarioOutputTypeDef

AxisDisplayRangeUnionTypeDef#

# AxisDisplayRangeUnionTypeDef definition

AxisDisplayRangeUnionTypeDef = Union[
    AxisDisplayRangeTypeDef,  # (1)
    AxisDisplayRangeOutputTypeDef,  # (2)
]
  1. See AxisDisplayRangeTypeDef
  2. See AxisDisplayRangeOutputTypeDef

CreateColumnsOperationUnionTypeDef#

# CreateColumnsOperationUnionTypeDef definition

CreateColumnsOperationUnionTypeDef = Union[
    CreateColumnsOperationTypeDef,  # (1)
    CreateColumnsOperationOutputTypeDef,  # (2)
]
  1. See CreateColumnsOperationTypeDef
  2. See CreateColumnsOperationOutputTypeDef

TopicConstantValueUnionTypeDef#

# TopicConstantValueUnionTypeDef definition

TopicConstantValueUnionTypeDef = Union[
    TopicConstantValueTypeDef,  # (1)
    TopicConstantValueOutputTypeDef,  # (2)
]
  1. See TopicConstantValueTypeDef
  2. See TopicConstantValueOutputTypeDef

ColorScaleUnionTypeDef#

# ColorScaleUnionTypeDef definition

ColorScaleUnionTypeDef = Union[
    ColorScaleTypeDef,  # (1)
    ColorScaleOutputTypeDef,  # (2)
]
  1. See ColorScaleTypeDef
  2. See ColorScaleOutputTypeDef

ColorsConfigurationUnionTypeDef#

# ColorsConfigurationUnionTypeDef definition

ColorsConfigurationUnionTypeDef = Union[
    ColorsConfigurationTypeDef,  # (1)
    ColorsConfigurationOutputTypeDef,  # (2)
]
  1. See ColorsConfigurationTypeDef
  2. See ColorsConfigurationOutputTypeDef

ColumnGroupSchemaUnionTypeDef#

# ColumnGroupSchemaUnionTypeDef definition

ColumnGroupSchemaUnionTypeDef = Union[
    ColumnGroupSchemaTypeDef,  # (1)
    ColumnGroupSchemaOutputTypeDef,  # (2)
]
  1. See ColumnGroupSchemaTypeDef
  2. See ColumnGroupSchemaOutputTypeDef

DataSetSchemaUnionTypeDef#

# DataSetSchemaUnionTypeDef definition

DataSetSchemaUnionTypeDef = Union[
    DataSetSchemaTypeDef,  # (1)
    DataSetSchemaOutputTypeDef,  # (2)
]
  1. See DataSetSchemaTypeDef
  2. See DataSetSchemaOutputTypeDef

CustomSqlUnionTypeDef#

# CustomSqlUnionTypeDef definition

CustomSqlUnionTypeDef = Union[
    CustomSqlTypeDef,  # (1)
    CustomSqlOutputTypeDef,  # (2)
]
  1. See CustomSqlTypeDef
  2. See CustomSqlOutputTypeDef

RelationalTableUnionTypeDef#

# RelationalTableUnionTypeDef definition

RelationalTableUnionTypeDef = Union[
    RelationalTableTypeDef,  # (1)
    RelationalTableOutputTypeDef,  # (2)
]
  1. See RelationalTableTypeDef
  2. See RelationalTableOutputTypeDef

TimeRangeFilterValueUnionTypeDef#

# TimeRangeFilterValueUnionTypeDef definition

TimeRangeFilterValueUnionTypeDef = Union[
    TimeRangeFilterValueTypeDef,  # (1)
    TimeRangeFilterValueOutputTypeDef,  # (2)
]
  1. See TimeRangeFilterValueTypeDef
  2. See TimeRangeFilterValueOutputTypeDef

TypographyUnionTypeDef#

# TypographyUnionTypeDef definition

TypographyUnionTypeDef = Union[
    TypographyTypeDef,  # (1)
    TypographyOutputTypeDef,  # (2)
]
  1. See TypographyTypeDef
  2. See TypographyOutputTypeDef

GeospatialHeatmapColorScaleUnionTypeDef#

# GeospatialHeatmapColorScaleUnionTypeDef definition

GeospatialHeatmapColorScaleUnionTypeDef = Union[
    GeospatialHeatmapColorScaleTypeDef,  # (1)
    GeospatialHeatmapColorScaleOutputTypeDef,  # (2)
]
  1. See GeospatialHeatmapColorScaleTypeDef
  2. See GeospatialHeatmapColorScaleOutputTypeDef

GradientColorUnionTypeDef#

# GradientColorUnionTypeDef definition

GradientColorUnionTypeDef = Union[
    GradientColorTypeDef,  # (1)
    GradientColorOutputTypeDef,  # (2)
]
  1. See GradientColorTypeDef
  2. See GradientColorOutputTypeDef

S3SourceUnionTypeDef#

# S3SourceUnionTypeDef definition

S3SourceUnionTypeDef = Union[
    S3SourceTypeDef,  # (1)
    S3SourceOutputTypeDef,  # (2)
]
  1. See S3SourceTypeDef
  2. See S3SourceOutputTypeDef

TopicTemplateUnionTypeDef#

# TopicTemplateUnionTypeDef definition

TopicTemplateUnionTypeDef = Union[
    TopicTemplateTypeDef,  # (1)
    TopicTemplateOutputTypeDef,  # (2)
]
  1. See TopicTemplateTypeDef
  2. See TopicTemplateOutputTypeDef

CascadingControlConfigurationUnionTypeDef#

# CascadingControlConfigurationUnionTypeDef definition

CascadingControlConfigurationUnionTypeDef = Union[
    CascadingControlConfigurationTypeDef,  # (1)
    CascadingControlConfigurationOutputTypeDef,  # (2)
]
  1. See CascadingControlConfigurationTypeDef
  2. See CascadingControlConfigurationOutputTypeDef

DateTimeDefaultValuesUnionTypeDef#

# DateTimeDefaultValuesUnionTypeDef definition

DateTimeDefaultValuesUnionTypeDef = Union[
    DateTimeDefaultValuesTypeDef,  # (1)
    DateTimeDefaultValuesOutputTypeDef,  # (2)
]
  1. See DateTimeDefaultValuesTypeDef
  2. See DateTimeDefaultValuesOutputTypeDef

DecimalDefaultValuesUnionTypeDef#

# DecimalDefaultValuesUnionTypeDef definition

DecimalDefaultValuesUnionTypeDef = Union[
    DecimalDefaultValuesTypeDef,  # (1)
    DecimalDefaultValuesOutputTypeDef,  # (2)
]
  1. See DecimalDefaultValuesTypeDef
  2. See DecimalDefaultValuesOutputTypeDef

IntegerDefaultValuesUnionTypeDef#

# IntegerDefaultValuesUnionTypeDef definition

IntegerDefaultValuesUnionTypeDef = Union[
    IntegerDefaultValuesTypeDef,  # (1)
    IntegerDefaultValuesOutputTypeDef,  # (2)
]
  1. See IntegerDefaultValuesTypeDef
  2. See IntegerDefaultValuesOutputTypeDef

StringDefaultValuesUnionTypeDef#

# StringDefaultValuesUnionTypeDef definition

StringDefaultValuesUnionTypeDef = Union[
    StringDefaultValuesTypeDef,  # (1)
    StringDefaultValuesOutputTypeDef,  # (2)
]
  1. See StringDefaultValuesTypeDef
  2. See StringDefaultValuesOutputTypeDef

AssetBundleImportJobAnalysisOverridePermissionsUnionTypeDef#

# AssetBundleImportJobAnalysisOverridePermissionsUnionTypeDef definition

AssetBundleImportJobAnalysisOverridePermissionsUnionTypeDef = Union[
    AssetBundleImportJobAnalysisOverridePermissionsTypeDef,  # (1)
    AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobAnalysisOverridePermissionsTypeDef
  2. See AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef

AssetBundleImportJobDataSetOverridePermissionsUnionTypeDef#

# AssetBundleImportJobDataSetOverridePermissionsUnionTypeDef definition

AssetBundleImportJobDataSetOverridePermissionsUnionTypeDef = Union[
    AssetBundleImportJobDataSetOverridePermissionsTypeDef,  # (1)
    AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobDataSetOverridePermissionsTypeDef
  2. See AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef

AssetBundleImportJobDataSourceOverridePermissionsUnionTypeDef#

# AssetBundleImportJobDataSourceOverridePermissionsUnionTypeDef definition

AssetBundleImportJobDataSourceOverridePermissionsUnionTypeDef = Union[
    AssetBundleImportJobDataSourceOverridePermissionsTypeDef,  # (1)
    AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobDataSourceOverridePermissionsTypeDef
  2. See AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef

AssetBundleImportJobFolderOverridePermissionsUnionTypeDef#

# AssetBundleImportJobFolderOverridePermissionsUnionTypeDef definition

AssetBundleImportJobFolderOverridePermissionsUnionTypeDef = Union[
    AssetBundleImportJobFolderOverridePermissionsTypeDef,  # (1)
    AssetBundleImportJobFolderOverridePermissionsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobFolderOverridePermissionsTypeDef
  2. See AssetBundleImportJobFolderOverridePermissionsOutputTypeDef

AssetBundleImportJobThemeOverridePermissionsUnionTypeDef#

# AssetBundleImportJobThemeOverridePermissionsUnionTypeDef definition

AssetBundleImportJobThemeOverridePermissionsUnionTypeDef = Union[
    AssetBundleImportJobThemeOverridePermissionsTypeDef,  # (1)
    AssetBundleImportJobThemeOverridePermissionsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobThemeOverridePermissionsTypeDef
  2. See AssetBundleImportJobThemeOverridePermissionsOutputTypeDef

AssetBundleResourceLinkSharingConfigurationUnionTypeDef#

# AssetBundleResourceLinkSharingConfigurationUnionTypeDef definition

AssetBundleResourceLinkSharingConfigurationUnionTypeDef = Union[
    AssetBundleResourceLinkSharingConfigurationTypeDef,  # (1)
    AssetBundleResourceLinkSharingConfigurationOutputTypeDef,  # (2)
]
  1. See AssetBundleResourceLinkSharingConfigurationTypeDef
  2. See AssetBundleResourceLinkSharingConfigurationOutputTypeDef

TopicCategoryFilterConstantUnionTypeDef#

# TopicCategoryFilterConstantUnionTypeDef definition

TopicCategoryFilterConstantUnionTypeDef = Union[
    TopicCategoryFilterConstantTypeDef,  # (1)
    TopicCategoryFilterConstantOutputTypeDef,  # (2)
]
  1. See TopicCategoryFilterConstantTypeDef
  2. See TopicCategoryFilterConstantOutputTypeDef

TagColumnOperationUnionTypeDef#

# TagColumnOperationUnionTypeDef definition

TagColumnOperationUnionTypeDef = Union[
    TagColumnOperationTypeDef,  # (1)
    TagColumnOperationOutputTypeDef,  # (2)
]
  1. See TagColumnOperationTypeDef
  2. See TagColumnOperationOutputTypeDef

DataPathSortUnionTypeDef#

# DataPathSortUnionTypeDef definition

DataPathSortUnionTypeDef = Union[
    DataPathSortTypeDef,  # (1)
    DataPathSortOutputTypeDef,  # (2)
]
  1. See DataPathSortTypeDef
  2. See DataPathSortOutputTypeDef

PivotTableDataPathOptionUnionTypeDef#

# PivotTableDataPathOptionUnionTypeDef definition

PivotTableDataPathOptionUnionTypeDef = Union[
    PivotTableDataPathOptionTypeDef,  # (1)
    PivotTableDataPathOptionOutputTypeDef,  # (2)
]
  1. See PivotTableDataPathOptionTypeDef
  2. See PivotTableDataPathOptionOutputTypeDef

PivotTableFieldCollapseStateTargetUnionTypeDef#

# PivotTableFieldCollapseStateTargetUnionTypeDef definition

PivotTableFieldCollapseStateTargetUnionTypeDef = Union[
    PivotTableFieldCollapseStateTargetTypeDef,  # (1)
    PivotTableFieldCollapseStateTargetOutputTypeDef,  # (2)
]
  1. See PivotTableFieldCollapseStateTargetTypeDef
  2. See PivotTableFieldCollapseStateTargetOutputTypeDef

DecimalDatasetParameterUnionTypeDef#

# DecimalDatasetParameterUnionTypeDef definition

DecimalDatasetParameterUnionTypeDef = Union[
    DecimalDatasetParameterTypeDef,  # (1)
    DecimalDatasetParameterOutputTypeDef,  # (2)
]
  1. See DecimalDatasetParameterTypeDef
  2. See DecimalDatasetParameterOutputTypeDef

TopicIRMetricUnionTypeDef#

# TopicIRMetricUnionTypeDef definition

TopicIRMetricUnionTypeDef = Union[
    TopicIRMetricTypeDef,  # (1)
    TopicIRMetricOutputTypeDef,  # (2)
]
  1. See TopicIRMetricTypeDef
  2. See TopicIRMetricOutputTypeDef

CategoryFilterConfigurationUnionTypeDef#

# CategoryFilterConfigurationUnionTypeDef definition

CategoryFilterConfigurationUnionTypeDef = Union[
    CategoryFilterConfigurationTypeDef,  # (1)
    CategoryFilterConfigurationOutputTypeDef,  # (2)
]
  1. See CategoryFilterConfigurationTypeDef
  2. See CategoryFilterConfigurationOutputTypeDef

DataLabelOptionsUnionTypeDef#

# DataLabelOptionsUnionTypeDef definition

DataLabelOptionsUnionTypeDef = Union[
    DataLabelOptionsTypeDef,  # (1)
    DataLabelOptionsOutputTypeDef,  # (2)
]
  1. See DataLabelOptionsTypeDef
  2. See DataLabelOptionsOutputTypeDef

ColumnGroupUnionTypeDef#

# ColumnGroupUnionTypeDef definition

ColumnGroupUnionTypeDef = Union[
    ColumnGroupTypeDef,  # (1)
    ColumnGroupOutputTypeDef,  # (2)
]
  1. See ColumnGroupTypeDef
  2. See ColumnGroupOutputTypeDef

GridLayoutConfigurationUnionTypeDef#

# GridLayoutConfigurationUnionTypeDef definition

GridLayoutConfigurationUnionTypeDef = Union[
    GridLayoutConfigurationTypeDef,  # (1)
    GridLayoutConfigurationOutputTypeDef,  # (2)
]
  1. See GridLayoutConfigurationTypeDef
  2. See GridLayoutConfigurationOutputTypeDef

IntegerDatasetParameterUnionTypeDef#

# IntegerDatasetParameterUnionTypeDef definition

IntegerDatasetParameterUnionTypeDef = Union[
    IntegerDatasetParameterTypeDef,  # (1)
    IntegerDatasetParameterOutputTypeDef,  # (2)
]
  1. See IntegerDatasetParameterTypeDef
  2. See IntegerDatasetParameterOutputTypeDef

NamedEntityDefinitionUnionTypeDef#

# NamedEntityDefinitionUnionTypeDef definition

NamedEntityDefinitionUnionTypeDef = Union[
    NamedEntityDefinitionTypeDef,  # (1)
    NamedEntityDefinitionOutputTypeDef,  # (2)
]
  1. See NamedEntityDefinitionTypeDef
  2. See NamedEntityDefinitionOutputTypeDef

RedshiftParametersUnionTypeDef#

# RedshiftParametersUnionTypeDef definition

RedshiftParametersUnionTypeDef = Union[
    RedshiftParametersTypeDef,  # (1)
    RedshiftParametersOutputTypeDef,  # (2)
]
  1. See RedshiftParametersTypeDef
  2. See RedshiftParametersOutputTypeDef

SnapshotDestinationConfigurationUnionTypeDef#

# SnapshotDestinationConfigurationUnionTypeDef definition

SnapshotDestinationConfigurationUnionTypeDef = Union[
    SnapshotDestinationConfigurationTypeDef,  # (1)
    SnapshotDestinationConfigurationOutputTypeDef,  # (2)
]
  1. See SnapshotDestinationConfigurationTypeDef
  2. See SnapshotDestinationConfigurationOutputTypeDef

FilterOperationTargetVisualsConfigurationUnionTypeDef#

# FilterOperationTargetVisualsConfigurationUnionTypeDef definition

FilterOperationTargetVisualsConfigurationUnionTypeDef = Union[
    FilterOperationTargetVisualsConfigurationTypeDef,  # (1)
    FilterOperationTargetVisualsConfigurationOutputTypeDef,  # (2)
]
  1. See FilterOperationTargetVisualsConfigurationTypeDef
  2. See FilterOperationTargetVisualsConfigurationOutputTypeDef

FreeFormLayoutElementUnionTypeDef#

# FreeFormLayoutElementUnionTypeDef definition

FreeFormLayoutElementUnionTypeDef = Union[
    FreeFormLayoutElementTypeDef,  # (1)
    FreeFormLayoutElementOutputTypeDef,  # (2)
]
  1. See FreeFormLayoutElementTypeDef
  2. See FreeFormLayoutElementOutputTypeDef

SelectedSheetsFilterScopeConfigurationUnionTypeDef#

# SelectedSheetsFilterScopeConfigurationUnionTypeDef definition

SelectedSheetsFilterScopeConfigurationUnionTypeDef = Union[
    SelectedSheetsFilterScopeConfigurationTypeDef,  # (1)
    SelectedSheetsFilterScopeConfigurationOutputTypeDef,  # (2)
]
  1. See SelectedSheetsFilterScopeConfigurationTypeDef
  2. See SelectedSheetsFilterScopeConfigurationOutputTypeDef

SnapshotFileUnionTypeDef#

# SnapshotFileUnionTypeDef definition

SnapshotFileUnionTypeDef = Union[
    SnapshotFileTypeDef,  # (1)
    SnapshotFileOutputTypeDef,  # (2)
]
  1. See SnapshotFileTypeDef
  2. See SnapshotFileOutputTypeDef

StringDatasetParameterUnionTypeDef#

# StringDatasetParameterUnionTypeDef definition

StringDatasetParameterUnionTypeDef = Union[
    StringDatasetParameterTypeDef,  # (1)
    StringDatasetParameterOutputTypeDef,  # (2)
]
  1. See StringDatasetParameterTypeDef
  2. See StringDatasetParameterOutputTypeDef

CustomValuesConfigurationUnionTypeDef#

# CustomValuesConfigurationUnionTypeDef definition

CustomValuesConfigurationUnionTypeDef = Union[
    CustomValuesConfigurationTypeDef,  # (1)
    CustomValuesConfigurationOutputTypeDef,  # (2)
]
  1. See CustomValuesConfigurationTypeDef
  2. See CustomValuesConfigurationOutputTypeDef

DateTimeDatasetParameterUnionTypeDef#

# DateTimeDatasetParameterUnionTypeDef definition

DateTimeDatasetParameterUnionTypeDef = Union[
    DateTimeDatasetParameterTypeDef,  # (1)
    DateTimeDatasetParameterOutputTypeDef,  # (2)
]
  1. See DateTimeDatasetParameterTypeDef
  2. See DateTimeDatasetParameterOutputTypeDef

ParametersUnionTypeDef#

# ParametersUnionTypeDef definition

ParametersUnionTypeDef = Union[
    ParametersTypeDef,  # (1)
    ParametersOutputTypeDef,  # (2)
]
  1. See ParametersTypeDef
  2. See ParametersOutputTypeDef

OverrideDatasetParameterOperationUnionTypeDef#

# OverrideDatasetParameterOperationUnionTypeDef definition

OverrideDatasetParameterOperationUnionTypeDef = Union[
    OverrideDatasetParameterOperationTypeDef,  # (1)
    OverrideDatasetParameterOperationOutputTypeDef,  # (2)
]
  1. See OverrideDatasetParameterOperationTypeDef
  2. See OverrideDatasetParameterOperationOutputTypeDef

DrillDownFilterUnionTypeDef#

# DrillDownFilterUnionTypeDef definition

DrillDownFilterUnionTypeDef = Union[
    DrillDownFilterTypeDef,  # (1)
    DrillDownFilterOutputTypeDef,  # (2)
]
  1. See DrillDownFilterTypeDef
  2. See DrillDownFilterOutputTypeDef

ForecastScenarioUnionTypeDef#

# ForecastScenarioUnionTypeDef definition

ForecastScenarioUnionTypeDef = Union[
    ForecastScenarioTypeDef,  # (1)
    ForecastScenarioOutputTypeDef,  # (2)
]
  1. See ForecastScenarioTypeDef
  2. See ForecastScenarioOutputTypeDef

NumericAxisOptionsUnionTypeDef#

# NumericAxisOptionsUnionTypeDef definition

NumericAxisOptionsUnionTypeDef = Union[
    NumericAxisOptionsTypeDef,  # (1)
    NumericAxisOptionsOutputTypeDef,  # (2)
]
  1. See NumericAxisOptionsTypeDef
  2. See NumericAxisOptionsOutputTypeDef

TopicIRFilterOptionUnionTypeDef#

# TopicIRFilterOptionUnionTypeDef definition

TopicIRFilterOptionUnionTypeDef = Union[
    TopicIRFilterOptionTypeDef,  # (1)
    TopicIRFilterOptionOutputTypeDef,  # (2)
]
  1. See TopicIRFilterOptionTypeDef
  2. See TopicIRFilterOptionOutputTypeDef

DataSetConfigurationUnionTypeDef#

# DataSetConfigurationUnionTypeDef definition

DataSetConfigurationUnionTypeDef = Union[
    DataSetConfigurationTypeDef,  # (1)
    DataSetConfigurationOutputTypeDef,  # (2)
]
  1. See DataSetConfigurationTypeDef
  2. See DataSetConfigurationOutputTypeDef

VisualPaletteUnionTypeDef#

# VisualPaletteUnionTypeDef definition

VisualPaletteUnionTypeDef = Union[
    VisualPaletteTypeDef,  # (1)
    VisualPaletteOutputTypeDef,  # (2)
]
  1. See VisualPaletteTypeDef
  2. See VisualPaletteOutputTypeDef

TopicCalculatedFieldUnionTypeDef#

# TopicCalculatedFieldUnionTypeDef definition

TopicCalculatedFieldUnionTypeDef = Union[
    TopicCalculatedFieldTypeDef,  # (1)
    TopicCalculatedFieldOutputTypeDef,  # (2)
]
  1. See TopicCalculatedFieldTypeDef
  2. See TopicCalculatedFieldOutputTypeDef

TopicColumnUnionTypeDef#

# TopicColumnUnionTypeDef definition

TopicColumnUnionTypeDef = Union[
    TopicColumnTypeDef,  # (1)
    TopicColumnOutputTypeDef,  # (2)
]
  1. See TopicColumnTypeDef
  2. See TopicColumnOutputTypeDef

ChartAxisLabelOptionsUnionTypeDef#

# ChartAxisLabelOptionsUnionTypeDef definition

ChartAxisLabelOptionsUnionTypeDef = Union[
    ChartAxisLabelOptionsTypeDef,  # (1)
    ChartAxisLabelOptionsOutputTypeDef,  # (2)
]
  1. See ChartAxisLabelOptionsTypeDef
  2. See ChartAxisLabelOptionsOutputTypeDef

GeospatialHeatmapConfigurationUnionTypeDef#

# GeospatialHeatmapConfigurationUnionTypeDef definition

GeospatialHeatmapConfigurationUnionTypeDef = Union[
    GeospatialHeatmapConfigurationTypeDef,  # (1)
    GeospatialHeatmapConfigurationOutputTypeDef,  # (2)
]
  1. See GeospatialHeatmapConfigurationTypeDef
  2. See GeospatialHeatmapConfigurationOutputTypeDef

ConditionalFormattingGradientColorUnionTypeDef#

# ConditionalFormattingGradientColorUnionTypeDef definition

ConditionalFormattingGradientColorUnionTypeDef = Union[
    ConditionalFormattingGradientColorTypeDef,  # (1)
    ConditionalFormattingGradientColorOutputTypeDef,  # (2)
]
  1. See ConditionalFormattingGradientColorTypeDef
  2. See ConditionalFormattingGradientColorOutputTypeDef

PhysicalTableUnionTypeDef#

# PhysicalTableUnionTypeDef definition

PhysicalTableUnionTypeDef = Union[
    PhysicalTableTypeDef,  # (1)
    PhysicalTableOutputTypeDef,  # (2)
]
  1. See PhysicalTableTypeDef
  2. See PhysicalTableOutputTypeDef

FilterCrossSheetControlUnionTypeDef#

# FilterCrossSheetControlUnionTypeDef definition

FilterCrossSheetControlUnionTypeDef = Union[
    FilterCrossSheetControlTypeDef,  # (1)
    FilterCrossSheetControlOutputTypeDef,  # (2)
]
  1. See FilterCrossSheetControlTypeDef
  2. See FilterCrossSheetControlOutputTypeDef

DateTimeParameterDeclarationUnionTypeDef#

# DateTimeParameterDeclarationUnionTypeDef definition

DateTimeParameterDeclarationUnionTypeDef = Union[
    DateTimeParameterDeclarationTypeDef,  # (1)
    DateTimeParameterDeclarationOutputTypeDef,  # (2)
]
  1. See DateTimeParameterDeclarationTypeDef
  2. See DateTimeParameterDeclarationOutputTypeDef

DecimalParameterDeclarationUnionTypeDef#

# DecimalParameterDeclarationUnionTypeDef definition

DecimalParameterDeclarationUnionTypeDef = Union[
    DecimalParameterDeclarationTypeDef,  # (1)
    DecimalParameterDeclarationOutputTypeDef,  # (2)
]
  1. See DecimalParameterDeclarationTypeDef
  2. See DecimalParameterDeclarationOutputTypeDef

IntegerParameterDeclarationUnionTypeDef#

# IntegerParameterDeclarationUnionTypeDef definition

IntegerParameterDeclarationUnionTypeDef = Union[
    IntegerParameterDeclarationTypeDef,  # (1)
    IntegerParameterDeclarationOutputTypeDef,  # (2)
]
  1. See IntegerParameterDeclarationTypeDef
  2. See IntegerParameterDeclarationOutputTypeDef

StringParameterDeclarationUnionTypeDef#

# StringParameterDeclarationUnionTypeDef definition

StringParameterDeclarationUnionTypeDef = Union[
    StringParameterDeclarationTypeDef,  # (1)
    StringParameterDeclarationOutputTypeDef,  # (2)
]
  1. See StringParameterDeclarationTypeDef
  2. See StringParameterDeclarationOutputTypeDef

AssetBundleImportJobDashboardOverridePermissionsUnionTypeDef#

# AssetBundleImportJobDashboardOverridePermissionsUnionTypeDef definition

AssetBundleImportJobDashboardOverridePermissionsUnionTypeDef = Union[
    AssetBundleImportJobDashboardOverridePermissionsTypeDef,  # (1)
    AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobDashboardOverridePermissionsTypeDef
  2. See AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef

TopicCategoryFilterUnionTypeDef#

# TopicCategoryFilterUnionTypeDef definition

TopicCategoryFilterUnionTypeDef = Union[
    TopicCategoryFilterTypeDef,  # (1)
    TopicCategoryFilterOutputTypeDef,  # (2)
]
  1. See TopicCategoryFilterTypeDef
  2. See TopicCategoryFilterOutputTypeDef

PivotTableFieldCollapseStateOptionUnionTypeDef#

# PivotTableFieldCollapseStateOptionUnionTypeDef definition

PivotTableFieldCollapseStateOptionUnionTypeDef = Union[
    PivotTableFieldCollapseStateOptionTypeDef,  # (1)
    PivotTableFieldCollapseStateOptionOutputTypeDef,  # (2)
]
  1. See PivotTableFieldCollapseStateOptionTypeDef
  2. See PivotTableFieldCollapseStateOptionOutputTypeDef

DefaultFilterDropDownControlOptionsUnionTypeDef#

# DefaultFilterDropDownControlOptionsUnionTypeDef definition

DefaultFilterDropDownControlOptionsUnionTypeDef = Union[
    DefaultFilterDropDownControlOptionsTypeDef,  # (1)
    DefaultFilterDropDownControlOptionsOutputTypeDef,  # (2)
]
  1. See DefaultFilterDropDownControlOptionsTypeDef
  2. See DefaultFilterDropDownControlOptionsOutputTypeDef

FilterDropDownControlUnionTypeDef#

# FilterDropDownControlUnionTypeDef definition

FilterDropDownControlUnionTypeDef = Union[
    FilterDropDownControlTypeDef,  # (1)
    FilterDropDownControlOutputTypeDef,  # (2)
]
  1. See FilterDropDownControlTypeDef
  2. See FilterDropDownControlOutputTypeDef

ParameterDropDownControlUnionTypeDef#

# ParameterDropDownControlUnionTypeDef definition

ParameterDropDownControlUnionTypeDef = Union[
    ParameterDropDownControlTypeDef,  # (1)
    ParameterDropDownControlOutputTypeDef,  # (2)
]
  1. See ParameterDropDownControlTypeDef
  2. See ParameterDropDownControlOutputTypeDef

DefaultFilterListControlOptionsUnionTypeDef#

# DefaultFilterListControlOptionsUnionTypeDef definition

DefaultFilterListControlOptionsUnionTypeDef = Union[
    DefaultFilterListControlOptionsTypeDef,  # (1)
    DefaultFilterListControlOptionsOutputTypeDef,  # (2)
]
  1. See DefaultFilterListControlOptionsTypeDef
  2. See DefaultFilterListControlOptionsOutputTypeDef

FilterListControlUnionTypeDef#

# FilterListControlUnionTypeDef definition

FilterListControlUnionTypeDef = Union[
    FilterListControlTypeDef,  # (1)
    FilterListControlOutputTypeDef,  # (2)
]
  1. See FilterListControlTypeDef
  2. See FilterListControlOutputTypeDef

ParameterListControlUnionTypeDef#

# ParameterListControlUnionTypeDef definition

ParameterListControlUnionTypeDef = Union[
    ParameterListControlTypeDef,  # (1)
    ParameterListControlOutputTypeDef,  # (2)
]
  1. See ParameterListControlTypeDef
  2. See ParameterListControlOutputTypeDef

PivotTableOptionsUnionTypeDef#

# PivotTableOptionsUnionTypeDef definition

PivotTableOptionsUnionTypeDef = Union[
    PivotTableOptionsTypeDef,  # (1)
    PivotTableOptionsOutputTypeDef,  # (2)
]
  1. See PivotTableOptionsTypeDef
  2. See PivotTableOptionsOutputTypeDef

PivotTotalOptionsUnionTypeDef#

# PivotTotalOptionsUnionTypeDef definition

PivotTotalOptionsUnionTypeDef = Union[
    PivotTotalOptionsTypeDef,  # (1)
    PivotTotalOptionsOutputTypeDef,  # (2)
]
  1. See PivotTotalOptionsTypeDef
  2. See PivotTotalOptionsOutputTypeDef

SubtotalOptionsUnionTypeDef#

# SubtotalOptionsUnionTypeDef definition

SubtotalOptionsUnionTypeDef = Union[
    SubtotalOptionsTypeDef,  # (1)
    SubtotalOptionsOutputTypeDef,  # (2)
]
  1. See SubtotalOptionsTypeDef
  2. See SubtotalOptionsOutputTypeDef

TableOptionsUnionTypeDef#

# TableOptionsUnionTypeDef definition

TableOptionsUnionTypeDef = Union[
    TableOptionsTypeDef,  # (1)
    TableOptionsOutputTypeDef,  # (2)
]
  1. See TableOptionsTypeDef
  2. See TableOptionsOutputTypeDef

TotalOptionsUnionTypeDef#

# TotalOptionsUnionTypeDef definition

TotalOptionsUnionTypeDef = Union[
    TotalOptionsTypeDef,  # (1)
    TotalOptionsOutputTypeDef,  # (2)
]
  1. See TotalOptionsTypeDef
  2. See TotalOptionsOutputTypeDef

SheetControlLayoutConfigurationUnionTypeDef#

# SheetControlLayoutConfigurationUnionTypeDef definition

SheetControlLayoutConfigurationUnionTypeDef = Union[
    SheetControlLayoutConfigurationTypeDef,  # (1)
    SheetControlLayoutConfigurationOutputTypeDef,  # (2)
]
  1. See SheetControlLayoutConfigurationTypeDef
  2. See SheetControlLayoutConfigurationOutputTypeDef

TopicNamedEntityUnionTypeDef#

# TopicNamedEntityUnionTypeDef definition

TopicNamedEntityUnionTypeDef = Union[
    TopicNamedEntityTypeDef,  # (1)
    TopicNamedEntityOutputTypeDef,  # (2)
]
  1. See TopicNamedEntityTypeDef
  2. See TopicNamedEntityOutputTypeDef

BodySectionDynamicCategoryDimensionConfigurationUnionTypeDef#

# BodySectionDynamicCategoryDimensionConfigurationUnionTypeDef definition

BodySectionDynamicCategoryDimensionConfigurationUnionTypeDef = Union[
    BodySectionDynamicCategoryDimensionConfigurationTypeDef,  # (1)
    BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef,  # (2)
]
  1. See BodySectionDynamicCategoryDimensionConfigurationTypeDef
  2. See BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef

BodySectionDynamicNumericDimensionConfigurationUnionTypeDef#

# BodySectionDynamicNumericDimensionConfigurationUnionTypeDef definition

BodySectionDynamicNumericDimensionConfigurationUnionTypeDef = Union[
    BodySectionDynamicNumericDimensionConfigurationTypeDef,  # (1)
    BodySectionDynamicNumericDimensionConfigurationOutputTypeDef,  # (2)
]
  1. See BodySectionDynamicNumericDimensionConfigurationTypeDef
  2. See BodySectionDynamicNumericDimensionConfigurationOutputTypeDef

PivotTableSortByUnionTypeDef#

# PivotTableSortByUnionTypeDef definition

PivotTableSortByUnionTypeDef = Union[
    PivotTableSortByTypeDef,  # (1)
    PivotTableSortByOutputTypeDef,  # (2)
]
  1. See PivotTableSortByTypeDef
  2. See PivotTableSortByOutputTypeDef

DataSourceParametersUnionTypeDef#

# DataSourceParametersUnionTypeDef definition

DataSourceParametersUnionTypeDef = Union[
    DataSourceParametersTypeDef,  # (1)
    DataSourceParametersOutputTypeDef,  # (2)
]
  1. See DataSourceParametersTypeDef
  2. See DataSourceParametersOutputTypeDef

CustomActionFilterOperationUnionTypeDef#

# CustomActionFilterOperationUnionTypeDef definition

CustomActionFilterOperationUnionTypeDef = Union[
    CustomActionFilterOperationTypeDef,  # (1)
    CustomActionFilterOperationOutputTypeDef,  # (2)
]
  1. See CustomActionFilterOperationTypeDef
  2. See CustomActionFilterOperationOutputTypeDef

FreeFormLayoutConfigurationUnionTypeDef#

# FreeFormLayoutConfigurationUnionTypeDef definition

FreeFormLayoutConfigurationUnionTypeDef = Union[
    FreeFormLayoutConfigurationTypeDef,  # (1)
    FreeFormLayoutConfigurationOutputTypeDef,  # (2)
]
  1. See FreeFormLayoutConfigurationTypeDef
  2. See FreeFormLayoutConfigurationOutputTypeDef

FreeFormSectionLayoutConfigurationUnionTypeDef#

# FreeFormSectionLayoutConfigurationUnionTypeDef definition

FreeFormSectionLayoutConfigurationUnionTypeDef = Union[
    FreeFormSectionLayoutConfigurationTypeDef,  # (1)
    FreeFormSectionLayoutConfigurationOutputTypeDef,  # (2)
]
  1. See FreeFormSectionLayoutConfigurationTypeDef
  2. See FreeFormSectionLayoutConfigurationOutputTypeDef

FilterScopeConfigurationUnionTypeDef#

# FilterScopeConfigurationUnionTypeDef definition

FilterScopeConfigurationUnionTypeDef = Union[
    FilterScopeConfigurationTypeDef,  # (1)
    FilterScopeConfigurationOutputTypeDef,  # (2)
]
  1. See FilterScopeConfigurationTypeDef
  2. See FilterScopeConfigurationOutputTypeDef

SnapshotFileGroupUnionTypeDef#

# SnapshotFileGroupUnionTypeDef definition

SnapshotFileGroupUnionTypeDef = Union[
    SnapshotFileGroupTypeDef,  # (1)
    SnapshotFileGroupOutputTypeDef,  # (2)
]
  1. See SnapshotFileGroupTypeDef
  2. See SnapshotFileGroupOutputTypeDef

DestinationParameterValueConfigurationUnionTypeDef#

# DestinationParameterValueConfigurationUnionTypeDef definition

DestinationParameterValueConfigurationUnionTypeDef = Union[
    DestinationParameterValueConfigurationTypeDef,  # (1)
    DestinationParameterValueConfigurationOutputTypeDef,  # (2)
]
  1. See DestinationParameterValueConfigurationTypeDef
  2. See DestinationParameterValueConfigurationOutputTypeDef

DatasetParameterUnionTypeDef#

# DatasetParameterUnionTypeDef definition

DatasetParameterUnionTypeDef = Union[
    DatasetParameterTypeDef,  # (1)
    DatasetParameterOutputTypeDef,  # (2)
]
  1. See DatasetParameterTypeDef
  2. See DatasetParameterOutputTypeDef

TransformOperationUnionTypeDef#

# TransformOperationUnionTypeDef definition

TransformOperationUnionTypeDef = Union[
    TransformOperationTypeDef,  # (1)
    TransformOperationOutputTypeDef,  # (2)
]
  1. See TransformOperationTypeDef
  2. See TransformOperationOutputTypeDef

DateTimeHierarchyUnionTypeDef#

# DateTimeHierarchyUnionTypeDef definition

DateTimeHierarchyUnionTypeDef = Union[
    DateTimeHierarchyTypeDef,  # (1)
    DateTimeHierarchyOutputTypeDef,  # (2)
]
  1. See DateTimeHierarchyTypeDef
  2. See DateTimeHierarchyOutputTypeDef

ExplicitHierarchyUnionTypeDef#

# ExplicitHierarchyUnionTypeDef definition

ExplicitHierarchyUnionTypeDef = Union[
    ExplicitHierarchyTypeDef,  # (1)
    ExplicitHierarchyOutputTypeDef,  # (2)
]
  1. See ExplicitHierarchyTypeDef
  2. See ExplicitHierarchyOutputTypeDef

PredefinedHierarchyUnionTypeDef#

# PredefinedHierarchyUnionTypeDef definition

PredefinedHierarchyUnionTypeDef = Union[
    PredefinedHierarchyTypeDef,  # (1)
    PredefinedHierarchyOutputTypeDef,  # (2)
]
  1. See PredefinedHierarchyTypeDef
  2. See PredefinedHierarchyOutputTypeDef

ForecastConfigurationUnionTypeDef#

# ForecastConfigurationUnionTypeDef definition

ForecastConfigurationUnionTypeDef = Union[
    ForecastConfigurationTypeDef,  # (1)
    ForecastConfigurationOutputTypeDef,  # (2)
]
  1. See ForecastConfigurationTypeDef
  2. See ForecastConfigurationOutputTypeDef

AxisDataOptionsUnionTypeDef#

# AxisDataOptionsUnionTypeDef definition

AxisDataOptionsUnionTypeDef = Union[
    AxisDataOptionsTypeDef,  # (1)
    AxisDataOptionsOutputTypeDef,  # (2)
]
  1. See AxisDataOptionsTypeDef
  2. See AxisDataOptionsOutputTypeDef

ContributionAnalysisTimeRangesUnionTypeDef#

# ContributionAnalysisTimeRangesUnionTypeDef definition

ContributionAnalysisTimeRangesUnionTypeDef = Union[
    ContributionAnalysisTimeRangesTypeDef,  # (1)
    ContributionAnalysisTimeRangesOutputTypeDef,  # (2)
]
  1. See ContributionAnalysisTimeRangesTypeDef
  2. See ContributionAnalysisTimeRangesOutputTypeDef

GeospatialPointStyleOptionsUnionTypeDef#

# GeospatialPointStyleOptionsUnionTypeDef definition

GeospatialPointStyleOptionsUnionTypeDef = Union[
    GeospatialPointStyleOptionsTypeDef,  # (1)
    GeospatialPointStyleOptionsOutputTypeDef,  # (2)
]
  1. See GeospatialPointStyleOptionsTypeDef
  2. See GeospatialPointStyleOptionsOutputTypeDef

ConditionalFormattingColorUnionTypeDef#

# ConditionalFormattingColorUnionTypeDef definition

ConditionalFormattingColorUnionTypeDef = Union[
    ConditionalFormattingColorTypeDef,  # (1)
    ConditionalFormattingColorOutputTypeDef,  # (2)
]
  1. See ConditionalFormattingColorTypeDef
  2. See ConditionalFormattingColorOutputTypeDef

BarChartSortConfigurationUnionTypeDef#

# BarChartSortConfigurationUnionTypeDef definition

BarChartSortConfigurationUnionTypeDef = Union[
    BarChartSortConfigurationTypeDef,  # (1)
    BarChartSortConfigurationOutputTypeDef,  # (2)
]
  1. See BarChartSortConfigurationTypeDef
  2. See BarChartSortConfigurationOutputTypeDef

BoxPlotSortConfigurationUnionTypeDef#

# BoxPlotSortConfigurationUnionTypeDef definition

BoxPlotSortConfigurationUnionTypeDef = Union[
    BoxPlotSortConfigurationTypeDef,  # (1)
    BoxPlotSortConfigurationOutputTypeDef,  # (2)
]
  1. See BoxPlotSortConfigurationTypeDef
  2. See BoxPlotSortConfigurationOutputTypeDef

ComboChartSortConfigurationUnionTypeDef#

# ComboChartSortConfigurationUnionTypeDef definition

ComboChartSortConfigurationUnionTypeDef = Union[
    ComboChartSortConfigurationTypeDef,  # (1)
    ComboChartSortConfigurationOutputTypeDef,  # (2)
]
  1. See ComboChartSortConfigurationTypeDef
  2. See ComboChartSortConfigurationOutputTypeDef

FilledMapSortConfigurationUnionTypeDef#

# FilledMapSortConfigurationUnionTypeDef definition

FilledMapSortConfigurationUnionTypeDef = Union[
    FilledMapSortConfigurationTypeDef,  # (1)
    FilledMapSortConfigurationOutputTypeDef,  # (2)
]
  1. See FilledMapSortConfigurationTypeDef
  2. See FilledMapSortConfigurationOutputTypeDef

FunnelChartSortConfigurationUnionTypeDef#

# FunnelChartSortConfigurationUnionTypeDef definition

FunnelChartSortConfigurationUnionTypeDef = Union[
    FunnelChartSortConfigurationTypeDef,  # (1)
    FunnelChartSortConfigurationOutputTypeDef,  # (2)
]
  1. See FunnelChartSortConfigurationTypeDef
  2. See FunnelChartSortConfigurationOutputTypeDef

HeatMapSortConfigurationUnionTypeDef#

# HeatMapSortConfigurationUnionTypeDef definition

HeatMapSortConfigurationUnionTypeDef = Union[
    HeatMapSortConfigurationTypeDef,  # (1)
    HeatMapSortConfigurationOutputTypeDef,  # (2)
]
  1. See HeatMapSortConfigurationTypeDef
  2. See HeatMapSortConfigurationOutputTypeDef

KPISortConfigurationUnionTypeDef#

# KPISortConfigurationUnionTypeDef definition

KPISortConfigurationUnionTypeDef = Union[
    KPISortConfigurationTypeDef,  # (1)
    KPISortConfigurationOutputTypeDef,  # (2)
]
  1. See KPISortConfigurationTypeDef
  2. See KPISortConfigurationOutputTypeDef

LineChartSortConfigurationUnionTypeDef#

# LineChartSortConfigurationUnionTypeDef definition

LineChartSortConfigurationUnionTypeDef = Union[
    LineChartSortConfigurationTypeDef,  # (1)
    LineChartSortConfigurationOutputTypeDef,  # (2)
]
  1. See LineChartSortConfigurationTypeDef
  2. See LineChartSortConfigurationOutputTypeDef

PieChartSortConfigurationUnionTypeDef#

# PieChartSortConfigurationUnionTypeDef definition

PieChartSortConfigurationUnionTypeDef = Union[
    PieChartSortConfigurationTypeDef,  # (1)
    PieChartSortConfigurationOutputTypeDef,  # (2)
]
  1. See PieChartSortConfigurationTypeDef
  2. See PieChartSortConfigurationOutputTypeDef

RadarChartSortConfigurationUnionTypeDef#

# RadarChartSortConfigurationUnionTypeDef definition

RadarChartSortConfigurationUnionTypeDef = Union[
    RadarChartSortConfigurationTypeDef,  # (1)
    RadarChartSortConfigurationOutputTypeDef,  # (2)
]
  1. See RadarChartSortConfigurationTypeDef
  2. See RadarChartSortConfigurationOutputTypeDef

SankeyDiagramSortConfigurationUnionTypeDef#

# SankeyDiagramSortConfigurationUnionTypeDef definition

SankeyDiagramSortConfigurationUnionTypeDef = Union[
    SankeyDiagramSortConfigurationTypeDef,  # (1)
    SankeyDiagramSortConfigurationOutputTypeDef,  # (2)
]
  1. See SankeyDiagramSortConfigurationTypeDef
  2. See SankeyDiagramSortConfigurationOutputTypeDef

TableSortConfigurationUnionTypeDef#

# TableSortConfigurationUnionTypeDef definition

TableSortConfigurationUnionTypeDef = Union[
    TableSortConfigurationTypeDef,  # (1)
    TableSortConfigurationOutputTypeDef,  # (2)
]
  1. See TableSortConfigurationTypeDef
  2. See TableSortConfigurationOutputTypeDef

TreeMapSortConfigurationUnionTypeDef#

# TreeMapSortConfigurationUnionTypeDef definition

TreeMapSortConfigurationUnionTypeDef = Union[
    TreeMapSortConfigurationTypeDef,  # (1)
    TreeMapSortConfigurationOutputTypeDef,  # (2)
]
  1. See TreeMapSortConfigurationTypeDef
  2. See TreeMapSortConfigurationOutputTypeDef

WaterfallChartSortConfigurationUnionTypeDef#

# WaterfallChartSortConfigurationUnionTypeDef definition

WaterfallChartSortConfigurationUnionTypeDef = Union[
    WaterfallChartSortConfigurationTypeDef,  # (1)
    WaterfallChartSortConfigurationOutputTypeDef,  # (2)
]
  1. See WaterfallChartSortConfigurationTypeDef
  2. See WaterfallChartSortConfigurationOutputTypeDef

WordCloudSortConfigurationUnionTypeDef#

# WordCloudSortConfigurationUnionTypeDef definition

WordCloudSortConfigurationUnionTypeDef = Union[
    WordCloudSortConfigurationTypeDef,  # (1)
    WordCloudSortConfigurationOutputTypeDef,  # (2)
]
  1. See WordCloudSortConfigurationTypeDef
  2. See WordCloudSortConfigurationOutputTypeDef

FieldBasedTooltipUnionTypeDef#

# FieldBasedTooltipUnionTypeDef definition

FieldBasedTooltipUnionTypeDef = Union[
    FieldBasedTooltipTypeDef,  # (1)
    FieldBasedTooltipOutputTypeDef,  # (2)
]
  1. See FieldBasedTooltipTypeDef
  2. See FieldBasedTooltipOutputTypeDef

ParameterDeclarationUnionTypeDef#

# ParameterDeclarationUnionTypeDef definition

ParameterDeclarationUnionTypeDef = Union[
    ParameterDeclarationTypeDef,  # (1)
    ParameterDeclarationOutputTypeDef,  # (2)
]
  1. See ParameterDeclarationTypeDef
  2. See ParameterDeclarationOutputTypeDef

TopicFilterUnionTypeDef#

# TopicFilterUnionTypeDef definition

TopicFilterUnionTypeDef = Union[
    TopicFilterTypeDef,  # (1)
    TopicFilterOutputTypeDef,  # (2)
]
  1. See TopicFilterTypeDef
  2. See TopicFilterOutputTypeDef

PivotTableFieldOptionsUnionTypeDef#

# PivotTableFieldOptionsUnionTypeDef definition

PivotTableFieldOptionsUnionTypeDef = Union[
    PivotTableFieldOptionsTypeDef,  # (1)
    PivotTableFieldOptionsOutputTypeDef,  # (2)
]
  1. See PivotTableFieldOptionsTypeDef
  2. See PivotTableFieldOptionsOutputTypeDef

DefaultFilterControlOptionsUnionTypeDef#

# DefaultFilterControlOptionsUnionTypeDef definition

DefaultFilterControlOptionsUnionTypeDef = Union[
    DefaultFilterControlOptionsTypeDef,  # (1)
    DefaultFilterControlOptionsOutputTypeDef,  # (2)
]
  1. See DefaultFilterControlOptionsTypeDef
  2. See DefaultFilterControlOptionsOutputTypeDef

FilterControlUnionTypeDef#

# FilterControlUnionTypeDef definition

FilterControlUnionTypeDef = Union[
    FilterControlTypeDef,  # (1)
    FilterControlOutputTypeDef,  # (2)
]
  1. See FilterControlTypeDef
  2. See FilterControlOutputTypeDef

ParameterControlUnionTypeDef#

# ParameterControlUnionTypeDef definition

ParameterControlUnionTypeDef = Union[
    ParameterControlTypeDef,  # (1)
    ParameterControlOutputTypeDef,  # (2)
]
  1. See ParameterControlTypeDef
  2. See ParameterControlOutputTypeDef

PivotTableTotalOptionsUnionTypeDef#

# PivotTableTotalOptionsUnionTypeDef definition

PivotTableTotalOptionsUnionTypeDef = Union[
    PivotTableTotalOptionsTypeDef,  # (1)
    PivotTableTotalOptionsOutputTypeDef,  # (2)
]
  1. See PivotTableTotalOptionsTypeDef
  2. See PivotTableTotalOptionsOutputTypeDef

SheetControlLayoutUnionTypeDef#

# SheetControlLayoutUnionTypeDef definition

SheetControlLayoutUnionTypeDef = Union[
    SheetControlLayoutTypeDef,  # (1)
    SheetControlLayoutOutputTypeDef,  # (2)
]
  1. See SheetControlLayoutTypeDef
  2. See SheetControlLayoutOutputTypeDef

ColumnConfigurationUnionTypeDef#

# ColumnConfigurationUnionTypeDef definition

ColumnConfigurationUnionTypeDef = Union[
    ColumnConfigurationTypeDef,  # (1)
    ColumnConfigurationOutputTypeDef,  # (2)
]
  1. See ColumnConfigurationTypeDef
  2. See ColumnConfigurationOutputTypeDef

BodySectionRepeatDimensionConfigurationUnionTypeDef#

# BodySectionRepeatDimensionConfigurationUnionTypeDef definition

BodySectionRepeatDimensionConfigurationUnionTypeDef = Union[
    BodySectionRepeatDimensionConfigurationTypeDef,  # (1)
    BodySectionRepeatDimensionConfigurationOutputTypeDef,  # (2)
]
  1. See BodySectionRepeatDimensionConfigurationTypeDef
  2. See BodySectionRepeatDimensionConfigurationOutputTypeDef

PivotFieldSortOptionsUnionTypeDef#

# PivotFieldSortOptionsUnionTypeDef definition

PivotFieldSortOptionsUnionTypeDef = Union[
    PivotFieldSortOptionsTypeDef,  # (1)
    PivotFieldSortOptionsOutputTypeDef,  # (2)
]
  1. See PivotFieldSortOptionsTypeDef
  2. See PivotFieldSortOptionsOutputTypeDef

AssetBundleImportJobDataSourceOverrideParametersUnionTypeDef#

# AssetBundleImportJobDataSourceOverrideParametersUnionTypeDef definition

AssetBundleImportJobDataSourceOverrideParametersUnionTypeDef = Union[
    AssetBundleImportJobDataSourceOverrideParametersTypeDef,  # (1)
    AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobDataSourceOverrideParametersTypeDef
  2. See AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef

SectionLayoutConfigurationUnionTypeDef#

# SectionLayoutConfigurationUnionTypeDef definition

SectionLayoutConfigurationUnionTypeDef = Union[
    SectionLayoutConfigurationTypeDef,  # (1)
    SectionLayoutConfigurationOutputTypeDef,  # (2)
]
  1. See SectionLayoutConfigurationTypeDef
  2. See SectionLayoutConfigurationOutputTypeDef

SetParameterValueConfigurationUnionTypeDef#

# SetParameterValueConfigurationUnionTypeDef definition

SetParameterValueConfigurationUnionTypeDef = Union[
    SetParameterValueConfigurationTypeDef,  # (1)
    SetParameterValueConfigurationOutputTypeDef,  # (2)
]
  1. See SetParameterValueConfigurationTypeDef
  2. See SetParameterValueConfigurationOutputTypeDef

LogicalTableUnionTypeDef#

# LogicalTableUnionTypeDef definition

LogicalTableUnionTypeDef = Union[
    LogicalTableTypeDef,  # (1)
    LogicalTableOutputTypeDef,  # (2)
]
  1. See LogicalTableTypeDef
  2. See LogicalTableOutputTypeDef

ColumnHierarchyUnionTypeDef#

# ColumnHierarchyUnionTypeDef definition

ColumnHierarchyUnionTypeDef = Union[
    ColumnHierarchyTypeDef,  # (1)
    ColumnHierarchyOutputTypeDef,  # (2)
]
  1. See ColumnHierarchyTypeDef
  2. See ColumnHierarchyOutputTypeDef

AxisDisplayOptionsUnionTypeDef#

# AxisDisplayOptionsUnionTypeDef definition

AxisDisplayOptionsUnionTypeDef = Union[
    AxisDisplayOptionsTypeDef,  # (1)
    AxisDisplayOptionsOutputTypeDef,  # (2)
]
  1. See AxisDisplayOptionsTypeDef
  2. See AxisDisplayOptionsOutputTypeDef

TopicIRContributionAnalysisUnionTypeDef#

# TopicIRContributionAnalysisUnionTypeDef definition

TopicIRContributionAnalysisUnionTypeDef = Union[
    TopicIRContributionAnalysisTypeDef,  # (1)
    TopicIRContributionAnalysisOutputTypeDef,  # (2)
]
  1. See TopicIRContributionAnalysisTypeDef
  2. See TopicIRContributionAnalysisOutputTypeDef

TableFieldOptionsUnionTypeDef#

# TableFieldOptionsUnionTypeDef definition

TableFieldOptionsUnionTypeDef = Union[
    TableFieldOptionsTypeDef,  # (1)
    TableFieldOptionsOutputTypeDef,  # (2)
]
  1. See TableFieldOptionsTypeDef
  2. See TableFieldOptionsOutputTypeDef

GaugeChartArcConditionalFormattingUnionTypeDef#

# GaugeChartArcConditionalFormattingUnionTypeDef definition

GaugeChartArcConditionalFormattingUnionTypeDef = Union[
    GaugeChartArcConditionalFormattingTypeDef,  # (1)
    GaugeChartArcConditionalFormattingOutputTypeDef,  # (2)
]
  1. See GaugeChartArcConditionalFormattingTypeDef
  2. See GaugeChartArcConditionalFormattingOutputTypeDef

GaugeChartPrimaryValueConditionalFormattingUnionTypeDef#

# GaugeChartPrimaryValueConditionalFormattingUnionTypeDef definition

GaugeChartPrimaryValueConditionalFormattingUnionTypeDef = Union[
    GaugeChartPrimaryValueConditionalFormattingTypeDef,  # (1)
    GaugeChartPrimaryValueConditionalFormattingOutputTypeDef,  # (2)
]
  1. See GaugeChartPrimaryValueConditionalFormattingTypeDef
  2. See GaugeChartPrimaryValueConditionalFormattingOutputTypeDef

KPIActualValueConditionalFormattingUnionTypeDef#

# KPIActualValueConditionalFormattingUnionTypeDef definition

KPIActualValueConditionalFormattingUnionTypeDef = Union[
    KPIActualValueConditionalFormattingTypeDef,  # (1)
    KPIActualValueConditionalFormattingOutputTypeDef,  # (2)
]
  1. See KPIActualValueConditionalFormattingTypeDef
  2. See KPIActualValueConditionalFormattingOutputTypeDef

KPIComparisonValueConditionalFormattingUnionTypeDef#

# KPIComparisonValueConditionalFormattingUnionTypeDef definition

KPIComparisonValueConditionalFormattingUnionTypeDef = Union[
    KPIComparisonValueConditionalFormattingTypeDef,  # (1)
    KPIComparisonValueConditionalFormattingOutputTypeDef,  # (2)
]
  1. See KPIComparisonValueConditionalFormattingTypeDef
  2. See KPIComparisonValueConditionalFormattingOutputTypeDef

KPIPrimaryValueConditionalFormattingUnionTypeDef#

# KPIPrimaryValueConditionalFormattingUnionTypeDef definition

KPIPrimaryValueConditionalFormattingUnionTypeDef = Union[
    KPIPrimaryValueConditionalFormattingTypeDef,  # (1)
    KPIPrimaryValueConditionalFormattingOutputTypeDef,  # (2)
]
  1. See KPIPrimaryValueConditionalFormattingTypeDef
  2. See KPIPrimaryValueConditionalFormattingOutputTypeDef

KPIProgressBarConditionalFormattingUnionTypeDef#

# KPIProgressBarConditionalFormattingUnionTypeDef definition

KPIProgressBarConditionalFormattingUnionTypeDef = Union[
    KPIProgressBarConditionalFormattingTypeDef,  # (1)
    KPIProgressBarConditionalFormattingOutputTypeDef,  # (2)
]
  1. See KPIProgressBarConditionalFormattingTypeDef
  2. See KPIProgressBarConditionalFormattingOutputTypeDef

ShapeConditionalFormatUnionTypeDef#

# ShapeConditionalFormatUnionTypeDef definition

ShapeConditionalFormatUnionTypeDef = Union[
    ShapeConditionalFormatTypeDef,  # (1)
    ShapeConditionalFormatOutputTypeDef,  # (2)
]
  1. See ShapeConditionalFormatTypeDef
  2. See ShapeConditionalFormatOutputTypeDef

TableRowConditionalFormattingUnionTypeDef#

# TableRowConditionalFormattingUnionTypeDef definition

TableRowConditionalFormattingUnionTypeDef = Union[
    TableRowConditionalFormattingTypeDef,  # (1)
    TableRowConditionalFormattingOutputTypeDef,  # (2)
]
  1. See TableRowConditionalFormattingTypeDef
  2. See TableRowConditionalFormattingOutputTypeDef

TextConditionalFormatUnionTypeDef#

# TextConditionalFormatUnionTypeDef definition

TextConditionalFormatUnionTypeDef = Union[
    TextConditionalFormatTypeDef,  # (1)
    TextConditionalFormatOutputTypeDef,  # (2)
]
  1. See TextConditionalFormatTypeDef
  2. See TextConditionalFormatOutputTypeDef

BarChartAggregatedFieldWellsUnionTypeDef#

# BarChartAggregatedFieldWellsUnionTypeDef definition

BarChartAggregatedFieldWellsUnionTypeDef = Union[
    BarChartAggregatedFieldWellsTypeDef,  # (1)
    BarChartAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See BarChartAggregatedFieldWellsTypeDef
  2. See BarChartAggregatedFieldWellsOutputTypeDef

BoxPlotAggregatedFieldWellsUnionTypeDef#

# BoxPlotAggregatedFieldWellsUnionTypeDef definition

BoxPlotAggregatedFieldWellsUnionTypeDef = Union[
    BoxPlotAggregatedFieldWellsTypeDef,  # (1)
    BoxPlotAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See BoxPlotAggregatedFieldWellsTypeDef
  2. See BoxPlotAggregatedFieldWellsOutputTypeDef

ComboChartAggregatedFieldWellsUnionTypeDef#

# ComboChartAggregatedFieldWellsUnionTypeDef definition

ComboChartAggregatedFieldWellsUnionTypeDef = Union[
    ComboChartAggregatedFieldWellsTypeDef,  # (1)
    ComboChartAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See ComboChartAggregatedFieldWellsTypeDef
  2. See ComboChartAggregatedFieldWellsOutputTypeDef

FilledMapAggregatedFieldWellsUnionTypeDef#

# FilledMapAggregatedFieldWellsUnionTypeDef definition

FilledMapAggregatedFieldWellsUnionTypeDef = Union[
    FilledMapAggregatedFieldWellsTypeDef,  # (1)
    FilledMapAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See FilledMapAggregatedFieldWellsTypeDef
  2. See FilledMapAggregatedFieldWellsOutputTypeDef

FunnelChartAggregatedFieldWellsUnionTypeDef#

# FunnelChartAggregatedFieldWellsUnionTypeDef definition

FunnelChartAggregatedFieldWellsUnionTypeDef = Union[
    FunnelChartAggregatedFieldWellsTypeDef,  # (1)
    FunnelChartAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See FunnelChartAggregatedFieldWellsTypeDef
  2. See FunnelChartAggregatedFieldWellsOutputTypeDef

GaugeChartFieldWellsUnionTypeDef#

# GaugeChartFieldWellsUnionTypeDef definition

GaugeChartFieldWellsUnionTypeDef = Union[
    GaugeChartFieldWellsTypeDef,  # (1)
    GaugeChartFieldWellsOutputTypeDef,  # (2)
]
  1. See GaugeChartFieldWellsTypeDef
  2. See GaugeChartFieldWellsOutputTypeDef

GeospatialMapAggregatedFieldWellsUnionTypeDef#

# GeospatialMapAggregatedFieldWellsUnionTypeDef definition

GeospatialMapAggregatedFieldWellsUnionTypeDef = Union[
    GeospatialMapAggregatedFieldWellsTypeDef,  # (1)
    GeospatialMapAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See GeospatialMapAggregatedFieldWellsTypeDef
  2. See GeospatialMapAggregatedFieldWellsOutputTypeDef

HeatMapAggregatedFieldWellsUnionTypeDef#

# HeatMapAggregatedFieldWellsUnionTypeDef definition

HeatMapAggregatedFieldWellsUnionTypeDef = Union[
    HeatMapAggregatedFieldWellsTypeDef,  # (1)
    HeatMapAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See HeatMapAggregatedFieldWellsTypeDef
  2. See HeatMapAggregatedFieldWellsOutputTypeDef

HistogramAggregatedFieldWellsUnionTypeDef#

# HistogramAggregatedFieldWellsUnionTypeDef definition

HistogramAggregatedFieldWellsUnionTypeDef = Union[
    HistogramAggregatedFieldWellsTypeDef,  # (1)
    HistogramAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See HistogramAggregatedFieldWellsTypeDef
  2. See HistogramAggregatedFieldWellsOutputTypeDef

KPIFieldWellsUnionTypeDef#

# KPIFieldWellsUnionTypeDef definition

KPIFieldWellsUnionTypeDef = Union[
    KPIFieldWellsTypeDef,  # (1)
    KPIFieldWellsOutputTypeDef,  # (2)
]
  1. See KPIFieldWellsTypeDef
  2. See KPIFieldWellsOutputTypeDef

LineChartAggregatedFieldWellsUnionTypeDef#

# LineChartAggregatedFieldWellsUnionTypeDef definition

LineChartAggregatedFieldWellsUnionTypeDef = Union[
    LineChartAggregatedFieldWellsTypeDef,  # (1)
    LineChartAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See LineChartAggregatedFieldWellsTypeDef
  2. See LineChartAggregatedFieldWellsOutputTypeDef

PieChartAggregatedFieldWellsUnionTypeDef#

# PieChartAggregatedFieldWellsUnionTypeDef definition

PieChartAggregatedFieldWellsUnionTypeDef = Union[
    PieChartAggregatedFieldWellsTypeDef,  # (1)
    PieChartAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See PieChartAggregatedFieldWellsTypeDef
  2. See PieChartAggregatedFieldWellsOutputTypeDef

PivotTableAggregatedFieldWellsUnionTypeDef#

# PivotTableAggregatedFieldWellsUnionTypeDef definition

PivotTableAggregatedFieldWellsUnionTypeDef = Union[
    PivotTableAggregatedFieldWellsTypeDef,  # (1)
    PivotTableAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See PivotTableAggregatedFieldWellsTypeDef
  2. See PivotTableAggregatedFieldWellsOutputTypeDef

RadarChartAggregatedFieldWellsUnionTypeDef#

# RadarChartAggregatedFieldWellsUnionTypeDef definition

RadarChartAggregatedFieldWellsUnionTypeDef = Union[
    RadarChartAggregatedFieldWellsTypeDef,  # (1)
    RadarChartAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See RadarChartAggregatedFieldWellsTypeDef
  2. See RadarChartAggregatedFieldWellsOutputTypeDef

SankeyDiagramAggregatedFieldWellsUnionTypeDef#

# SankeyDiagramAggregatedFieldWellsUnionTypeDef definition

SankeyDiagramAggregatedFieldWellsUnionTypeDef = Union[
    SankeyDiagramAggregatedFieldWellsTypeDef,  # (1)
    SankeyDiagramAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See SankeyDiagramAggregatedFieldWellsTypeDef
  2. See SankeyDiagramAggregatedFieldWellsOutputTypeDef

ScatterPlotCategoricallyAggregatedFieldWellsUnionTypeDef#

# ScatterPlotCategoricallyAggregatedFieldWellsUnionTypeDef definition

ScatterPlotCategoricallyAggregatedFieldWellsUnionTypeDef = Union[
    ScatterPlotCategoricallyAggregatedFieldWellsTypeDef,  # (1)
    ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See ScatterPlotCategoricallyAggregatedFieldWellsTypeDef
  2. See ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef

ScatterPlotUnaggregatedFieldWellsUnionTypeDef#

# ScatterPlotUnaggregatedFieldWellsUnionTypeDef definition

ScatterPlotUnaggregatedFieldWellsUnionTypeDef = Union[
    ScatterPlotUnaggregatedFieldWellsTypeDef,  # (1)
    ScatterPlotUnaggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See ScatterPlotUnaggregatedFieldWellsTypeDef
  2. See ScatterPlotUnaggregatedFieldWellsOutputTypeDef

TableAggregatedFieldWellsUnionTypeDef#

# TableAggregatedFieldWellsUnionTypeDef definition

TableAggregatedFieldWellsUnionTypeDef = Union[
    TableAggregatedFieldWellsTypeDef,  # (1)
    TableAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See TableAggregatedFieldWellsTypeDef
  2. See TableAggregatedFieldWellsOutputTypeDef

TreeMapAggregatedFieldWellsUnionTypeDef#

# TreeMapAggregatedFieldWellsUnionTypeDef definition

TreeMapAggregatedFieldWellsUnionTypeDef = Union[
    TreeMapAggregatedFieldWellsTypeDef,  # (1)
    TreeMapAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See TreeMapAggregatedFieldWellsTypeDef
  2. See TreeMapAggregatedFieldWellsOutputTypeDef

WaterfallChartAggregatedFieldWellsUnionTypeDef#

# WaterfallChartAggregatedFieldWellsUnionTypeDef definition

WaterfallChartAggregatedFieldWellsUnionTypeDef = Union[
    WaterfallChartAggregatedFieldWellsTypeDef,  # (1)
    WaterfallChartAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See WaterfallChartAggregatedFieldWellsTypeDef
  2. See WaterfallChartAggregatedFieldWellsOutputTypeDef

WordCloudAggregatedFieldWellsUnionTypeDef#

# WordCloudAggregatedFieldWellsUnionTypeDef definition

WordCloudAggregatedFieldWellsUnionTypeDef = Union[
    WordCloudAggregatedFieldWellsTypeDef,  # (1)
    WordCloudAggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See WordCloudAggregatedFieldWellsTypeDef
  2. See WordCloudAggregatedFieldWellsOutputTypeDef

TableUnaggregatedFieldWellsUnionTypeDef#

# TableUnaggregatedFieldWellsUnionTypeDef definition

TableUnaggregatedFieldWellsUnionTypeDef = Union[
    TableUnaggregatedFieldWellsTypeDef,  # (1)
    TableUnaggregatedFieldWellsOutputTypeDef,  # (2)
]
  1. See TableUnaggregatedFieldWellsTypeDef
  2. See TableUnaggregatedFieldWellsOutputTypeDef

TooltipOptionsUnionTypeDef#

# TooltipOptionsUnionTypeDef definition

TooltipOptionsUnionTypeDef = Union[
    TooltipOptionsTypeDef,  # (1)
    TooltipOptionsOutputTypeDef,  # (2)
]
  1. See TooltipOptionsTypeDef
  2. See TooltipOptionsOutputTypeDef

DatasetMetadataUnionTypeDef#

# DatasetMetadataUnionTypeDef definition

DatasetMetadataUnionTypeDef = Union[
    DatasetMetadataTypeDef,  # (1)
    DatasetMetadataOutputTypeDef,  # (2)
]
  1. See DatasetMetadataTypeDef
  2. See DatasetMetadataOutputTypeDef

DefaultFilterControlConfigurationUnionTypeDef#

# DefaultFilterControlConfigurationUnionTypeDef definition

DefaultFilterControlConfigurationUnionTypeDef = Union[
    DefaultFilterControlConfigurationTypeDef,  # (1)
    DefaultFilterControlConfigurationOutputTypeDef,  # (2)
]
  1. See DefaultFilterControlConfigurationTypeDef
  2. See DefaultFilterControlConfigurationOutputTypeDef

BodySectionRepeatConfigurationUnionTypeDef#

# BodySectionRepeatConfigurationUnionTypeDef definition

BodySectionRepeatConfigurationUnionTypeDef = Union[
    BodySectionRepeatConfigurationTypeDef,  # (1)
    BodySectionRepeatConfigurationOutputTypeDef,  # (2)
]
  1. See BodySectionRepeatConfigurationTypeDef
  2. See BodySectionRepeatConfigurationOutputTypeDef

PivotTableSortConfigurationUnionTypeDef#

# PivotTableSortConfigurationUnionTypeDef definition

PivotTableSortConfigurationUnionTypeDef = Union[
    PivotTableSortConfigurationTypeDef,  # (1)
    PivotTableSortConfigurationOutputTypeDef,  # (2)
]
  1. See PivotTableSortConfigurationTypeDef
  2. See PivotTableSortConfigurationOutputTypeDef

BodySectionContentUnionTypeDef#

# BodySectionContentUnionTypeDef definition

BodySectionContentUnionTypeDef = Union[
    BodySectionContentTypeDef,  # (1)
    BodySectionContentOutputTypeDef,  # (2)
]
  1. See BodySectionContentTypeDef
  2. See BodySectionContentOutputTypeDef

HeaderFooterSectionConfigurationUnionTypeDef#

# HeaderFooterSectionConfigurationUnionTypeDef definition

HeaderFooterSectionConfigurationUnionTypeDef = Union[
    HeaderFooterSectionConfigurationTypeDef,  # (1)
    HeaderFooterSectionConfigurationOutputTypeDef,  # (2)
]
  1. See HeaderFooterSectionConfigurationTypeDef
  2. See HeaderFooterSectionConfigurationOutputTypeDef

CustomActionSetParametersOperationUnionTypeDef#

# CustomActionSetParametersOperationUnionTypeDef definition

CustomActionSetParametersOperationUnionTypeDef = Union[
    CustomActionSetParametersOperationTypeDef,  # (1)
    CustomActionSetParametersOperationOutputTypeDef,  # (2)
]
  1. See CustomActionSetParametersOperationTypeDef
  2. See CustomActionSetParametersOperationOutputTypeDef

LineSeriesAxisDisplayOptionsUnionTypeDef#

# LineSeriesAxisDisplayOptionsUnionTypeDef definition

LineSeriesAxisDisplayOptionsUnionTypeDef = Union[
    LineSeriesAxisDisplayOptionsTypeDef,  # (1)
    LineSeriesAxisDisplayOptionsOutputTypeDef,  # (2)
]
  1. See LineSeriesAxisDisplayOptionsTypeDef
  2. See LineSeriesAxisDisplayOptionsOutputTypeDef

TopicIRUnionTypeDef#

# TopicIRUnionTypeDef definition

TopicIRUnionTypeDef = Union[
    TopicIRTypeDef,  # (1)
    TopicIROutputTypeDef,  # (2)
]
  1. See TopicIRTypeDef
  2. See TopicIROutputTypeDef

GaugeChartConditionalFormattingOptionUnionTypeDef#

# GaugeChartConditionalFormattingOptionUnionTypeDef definition

GaugeChartConditionalFormattingOptionUnionTypeDef = Union[
    GaugeChartConditionalFormattingOptionTypeDef,  # (1)
    GaugeChartConditionalFormattingOptionOutputTypeDef,  # (2)
]
  1. See GaugeChartConditionalFormattingOptionTypeDef
  2. See GaugeChartConditionalFormattingOptionOutputTypeDef

KPIConditionalFormattingOptionUnionTypeDef#

# KPIConditionalFormattingOptionUnionTypeDef definition

KPIConditionalFormattingOptionUnionTypeDef = Union[
    KPIConditionalFormattingOptionTypeDef,  # (1)
    KPIConditionalFormattingOptionOutputTypeDef,  # (2)
]
  1. See KPIConditionalFormattingOptionTypeDef
  2. See KPIConditionalFormattingOptionOutputTypeDef

FilledMapShapeConditionalFormattingUnionTypeDef#

# FilledMapShapeConditionalFormattingUnionTypeDef definition

FilledMapShapeConditionalFormattingUnionTypeDef = Union[
    FilledMapShapeConditionalFormattingTypeDef,  # (1)
    FilledMapShapeConditionalFormattingOutputTypeDef,  # (2)
]
  1. See FilledMapShapeConditionalFormattingTypeDef
  2. See FilledMapShapeConditionalFormattingOutputTypeDef

PivotTableCellConditionalFormattingUnionTypeDef#

# PivotTableCellConditionalFormattingUnionTypeDef definition

PivotTableCellConditionalFormattingUnionTypeDef = Union[
    PivotTableCellConditionalFormattingTypeDef,  # (1)
    PivotTableCellConditionalFormattingOutputTypeDef,  # (2)
]
  1. See PivotTableCellConditionalFormattingTypeDef
  2. See PivotTableCellConditionalFormattingOutputTypeDef

TableCellConditionalFormattingUnionTypeDef#

# TableCellConditionalFormattingUnionTypeDef definition

TableCellConditionalFormattingUnionTypeDef = Union[
    TableCellConditionalFormattingTypeDef,  # (1)
    TableCellConditionalFormattingOutputTypeDef,  # (2)
]
  1. See TableCellConditionalFormattingTypeDef
  2. See TableCellConditionalFormattingOutputTypeDef

BarChartFieldWellsUnionTypeDef#

# BarChartFieldWellsUnionTypeDef definition

BarChartFieldWellsUnionTypeDef = Union[
    BarChartFieldWellsTypeDef,  # (1)
    BarChartFieldWellsOutputTypeDef,  # (2)
]
  1. See BarChartFieldWellsTypeDef
  2. See BarChartFieldWellsOutputTypeDef

BoxPlotFieldWellsUnionTypeDef#

# BoxPlotFieldWellsUnionTypeDef definition

BoxPlotFieldWellsUnionTypeDef = Union[
    BoxPlotFieldWellsTypeDef,  # (1)
    BoxPlotFieldWellsOutputTypeDef,  # (2)
]
  1. See BoxPlotFieldWellsTypeDef
  2. See BoxPlotFieldWellsOutputTypeDef

ComboChartFieldWellsUnionTypeDef#

# ComboChartFieldWellsUnionTypeDef definition

ComboChartFieldWellsUnionTypeDef = Union[
    ComboChartFieldWellsTypeDef,  # (1)
    ComboChartFieldWellsOutputTypeDef,  # (2)
]
  1. See ComboChartFieldWellsTypeDef
  2. See ComboChartFieldWellsOutputTypeDef

FilledMapFieldWellsUnionTypeDef#

# FilledMapFieldWellsUnionTypeDef definition

FilledMapFieldWellsUnionTypeDef = Union[
    FilledMapFieldWellsTypeDef,  # (1)
    FilledMapFieldWellsOutputTypeDef,  # (2)
]
  1. See FilledMapFieldWellsTypeDef
  2. See FilledMapFieldWellsOutputTypeDef

FunnelChartFieldWellsUnionTypeDef#

# FunnelChartFieldWellsUnionTypeDef definition

FunnelChartFieldWellsUnionTypeDef = Union[
    FunnelChartFieldWellsTypeDef,  # (1)
    FunnelChartFieldWellsOutputTypeDef,  # (2)
]
  1. See FunnelChartFieldWellsTypeDef
  2. See FunnelChartFieldWellsOutputTypeDef

GeospatialMapFieldWellsUnionTypeDef#

# GeospatialMapFieldWellsUnionTypeDef definition

GeospatialMapFieldWellsUnionTypeDef = Union[
    GeospatialMapFieldWellsTypeDef,  # (1)
    GeospatialMapFieldWellsOutputTypeDef,  # (2)
]
  1. See GeospatialMapFieldWellsTypeDef
  2. See GeospatialMapFieldWellsOutputTypeDef

HeatMapFieldWellsUnionTypeDef#

# HeatMapFieldWellsUnionTypeDef definition

HeatMapFieldWellsUnionTypeDef = Union[
    HeatMapFieldWellsTypeDef,  # (1)
    HeatMapFieldWellsOutputTypeDef,  # (2)
]
  1. See HeatMapFieldWellsTypeDef
  2. See HeatMapFieldWellsOutputTypeDef

HistogramFieldWellsUnionTypeDef#

# HistogramFieldWellsUnionTypeDef definition

HistogramFieldWellsUnionTypeDef = Union[
    HistogramFieldWellsTypeDef,  # (1)
    HistogramFieldWellsOutputTypeDef,  # (2)
]
  1. See HistogramFieldWellsTypeDef
  2. See HistogramFieldWellsOutputTypeDef

KPIConfigurationUnionTypeDef#

# KPIConfigurationUnionTypeDef definition

KPIConfigurationUnionTypeDef = Union[
    KPIConfigurationTypeDef,  # (1)
    KPIConfigurationOutputTypeDef,  # (2)
]
  1. See KPIConfigurationTypeDef
  2. See KPIConfigurationOutputTypeDef

LineChartFieldWellsUnionTypeDef#

# LineChartFieldWellsUnionTypeDef definition

LineChartFieldWellsUnionTypeDef = Union[
    LineChartFieldWellsTypeDef,  # (1)
    LineChartFieldWellsOutputTypeDef,  # (2)
]
  1. See LineChartFieldWellsTypeDef
  2. See LineChartFieldWellsOutputTypeDef

PieChartFieldWellsUnionTypeDef#

# PieChartFieldWellsUnionTypeDef definition

PieChartFieldWellsUnionTypeDef = Union[
    PieChartFieldWellsTypeDef,  # (1)
    PieChartFieldWellsOutputTypeDef,  # (2)
]
  1. See PieChartFieldWellsTypeDef
  2. See PieChartFieldWellsOutputTypeDef

PivotTableFieldWellsUnionTypeDef#

# PivotTableFieldWellsUnionTypeDef definition

PivotTableFieldWellsUnionTypeDef = Union[
    PivotTableFieldWellsTypeDef,  # (1)
    PivotTableFieldWellsOutputTypeDef,  # (2)
]
  1. See PivotTableFieldWellsTypeDef
  2. See PivotTableFieldWellsOutputTypeDef

RadarChartFieldWellsUnionTypeDef#

# RadarChartFieldWellsUnionTypeDef definition

RadarChartFieldWellsUnionTypeDef = Union[
    RadarChartFieldWellsTypeDef,  # (1)
    RadarChartFieldWellsOutputTypeDef,  # (2)
]
  1. See RadarChartFieldWellsTypeDef
  2. See RadarChartFieldWellsOutputTypeDef

SankeyDiagramFieldWellsUnionTypeDef#

# SankeyDiagramFieldWellsUnionTypeDef definition

SankeyDiagramFieldWellsUnionTypeDef = Union[
    SankeyDiagramFieldWellsTypeDef,  # (1)
    SankeyDiagramFieldWellsOutputTypeDef,  # (2)
]
  1. See SankeyDiagramFieldWellsTypeDef
  2. See SankeyDiagramFieldWellsOutputTypeDef

ScatterPlotFieldWellsUnionTypeDef#

# ScatterPlotFieldWellsUnionTypeDef definition

ScatterPlotFieldWellsUnionTypeDef = Union[
    ScatterPlotFieldWellsTypeDef,  # (1)
    ScatterPlotFieldWellsOutputTypeDef,  # (2)
]
  1. See ScatterPlotFieldWellsTypeDef
  2. See ScatterPlotFieldWellsOutputTypeDef

InsightConfigurationUnionTypeDef#

# InsightConfigurationUnionTypeDef definition

InsightConfigurationUnionTypeDef = Union[
    InsightConfigurationTypeDef,  # (1)
    InsightConfigurationOutputTypeDef,  # (2)
]
  1. See InsightConfigurationTypeDef
  2. See InsightConfigurationOutputTypeDef

TreeMapFieldWellsUnionTypeDef#

# TreeMapFieldWellsUnionTypeDef definition

TreeMapFieldWellsUnionTypeDef = Union[
    TreeMapFieldWellsTypeDef,  # (1)
    TreeMapFieldWellsOutputTypeDef,  # (2)
]
  1. See TreeMapFieldWellsTypeDef
  2. See TreeMapFieldWellsOutputTypeDef

WaterfallChartFieldWellsUnionTypeDef#

# WaterfallChartFieldWellsUnionTypeDef definition

WaterfallChartFieldWellsUnionTypeDef = Union[
    WaterfallChartFieldWellsTypeDef,  # (1)
    WaterfallChartFieldWellsOutputTypeDef,  # (2)
]
  1. See WaterfallChartFieldWellsTypeDef
  2. See WaterfallChartFieldWellsOutputTypeDef

WordCloudFieldWellsUnionTypeDef#

# WordCloudFieldWellsUnionTypeDef definition

WordCloudFieldWellsUnionTypeDef = Union[
    WordCloudFieldWellsTypeDef,  # (1)
    WordCloudFieldWellsOutputTypeDef,  # (2)
]
  1. See WordCloudFieldWellsTypeDef
  2. See WordCloudFieldWellsOutputTypeDef

TableFieldWellsUnionTypeDef#

# TableFieldWellsUnionTypeDef definition

TableFieldWellsUnionTypeDef = Union[
    TableFieldWellsTypeDef,  # (1)
    TableFieldWellsOutputTypeDef,  # (2)
]
  1. See TableFieldWellsTypeDef
  2. See TableFieldWellsOutputTypeDef

GaugeChartConfigurationUnionTypeDef#

# GaugeChartConfigurationUnionTypeDef definition

GaugeChartConfigurationUnionTypeDef = Union[
    GaugeChartConfigurationTypeDef,  # (1)
    GaugeChartConfigurationOutputTypeDef,  # (2)
]
  1. See GaugeChartConfigurationTypeDef
  2. See GaugeChartConfigurationOutputTypeDef

CategoryFilterUnionTypeDef#

# CategoryFilterUnionTypeDef definition

CategoryFilterUnionTypeDef = Union[
    CategoryFilterTypeDef,  # (1)
    CategoryFilterOutputTypeDef,  # (2)
]
  1. See CategoryFilterTypeDef
  2. See CategoryFilterOutputTypeDef

CategoryInnerFilterUnionTypeDef#

# CategoryInnerFilterUnionTypeDef definition

CategoryInnerFilterUnionTypeDef = Union[
    CategoryInnerFilterTypeDef,  # (1)
    CategoryInnerFilterOutputTypeDef,  # (2)
]
  1. See CategoryInnerFilterTypeDef
  2. See CategoryInnerFilterOutputTypeDef

NumericEqualityFilterUnionTypeDef#

# NumericEqualityFilterUnionTypeDef definition

NumericEqualityFilterUnionTypeDef = Union[
    NumericEqualityFilterTypeDef,  # (1)
    NumericEqualityFilterOutputTypeDef,  # (2)
]
  1. See NumericEqualityFilterTypeDef
  2. See NumericEqualityFilterOutputTypeDef

NumericRangeFilterUnionTypeDef#

# NumericRangeFilterUnionTypeDef definition

NumericRangeFilterUnionTypeDef = Union[
    NumericRangeFilterTypeDef,  # (1)
    NumericRangeFilterOutputTypeDef,  # (2)
]
  1. See NumericRangeFilterTypeDef
  2. See NumericRangeFilterOutputTypeDef

RelativeDatesFilterUnionTypeDef#

# RelativeDatesFilterUnionTypeDef definition

RelativeDatesFilterUnionTypeDef = Union[
    RelativeDatesFilterTypeDef,  # (1)
    RelativeDatesFilterOutputTypeDef,  # (2)
]
  1. See RelativeDatesFilterTypeDef
  2. See RelativeDatesFilterOutputTypeDef

TimeEqualityFilterUnionTypeDef#

# TimeEqualityFilterUnionTypeDef definition

TimeEqualityFilterUnionTypeDef = Union[
    TimeEqualityFilterTypeDef,  # (1)
    TimeEqualityFilterOutputTypeDef,  # (2)
]
  1. See TimeEqualityFilterTypeDef
  2. See TimeEqualityFilterOutputTypeDef

TimeRangeFilterUnionTypeDef#

# TimeRangeFilterUnionTypeDef definition

TimeRangeFilterUnionTypeDef = Union[
    TimeRangeFilterTypeDef,  # (1)
    TimeRangeFilterOutputTypeDef,  # (2)
]
  1. See TimeRangeFilterTypeDef
  2. See TimeRangeFilterOutputTypeDef

TopBottomFilterUnionTypeDef#

# TopBottomFilterUnionTypeDef definition

TopBottomFilterUnionTypeDef = Union[
    TopBottomFilterTypeDef,  # (1)
    TopBottomFilterOutputTypeDef,  # (2)
]
  1. See TopBottomFilterTypeDef
  2. See TopBottomFilterOutputTypeDef

BodySectionConfigurationUnionTypeDef#

# BodySectionConfigurationUnionTypeDef definition

BodySectionConfigurationUnionTypeDef = Union[
    BodySectionConfigurationTypeDef,  # (1)
    BodySectionConfigurationOutputTypeDef,  # (2)
]
  1. See BodySectionConfigurationTypeDef
  2. See BodySectionConfigurationOutputTypeDef

VisualCustomActionOperationUnionTypeDef#

# VisualCustomActionOperationUnionTypeDef definition

VisualCustomActionOperationUnionTypeDef = Union[
    VisualCustomActionOperationTypeDef,  # (1)
    VisualCustomActionOperationOutputTypeDef,  # (2)
]
  1. See VisualCustomActionOperationTypeDef
  2. See VisualCustomActionOperationOutputTypeDef

TopicVisualUnionTypeDef#

# TopicVisualUnionTypeDef definition

TopicVisualUnionTypeDef = Union[
    TopicVisualTypeDef,  # (1)
    TopicVisualOutputTypeDef,  # (2)
]
  1. See TopicVisualTypeDef
  2. See TopicVisualOutputTypeDef

GaugeChartConditionalFormattingUnionTypeDef#

# GaugeChartConditionalFormattingUnionTypeDef definition

GaugeChartConditionalFormattingUnionTypeDef = Union[
    GaugeChartConditionalFormattingTypeDef,  # (1)
    GaugeChartConditionalFormattingOutputTypeDef,  # (2)
]
  1. See GaugeChartConditionalFormattingTypeDef
  2. See GaugeChartConditionalFormattingOutputTypeDef

KPIConditionalFormattingUnionTypeDef#

# KPIConditionalFormattingUnionTypeDef definition

KPIConditionalFormattingUnionTypeDef = Union[
    KPIConditionalFormattingTypeDef,  # (1)
    KPIConditionalFormattingOutputTypeDef,  # (2)
]
  1. See KPIConditionalFormattingTypeDef
  2. See KPIConditionalFormattingOutputTypeDef

FilledMapConditionalFormattingOptionUnionTypeDef#

# FilledMapConditionalFormattingOptionUnionTypeDef definition

FilledMapConditionalFormattingOptionUnionTypeDef = Union[
    FilledMapConditionalFormattingOptionTypeDef,  # (1)
    FilledMapConditionalFormattingOptionOutputTypeDef,  # (2)
]
  1. See FilledMapConditionalFormattingOptionTypeDef
  2. See FilledMapConditionalFormattingOptionOutputTypeDef

PivotTableConditionalFormattingOptionUnionTypeDef#

# PivotTableConditionalFormattingOptionUnionTypeDef definition

PivotTableConditionalFormattingOptionUnionTypeDef = Union[
    PivotTableConditionalFormattingOptionTypeDef,  # (1)
    PivotTableConditionalFormattingOptionOutputTypeDef,  # (2)
]
  1. See PivotTableConditionalFormattingOptionTypeDef
  2. See PivotTableConditionalFormattingOptionOutputTypeDef

TableConditionalFormattingOptionUnionTypeDef#

# TableConditionalFormattingOptionUnionTypeDef definition

TableConditionalFormattingOptionUnionTypeDef = Union[
    TableConditionalFormattingOptionTypeDef,  # (1)
    TableConditionalFormattingOptionOutputTypeDef,  # (2)
]
  1. See TableConditionalFormattingOptionTypeDef
  2. See TableConditionalFormattingOptionOutputTypeDef

BarChartConfigurationUnionTypeDef#

# BarChartConfigurationUnionTypeDef definition

BarChartConfigurationUnionTypeDef = Union[
    BarChartConfigurationTypeDef,  # (1)
    BarChartConfigurationOutputTypeDef,  # (2)
]
  1. See BarChartConfigurationTypeDef
  2. See BarChartConfigurationOutputTypeDef

BoxPlotChartConfigurationUnionTypeDef#

# BoxPlotChartConfigurationUnionTypeDef definition

BoxPlotChartConfigurationUnionTypeDef = Union[
    BoxPlotChartConfigurationTypeDef,  # (1)
    BoxPlotChartConfigurationOutputTypeDef,  # (2)
]
  1. See BoxPlotChartConfigurationTypeDef
  2. See BoxPlotChartConfigurationOutputTypeDef

ComboChartConfigurationUnionTypeDef#

# ComboChartConfigurationUnionTypeDef definition

ComboChartConfigurationUnionTypeDef = Union[
    ComboChartConfigurationTypeDef,  # (1)
    ComboChartConfigurationOutputTypeDef,  # (2)
]
  1. See ComboChartConfigurationTypeDef
  2. See ComboChartConfigurationOutputTypeDef

FilledMapConfigurationUnionTypeDef#

# FilledMapConfigurationUnionTypeDef definition

FilledMapConfigurationUnionTypeDef = Union[
    FilledMapConfigurationTypeDef,  # (1)
    FilledMapConfigurationOutputTypeDef,  # (2)
]
  1. See FilledMapConfigurationTypeDef
  2. See FilledMapConfigurationOutputTypeDef

FunnelChartConfigurationUnionTypeDef#

# FunnelChartConfigurationUnionTypeDef definition

FunnelChartConfigurationUnionTypeDef = Union[
    FunnelChartConfigurationTypeDef,  # (1)
    FunnelChartConfigurationOutputTypeDef,  # (2)
]
  1. See FunnelChartConfigurationTypeDef
  2. See FunnelChartConfigurationOutputTypeDef

GeospatialMapConfigurationUnionTypeDef#

# GeospatialMapConfigurationUnionTypeDef definition

GeospatialMapConfigurationUnionTypeDef = Union[
    GeospatialMapConfigurationTypeDef,  # (1)
    GeospatialMapConfigurationOutputTypeDef,  # (2)
]
  1. See GeospatialMapConfigurationTypeDef
  2. See GeospatialMapConfigurationOutputTypeDef

HeatMapConfigurationUnionTypeDef#

# HeatMapConfigurationUnionTypeDef definition

HeatMapConfigurationUnionTypeDef = Union[
    HeatMapConfigurationTypeDef,  # (1)
    HeatMapConfigurationOutputTypeDef,  # (2)
]
  1. See HeatMapConfigurationTypeDef
  2. See HeatMapConfigurationOutputTypeDef

HistogramConfigurationUnionTypeDef#

# HistogramConfigurationUnionTypeDef definition

HistogramConfigurationUnionTypeDef = Union[
    HistogramConfigurationTypeDef,  # (1)
    HistogramConfigurationOutputTypeDef,  # (2)
]
  1. See HistogramConfigurationTypeDef
  2. See HistogramConfigurationOutputTypeDef

LineChartConfigurationUnionTypeDef#

# LineChartConfigurationUnionTypeDef definition

LineChartConfigurationUnionTypeDef = Union[
    LineChartConfigurationTypeDef,  # (1)
    LineChartConfigurationOutputTypeDef,  # (2)
]
  1. See LineChartConfigurationTypeDef
  2. See LineChartConfigurationOutputTypeDef

PieChartConfigurationUnionTypeDef#

# PieChartConfigurationUnionTypeDef definition

PieChartConfigurationUnionTypeDef = Union[
    PieChartConfigurationTypeDef,  # (1)
    PieChartConfigurationOutputTypeDef,  # (2)
]
  1. See PieChartConfigurationTypeDef
  2. See PieChartConfigurationOutputTypeDef

PivotTableConfigurationUnionTypeDef#

# PivotTableConfigurationUnionTypeDef definition

PivotTableConfigurationUnionTypeDef = Union[
    PivotTableConfigurationTypeDef,  # (1)
    PivotTableConfigurationOutputTypeDef,  # (2)
]
  1. See PivotTableConfigurationTypeDef
  2. See PivotTableConfigurationOutputTypeDef

RadarChartConfigurationUnionTypeDef#

# RadarChartConfigurationUnionTypeDef definition

RadarChartConfigurationUnionTypeDef = Union[
    RadarChartConfigurationTypeDef,  # (1)
    RadarChartConfigurationOutputTypeDef,  # (2)
]
  1. See RadarChartConfigurationTypeDef
  2. See RadarChartConfigurationOutputTypeDef

SankeyDiagramChartConfigurationUnionTypeDef#

# SankeyDiagramChartConfigurationUnionTypeDef definition

SankeyDiagramChartConfigurationUnionTypeDef = Union[
    SankeyDiagramChartConfigurationTypeDef,  # (1)
    SankeyDiagramChartConfigurationOutputTypeDef,  # (2)
]
  1. See SankeyDiagramChartConfigurationTypeDef
  2. See SankeyDiagramChartConfigurationOutputTypeDef

ScatterPlotConfigurationUnionTypeDef#

# ScatterPlotConfigurationUnionTypeDef definition

ScatterPlotConfigurationUnionTypeDef = Union[
    ScatterPlotConfigurationTypeDef,  # (1)
    ScatterPlotConfigurationOutputTypeDef,  # (2)
]
  1. See ScatterPlotConfigurationTypeDef
  2. See ScatterPlotConfigurationOutputTypeDef

TreeMapConfigurationUnionTypeDef#

# TreeMapConfigurationUnionTypeDef definition

TreeMapConfigurationUnionTypeDef = Union[
    TreeMapConfigurationTypeDef,  # (1)
    TreeMapConfigurationOutputTypeDef,  # (2)
]
  1. See TreeMapConfigurationTypeDef
  2. See TreeMapConfigurationOutputTypeDef

WaterfallChartConfigurationUnionTypeDef#

# WaterfallChartConfigurationUnionTypeDef definition

WaterfallChartConfigurationUnionTypeDef = Union[
    WaterfallChartConfigurationTypeDef,  # (1)
    WaterfallChartConfigurationOutputTypeDef,  # (2)
]
  1. See WaterfallChartConfigurationTypeDef
  2. See WaterfallChartConfigurationOutputTypeDef

WordCloudChartConfigurationUnionTypeDef#

# WordCloudChartConfigurationUnionTypeDef definition

WordCloudChartConfigurationUnionTypeDef = Union[
    WordCloudChartConfigurationTypeDef,  # (1)
    WordCloudChartConfigurationOutputTypeDef,  # (2)
]
  1. See WordCloudChartConfigurationTypeDef
  2. See WordCloudChartConfigurationOutputTypeDef

TableConfigurationUnionTypeDef#

# TableConfigurationUnionTypeDef definition

TableConfigurationUnionTypeDef = Union[
    TableConfigurationTypeDef,  # (1)
    TableConfigurationOutputTypeDef,  # (2)
]
  1. See TableConfigurationTypeDef
  2. See TableConfigurationOutputTypeDef

InnerFilterUnionTypeDef#

# InnerFilterUnionTypeDef definition

InnerFilterUnionTypeDef = Union[
    InnerFilterTypeDef,  # (1)
    InnerFilterOutputTypeDef,  # (2)
]
  1. See InnerFilterTypeDef
  2. See InnerFilterOutputTypeDef

SectionBasedLayoutConfigurationUnionTypeDef#

# SectionBasedLayoutConfigurationUnionTypeDef definition

SectionBasedLayoutConfigurationUnionTypeDef = Union[
    SectionBasedLayoutConfigurationTypeDef,  # (1)
    SectionBasedLayoutConfigurationOutputTypeDef,  # (2)
]
  1. See SectionBasedLayoutConfigurationTypeDef
  2. See SectionBasedLayoutConfigurationOutputTypeDef

VisualCustomActionUnionTypeDef#

# VisualCustomActionUnionTypeDef definition

VisualCustomActionUnionTypeDef = Union[
    VisualCustomActionTypeDef,  # (1)
    VisualCustomActionOutputTypeDef,  # (2)
]
  1. See VisualCustomActionTypeDef
  2. See VisualCustomActionOutputTypeDef

FilledMapConditionalFormattingUnionTypeDef#

# FilledMapConditionalFormattingUnionTypeDef definition

FilledMapConditionalFormattingUnionTypeDef = Union[
    FilledMapConditionalFormattingTypeDef,  # (1)
    FilledMapConditionalFormattingOutputTypeDef,  # (2)
]
  1. See FilledMapConditionalFormattingTypeDef
  2. See FilledMapConditionalFormattingOutputTypeDef

PivotTableConditionalFormattingUnionTypeDef#

# PivotTableConditionalFormattingUnionTypeDef definition

PivotTableConditionalFormattingUnionTypeDef = Union[
    PivotTableConditionalFormattingTypeDef,  # (1)
    PivotTableConditionalFormattingOutputTypeDef,  # (2)
]
  1. See PivotTableConditionalFormattingTypeDef
  2. See PivotTableConditionalFormattingOutputTypeDef

TableConditionalFormattingUnionTypeDef#

# TableConditionalFormattingUnionTypeDef definition

TableConditionalFormattingUnionTypeDef = Union[
    TableConditionalFormattingTypeDef,  # (1)
    TableConditionalFormattingOutputTypeDef,  # (2)
]
  1. See TableConditionalFormattingTypeDef
  2. See TableConditionalFormattingOutputTypeDef

BoxPlotVisualUnionTypeDef#

# BoxPlotVisualUnionTypeDef definition

BoxPlotVisualUnionTypeDef = Union[
    BoxPlotVisualTypeDef,  # (1)
    BoxPlotVisualOutputTypeDef,  # (2)
]
  1. See BoxPlotVisualTypeDef
  2. See BoxPlotVisualOutputTypeDef

ComboChartVisualUnionTypeDef#

# ComboChartVisualUnionTypeDef definition

ComboChartVisualUnionTypeDef = Union[
    ComboChartVisualTypeDef,  # (1)
    ComboChartVisualOutputTypeDef,  # (2)
]
  1. See ComboChartVisualTypeDef
  2. See ComboChartVisualOutputTypeDef

CustomContentVisualUnionTypeDef#

# CustomContentVisualUnionTypeDef definition

CustomContentVisualUnionTypeDef = Union[
    CustomContentVisualTypeDef,  # (1)
    CustomContentVisualOutputTypeDef,  # (2)
]
  1. See CustomContentVisualTypeDef
  2. See CustomContentVisualOutputTypeDef

EmptyVisualUnionTypeDef#

# EmptyVisualUnionTypeDef definition

EmptyVisualUnionTypeDef = Union[
    EmptyVisualTypeDef,  # (1)
    EmptyVisualOutputTypeDef,  # (2)
]
  1. See EmptyVisualTypeDef
  2. See EmptyVisualOutputTypeDef

FunnelChartVisualUnionTypeDef#

# FunnelChartVisualUnionTypeDef definition

FunnelChartVisualUnionTypeDef = Union[
    FunnelChartVisualTypeDef,  # (1)
    FunnelChartVisualOutputTypeDef,  # (2)
]
  1. See FunnelChartVisualTypeDef
  2. See FunnelChartVisualOutputTypeDef

GaugeChartVisualUnionTypeDef#

# GaugeChartVisualUnionTypeDef definition

GaugeChartVisualUnionTypeDef = Union[
    GaugeChartVisualTypeDef,  # (1)
    GaugeChartVisualOutputTypeDef,  # (2)
]
  1. See GaugeChartVisualTypeDef
  2. See GaugeChartVisualOutputTypeDef

GeospatialMapVisualUnionTypeDef#

# GeospatialMapVisualUnionTypeDef definition

GeospatialMapVisualUnionTypeDef = Union[
    GeospatialMapVisualTypeDef,  # (1)
    GeospatialMapVisualOutputTypeDef,  # (2)
]
  1. See GeospatialMapVisualTypeDef
  2. See GeospatialMapVisualOutputTypeDef

HeatMapVisualUnionTypeDef#

# HeatMapVisualUnionTypeDef definition

HeatMapVisualUnionTypeDef = Union[
    HeatMapVisualTypeDef,  # (1)
    HeatMapVisualOutputTypeDef,  # (2)
]
  1. See HeatMapVisualTypeDef
  2. See HeatMapVisualOutputTypeDef

HistogramVisualUnionTypeDef#

# HistogramVisualUnionTypeDef definition

HistogramVisualUnionTypeDef = Union[
    HistogramVisualTypeDef,  # (1)
    HistogramVisualOutputTypeDef,  # (2)
]
  1. See HistogramVisualTypeDef
  2. See HistogramVisualOutputTypeDef

InsightVisualUnionTypeDef#

# InsightVisualUnionTypeDef definition

InsightVisualUnionTypeDef = Union[
    InsightVisualTypeDef,  # (1)
    InsightVisualOutputTypeDef,  # (2)
]
  1. See InsightVisualTypeDef
  2. See InsightVisualOutputTypeDef

KPIVisualUnionTypeDef#

# KPIVisualUnionTypeDef definition

KPIVisualUnionTypeDef = Union[
    KPIVisualTypeDef,  # (1)
    KPIVisualOutputTypeDef,  # (2)
]
  1. See KPIVisualTypeDef
  2. See KPIVisualOutputTypeDef

LineChartVisualUnionTypeDef#

# LineChartVisualUnionTypeDef definition

LineChartVisualUnionTypeDef = Union[
    LineChartVisualTypeDef,  # (1)
    LineChartVisualOutputTypeDef,  # (2)
]
  1. See LineChartVisualTypeDef
  2. See LineChartVisualOutputTypeDef

PieChartVisualUnionTypeDef#

# PieChartVisualUnionTypeDef definition

PieChartVisualUnionTypeDef = Union[
    PieChartVisualTypeDef,  # (1)
    PieChartVisualOutputTypeDef,  # (2)
]
  1. See PieChartVisualTypeDef
  2. See PieChartVisualOutputTypeDef

RadarChartVisualUnionTypeDef#

# RadarChartVisualUnionTypeDef definition

RadarChartVisualUnionTypeDef = Union[
    RadarChartVisualTypeDef,  # (1)
    RadarChartVisualOutputTypeDef,  # (2)
]
  1. See RadarChartVisualTypeDef
  2. See RadarChartVisualOutputTypeDef

SankeyDiagramVisualUnionTypeDef#

# SankeyDiagramVisualUnionTypeDef definition

SankeyDiagramVisualUnionTypeDef = Union[
    SankeyDiagramVisualTypeDef,  # (1)
    SankeyDiagramVisualOutputTypeDef,  # (2)
]
  1. See SankeyDiagramVisualTypeDef
  2. See SankeyDiagramVisualOutputTypeDef

ScatterPlotVisualUnionTypeDef#

# ScatterPlotVisualUnionTypeDef definition

ScatterPlotVisualUnionTypeDef = Union[
    ScatterPlotVisualTypeDef,  # (1)
    ScatterPlotVisualOutputTypeDef,  # (2)
]
  1. See ScatterPlotVisualTypeDef
  2. See ScatterPlotVisualOutputTypeDef

TreeMapVisualUnionTypeDef#

# TreeMapVisualUnionTypeDef definition

TreeMapVisualUnionTypeDef = Union[
    TreeMapVisualTypeDef,  # (1)
    TreeMapVisualOutputTypeDef,  # (2)
]
  1. See TreeMapVisualTypeDef
  2. See TreeMapVisualOutputTypeDef

WaterfallVisualUnionTypeDef#

# WaterfallVisualUnionTypeDef definition

WaterfallVisualUnionTypeDef = Union[
    WaterfallVisualTypeDef,  # (1)
    WaterfallVisualOutputTypeDef,  # (2)
]
  1. See WaterfallVisualTypeDef
  2. See WaterfallVisualOutputTypeDef

WordCloudVisualUnionTypeDef#

# WordCloudVisualUnionTypeDef definition

WordCloudVisualUnionTypeDef = Union[
    WordCloudVisualTypeDef,  # (1)
    WordCloudVisualOutputTypeDef,  # (2)
]
  1. See WordCloudVisualTypeDef
  2. See WordCloudVisualOutputTypeDef

NestedFilterUnionTypeDef#

# NestedFilterUnionTypeDef definition

NestedFilterUnionTypeDef = Union[
    NestedFilterTypeDef,  # (1)
    NestedFilterOutputTypeDef,  # (2)
]
  1. See NestedFilterTypeDef
  2. See NestedFilterOutputTypeDef

LayoutConfigurationUnionTypeDef#

# LayoutConfigurationUnionTypeDef definition

LayoutConfigurationUnionTypeDef = Union[
    LayoutConfigurationTypeDef,  # (1)
    LayoutConfigurationOutputTypeDef,  # (2)
]
  1. See LayoutConfigurationTypeDef
  2. See LayoutConfigurationOutputTypeDef

BarChartVisualUnionTypeDef#

# BarChartVisualUnionTypeDef definition

BarChartVisualUnionTypeDef = Union[
    BarChartVisualTypeDef,  # (1)
    BarChartVisualOutputTypeDef,  # (2)
]
  1. See BarChartVisualTypeDef
  2. See BarChartVisualOutputTypeDef

FilledMapVisualUnionTypeDef#

# FilledMapVisualUnionTypeDef definition

FilledMapVisualUnionTypeDef = Union[
    FilledMapVisualTypeDef,  # (1)
    FilledMapVisualOutputTypeDef,  # (2)
]
  1. See FilledMapVisualTypeDef
  2. See FilledMapVisualOutputTypeDef

PivotTableVisualUnionTypeDef#

# PivotTableVisualUnionTypeDef definition

PivotTableVisualUnionTypeDef = Union[
    PivotTableVisualTypeDef,  # (1)
    PivotTableVisualOutputTypeDef,  # (2)
]
  1. See PivotTableVisualTypeDef
  2. See PivotTableVisualOutputTypeDef

TableVisualUnionTypeDef#

# TableVisualUnionTypeDef definition

TableVisualUnionTypeDef = Union[
    TableVisualTypeDef,  # (1)
    TableVisualOutputTypeDef,  # (2)
]
  1. See TableVisualTypeDef
  2. See TableVisualOutputTypeDef

FilterUnionTypeDef#

# FilterUnionTypeDef definition

FilterUnionTypeDef = Union[
    FilterTypeDef,  # (1)
    FilterOutputTypeDef,  # (2)
]
  1. See FilterTypeDef
  2. See FilterOutputTypeDef

LayoutUnionTypeDef#

# LayoutUnionTypeDef definition

LayoutUnionTypeDef = Union[
    LayoutTypeDef,  # (1)
    LayoutOutputTypeDef,  # (2)
]
  1. See LayoutTypeDef
  2. See LayoutOutputTypeDef

VisualUnionTypeDef#

# VisualUnionTypeDef definition

VisualUnionTypeDef = Union[
    VisualTypeDef,  # (1)
    VisualOutputTypeDef,  # (2)
]
  1. See VisualTypeDef
  2. See VisualOutputTypeDef

FilterGroupUnionTypeDef#

# FilterGroupUnionTypeDef definition

FilterGroupUnionTypeDef = Union[
    FilterGroupTypeDef,  # (1)
    FilterGroupOutputTypeDef,  # (2)
]
  1. See FilterGroupTypeDef
  2. See FilterGroupOutputTypeDef

SheetDefinitionUnionTypeDef#

# SheetDefinitionUnionTypeDef definition

SheetDefinitionUnionTypeDef = Union[
    SheetDefinitionTypeDef,  # (1)
    SheetDefinitionOutputTypeDef,  # (2)
]
  1. See SheetDefinitionTypeDef
  2. See SheetDefinitionOutputTypeDef

AccountCustomizationTypeDef#

# AccountCustomizationTypeDef definition

class AccountCustomizationTypeDef(TypedDict):
    DefaultTheme: NotRequired[str],
    DefaultEmailCustomizationTemplate: NotRequired[str],

AccountInfoTypeDef#

# AccountInfoTypeDef definition

class AccountInfoTypeDef(TypedDict):
    AccountName: NotRequired[str],
    Edition: NotRequired[EditionType],  # (1)
    NotificationEmail: NotRequired[str],
    AuthenticationType: NotRequired[str],
    AccountSubscriptionStatus: NotRequired[str],
    IAMIdentityCenterInstanceArn: NotRequired[str],
  1. See EditionType

AccountSettingsTypeDef#

# AccountSettingsTypeDef definition

class AccountSettingsTypeDef(TypedDict):
    AccountName: NotRequired[str],
    Edition: NotRequired[EditionType],  # (1)
    DefaultNamespace: NotRequired[str],
    NotificationEmail: NotRequired[str],
    PublicSharingEnabled: NotRequired[bool],
    TerminationProtectionEnabled: NotRequired[bool],
  1. See EditionType

ActiveIAMPolicyAssignmentTypeDef#

# ActiveIAMPolicyAssignmentTypeDef definition

class ActiveIAMPolicyAssignmentTypeDef(TypedDict):
    AssignmentName: NotRequired[str],
    PolicyArn: NotRequired[str],

AdHocFilteringOptionTypeDef#

# AdHocFilteringOptionTypeDef definition

class AdHocFilteringOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

AggFunctionOutputTypeDef#

# AggFunctionOutputTypeDef definition

class AggFunctionOutputTypeDef(TypedDict):
    Aggregation: NotRequired[AggTypeType],  # (1)
    AggregationFunctionParameters: NotRequired[Dict[str, str]],
    Period: NotRequired[TopicTimeGranularityType],  # (2)
    PeriodField: NotRequired[str],
  1. See AggTypeType
  2. See TopicTimeGranularityType

AggFunctionTypeDef#

# AggFunctionTypeDef definition

class AggFunctionTypeDef(TypedDict):
    Aggregation: NotRequired[AggTypeType],  # (1)
    AggregationFunctionParameters: NotRequired[Mapping[str, str]],
    Period: NotRequired[TopicTimeGranularityType],  # (2)
    PeriodField: NotRequired[str],
  1. See AggTypeType
  2. See TopicTimeGranularityType

AttributeAggregationFunctionTypeDef#

# AttributeAggregationFunctionTypeDef definition

class AttributeAggregationFunctionTypeDef(TypedDict):
    SimpleAttributeAggregation: NotRequired[SimpleAttributeAggregationFunctionType],  # (1)
    ValueForMultipleValues: NotRequired[str],
  1. See SimpleAttributeAggregationFunctionType

AggregationPartitionByTypeDef#

# AggregationPartitionByTypeDef definition

class AggregationPartitionByTypeDef(TypedDict):
    FieldName: NotRequired[str],
    TimeGranularity: NotRequired[TimeGranularityType],  # (1)
  1. See TimeGranularityType

ColumnIdentifierTypeDef#

# ColumnIdentifierTypeDef definition

class ColumnIdentifierTypeDef(TypedDict):
    DataSetIdentifier: str,
    ColumnName: str,

AmazonElasticsearchParametersTypeDef#

# AmazonElasticsearchParametersTypeDef definition

class AmazonElasticsearchParametersTypeDef(TypedDict):
    Domain: str,

AmazonOpenSearchParametersTypeDef#

# AmazonOpenSearchParametersTypeDef definition

class AmazonOpenSearchParametersTypeDef(TypedDict):
    Domain: str,

AssetOptionsTypeDef#

# AssetOptionsTypeDef definition

class AssetOptionsTypeDef(TypedDict):
    Timezone: NotRequired[str],
    WeekStart: NotRequired[DayOfTheWeekType],  # (1)
  1. See DayOfTheWeekType

CalculatedFieldTypeDef#

# CalculatedFieldTypeDef definition

class CalculatedFieldTypeDef(TypedDict):
    DataSetIdentifier: str,
    Name: str,
    Expression: str,

DataSetIdentifierDeclarationTypeDef#

# DataSetIdentifierDeclarationTypeDef definition

class DataSetIdentifierDeclarationTypeDef(TypedDict):
    Identifier: str,
    DataSetArn: str,

QueryExecutionOptionsTypeDef#

# QueryExecutionOptionsTypeDef definition

class QueryExecutionOptionsTypeDef(TypedDict):
    QueryExecutionMode: NotRequired[QueryExecutionModeType],  # (1)
  1. See QueryExecutionModeType

EntityTypeDef#

# EntityTypeDef definition

class EntityTypeDef(TypedDict):
    Path: NotRequired[str],

AnalysisSearchFilterTypeDef#

# AnalysisSearchFilterTypeDef definition

class AnalysisSearchFilterTypeDef(TypedDict):
    Operator: NotRequired[FilterOperatorType],  # (1)
    Name: NotRequired[AnalysisFilterAttributeType],  # (2)
    Value: NotRequired[str],
  1. See FilterOperatorType
  2. See AnalysisFilterAttributeType

DataSetReferenceTypeDef#

# DataSetReferenceTypeDef definition

class DataSetReferenceTypeDef(TypedDict):
    DataSetPlaceholder: str,
    DataSetArn: str,

AnalysisSummaryTypeDef#

# AnalysisSummaryTypeDef definition

class AnalysisSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    AnalysisId: NotRequired[str],
    Name: NotRequired[str],
    Status: NotRequired[ResourceStatusType],  # (1)
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
  1. See ResourceStatusType

SheetTypeDef#

# SheetTypeDef definition

class SheetTypeDef(TypedDict):
    SheetId: NotRequired[str],
    Name: NotRequired[str],

AnchorDateConfigurationTypeDef#

# AnchorDateConfigurationTypeDef definition

class AnchorDateConfigurationTypeDef(TypedDict):
    AnchorOption: NotRequired[AnchorOptionType],  # (1)
    ParameterName: NotRequired[str],
  1. See AnchorOptionType

AnchorTypeDef#

# AnchorTypeDef definition

class AnchorTypeDef(TypedDict):
    AnchorType: NotRequired[AnchorTypeType],  # (1)
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
    Offset: NotRequired[int],
  1. See AnchorTypeType
  2. See TimeGranularityType

SharedViewConfigurationsTypeDef#

# SharedViewConfigurationsTypeDef definition

class SharedViewConfigurationsTypeDef(TypedDict):
    Enabled: bool,

DashboardVisualIdTypeDef#

# DashboardVisualIdTypeDef definition

class DashboardVisualIdTypeDef(TypedDict):
    DashboardId: str,
    SheetId: str,
    VisualId: str,

AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef#

# AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef definition

class AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef(TypedDict):
    InitialTopicId: str,

AnonymousUserQSearchBarEmbeddingConfigurationTypeDef#

# AnonymousUserQSearchBarEmbeddingConfigurationTypeDef definition

class AnonymousUserQSearchBarEmbeddingConfigurationTypeDef(TypedDict):
    InitialTopicId: str,

ArcAxisDisplayRangeTypeDef#

# ArcAxisDisplayRangeTypeDef definition

class ArcAxisDisplayRangeTypeDef(TypedDict):
    Min: NotRequired[float],
    Max: NotRequired[float],

ArcConfigurationTypeDef#

# ArcConfigurationTypeDef definition

class ArcConfigurationTypeDef(TypedDict):
    ArcAngle: NotRequired[float],
    ArcThickness: NotRequired[ArcThicknessOptionsType],  # (1)
  1. See ArcThicknessOptionsType

ArcOptionsTypeDef#

# ArcOptionsTypeDef definition

class ArcOptionsTypeDef(TypedDict):
    ArcThickness: NotRequired[ArcThicknessType],  # (1)
  1. See ArcThicknessType

AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef#

# AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef definition

class AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef(TypedDict):
    Arn: str,
    Properties: List[AssetBundleExportJobAnalysisPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobAnalysisPropertyToOverrideType

AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef#

# AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef definition

class AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef(TypedDict):
    Arn: str,
    Properties: List[AssetBundleExportJobDashboardPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobDashboardPropertyToOverrideType

AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef#

# AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef definition

class AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef(TypedDict):
    Arn: str,
    Properties: List[AssetBundleExportJobDataSetPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobDataSetPropertyToOverrideType

AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef#

# AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef definition

class AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef(TypedDict):
    Arn: str,
    Properties: List[AssetBundleExportJobDataSourcePropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobDataSourcePropertyToOverrideType

AssetBundleExportJobFolderOverridePropertiesOutputTypeDef#

# AssetBundleExportJobFolderOverridePropertiesOutputTypeDef definition

class AssetBundleExportJobFolderOverridePropertiesOutputTypeDef(TypedDict):
    Arn: str,
    Properties: List[AssetBundleExportJobFolderPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobFolderPropertyToOverrideType

AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef#

# AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef definition

class AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef(TypedDict):
    Arn: str,
    Properties: List[AssetBundleExportJobRefreshSchedulePropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobRefreshSchedulePropertyToOverrideType

AssetBundleExportJobResourceIdOverrideConfigurationTypeDef#

# AssetBundleExportJobResourceIdOverrideConfigurationTypeDef definition

class AssetBundleExportJobResourceIdOverrideConfigurationTypeDef(TypedDict):
    PrefixForAllResources: NotRequired[bool],

AssetBundleExportJobThemeOverridePropertiesOutputTypeDef#

# AssetBundleExportJobThemeOverridePropertiesOutputTypeDef definition

class AssetBundleExportJobThemeOverridePropertiesOutputTypeDef(TypedDict):
    Arn: str,
    Properties: List[AssetBundleExportJobThemePropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobThemePropertyToOverrideType

AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef#

# AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef definition

class AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef(TypedDict):
    Arn: str,
    Properties: List[AssetBundleExportJobVPCConnectionPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobVPCConnectionPropertyToOverrideType

AssetBundleExportJobAnalysisOverridePropertiesTypeDef#

# AssetBundleExportJobAnalysisOverridePropertiesTypeDef definition

class AssetBundleExportJobAnalysisOverridePropertiesTypeDef(TypedDict):
    Arn: str,
    Properties: Sequence[AssetBundleExportJobAnalysisPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobAnalysisPropertyToOverrideType

AssetBundleExportJobDashboardOverridePropertiesTypeDef#

# AssetBundleExportJobDashboardOverridePropertiesTypeDef definition

class AssetBundleExportJobDashboardOverridePropertiesTypeDef(TypedDict):
    Arn: str,
    Properties: Sequence[AssetBundleExportJobDashboardPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobDashboardPropertyToOverrideType

AssetBundleExportJobDataSetOverridePropertiesTypeDef#

# AssetBundleExportJobDataSetOverridePropertiesTypeDef definition

class AssetBundleExportJobDataSetOverridePropertiesTypeDef(TypedDict):
    Arn: str,
    Properties: Sequence[AssetBundleExportJobDataSetPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobDataSetPropertyToOverrideType

AssetBundleExportJobDataSourceOverridePropertiesTypeDef#

# AssetBundleExportJobDataSourceOverridePropertiesTypeDef definition

class AssetBundleExportJobDataSourceOverridePropertiesTypeDef(TypedDict):
    Arn: str,
    Properties: Sequence[AssetBundleExportJobDataSourcePropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobDataSourcePropertyToOverrideType

AssetBundleExportJobErrorTypeDef#

# AssetBundleExportJobErrorTypeDef definition

class AssetBundleExportJobErrorTypeDef(TypedDict):
    Arn: NotRequired[str],
    Type: NotRequired[str],
    Message: NotRequired[str],

AssetBundleExportJobFolderOverridePropertiesTypeDef#

# AssetBundleExportJobFolderOverridePropertiesTypeDef definition

class AssetBundleExportJobFolderOverridePropertiesTypeDef(TypedDict):
    Arn: str,
    Properties: Sequence[AssetBundleExportJobFolderPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobFolderPropertyToOverrideType

AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef#

# AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef definition

class AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef(TypedDict):
    Arn: str,
    Properties: Sequence[AssetBundleExportJobRefreshSchedulePropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobRefreshSchedulePropertyToOverrideType

AssetBundleExportJobSummaryTypeDef#

# AssetBundleExportJobSummaryTypeDef definition

class AssetBundleExportJobSummaryTypeDef(TypedDict):
    JobStatus: NotRequired[AssetBundleExportJobStatusType],  # (1)
    Arn: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    AssetBundleExportJobId: NotRequired[str],
    IncludeAllDependencies: NotRequired[bool],
    ExportFormat: NotRequired[AssetBundleExportFormatType],  # (2)
    IncludePermissions: NotRequired[bool],
    IncludeTags: NotRequired[bool],
  1. See AssetBundleExportJobStatusType
  2. See AssetBundleExportFormatType

AssetBundleExportJobThemeOverridePropertiesTypeDef#

# AssetBundleExportJobThemeOverridePropertiesTypeDef definition

class AssetBundleExportJobThemeOverridePropertiesTypeDef(TypedDict):
    Arn: str,
    Properties: Sequence[AssetBundleExportJobThemePropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobThemePropertyToOverrideType

AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef#

# AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef definition

class AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef(TypedDict):
    Arn: str,
    Properties: Sequence[AssetBundleExportJobVPCConnectionPropertyToOverrideType],  # (1)
  1. See AssetBundleExportJobVPCConnectionPropertyToOverrideType

AssetBundleExportJobValidationStrategyTypeDef#

# AssetBundleExportJobValidationStrategyTypeDef definition

class AssetBundleExportJobValidationStrategyTypeDef(TypedDict):
    StrictModeForAllResources: NotRequired[bool],

AssetBundleExportJobWarningTypeDef#

# AssetBundleExportJobWarningTypeDef definition

class AssetBundleExportJobWarningTypeDef(TypedDict):
    Arn: NotRequired[str],
    Message: NotRequired[str],

AssetBundleImportJobAnalysisOverrideParametersTypeDef#

# AssetBundleImportJobAnalysisOverrideParametersTypeDef definition

class AssetBundleImportJobAnalysisOverrideParametersTypeDef(TypedDict):
    AnalysisId: str,
    Name: NotRequired[str],

AssetBundleResourcePermissionsOutputTypeDef#

# AssetBundleResourcePermissionsOutputTypeDef definition

class AssetBundleResourcePermissionsOutputTypeDef(TypedDict):
    Principals: List[str],
    Actions: List[str],

TagTypeDef#

# TagTypeDef definition

class TagTypeDef(TypedDict):
    Key: str,
    Value: str,

AssetBundleImportJobDashboardOverrideParametersTypeDef#

# AssetBundleImportJobDashboardOverrideParametersTypeDef definition

class AssetBundleImportJobDashboardOverrideParametersTypeDef(TypedDict):
    DashboardId: str,
    Name: NotRequired[str],

AssetBundleImportJobDataSetOverrideParametersTypeDef#

# AssetBundleImportJobDataSetOverrideParametersTypeDef definition

class AssetBundleImportJobDataSetOverrideParametersTypeDef(TypedDict):
    DataSetId: str,
    Name: NotRequired[str],

AssetBundleImportJobDataSourceCredentialPairTypeDef#

# AssetBundleImportJobDataSourceCredentialPairTypeDef definition

class AssetBundleImportJobDataSourceCredentialPairTypeDef(TypedDict):
    Username: str,
    Password: str,

SslPropertiesTypeDef#

# SslPropertiesTypeDef definition

class SslPropertiesTypeDef(TypedDict):
    DisableSsl: NotRequired[bool],

VpcConnectionPropertiesTypeDef#

# VpcConnectionPropertiesTypeDef definition

class VpcConnectionPropertiesTypeDef(TypedDict):
    VpcConnectionArn: str,

AssetBundleImportJobErrorTypeDef#

# AssetBundleImportJobErrorTypeDef definition

class AssetBundleImportJobErrorTypeDef(TypedDict):
    Arn: NotRequired[str],
    Type: NotRequired[str],
    Message: NotRequired[str],

AssetBundleImportJobFolderOverrideParametersTypeDef#

# AssetBundleImportJobFolderOverrideParametersTypeDef definition

class AssetBundleImportJobFolderOverrideParametersTypeDef(TypedDict):
    FolderId: str,
    Name: NotRequired[str],
    ParentFolderArn: NotRequired[str],

AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef#

# AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef definition

class AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef(TypedDict):
    DataSetId: str,
    ScheduleId: str,
    StartAfterDateTime: NotRequired[datetime],

AssetBundleImportJobResourceIdOverrideConfigurationTypeDef#

# AssetBundleImportJobResourceIdOverrideConfigurationTypeDef definition

class AssetBundleImportJobResourceIdOverrideConfigurationTypeDef(TypedDict):
    PrefixForAllResources: NotRequired[str],

AssetBundleImportJobThemeOverrideParametersTypeDef#

# AssetBundleImportJobThemeOverrideParametersTypeDef definition

class AssetBundleImportJobThemeOverrideParametersTypeDef(TypedDict):
    ThemeId: str,
    Name: NotRequired[str],

AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef#

# AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef definition

class AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef(TypedDict):
    VPCConnectionId: str,
    Name: NotRequired[str],
    SubnetIds: NotRequired[List[str]],
    SecurityGroupIds: NotRequired[List[str]],
    DnsResolvers: NotRequired[List[str]],
    RoleArn: NotRequired[str],

AssetBundleImportJobOverrideValidationStrategyTypeDef#

# AssetBundleImportJobOverrideValidationStrategyTypeDef definition

class AssetBundleImportJobOverrideValidationStrategyTypeDef(TypedDict):
    StrictModeForAllResources: NotRequired[bool],

AssetBundleImportJobSummaryTypeDef#

# AssetBundleImportJobSummaryTypeDef definition

class AssetBundleImportJobSummaryTypeDef(TypedDict):
    JobStatus: NotRequired[AssetBundleImportJobStatusType],  # (1)
    Arn: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    AssetBundleImportJobId: NotRequired[str],
    FailureAction: NotRequired[AssetBundleImportFailureActionType],  # (2)
  1. See AssetBundleImportJobStatusType
  2. See AssetBundleImportFailureActionType

AssetBundleImportJobVPCConnectionOverrideParametersTypeDef#

# AssetBundleImportJobVPCConnectionOverrideParametersTypeDef definition

class AssetBundleImportJobVPCConnectionOverrideParametersTypeDef(TypedDict):
    VPCConnectionId: str,
    Name: NotRequired[str],
    SubnetIds: NotRequired[Sequence[str]],
    SecurityGroupIds: NotRequired[Sequence[str]],
    DnsResolvers: NotRequired[Sequence[str]],
    RoleArn: NotRequired[str],

AssetBundleImportJobWarningTypeDef#

# AssetBundleImportJobWarningTypeDef definition

class AssetBundleImportJobWarningTypeDef(TypedDict):
    Arn: NotRequired[str],
    Message: NotRequired[str],

AssetBundleImportSourceDescriptionTypeDef#

# AssetBundleImportSourceDescriptionTypeDef definition

class AssetBundleImportSourceDescriptionTypeDef(TypedDict):
    Body: NotRequired[str],
    S3Uri: NotRequired[str],

AssetBundleResourcePermissionsTypeDef#

# AssetBundleResourcePermissionsTypeDef definition

class AssetBundleResourcePermissionsTypeDef(TypedDict):
    Principals: Sequence[str],
    Actions: Sequence[str],

AthenaParametersTypeDef#

# AthenaParametersTypeDef definition

class AthenaParametersTypeDef(TypedDict):
    WorkGroup: NotRequired[str],
    RoleArn: NotRequired[str],

AuroraParametersTypeDef#

# AuroraParametersTypeDef definition

class AuroraParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Database: str,

AuroraPostgreSqlParametersTypeDef#

# AuroraPostgreSqlParametersTypeDef definition

class AuroraPostgreSqlParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Database: str,

AuthorizedTargetsByServiceTypeDef#

# AuthorizedTargetsByServiceTypeDef definition

class AuthorizedTargetsByServiceTypeDef(TypedDict):
    Service: NotRequired[ServiceTypeType],  # (1)
    AuthorizedTargets: NotRequired[List[str]],
  1. See ServiceTypeType

AwsIotAnalyticsParametersTypeDef#

# AwsIotAnalyticsParametersTypeDef definition

class AwsIotAnalyticsParametersTypeDef(TypedDict):
    DataSetName: str,

DateAxisOptionsTypeDef#

# DateAxisOptionsTypeDef definition

class DateAxisOptionsTypeDef(TypedDict):
    MissingDateVisibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

AxisDisplayMinMaxRangeTypeDef#

# AxisDisplayMinMaxRangeTypeDef definition

class AxisDisplayMinMaxRangeTypeDef(TypedDict):
    Minimum: NotRequired[float],
    Maximum: NotRequired[float],

AxisLinearScaleTypeDef#

# AxisLinearScaleTypeDef definition

class AxisLinearScaleTypeDef(TypedDict):
    StepCount: NotRequired[int],
    StepSize: NotRequired[float],

AxisLogarithmicScaleTypeDef#

# AxisLogarithmicScaleTypeDef definition

class AxisLogarithmicScaleTypeDef(TypedDict):
    Base: NotRequired[float],

ItemsLimitConfigurationTypeDef#

# ItemsLimitConfigurationTypeDef definition

class ItemsLimitConfigurationTypeDef(TypedDict):
    ItemsLimit: NotRequired[int],
    OtherCategories: NotRequired[OtherCategoriesType],  # (1)
  1. See OtherCategoriesType

InvalidTopicReviewedAnswerTypeDef#

# InvalidTopicReviewedAnswerTypeDef definition

class InvalidTopicReviewedAnswerTypeDef(TypedDict):
    AnswerId: NotRequired[str],
    Error: NotRequired[ReviewedAnswerErrorCodeType],  # (1)
  1. See ReviewedAnswerErrorCodeType

ResponseMetadataTypeDef#

# ResponseMetadataTypeDef definition

class ResponseMetadataTypeDef(TypedDict):
    RequestId: str,
    HTTPStatusCode: int,
    HTTPHeaders: Dict[str, str],
    RetryAttempts: int,
    HostId: NotRequired[str],

SucceededTopicReviewedAnswerTypeDef#

# SucceededTopicReviewedAnswerTypeDef definition

class SucceededTopicReviewedAnswerTypeDef(TypedDict):
    AnswerId: NotRequired[str],

BatchDeleteTopicReviewedAnswerRequestRequestTypeDef#

# BatchDeleteTopicReviewedAnswerRequestRequestTypeDef definition

class BatchDeleteTopicReviewedAnswerRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    AnswerIds: NotRequired[Sequence[str]],

BigQueryParametersTypeDef#

# BigQueryParametersTypeDef definition

class BigQueryParametersTypeDef(TypedDict):
    ProjectId: str,
    DataSetRegion: NotRequired[str],

BinCountOptionsTypeDef#

# BinCountOptionsTypeDef definition

class BinCountOptionsTypeDef(TypedDict):
    Value: NotRequired[int],

BinWidthOptionsTypeDef#

# BinWidthOptionsTypeDef definition

class BinWidthOptionsTypeDef(TypedDict):
    Value: NotRequired[float],
    BinCountLimit: NotRequired[int],

SectionAfterPageBreakTypeDef#

# SectionAfterPageBreakTypeDef definition

class SectionAfterPageBreakTypeDef(TypedDict):
    Status: NotRequired[SectionPageBreakStatusType],  # (1)
  1. See SectionPageBreakStatusType

BookmarksConfigurationsTypeDef#

# BookmarksConfigurationsTypeDef definition

class BookmarksConfigurationsTypeDef(TypedDict):
    Enabled: bool,

BorderStyleTypeDef#

# BorderStyleTypeDef definition

class BorderStyleTypeDef(TypedDict):
    Show: NotRequired[bool],

BoxPlotStyleOptionsTypeDef#

# BoxPlotStyleOptionsTypeDef definition

class BoxPlotStyleOptionsTypeDef(TypedDict):
    FillStyle: NotRequired[BoxPlotFillStyleType],  # (1)
  1. See BoxPlotFillStyleType

PaginationConfigurationTypeDef#

# PaginationConfigurationTypeDef definition

class PaginationConfigurationTypeDef(TypedDict):
    PageSize: int,
    PageNumber: int,

PaletteTypeDef#

# PaletteTypeDef definition

class PaletteTypeDef(TypedDict):
    Foreground: NotRequired[str],
    Background: NotRequired[str],

BrandSummaryTypeDef#

# BrandSummaryTypeDef definition

class BrandSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    BrandId: NotRequired[str],
    BrandName: NotRequired[str],
    Description: NotRequired[str],
    BrandStatus: NotRequired[BrandStatusType],  # (1)
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
  1. See BrandStatusType

CalculatedColumnTypeDef#

# CalculatedColumnTypeDef definition

class CalculatedColumnTypeDef(TypedDict):
    ColumnName: str,
    ColumnId: str,
    Expression: str,

CalculatedMeasureFieldTypeDef#

# CalculatedMeasureFieldTypeDef definition

class CalculatedMeasureFieldTypeDef(TypedDict):
    FieldId: str,
    Expression: str,

CancelIngestionRequestRequestTypeDef#

# CancelIngestionRequestRequestTypeDef definition

class CancelIngestionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,
    IngestionId: str,

CapabilitiesTypeDef#

# CapabilitiesTypeDef definition

class CapabilitiesTypeDef(TypedDict):
    ExportToCsv: NotRequired[CapabilityStateType],  # (1)
    ExportToExcel: NotRequired[CapabilityStateType],  # (1)
    CreateAndUpdateThemes: NotRequired[CapabilityStateType],  # (1)
    AddOrRunAnomalyDetectionForAnalyses: NotRequired[CapabilityStateType],  # (1)
    ShareAnalyses: NotRequired[CapabilityStateType],  # (1)
    CreateAndUpdateDatasets: NotRequired[CapabilityStateType],  # (1)
    ShareDatasets: NotRequired[CapabilityStateType],  # (1)
    SubscribeDashboardEmailReports: NotRequired[CapabilityStateType],  # (1)
    CreateAndUpdateDashboardEmailReports: NotRequired[CapabilityStateType],  # (1)
    ShareDashboards: NotRequired[CapabilityStateType],  # (1)
    CreateAndUpdateThresholdAlerts: NotRequired[CapabilityStateType],  # (1)
    RenameSharedFolders: NotRequired[CapabilityStateType],  # (1)
    CreateSharedFolders: NotRequired[CapabilityStateType],  # (1)
    CreateAndUpdateDataSources: NotRequired[CapabilityStateType],  # (1)
    ShareDataSources: NotRequired[CapabilityStateType],  # (1)
    ViewAccountSPICECapacity: NotRequired[CapabilityStateType],  # (1)
    CreateSPICEDataset: NotRequired[CapabilityStateType],  # (1)
  1. See CapabilityStateType
  2. See CapabilityStateType
  3. See CapabilityStateType
  4. See CapabilityStateType
  5. See CapabilityStateType
  6. See CapabilityStateType
  7. See CapabilityStateType
  8. See CapabilityStateType
  9. See CapabilityStateType
  10. See CapabilityStateType
  11. See CapabilityStateType
  12. See CapabilityStateType
  13. See CapabilityStateType
  14. See CapabilityStateType
  15. See CapabilityStateType
  16. See CapabilityStateType
  17. See CapabilityStateType

CastColumnTypeOperationTypeDef#

# CastColumnTypeOperationTypeDef definition

class CastColumnTypeOperationTypeDef(TypedDict):
    ColumnName: str,
    NewColumnType: ColumnDataTypeType,  # (1)
    SubType: NotRequired[ColumnDataSubTypeType],  # (2)
    Format: NotRequired[str],
  1. See ColumnDataTypeType
  2. See ColumnDataSubTypeType

CustomFilterConfigurationTypeDef#

# CustomFilterConfigurationTypeDef definition

class CustomFilterConfigurationTypeDef(TypedDict):
    MatchOperator: CategoryFilterMatchOperatorType,  # (1)
    NullOption: FilterNullOptionType,  # (3)
    CategoryValue: NotRequired[str],
    SelectAllOptions: NotRequired[CategoryFilterSelectAllOptionsType],  # (2)
    ParameterName: NotRequired[str],
  1. See CategoryFilterMatchOperatorType
  2. See CategoryFilterSelectAllOptionsType
  3. See FilterNullOptionType

CustomFilterListConfigurationOutputTypeDef#

# CustomFilterListConfigurationOutputTypeDef definition

class CustomFilterListConfigurationOutputTypeDef(TypedDict):
    MatchOperator: CategoryFilterMatchOperatorType,  # (1)
    NullOption: FilterNullOptionType,  # (3)
    CategoryValues: NotRequired[List[str]],
    SelectAllOptions: NotRequired[CategoryFilterSelectAllOptionsType],  # (2)
  1. See CategoryFilterMatchOperatorType
  2. See CategoryFilterSelectAllOptionsType
  3. See FilterNullOptionType

FilterListConfigurationOutputTypeDef#

# FilterListConfigurationOutputTypeDef definition

class FilterListConfigurationOutputTypeDef(TypedDict):
    MatchOperator: CategoryFilterMatchOperatorType,  # (1)
    CategoryValues: NotRequired[List[str]],
    SelectAllOptions: NotRequired[CategoryFilterSelectAllOptionsType],  # (2)
    NullOption: NotRequired[FilterNullOptionType],  # (3)
  1. See CategoryFilterMatchOperatorType
  2. See CategoryFilterSelectAllOptionsType
  3. See FilterNullOptionType

CellValueSynonymOutputTypeDef#

# CellValueSynonymOutputTypeDef definition

class CellValueSynonymOutputTypeDef(TypedDict):
    CellValue: NotRequired[str],
    Synonyms: NotRequired[List[str]],

CellValueSynonymTypeDef#

# CellValueSynonymTypeDef definition

class CellValueSynonymTypeDef(TypedDict):
    CellValue: NotRequired[str],
    Synonyms: NotRequired[Sequence[str]],

SimpleClusterMarkerTypeDef#

# SimpleClusterMarkerTypeDef definition

class SimpleClusterMarkerTypeDef(TypedDict):
    Color: NotRequired[str],

CollectiveConstantEntryTypeDef#

# CollectiveConstantEntryTypeDef definition

class CollectiveConstantEntryTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    Value: NotRequired[str],
  1. See ConstantTypeType

CollectiveConstantOutputTypeDef#

# CollectiveConstantOutputTypeDef definition

class CollectiveConstantOutputTypeDef(TypedDict):
    ValueList: NotRequired[List[str]],

CollectiveConstantTypeDef#

# CollectiveConstantTypeDef definition

class CollectiveConstantTypeDef(TypedDict):
    ValueList: NotRequired[Sequence[str]],

DataColorTypeDef#

# DataColorTypeDef definition

class DataColorTypeDef(TypedDict):
    Color: NotRequired[str],
    DataValue: NotRequired[float],

CustomColorTypeDef#

# CustomColorTypeDef definition

class CustomColorTypeDef(TypedDict):
    Color: str,
    FieldValue: NotRequired[str],
    SpecialValue: NotRequired[SpecialValueType],  # (1)
  1. See SpecialValueType

ColumnDescriptionTypeDef#

# ColumnDescriptionTypeDef definition

class ColumnDescriptionTypeDef(TypedDict):
    Text: NotRequired[str],

ColumnGroupColumnSchemaTypeDef#

# ColumnGroupColumnSchemaTypeDef definition

class ColumnGroupColumnSchemaTypeDef(TypedDict):
    Name: NotRequired[str],

GeoSpatialColumnGroupOutputTypeDef#

# GeoSpatialColumnGroupOutputTypeDef definition

class GeoSpatialColumnGroupOutputTypeDef(TypedDict):
    Name: str,
    Columns: List[str],
    CountryCode: NotRequired[GeoSpatialCountryCodeType],  # (1)
  1. See GeoSpatialCountryCodeType

ColumnLevelPermissionRuleOutputTypeDef#

# ColumnLevelPermissionRuleOutputTypeDef definition

class ColumnLevelPermissionRuleOutputTypeDef(TypedDict):
    Principals: NotRequired[List[str]],
    ColumnNames: NotRequired[List[str]],

ColumnLevelPermissionRuleTypeDef#

# ColumnLevelPermissionRuleTypeDef definition

class ColumnLevelPermissionRuleTypeDef(TypedDict):
    Principals: NotRequired[Sequence[str]],
    ColumnNames: NotRequired[Sequence[str]],

ColumnSchemaTypeDef#

# ColumnSchemaTypeDef definition

class ColumnSchemaTypeDef(TypedDict):
    Name: NotRequired[str],
    DataType: NotRequired[str],
    GeographicRole: NotRequired[str],

ComparativeOrderOutputTypeDef#

# ComparativeOrderOutputTypeDef definition

class ComparativeOrderOutputTypeDef(TypedDict):
    UseOrdering: NotRequired[ColumnOrderingTypeType],  # (1)
    SpecifedOrder: NotRequired[List[str]],
    TreatUndefinedSpecifiedValues: NotRequired[UndefinedSpecifiedValueTypeType],  # (2)
  1. See ColumnOrderingTypeType
  2. See UndefinedSpecifiedValueTypeType

ComparativeOrderTypeDef#

# ComparativeOrderTypeDef definition

class ComparativeOrderTypeDef(TypedDict):
    UseOrdering: NotRequired[ColumnOrderingTypeType],  # (1)
    SpecifedOrder: NotRequired[Sequence[str]],
    TreatUndefinedSpecifiedValues: NotRequired[UndefinedSpecifiedValueTypeType],  # (2)
  1. See ColumnOrderingTypeType
  2. See UndefinedSpecifiedValueTypeType

ConditionalFormattingSolidColorTypeDef#

# ConditionalFormattingSolidColorTypeDef definition

class ConditionalFormattingSolidColorTypeDef(TypedDict):
    Expression: str,
    Color: NotRequired[str],

ConditionalFormattingCustomIconOptionsTypeDef#

# ConditionalFormattingCustomIconOptionsTypeDef definition

class ConditionalFormattingCustomIconOptionsTypeDef(TypedDict):
    Icon: NotRequired[IconType],  # (1)
    UnicodeIcon: NotRequired[str],
  1. See IconType

ConditionalFormattingIconDisplayConfigurationTypeDef#

# ConditionalFormattingIconDisplayConfigurationTypeDef definition

class ConditionalFormattingIconDisplayConfigurationTypeDef(TypedDict):
    IconDisplayOption: NotRequired[ConditionalFormattingIconDisplayOptionType],  # (1)
  1. See ConditionalFormattingIconDisplayOptionType

ConditionalFormattingIconSetTypeDef#

# ConditionalFormattingIconSetTypeDef definition

class ConditionalFormattingIconSetTypeDef(TypedDict):
    Expression: str,
    IconSetType: NotRequired[ConditionalFormattingIconSetTypeType],  # (1)
  1. See ConditionalFormattingIconSetTypeType

ContextMenuOptionTypeDef#

# ContextMenuOptionTypeDef definition

class ContextMenuOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

ContributionAnalysisFactorTypeDef#

# ContributionAnalysisFactorTypeDef definition

class ContributionAnalysisFactorTypeDef(TypedDict):
    FieldName: NotRequired[str],

CreateAccountSubscriptionRequestRequestTypeDef#

# CreateAccountSubscriptionRequestRequestTypeDef definition

class CreateAccountSubscriptionRequestRequestTypeDef(TypedDict):
    AuthenticationMethod: AuthenticationMethodOptionType,  # (1)
    AwsAccountId: str,
    AccountName: str,
    NotificationEmail: str,
    Edition: NotRequired[EditionType],  # (2)
    ActiveDirectoryName: NotRequired[str],
    Realm: NotRequired[str],
    DirectoryId: NotRequired[str],
    AdminGroup: NotRequired[Sequence[str]],
    AuthorGroup: NotRequired[Sequence[str]],
    ReaderGroup: NotRequired[Sequence[str]],
    AdminProGroup: NotRequired[Sequence[str]],
    AuthorProGroup: NotRequired[Sequence[str]],
    ReaderProGroup: NotRequired[Sequence[str]],
    FirstName: NotRequired[str],
    LastName: NotRequired[str],
    EmailAddress: NotRequired[str],
    ContactNumber: NotRequired[str],
    IAMIdentityCenterInstanceArn: NotRequired[str],
  1. See AuthenticationMethodOptionType
  2. See EditionType

SignupResponseTypeDef#

# SignupResponseTypeDef definition

class SignupResponseTypeDef(TypedDict):
    IAMUser: NotRequired[bool],
    userLoginName: NotRequired[str],
    accountName: NotRequired[str],
    directoryType: NotRequired[str],

ValidationStrategyTypeDef#

# ValidationStrategyTypeDef definition

class ValidationStrategyTypeDef(TypedDict):
    Mode: ValidationStrategyModeType,  # (1)
  1. See ValidationStrategyModeType

ResourcePermissionTypeDef#

# ResourcePermissionTypeDef definition

class ResourcePermissionTypeDef(TypedDict):
    Principal: str,
    Actions: Sequence[str],

DataSetUsageConfigurationTypeDef#

# DataSetUsageConfigurationTypeDef definition

class DataSetUsageConfigurationTypeDef(TypedDict):
    DisableUseAsDirectQuerySource: NotRequired[bool],
    DisableUseAsImportedSource: NotRequired[bool],

RowLevelPermissionDataSetTypeDef#

# RowLevelPermissionDataSetTypeDef definition

class RowLevelPermissionDataSetTypeDef(TypedDict):
    Arn: str,
    PermissionPolicy: RowLevelPermissionPolicyType,  # (1)
    Namespace: NotRequired[str],
    FormatVersion: NotRequired[RowLevelPermissionFormatVersionType],  # (2)
    Status: NotRequired[StatusType],  # (3)
  1. See RowLevelPermissionPolicyType
  2. See RowLevelPermissionFormatVersionType
  3. See StatusType

CreateFolderMembershipRequestRequestTypeDef#

# CreateFolderMembershipRequestRequestTypeDef definition

class CreateFolderMembershipRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    MemberId: str,
    MemberType: MemberTypeType,  # (1)
  1. See MemberTypeType

FolderMemberTypeDef#

# FolderMemberTypeDef definition

class FolderMemberTypeDef(TypedDict):
    MemberId: NotRequired[str],
    MemberType: NotRequired[MemberTypeType],  # (1)
  1. See MemberTypeType

CreateGroupMembershipRequestRequestTypeDef#

# CreateGroupMembershipRequestRequestTypeDef definition

class CreateGroupMembershipRequestRequestTypeDef(TypedDict):
    MemberName: str,
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,

GroupMemberTypeDef#

# GroupMemberTypeDef definition

class GroupMemberTypeDef(TypedDict):
    Arn: NotRequired[str],
    MemberName: NotRequired[str],

CreateGroupRequestRequestTypeDef#

# CreateGroupRequestRequestTypeDef definition

class CreateGroupRequestRequestTypeDef(TypedDict):
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,
    Description: NotRequired[str],

GroupTypeDef#

# GroupTypeDef definition

class GroupTypeDef(TypedDict):
    Arn: NotRequired[str],
    GroupName: NotRequired[str],
    Description: NotRequired[str],
    PrincipalId: NotRequired[str],

CreateIAMPolicyAssignmentRequestRequestTypeDef#

# CreateIAMPolicyAssignmentRequestRequestTypeDef definition

class CreateIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssignmentName: str,
    AssignmentStatus: AssignmentStatusType,  # (1)
    Namespace: str,
    PolicyArn: NotRequired[str],
    Identities: NotRequired[Mapping[str, Sequence[str]]],
  1. See AssignmentStatusType

CreateIngestionRequestRequestTypeDef#

# CreateIngestionRequestRequestTypeDef definition

class CreateIngestionRequestRequestTypeDef(TypedDict):
    DataSetId: str,
    IngestionId: str,
    AwsAccountId: str,
    IngestionType: NotRequired[IngestionTypeType],  # (1)
  1. See IngestionTypeType

CreateRoleMembershipRequestRequestTypeDef#

# CreateRoleMembershipRequestRequestTypeDef definition

class CreateRoleMembershipRequestRequestTypeDef(TypedDict):
    MemberName: str,
    AwsAccountId: str,
    Namespace: str,
    Role: RoleType,  # (1)
  1. See RoleType

CreateTemplateAliasRequestRequestTypeDef#

# CreateTemplateAliasRequestRequestTypeDef definition

class CreateTemplateAliasRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    AliasName: str,
    TemplateVersionNumber: int,

TemplateAliasTypeDef#

# TemplateAliasTypeDef definition

class TemplateAliasTypeDef(TypedDict):
    AliasName: NotRequired[str],
    Arn: NotRequired[str],
    TemplateVersionNumber: NotRequired[int],

CreateThemeAliasRequestRequestTypeDef#

# CreateThemeAliasRequestRequestTypeDef definition

class CreateThemeAliasRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    AliasName: str,
    ThemeVersionNumber: int,

ThemeAliasTypeDef#

# ThemeAliasTypeDef definition

class ThemeAliasTypeDef(TypedDict):
    Arn: NotRequired[str],
    AliasName: NotRequired[str],
    ThemeVersionNumber: NotRequired[int],

DecimalPlacesConfigurationTypeDef#

# DecimalPlacesConfigurationTypeDef definition

class DecimalPlacesConfigurationTypeDef(TypedDict):
    DecimalPlaces: int,

NegativeValueConfigurationTypeDef#

# NegativeValueConfigurationTypeDef definition

class NegativeValueConfigurationTypeDef(TypedDict):
    DisplayMode: NegativeValueDisplayModeType,  # (1)
  1. See NegativeValueDisplayModeType

NullValueFormatConfigurationTypeDef#

# NullValueFormatConfigurationTypeDef definition

class NullValueFormatConfigurationTypeDef(TypedDict):
    NullString: str,

LocalNavigationConfigurationTypeDef#

# LocalNavigationConfigurationTypeDef definition

class LocalNavigationConfigurationTypeDef(TypedDict):
    TargetSheetId: str,

CustomActionURLOperationTypeDef#

# CustomActionURLOperationTypeDef definition

class CustomActionURLOperationTypeDef(TypedDict):
    URLTemplate: str,
    URLTarget: URLTargetConfigurationType,  # (1)
  1. See URLTargetConfigurationType

CustomFilterListConfigurationTypeDef#

# CustomFilterListConfigurationTypeDef definition

class CustomFilterListConfigurationTypeDef(TypedDict):
    MatchOperator: CategoryFilterMatchOperatorType,  # (1)
    NullOption: FilterNullOptionType,  # (3)
    CategoryValues: NotRequired[Sequence[str]],
    SelectAllOptions: NotRequired[CategoryFilterSelectAllOptionsType],  # (2)
  1. See CategoryFilterMatchOperatorType
  2. See CategoryFilterSelectAllOptionsType
  3. See FilterNullOptionType

CustomNarrativeOptionsTypeDef#

# CustomNarrativeOptionsTypeDef definition

class CustomNarrativeOptionsTypeDef(TypedDict):
    Narrative: str,

CustomParameterValuesOutputTypeDef#

# CustomParameterValuesOutputTypeDef definition

class CustomParameterValuesOutputTypeDef(TypedDict):
    StringValues: NotRequired[List[str]],
    IntegerValues: NotRequired[List[int]],
    DecimalValues: NotRequired[List[float]],
    DateTimeValues: NotRequired[List[datetime]],

InputColumnTypeDef#

# InputColumnTypeDef definition

class InputColumnTypeDef(TypedDict):
    Name: str,
    Type: InputColumnDataTypeType,  # (1)
    SubType: NotRequired[ColumnDataSubTypeType],  # (2)
  1. See InputColumnDataTypeType
  2. See ColumnDataSubTypeType

DataPointDrillUpDownOptionTypeDef#

# DataPointDrillUpDownOptionTypeDef definition

class DataPointDrillUpDownOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

DataPointMenuLabelOptionTypeDef#

# DataPointMenuLabelOptionTypeDef definition

class DataPointMenuLabelOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

DataPointTooltipOptionTypeDef#

# DataPointTooltipOptionTypeDef definition

class DataPointTooltipOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

ExportToCSVOptionTypeDef#

# ExportToCSVOptionTypeDef definition

class ExportToCSVOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

ExportWithHiddenFieldsOptionTypeDef#

# ExportWithHiddenFieldsOptionTypeDef definition

class ExportWithHiddenFieldsOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

SheetControlsOptionTypeDef#

# SheetControlsOptionTypeDef definition

class SheetControlsOptionTypeDef(TypedDict):
    VisibilityState: NotRequired[DashboardUIStateType],  # (1)
  1. See DashboardUIStateType

SheetLayoutElementMaximizationOptionTypeDef#

# SheetLayoutElementMaximizationOptionTypeDef definition

class SheetLayoutElementMaximizationOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

VisualAxisSortOptionTypeDef#

# VisualAxisSortOptionTypeDef definition

class VisualAxisSortOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

VisualMenuOptionTypeDef#

# VisualMenuOptionTypeDef definition

class VisualMenuOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

DashboardSearchFilterTypeDef#

# DashboardSearchFilterTypeDef definition

class DashboardSearchFilterTypeDef(TypedDict):
    Operator: FilterOperatorType,  # (1)
    Name: NotRequired[DashboardFilterAttributeType],  # (2)
    Value: NotRequired[str],
  1. See FilterOperatorType
  2. See DashboardFilterAttributeType

DashboardSummaryTypeDef#

# DashboardSummaryTypeDef definition

class DashboardSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    DashboardId: NotRequired[str],
    Name: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    PublishedVersionNumber: NotRequired[int],
    LastPublishedTime: NotRequired[datetime],

DashboardVersionSummaryTypeDef#

# DashboardVersionSummaryTypeDef definition

class DashboardVersionSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    VersionNumber: NotRequired[int],
    Status: NotRequired[ResourceStatusType],  # (1)
    SourceEntityArn: NotRequired[str],
    Description: NotRequired[str],
  1. See ResourceStatusType

ExportHiddenFieldsOptionTypeDef#

# ExportHiddenFieldsOptionTypeDef definition

class ExportHiddenFieldsOptionTypeDef(TypedDict):
    AvailabilityStatus: NotRequired[DashboardBehaviorType],  # (1)
  1. See DashboardBehaviorType

DataAggregationTypeDef#

# DataAggregationTypeDef definition

class DataAggregationTypeDef(TypedDict):
    DatasetRowDateGranularity: NotRequired[TopicTimeGranularityType],  # (1)
    DefaultDateColumnName: NotRequired[str],
  1. See TopicTimeGranularityType

DataBarsOptionsTypeDef#

# DataBarsOptionsTypeDef definition

class DataBarsOptionsTypeDef(TypedDict):
    FieldId: str,
    PositiveColor: NotRequired[str],
    NegativeColor: NotRequired[str],

DataColorPaletteOutputTypeDef#

# DataColorPaletteOutputTypeDef definition

class DataColorPaletteOutputTypeDef(TypedDict):
    Colors: NotRequired[List[str]],
    MinMaxGradient: NotRequired[List[str]],
    EmptyFillColor: NotRequired[str],

DataColorPaletteTypeDef#

# DataColorPaletteTypeDef definition

class DataColorPaletteTypeDef(TypedDict):
    Colors: NotRequired[Sequence[str]],
    MinMaxGradient: NotRequired[Sequence[str]],
    EmptyFillColor: NotRequired[str],

DataPathLabelTypeTypeDef#

# DataPathLabelTypeTypeDef definition

class DataPathLabelTypeTypeDef(TypedDict):
    FieldId: NotRequired[str],
    FieldValue: NotRequired[str],
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

FieldLabelTypeTypeDef#

# FieldLabelTypeTypeDef definition

class FieldLabelTypeTypeDef(TypedDict):
    FieldId: NotRequired[str],
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

MaximumLabelTypeTypeDef#

# MaximumLabelTypeTypeDef definition

class MaximumLabelTypeTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

MinimumLabelTypeTypeDef#

# MinimumLabelTypeTypeDef definition

class MinimumLabelTypeTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

RangeEndsLabelTypeTypeDef#

# RangeEndsLabelTypeTypeDef definition

class RangeEndsLabelTypeTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

DataPathTypeTypeDef#

# DataPathTypeTypeDef definition

class DataPathTypeTypeDef(TypedDict):
    PivotTableDataPathType: NotRequired[PivotTableDataPathTypeType],  # (1)
  1. See PivotTableDataPathTypeType

DataSetSearchFilterTypeDef#

# DataSetSearchFilterTypeDef definition

class DataSetSearchFilterTypeDef(TypedDict):
    Operator: FilterOperatorType,  # (1)
    Name: DataSetFilterAttributeType,  # (2)
    Value: str,
  1. See FilterOperatorType
  2. See DataSetFilterAttributeType

FieldFolderOutputTypeDef#

# FieldFolderOutputTypeDef definition

class FieldFolderOutputTypeDef(TypedDict):
    description: NotRequired[str],
    columns: NotRequired[List[str]],

OutputColumnTypeDef#

# OutputColumnTypeDef definition

class OutputColumnTypeDef(TypedDict):
    Name: NotRequired[str],
    Description: NotRequired[str],
    Type: NotRequired[ColumnDataTypeType],  # (1)
    SubType: NotRequired[ColumnDataSubTypeType],  # (2)
  1. See ColumnDataTypeType
  2. See ColumnDataSubTypeType

DataSourceErrorInfoTypeDef#

# DataSourceErrorInfoTypeDef definition

class DataSourceErrorInfoTypeDef(TypedDict):
    Type: NotRequired[DataSourceErrorInfoTypeType],  # (1)
    Message: NotRequired[str],
  1. See DataSourceErrorInfoTypeType

DatabricksParametersTypeDef#

# DatabricksParametersTypeDef definition

class DatabricksParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    SqlEndpointPath: str,

ExasolParametersTypeDef#

# ExasolParametersTypeDef definition

class ExasolParametersTypeDef(TypedDict):
    Host: str,
    Port: int,

JiraParametersTypeDef#

# JiraParametersTypeDef definition

class JiraParametersTypeDef(TypedDict):
    SiteBaseUrl: str,

MariaDbParametersTypeDef#

# MariaDbParametersTypeDef definition

class MariaDbParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Database: str,

MySqlParametersTypeDef#

# MySqlParametersTypeDef definition

class MySqlParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Database: str,

OracleParametersTypeDef#

# OracleParametersTypeDef definition

class OracleParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Database: str,

PostgreSqlParametersTypeDef#

# PostgreSqlParametersTypeDef definition

class PostgreSqlParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Database: str,

PrestoParametersTypeDef#

# PrestoParametersTypeDef definition

class PrestoParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Catalog: str,

RdsParametersTypeDef#

# RdsParametersTypeDef definition

class RdsParametersTypeDef(TypedDict):
    InstanceId: str,
    Database: str,

ServiceNowParametersTypeDef#

# ServiceNowParametersTypeDef definition

class ServiceNowParametersTypeDef(TypedDict):
    SiteBaseUrl: str,

SparkParametersTypeDef#

# SparkParametersTypeDef definition

class SparkParametersTypeDef(TypedDict):
    Host: str,
    Port: int,

SqlServerParametersTypeDef#

# SqlServerParametersTypeDef definition

class SqlServerParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Database: str,

TeradataParametersTypeDef#

# TeradataParametersTypeDef definition

class TeradataParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Database: str,

TrinoParametersTypeDef#

# TrinoParametersTypeDef definition

class TrinoParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Catalog: str,

TwitterParametersTypeDef#

# TwitterParametersTypeDef definition

class TwitterParametersTypeDef(TypedDict):
    Query: str,
    MaxRows: int,

DataSourceSearchFilterTypeDef#

# DataSourceSearchFilterTypeDef definition

class DataSourceSearchFilterTypeDef(TypedDict):
    Operator: FilterOperatorType,  # (1)
    Name: DataSourceFilterAttributeType,  # (2)
    Value: str,
  1. See FilterOperatorType
  2. See DataSourceFilterAttributeType

DataSourceSummaryTypeDef#

# DataSourceSummaryTypeDef definition

class DataSourceSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    DataSourceId: NotRequired[str],
    Name: NotRequired[str],
    Type: NotRequired[DataSourceTypeType],  # (1)
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
  1. See DataSourceTypeType

DateTimeDatasetParameterDefaultValuesOutputTypeDef#

# DateTimeDatasetParameterDefaultValuesOutputTypeDef definition

class DateTimeDatasetParameterDefaultValuesOutputTypeDef(TypedDict):
    StaticValues: NotRequired[List[datetime]],

RollingDateConfigurationTypeDef#

# RollingDateConfigurationTypeDef definition

class RollingDateConfigurationTypeDef(TypedDict):
    Expression: str,
    DataSetIdentifier: NotRequired[str],

DateTimeValueWhenUnsetConfigurationOutputTypeDef#

# DateTimeValueWhenUnsetConfigurationOutputTypeDef definition

class DateTimeValueWhenUnsetConfigurationOutputTypeDef(TypedDict):
    ValueWhenUnsetOption: NotRequired[ValueWhenUnsetOptionType],  # (1)
    CustomValue: NotRequired[datetime],
  1. See ValueWhenUnsetOptionType

MappedDataSetParameterTypeDef#

# MappedDataSetParameterTypeDef definition

class MappedDataSetParameterTypeDef(TypedDict):
    DataSetIdentifier: str,
    DataSetParameterName: str,

DateTimeParameterOutputTypeDef#

# DateTimeParameterOutputTypeDef definition

class DateTimeParameterOutputTypeDef(TypedDict):
    Name: str,
    Values: List[datetime],

SheetControlInfoIconLabelOptionsTypeDef#

# SheetControlInfoIconLabelOptionsTypeDef definition

class SheetControlInfoIconLabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    InfoIconText: NotRequired[str],
  1. See VisibilityType

DecimalDatasetParameterDefaultValuesOutputTypeDef#

# DecimalDatasetParameterDefaultValuesOutputTypeDef definition

class DecimalDatasetParameterDefaultValuesOutputTypeDef(TypedDict):
    StaticValues: NotRequired[List[float]],

DecimalDatasetParameterDefaultValuesTypeDef#

# DecimalDatasetParameterDefaultValuesTypeDef definition

class DecimalDatasetParameterDefaultValuesTypeDef(TypedDict):
    StaticValues: NotRequired[Sequence[float]],

DecimalValueWhenUnsetConfigurationTypeDef#

# DecimalValueWhenUnsetConfigurationTypeDef definition

class DecimalValueWhenUnsetConfigurationTypeDef(TypedDict):
    ValueWhenUnsetOption: NotRequired[ValueWhenUnsetOptionType],  # (1)
    CustomValue: NotRequired[float],
  1. See ValueWhenUnsetOptionType

DecimalParameterOutputTypeDef#

# DecimalParameterOutputTypeDef definition

class DecimalParameterOutputTypeDef(TypedDict):
    Name: str,
    Values: List[float],

DecimalParameterTypeDef#

# DecimalParameterTypeDef definition

class DecimalParameterTypeDef(TypedDict):
    Name: str,
    Values: Sequence[float],

FilterSelectableValuesOutputTypeDef#

# FilterSelectableValuesOutputTypeDef definition

class FilterSelectableValuesOutputTypeDef(TypedDict):
    Values: NotRequired[List[str]],

DeleteAccountCustomizationRequestRequestTypeDef#

# DeleteAccountCustomizationRequestRequestTypeDef definition

class DeleteAccountCustomizationRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: NotRequired[str],

DeleteAccountSubscriptionRequestRequestTypeDef#

# DeleteAccountSubscriptionRequestRequestTypeDef definition

class DeleteAccountSubscriptionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,

DeleteAnalysisRequestRequestTypeDef#

# DeleteAnalysisRequestRequestTypeDef definition

class DeleteAnalysisRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,
    RecoveryWindowInDays: NotRequired[int],
    ForceDeleteWithoutRecovery: NotRequired[bool],

DeleteBrandAssignmentRequestRequestTypeDef#

# DeleteBrandAssignmentRequestRequestTypeDef definition

class DeleteBrandAssignmentRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,

DeleteBrandRequestRequestTypeDef#

# DeleteBrandRequestRequestTypeDef definition

class DeleteBrandRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    BrandId: str,

DeleteCustomPermissionsRequestRequestTypeDef#

# DeleteCustomPermissionsRequestRequestTypeDef definition

class DeleteCustomPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    CustomPermissionsName: str,

DeleteDashboardRequestRequestTypeDef#

# DeleteDashboardRequestRequestTypeDef definition

class DeleteDashboardRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    VersionNumber: NotRequired[int],

DeleteDataSetRefreshPropertiesRequestRequestTypeDef#

# DeleteDataSetRefreshPropertiesRequestRequestTypeDef definition

class DeleteDataSetRefreshPropertiesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,

DeleteDataSetRequestRequestTypeDef#

# DeleteDataSetRequestRequestTypeDef definition

class DeleteDataSetRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,

DeleteDataSourceRequestRequestTypeDef#

# DeleteDataSourceRequestRequestTypeDef definition

class DeleteDataSourceRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSourceId: str,

DeleteFolderMembershipRequestRequestTypeDef#

# DeleteFolderMembershipRequestRequestTypeDef definition

class DeleteFolderMembershipRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    MemberId: str,
    MemberType: MemberTypeType,  # (1)
  1. See MemberTypeType

DeleteFolderRequestRequestTypeDef#

# DeleteFolderRequestRequestTypeDef definition

class DeleteFolderRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,

DeleteGroupMembershipRequestRequestTypeDef#

# DeleteGroupMembershipRequestRequestTypeDef definition

class DeleteGroupMembershipRequestRequestTypeDef(TypedDict):
    MemberName: str,
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,

DeleteGroupRequestRequestTypeDef#

# DeleteGroupRequestRequestTypeDef definition

class DeleteGroupRequestRequestTypeDef(TypedDict):
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,

DeleteIAMPolicyAssignmentRequestRequestTypeDef#

# DeleteIAMPolicyAssignmentRequestRequestTypeDef definition

class DeleteIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssignmentName: str,
    Namespace: str,

DeleteIdentityPropagationConfigRequestRequestTypeDef#

# DeleteIdentityPropagationConfigRequestRequestTypeDef definition

class DeleteIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Service: ServiceTypeType,  # (1)
  1. See ServiceTypeType

DeleteNamespaceRequestRequestTypeDef#

# DeleteNamespaceRequestRequestTypeDef definition

class DeleteNamespaceRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,

DeleteRefreshScheduleRequestRequestTypeDef#

# DeleteRefreshScheduleRequestRequestTypeDef definition

class DeleteRefreshScheduleRequestRequestTypeDef(TypedDict):
    DataSetId: str,
    AwsAccountId: str,
    ScheduleId: str,

DeleteRoleCustomPermissionRequestRequestTypeDef#

# DeleteRoleCustomPermissionRequestRequestTypeDef definition

class DeleteRoleCustomPermissionRequestRequestTypeDef(TypedDict):
    Role: RoleType,  # (1)
    AwsAccountId: str,
    Namespace: str,
  1. See RoleType

DeleteRoleMembershipRequestRequestTypeDef#

# DeleteRoleMembershipRequestRequestTypeDef definition

class DeleteRoleMembershipRequestRequestTypeDef(TypedDict):
    MemberName: str,
    Role: RoleType,  # (1)
    AwsAccountId: str,
    Namespace: str,
  1. See RoleType

DeleteTemplateAliasRequestRequestTypeDef#

# DeleteTemplateAliasRequestRequestTypeDef definition

class DeleteTemplateAliasRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    AliasName: str,

DeleteTemplateRequestRequestTypeDef#

# DeleteTemplateRequestRequestTypeDef definition

class DeleteTemplateRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    VersionNumber: NotRequired[int],

DeleteThemeAliasRequestRequestTypeDef#

# DeleteThemeAliasRequestRequestTypeDef definition

class DeleteThemeAliasRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    AliasName: str,

DeleteThemeRequestRequestTypeDef#

# DeleteThemeRequestRequestTypeDef definition

class DeleteThemeRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    VersionNumber: NotRequired[int],

DeleteTopicRefreshScheduleRequestRequestTypeDef#

# DeleteTopicRefreshScheduleRequestRequestTypeDef definition

class DeleteTopicRefreshScheduleRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    DatasetId: str,

DeleteTopicRequestRequestTypeDef#

# DeleteTopicRequestRequestTypeDef definition

class DeleteTopicRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,

DeleteUserByPrincipalIdRequestRequestTypeDef#

# DeleteUserByPrincipalIdRequestRequestTypeDef definition

class DeleteUserByPrincipalIdRequestRequestTypeDef(TypedDict):
    PrincipalId: str,
    AwsAccountId: str,
    Namespace: str,

DeleteUserCustomPermissionRequestRequestTypeDef#

# DeleteUserCustomPermissionRequestRequestTypeDef definition

class DeleteUserCustomPermissionRequestRequestTypeDef(TypedDict):
    UserName: str,
    AwsAccountId: str,
    Namespace: str,

DeleteUserRequestRequestTypeDef#

# DeleteUserRequestRequestTypeDef definition

class DeleteUserRequestRequestTypeDef(TypedDict):
    UserName: str,
    AwsAccountId: str,
    Namespace: str,

DeleteVPCConnectionRequestRequestTypeDef#

# DeleteVPCConnectionRequestRequestTypeDef definition

class DeleteVPCConnectionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    VPCConnectionId: str,

DescribeAccountCustomizationRequestRequestTypeDef#

# DescribeAccountCustomizationRequestRequestTypeDef definition

class DescribeAccountCustomizationRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: NotRequired[str],
    Resolved: NotRequired[bool],

DescribeAccountSettingsRequestRequestTypeDef#

# DescribeAccountSettingsRequestRequestTypeDef definition

class DescribeAccountSettingsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeAccountSubscriptionRequestRequestTypeDef#

# DescribeAccountSubscriptionRequestRequestTypeDef definition

class DescribeAccountSubscriptionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeAnalysisDefinitionRequestRequestTypeDef#

# DescribeAnalysisDefinitionRequestRequestTypeDef definition

class DescribeAnalysisDefinitionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,

DescribeAnalysisPermissionsRequestRequestTypeDef#

# DescribeAnalysisPermissionsRequestRequestTypeDef definition

class DescribeAnalysisPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,

ResourcePermissionOutputTypeDef#

# ResourcePermissionOutputTypeDef definition

class ResourcePermissionOutputTypeDef(TypedDict):
    Principal: str,
    Actions: List[str],

DescribeAnalysisRequestRequestTypeDef#

# DescribeAnalysisRequestRequestTypeDef definition

class DescribeAnalysisRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,

DescribeAssetBundleExportJobRequestRequestTypeDef#

# DescribeAssetBundleExportJobRequestRequestTypeDef definition

class DescribeAssetBundleExportJobRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssetBundleExportJobId: str,

DescribeAssetBundleImportJobRequestRequestTypeDef#

# DescribeAssetBundleImportJobRequestRequestTypeDef definition

class DescribeAssetBundleImportJobRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssetBundleImportJobId: str,

DescribeBrandAssignmentRequestRequestTypeDef#

# DescribeBrandAssignmentRequestRequestTypeDef definition

class DescribeBrandAssignmentRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeBrandPublishedVersionRequestRequestTypeDef#

# DescribeBrandPublishedVersionRequestRequestTypeDef definition

class DescribeBrandPublishedVersionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    BrandId: str,

DescribeBrandRequestRequestTypeDef#

# DescribeBrandRequestRequestTypeDef definition

class DescribeBrandRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    BrandId: str,
    VersionId: NotRequired[str],

DescribeCustomPermissionsRequestRequestTypeDef#

# DescribeCustomPermissionsRequestRequestTypeDef definition

class DescribeCustomPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    CustomPermissionsName: str,

DescribeDashboardDefinitionRequestRequestTypeDef#

# DescribeDashboardDefinitionRequestRequestTypeDef definition

class DescribeDashboardDefinitionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    VersionNumber: NotRequired[int],
    AliasName: NotRequired[str],

DescribeDashboardPermissionsRequestRequestTypeDef#

# DescribeDashboardPermissionsRequestRequestTypeDef definition

class DescribeDashboardPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,

DescribeDashboardRequestRequestTypeDef#

# DescribeDashboardRequestRequestTypeDef definition

class DescribeDashboardRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    VersionNumber: NotRequired[int],
    AliasName: NotRequired[str],

DescribeDashboardSnapshotJobRequestRequestTypeDef#

# DescribeDashboardSnapshotJobRequestRequestTypeDef definition

class DescribeDashboardSnapshotJobRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    SnapshotJobId: str,

DescribeDashboardSnapshotJobResultRequestRequestTypeDef#

# DescribeDashboardSnapshotJobResultRequestRequestTypeDef definition

class DescribeDashboardSnapshotJobResultRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    SnapshotJobId: str,

SnapshotJobErrorInfoTypeDef#

# SnapshotJobErrorInfoTypeDef definition

class SnapshotJobErrorInfoTypeDef(TypedDict):
    ErrorMessage: NotRequired[str],
    ErrorType: NotRequired[str],

DescribeDataSetPermissionsRequestRequestTypeDef#

# DescribeDataSetPermissionsRequestRequestTypeDef definition

class DescribeDataSetPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,

DescribeDataSetRefreshPropertiesRequestRequestTypeDef#

# DescribeDataSetRefreshPropertiesRequestRequestTypeDef definition

class DescribeDataSetRefreshPropertiesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,

DescribeDataSetRequestRequestTypeDef#

# DescribeDataSetRequestRequestTypeDef definition

class DescribeDataSetRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,

DescribeDataSourcePermissionsRequestRequestTypeDef#

# DescribeDataSourcePermissionsRequestRequestTypeDef definition

class DescribeDataSourcePermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSourceId: str,

DescribeDataSourceRequestRequestTypeDef#

# DescribeDataSourceRequestRequestTypeDef definition

class DescribeDataSourceRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSourceId: str,

PaginatorConfigTypeDef#

# PaginatorConfigTypeDef definition

class PaginatorConfigTypeDef(TypedDict):
    MaxItems: NotRequired[int],
    PageSize: NotRequired[int],
    StartingToken: NotRequired[str],

DescribeFolderPermissionsRequestRequestTypeDef#

# DescribeFolderPermissionsRequestRequestTypeDef definition

class DescribeFolderPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    Namespace: NotRequired[str],
    MaxResults: NotRequired[int],
    NextToken: NotRequired[str],

DescribeFolderRequestRequestTypeDef#

# DescribeFolderRequestRequestTypeDef definition

class DescribeFolderRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,

DescribeFolderResolvedPermissionsRequestRequestTypeDef#

# DescribeFolderResolvedPermissionsRequestRequestTypeDef definition

class DescribeFolderResolvedPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    Namespace: NotRequired[str],
    MaxResults: NotRequired[int],
    NextToken: NotRequired[str],

FolderTypeDef#

# FolderTypeDef definition

class FolderTypeDef(TypedDict):
    FolderId: NotRequired[str],
    Arn: NotRequired[str],
    Name: NotRequired[str],
    FolderType: NotRequired[FolderTypeType],  # (1)
    FolderPath: NotRequired[List[str]],
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    SharingModel: NotRequired[SharingModelType],  # (2)
  1. See FolderTypeType
  2. See SharingModelType

DescribeGroupMembershipRequestRequestTypeDef#

# DescribeGroupMembershipRequestRequestTypeDef definition

class DescribeGroupMembershipRequestRequestTypeDef(TypedDict):
    MemberName: str,
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,

DescribeGroupRequestRequestTypeDef#

# DescribeGroupRequestRequestTypeDef definition

class DescribeGroupRequestRequestTypeDef(TypedDict):
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,

DescribeIAMPolicyAssignmentRequestRequestTypeDef#

# DescribeIAMPolicyAssignmentRequestRequestTypeDef definition

class DescribeIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssignmentName: str,
    Namespace: str,

IAMPolicyAssignmentTypeDef#

# IAMPolicyAssignmentTypeDef definition

class IAMPolicyAssignmentTypeDef(TypedDict):
    AwsAccountId: NotRequired[str],
    AssignmentId: NotRequired[str],
    AssignmentName: NotRequired[str],
    PolicyArn: NotRequired[str],
    Identities: NotRequired[Dict[str, List[str]]],
    AssignmentStatus: NotRequired[AssignmentStatusType],  # (1)
  1. See AssignmentStatusType

DescribeIngestionRequestRequestTypeDef#

# DescribeIngestionRequestRequestTypeDef definition

class DescribeIngestionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,
    IngestionId: str,

DescribeIpRestrictionRequestRequestTypeDef#

# DescribeIpRestrictionRequestRequestTypeDef definition

class DescribeIpRestrictionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeKeyRegistrationRequestRequestTypeDef#

# DescribeKeyRegistrationRequestRequestTypeDef definition

class DescribeKeyRegistrationRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DefaultKeyOnly: NotRequired[bool],

RegisteredCustomerManagedKeyTypeDef#

# RegisteredCustomerManagedKeyTypeDef definition

class RegisteredCustomerManagedKeyTypeDef(TypedDict):
    KeyArn: NotRequired[str],
    DefaultKey: NotRequired[bool],

DescribeNamespaceRequestRequestTypeDef#

# DescribeNamespaceRequestRequestTypeDef definition

class DescribeNamespaceRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,

DescribeQPersonalizationConfigurationRequestRequestTypeDef#

# DescribeQPersonalizationConfigurationRequestRequestTypeDef definition

class DescribeQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeRefreshScheduleRequestRequestTypeDef#

# DescribeRefreshScheduleRequestRequestTypeDef definition

class DescribeRefreshScheduleRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,
    ScheduleId: str,

DescribeRoleCustomPermissionRequestRequestTypeDef#

# DescribeRoleCustomPermissionRequestRequestTypeDef definition

class DescribeRoleCustomPermissionRequestRequestTypeDef(TypedDict):
    Role: RoleType,  # (1)
    AwsAccountId: str,
    Namespace: str,
  1. See RoleType

DescribeTemplateAliasRequestRequestTypeDef#

# DescribeTemplateAliasRequestRequestTypeDef definition

class DescribeTemplateAliasRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    AliasName: str,

DescribeTemplateDefinitionRequestRequestTypeDef#

# DescribeTemplateDefinitionRequestRequestTypeDef definition

class DescribeTemplateDefinitionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    VersionNumber: NotRequired[int],
    AliasName: NotRequired[str],

DescribeTemplatePermissionsRequestRequestTypeDef#

# DescribeTemplatePermissionsRequestRequestTypeDef definition

class DescribeTemplatePermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,

DescribeTemplateRequestRequestTypeDef#

# DescribeTemplateRequestRequestTypeDef definition

class DescribeTemplateRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    VersionNumber: NotRequired[int],
    AliasName: NotRequired[str],

DescribeThemeAliasRequestRequestTypeDef#

# DescribeThemeAliasRequestRequestTypeDef definition

class DescribeThemeAliasRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    AliasName: str,

DescribeThemePermissionsRequestRequestTypeDef#

# DescribeThemePermissionsRequestRequestTypeDef definition

class DescribeThemePermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,

DescribeThemeRequestRequestTypeDef#

# DescribeThemeRequestRequestTypeDef definition

class DescribeThemeRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    VersionNumber: NotRequired[int],
    AliasName: NotRequired[str],

DescribeTopicPermissionsRequestRequestTypeDef#

# DescribeTopicPermissionsRequestRequestTypeDef definition

class DescribeTopicPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,

DescribeTopicRefreshRequestRequestTypeDef#

# DescribeTopicRefreshRequestRequestTypeDef definition

class DescribeTopicRefreshRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    RefreshId: str,

TopicRefreshDetailsTypeDef#

# TopicRefreshDetailsTypeDef definition

class TopicRefreshDetailsTypeDef(TypedDict):
    RefreshArn: NotRequired[str],
    RefreshId: NotRequired[str],
    RefreshStatus: NotRequired[TopicRefreshStatusType],  # (1)
  1. See TopicRefreshStatusType

DescribeTopicRefreshScheduleRequestRequestTypeDef#

# DescribeTopicRefreshScheduleRequestRequestTypeDef definition

class DescribeTopicRefreshScheduleRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    DatasetId: str,

TopicRefreshScheduleOutputTypeDef#

# TopicRefreshScheduleOutputTypeDef definition

class TopicRefreshScheduleOutputTypeDef(TypedDict):
    IsEnabled: bool,
    BasedOnSpiceSchedule: bool,
    StartingAt: NotRequired[datetime],
    Timezone: NotRequired[str],
    RepeatAt: NotRequired[str],
    TopicScheduleType: NotRequired[TopicScheduleTypeType],  # (1)
  1. See TopicScheduleTypeType

DescribeTopicRequestRequestTypeDef#

# DescribeTopicRequestRequestTypeDef definition

class DescribeTopicRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,

DescribeUserRequestRequestTypeDef#

# DescribeUserRequestRequestTypeDef definition

class DescribeUserRequestRequestTypeDef(TypedDict):
    UserName: str,
    AwsAccountId: str,
    Namespace: str,

UserTypeDef#

# UserTypeDef definition

class UserTypeDef(TypedDict):
    Arn: NotRequired[str],
    UserName: NotRequired[str],
    Email: NotRequired[str],
    Role: NotRequired[UserRoleType],  # (1)
    IdentityType: NotRequired[IdentityTypeType],  # (2)
    Active: NotRequired[bool],
    PrincipalId: NotRequired[str],
    CustomPermissionsName: NotRequired[str],
    ExternalLoginFederationProviderType: NotRequired[str],
    ExternalLoginFederationProviderUrl: NotRequired[str],
    ExternalLoginId: NotRequired[str],
  1. See UserRoleType
  2. See IdentityTypeType

DescribeVPCConnectionRequestRequestTypeDef#

# DescribeVPCConnectionRequestRequestTypeDef definition

class DescribeVPCConnectionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    VPCConnectionId: str,

NegativeFormatTypeDef#

# NegativeFormatTypeDef definition

class NegativeFormatTypeDef(TypedDict):
    Prefix: NotRequired[str],
    Suffix: NotRequired[str],

DonutCenterOptionsTypeDef#

# DonutCenterOptionsTypeDef definition

class DonutCenterOptionsTypeDef(TypedDict):
    LabelVisibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

ListControlSelectAllOptionsTypeDef#

# ListControlSelectAllOptionsTypeDef definition

class ListControlSelectAllOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

ErrorInfoTypeDef#

# ErrorInfoTypeDef definition

class ErrorInfoTypeDef(TypedDict):
    Type: NotRequired[IngestionErrorTypeType],  # (1)
    Message: NotRequired[str],
  1. See IngestionErrorTypeType

ExcludePeriodConfigurationTypeDef#

# ExcludePeriodConfigurationTypeDef definition

class ExcludePeriodConfigurationTypeDef(TypedDict):
    Amount: int,
    Granularity: TimeGranularityType,  # (1)
    Status: NotRequired[WidgetStatusType],  # (2)
  1. See TimeGranularityType
  2. See WidgetStatusType

FailedKeyRegistrationEntryTypeDef#

# FailedKeyRegistrationEntryTypeDef definition

class FailedKeyRegistrationEntryTypeDef(TypedDict):
    Message: str,
    StatusCode: int,
    SenderFault: bool,
    KeyArn: NotRequired[str],

FieldFolderTypeDef#

# FieldFolderTypeDef definition

class FieldFolderTypeDef(TypedDict):
    description: NotRequired[str],
    columns: NotRequired[Sequence[str]],

FieldSortTypeDef#

# FieldSortTypeDef definition

class FieldSortTypeDef(TypedDict):
    FieldId: str,
    Direction: SortDirectionType,  # (1)
  1. See SortDirectionType

FieldTooltipItemTypeDef#

# FieldTooltipItemTypeDef definition

class FieldTooltipItemTypeDef(TypedDict):
    FieldId: str,
    Label: NotRequired[str],
    Visibility: NotRequired[VisibilityType],  # (1)
    TooltipTarget: NotRequired[TooltipTargetType],  # (2)
  1. See VisibilityType
  2. See TooltipTargetType

GeospatialMapStyleOptionsTypeDef#

# GeospatialMapStyleOptionsTypeDef definition

class GeospatialMapStyleOptionsTypeDef(TypedDict):
    BaseMapStyle: NotRequired[BaseMapStyleTypeType],  # (1)
  1. See BaseMapStyleTypeType

IdentifierTypeDef#

# IdentifierTypeDef definition

class IdentifierTypeDef(TypedDict):
    Identity: str,

FilterListConfigurationTypeDef#

# FilterListConfigurationTypeDef definition

class FilterListConfigurationTypeDef(TypedDict):
    MatchOperator: CategoryFilterMatchOperatorType,  # (1)
    CategoryValues: NotRequired[Sequence[str]],
    SelectAllOptions: NotRequired[CategoryFilterSelectAllOptionsType],  # (2)
    NullOption: NotRequired[FilterNullOptionType],  # (3)
  1. See CategoryFilterMatchOperatorType
  2. See CategoryFilterSelectAllOptionsType
  3. See FilterNullOptionType

SameSheetTargetVisualConfigurationOutputTypeDef#

# SameSheetTargetVisualConfigurationOutputTypeDef definition

class SameSheetTargetVisualConfigurationOutputTypeDef(TypedDict):
    TargetVisuals: NotRequired[List[str]],
    TargetVisualOptions: NotRequired[TargetVisualOptionsType],  # (1)
  1. See TargetVisualOptionsType

FilterOperationTypeDef#

# FilterOperationTypeDef definition

class FilterOperationTypeDef(TypedDict):
    ConditionExpression: str,

FilterSelectableValuesTypeDef#

# FilterSelectableValuesTypeDef definition

class FilterSelectableValuesTypeDef(TypedDict):
    Values: NotRequired[Sequence[str]],

FolderSearchFilterTypeDef#

# FolderSearchFilterTypeDef definition

class FolderSearchFilterTypeDef(TypedDict):
    Operator: NotRequired[FilterOperatorType],  # (1)
    Name: NotRequired[FolderFilterAttributeType],  # (2)
    Value: NotRequired[str],
  1. See FilterOperatorType
  2. See FolderFilterAttributeType

FolderSummaryTypeDef#

# FolderSummaryTypeDef definition

class FolderSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    FolderId: NotRequired[str],
    Name: NotRequired[str],
    FolderType: NotRequired[FolderTypeType],  # (1)
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    SharingModel: NotRequired[SharingModelType],  # (2)
  1. See FolderTypeType
  2. See SharingModelType

FontSizeTypeDef#

# FontSizeTypeDef definition

class FontSizeTypeDef(TypedDict):
    Relative: NotRequired[RelativeFontSizeType],  # (1)
  1. See RelativeFontSizeType

FontWeightTypeDef#

# FontWeightTypeDef definition

class FontWeightTypeDef(TypedDict):
    Name: NotRequired[FontWeightNameType],  # (1)
  1. See FontWeightNameType

FontTypeDef#

# FontTypeDef definition

class FontTypeDef(TypedDict):
    FontFamily: NotRequired[str],

TimeBasedForecastPropertiesTypeDef#

# TimeBasedForecastPropertiesTypeDef definition

class TimeBasedForecastPropertiesTypeDef(TypedDict):
    PeriodsForward: NotRequired[int],
    PeriodsBackward: NotRequired[int],
    UpperBoundary: NotRequired[float],
    LowerBoundary: NotRequired[float],
    PredictionInterval: NotRequired[int],
    Seasonality: NotRequired[int],

WhatIfPointScenarioOutputTypeDef#

# WhatIfPointScenarioOutputTypeDef definition

class WhatIfPointScenarioOutputTypeDef(TypedDict):
    Date: datetime,
    Value: float,

WhatIfRangeScenarioOutputTypeDef#

# WhatIfRangeScenarioOutputTypeDef definition

class WhatIfRangeScenarioOutputTypeDef(TypedDict):
    StartDate: datetime,
    EndDate: datetime,
    Value: float,

FreeFormLayoutScreenCanvasSizeOptionsTypeDef#

# FreeFormLayoutScreenCanvasSizeOptionsTypeDef definition

class FreeFormLayoutScreenCanvasSizeOptionsTypeDef(TypedDict):
    OptimizedViewPortWidth: str,

FreeFormLayoutElementBackgroundStyleTypeDef#

# FreeFormLayoutElementBackgroundStyleTypeDef definition

class FreeFormLayoutElementBackgroundStyleTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    Color: NotRequired[str],
  1. See VisibilityType

FreeFormLayoutElementBorderStyleTypeDef#

# FreeFormLayoutElementBorderStyleTypeDef definition

class FreeFormLayoutElementBorderStyleTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    Color: NotRequired[str],
  1. See VisibilityType

LoadingAnimationTypeDef#

# LoadingAnimationTypeDef definition

class LoadingAnimationTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

GaugeChartColorConfigurationTypeDef#

# GaugeChartColorConfigurationTypeDef definition

class GaugeChartColorConfigurationTypeDef(TypedDict):
    ForegroundColor: NotRequired[str],
    BackgroundColor: NotRequired[str],

SessionTagTypeDef#

# SessionTagTypeDef definition

class SessionTagTypeDef(TypedDict):
    Key: str,
    Value: str,

GeoSpatialColumnGroupTypeDef#

# GeoSpatialColumnGroupTypeDef definition

class GeoSpatialColumnGroupTypeDef(TypedDict):
    Name: str,
    Columns: Sequence[str],
    CountryCode: NotRequired[GeoSpatialCountryCodeType],  # (1)
  1. See GeoSpatialCountryCodeType

GeospatialCoordinateBoundsTypeDef#

# GeospatialCoordinateBoundsTypeDef definition

class GeospatialCoordinateBoundsTypeDef(TypedDict):
    North: float,
    South: float,
    West: float,
    East: float,

GeospatialHeatmapDataColorTypeDef#

# GeospatialHeatmapDataColorTypeDef definition

class GeospatialHeatmapDataColorTypeDef(TypedDict):
    Color: str,

GetDashboardEmbedUrlRequestRequestTypeDef#

# GetDashboardEmbedUrlRequestRequestTypeDef definition

class GetDashboardEmbedUrlRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    IdentityType: EmbeddingIdentityTypeType,  # (1)
    SessionLifetimeInMinutes: NotRequired[int],
    UndoRedoDisabled: NotRequired[bool],
    ResetDisabled: NotRequired[bool],
    StatePersistenceEnabled: NotRequired[bool],
    UserArn: NotRequired[str],
    Namespace: NotRequired[str],
    AdditionalDashboardIds: NotRequired[Sequence[str]],
  1. See EmbeddingIdentityTypeType

GetSessionEmbedUrlRequestRequestTypeDef#

# GetSessionEmbedUrlRequestRequestTypeDef definition

class GetSessionEmbedUrlRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    EntryPoint: NotRequired[str],
    SessionLifetimeInMinutes: NotRequired[int],
    UserArn: NotRequired[str],

TableBorderOptionsTypeDef#

# TableBorderOptionsTypeDef definition

class TableBorderOptionsTypeDef(TypedDict):
    Color: NotRequired[str],
    Thickness: NotRequired[int],
    Style: NotRequired[TableBorderStyleType],  # (1)
  1. See TableBorderStyleType

GradientStopTypeDef#

# GradientStopTypeDef definition

class GradientStopTypeDef(TypedDict):
    GradientOffset: float,
    DataValue: NotRequired[float],
    Color: NotRequired[str],

GridLayoutScreenCanvasSizeOptionsTypeDef#

# GridLayoutScreenCanvasSizeOptionsTypeDef definition

class GridLayoutScreenCanvasSizeOptionsTypeDef(TypedDict):
    ResizeOption: ResizeOptionType,  # (1)
    OptimizedViewPortWidth: NotRequired[str],
  1. See ResizeOptionType

GridLayoutElementTypeDef#

# GridLayoutElementTypeDef definition

class GridLayoutElementTypeDef(TypedDict):
    ElementId: str,
    ElementType: LayoutElementTypeType,  # (1)
    ColumnSpan: int,
    RowSpan: int,
    ColumnIndex: NotRequired[int],
    RowIndex: NotRequired[int],
  1. See LayoutElementTypeType

GroupSearchFilterTypeDef#

# GroupSearchFilterTypeDef definition

class GroupSearchFilterTypeDef(TypedDict):
    Operator: GroupFilterOperatorType,  # (1)
    Name: GroupFilterAttributeType,  # (2)
    Value: str,
  1. See GroupFilterOperatorType
  2. See GroupFilterAttributeType

GutterStyleTypeDef#

# GutterStyleTypeDef definition

class GutterStyleTypeDef(TypedDict):
    Show: NotRequired[bool],

IAMPolicyAssignmentSummaryTypeDef#

# IAMPolicyAssignmentSummaryTypeDef definition

class IAMPolicyAssignmentSummaryTypeDef(TypedDict):
    AssignmentName: NotRequired[str],
    AssignmentStatus: NotRequired[AssignmentStatusType],  # (1)
  1. See AssignmentStatusType

IdentityCenterConfigurationTypeDef#

# IdentityCenterConfigurationTypeDef definition

class IdentityCenterConfigurationTypeDef(TypedDict):
    EnableIdentityPropagation: NotRequired[bool],

ImageSourceTypeDef#

# ImageSourceTypeDef definition

class ImageSourceTypeDef(TypedDict):
    PublicUrl: NotRequired[str],
    S3Uri: NotRequired[str],

LookbackWindowTypeDef#

# LookbackWindowTypeDef definition

class LookbackWindowTypeDef(TypedDict):
    ColumnName: str,
    Size: int,
    SizeUnit: LookbackWindowSizeUnitType,  # (1)
  1. See LookbackWindowSizeUnitType

QueueInfoTypeDef#

# QueueInfoTypeDef definition

class QueueInfoTypeDef(TypedDict):
    WaitingOnIngestion: str,
    QueuedIngestion: str,

RowInfoTypeDef#

# RowInfoTypeDef definition

class RowInfoTypeDef(TypedDict):
    RowsIngested: NotRequired[int],
    RowsDropped: NotRequired[int],
    TotalRowsInDataset: NotRequired[int],

IntegerDatasetParameterDefaultValuesOutputTypeDef#

# IntegerDatasetParameterDefaultValuesOutputTypeDef definition

class IntegerDatasetParameterDefaultValuesOutputTypeDef(TypedDict):
    StaticValues: NotRequired[List[int]],

IntegerDatasetParameterDefaultValuesTypeDef#

# IntegerDatasetParameterDefaultValuesTypeDef definition

class IntegerDatasetParameterDefaultValuesTypeDef(TypedDict):
    StaticValues: NotRequired[Sequence[int]],

IntegerValueWhenUnsetConfigurationTypeDef#

# IntegerValueWhenUnsetConfigurationTypeDef definition

class IntegerValueWhenUnsetConfigurationTypeDef(TypedDict):
    ValueWhenUnsetOption: NotRequired[ValueWhenUnsetOptionType],  # (1)
    CustomValue: NotRequired[int],
  1. See ValueWhenUnsetOptionType

IntegerParameterOutputTypeDef#

# IntegerParameterOutputTypeDef definition

class IntegerParameterOutputTypeDef(TypedDict):
    Name: str,
    Values: List[int],

IntegerParameterTypeDef#

# IntegerParameterTypeDef definition

class IntegerParameterTypeDef(TypedDict):
    Name: str,
    Values: Sequence[int],

JoinKeyPropertiesTypeDef#

# JoinKeyPropertiesTypeDef definition

class JoinKeyPropertiesTypeDef(TypedDict):
    UniqueKey: NotRequired[bool],

KPISparklineOptionsTypeDef#

# KPISparklineOptionsTypeDef definition

class KPISparklineOptionsTypeDef(TypedDict):
    Type: KPISparklineTypeType,  # (2)
    Visibility: NotRequired[VisibilityType],  # (1)
    Color: NotRequired[str],
    TooltipVisibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType
  2. See KPISparklineTypeType
  3. See VisibilityType

ProgressBarOptionsTypeDef#

# ProgressBarOptionsTypeDef definition

class ProgressBarOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

SecondaryValueOptionsTypeDef#

# SecondaryValueOptionsTypeDef definition

class SecondaryValueOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

TrendArrowOptionsTypeDef#

# TrendArrowOptionsTypeDef definition

class TrendArrowOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

KPIVisualStandardLayoutTypeDef#

# KPIVisualStandardLayoutTypeDef definition

class KPIVisualStandardLayoutTypeDef(TypedDict):
    Type: KPIVisualStandardLayoutTypeType,  # (1)
  1. See KPIVisualStandardLayoutTypeType

LineChartLineStyleSettingsTypeDef#

# LineChartLineStyleSettingsTypeDef definition

class LineChartLineStyleSettingsTypeDef(TypedDict):
    LineVisibility: NotRequired[VisibilityType],  # (1)
    LineInterpolation: NotRequired[LineInterpolationType],  # (2)
    LineStyle: NotRequired[LineChartLineStyleType],  # (3)
    LineWidth: NotRequired[str],
  1. See VisibilityType
  2. See LineInterpolationType
  3. See LineChartLineStyleType

LineChartMarkerStyleSettingsTypeDef#

# LineChartMarkerStyleSettingsTypeDef definition

class LineChartMarkerStyleSettingsTypeDef(TypedDict):
    MarkerVisibility: NotRequired[VisibilityType],  # (1)
    MarkerShape: NotRequired[LineChartMarkerShapeType],  # (2)
    MarkerSize: NotRequired[str],
    MarkerColor: NotRequired[str],
  1. See VisibilityType
  2. See LineChartMarkerShapeType

MissingDataConfigurationTypeDef#

# MissingDataConfigurationTypeDef definition

class MissingDataConfigurationTypeDef(TypedDict):
    TreatmentOption: NotRequired[MissingDataTreatmentOptionType],  # (1)
  1. See MissingDataTreatmentOptionType

ListAnalysesRequestRequestTypeDef#

# ListAnalysesRequestRequestTypeDef definition

class ListAnalysesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListAssetBundleExportJobsRequestRequestTypeDef#

# ListAssetBundleExportJobsRequestRequestTypeDef definition

class ListAssetBundleExportJobsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListAssetBundleImportJobsRequestRequestTypeDef#

# ListAssetBundleImportJobsRequestRequestTypeDef definition

class ListAssetBundleImportJobsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListBrandsRequestRequestTypeDef#

# ListBrandsRequestRequestTypeDef definition

class ListBrandsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    MaxResults: NotRequired[int],
    NextToken: NotRequired[str],

ListControlSearchOptionsTypeDef#

# ListControlSearchOptionsTypeDef definition

class ListControlSearchOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

ListCustomPermissionsRequestRequestTypeDef#

# ListCustomPermissionsRequestRequestTypeDef definition

class ListCustomPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    MaxResults: NotRequired[int],
    NextToken: NotRequired[str],

ListDashboardVersionsRequestRequestTypeDef#

# ListDashboardVersionsRequestRequestTypeDef definition

class ListDashboardVersionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListDashboardsRequestRequestTypeDef#

# ListDashboardsRequestRequestTypeDef definition

class ListDashboardsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListDataSetsRequestRequestTypeDef#

# ListDataSetsRequestRequestTypeDef definition

class ListDataSetsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListDataSourcesRequestRequestTypeDef#

# ListDataSourcesRequestRequestTypeDef definition

class ListDataSourcesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListFolderMembersRequestRequestTypeDef#

# ListFolderMembersRequestRequestTypeDef definition

class ListFolderMembersRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

MemberIdArnPairTypeDef#

# MemberIdArnPairTypeDef definition

class MemberIdArnPairTypeDef(TypedDict):
    MemberId: NotRequired[str],
    MemberArn: NotRequired[str],

ListFoldersForResourceRequestRequestTypeDef#

# ListFoldersForResourceRequestRequestTypeDef definition

class ListFoldersForResourceRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ResourceArn: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListFoldersRequestRequestTypeDef#

# ListFoldersRequestRequestTypeDef definition

class ListFoldersRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListGroupMembershipsRequestRequestTypeDef#

# ListGroupMembershipsRequestRequestTypeDef definition

class ListGroupMembershipsRequestRequestTypeDef(TypedDict):
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListGroupsRequestRequestTypeDef#

# ListGroupsRequestRequestTypeDef definition

class ListGroupsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListIAMPolicyAssignmentsForUserRequestRequestTypeDef#

# ListIAMPolicyAssignmentsForUserRequestRequestTypeDef definition

class ListIAMPolicyAssignmentsForUserRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    UserName: str,
    Namespace: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListIAMPolicyAssignmentsRequestRequestTypeDef#

# ListIAMPolicyAssignmentsRequestRequestTypeDef definition

class ListIAMPolicyAssignmentsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    AssignmentStatus: NotRequired[AssignmentStatusType],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See AssignmentStatusType

ListIdentityPropagationConfigsRequestRequestTypeDef#

# ListIdentityPropagationConfigsRequestRequestTypeDef definition

class ListIdentityPropagationConfigsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    MaxResults: NotRequired[int],
    NextToken: NotRequired[str],

ListIngestionsRequestRequestTypeDef#

# ListIngestionsRequestRequestTypeDef definition

class ListIngestionsRequestRequestTypeDef(TypedDict):
    DataSetId: str,
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListNamespacesRequestRequestTypeDef#

# ListNamespacesRequestRequestTypeDef definition

class ListNamespacesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListRefreshSchedulesRequestRequestTypeDef#

# ListRefreshSchedulesRequestRequestTypeDef definition

class ListRefreshSchedulesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,

ListRoleMembershipsRequestRequestTypeDef#

# ListRoleMembershipsRequestRequestTypeDef definition

class ListRoleMembershipsRequestRequestTypeDef(TypedDict):
    Role: RoleType,  # (1)
    AwsAccountId: str,
    Namespace: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See RoleType

ListTagsForResourceRequestRequestTypeDef#

# ListTagsForResourceRequestRequestTypeDef definition

class ListTagsForResourceRequestRequestTypeDef(TypedDict):
    ResourceArn: str,

ListTemplateAliasesRequestRequestTypeDef#

# ListTemplateAliasesRequestRequestTypeDef definition

class ListTemplateAliasesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListTemplateVersionsRequestRequestTypeDef#

# ListTemplateVersionsRequestRequestTypeDef definition

class ListTemplateVersionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

TemplateVersionSummaryTypeDef#

# TemplateVersionSummaryTypeDef definition

class TemplateVersionSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    VersionNumber: NotRequired[int],
    CreatedTime: NotRequired[datetime],
    Status: NotRequired[ResourceStatusType],  # (1)
    Description: NotRequired[str],
  1. See ResourceStatusType

ListTemplatesRequestRequestTypeDef#

# ListTemplatesRequestRequestTypeDef definition

class ListTemplatesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

TemplateSummaryTypeDef#

# TemplateSummaryTypeDef definition

class TemplateSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    TemplateId: NotRequired[str],
    Name: NotRequired[str],
    LatestVersionNumber: NotRequired[int],
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],

ListThemeAliasesRequestRequestTypeDef#

# ListThemeAliasesRequestRequestTypeDef definition

class ListThemeAliasesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListThemeVersionsRequestRequestTypeDef#

# ListThemeVersionsRequestRequestTypeDef definition

class ListThemeVersionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ThemeVersionSummaryTypeDef#

# ThemeVersionSummaryTypeDef definition

class ThemeVersionSummaryTypeDef(TypedDict):
    VersionNumber: NotRequired[int],
    Arn: NotRequired[str],
    Description: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    Status: NotRequired[ResourceStatusType],  # (1)
  1. See ResourceStatusType

ListThemesRequestRequestTypeDef#

# ListThemesRequestRequestTypeDef definition

class ListThemesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
    Type: NotRequired[ThemeTypeType],  # (1)
  1. See ThemeTypeType

ThemeSummaryTypeDef#

# ThemeSummaryTypeDef definition

class ThemeSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    Name: NotRequired[str],
    ThemeId: NotRequired[str],
    LatestVersionNumber: NotRequired[int],
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],

ListTopicRefreshSchedulesRequestRequestTypeDef#

# ListTopicRefreshSchedulesRequestRequestTypeDef definition

class ListTopicRefreshSchedulesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,

ListTopicReviewedAnswersRequestRequestTypeDef#

# ListTopicReviewedAnswersRequestRequestTypeDef definition

class ListTopicReviewedAnswersRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,

ListTopicsRequestRequestTypeDef#

# ListTopicsRequestRequestTypeDef definition

class ListTopicsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

TopicSummaryTypeDef#

# TopicSummaryTypeDef definition

class TopicSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    TopicId: NotRequired[str],
    Name: NotRequired[str],
    UserExperienceVersion: NotRequired[TopicUserExperienceVersionType],  # (1)
  1. See TopicUserExperienceVersionType

ListUserGroupsRequestRequestTypeDef#

# ListUserGroupsRequestRequestTypeDef definition

class ListUserGroupsRequestRequestTypeDef(TypedDict):
    UserName: str,
    AwsAccountId: str,
    Namespace: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListUsersRequestRequestTypeDef#

# ListUsersRequestRequestTypeDef definition

class ListUsersRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

ListVPCConnectionsRequestRequestTypeDef#

# ListVPCConnectionsRequestRequestTypeDef definition

class ListVPCConnectionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],

LongFormatTextTypeDef#

# LongFormatTextTypeDef definition

class LongFormatTextTypeDef(TypedDict):
    PlainText: NotRequired[str],
    RichText: NotRequired[str],

ManifestFileLocationTypeDef#

# ManifestFileLocationTypeDef definition

class ManifestFileLocationTypeDef(TypedDict):
    Bucket: str,
    Key: str,

MarginStyleTypeDef#

# MarginStyleTypeDef definition

class MarginStyleTypeDef(TypedDict):
    Show: NotRequired[bool],

NamedEntityDefinitionMetricOutputTypeDef#

# NamedEntityDefinitionMetricOutputTypeDef definition

class NamedEntityDefinitionMetricOutputTypeDef(TypedDict):
    Aggregation: NotRequired[NamedEntityAggTypeType],  # (1)
    AggregationFunctionParameters: NotRequired[Dict[str, str]],
  1. See NamedEntityAggTypeType

NamedEntityDefinitionMetricTypeDef#

# NamedEntityDefinitionMetricTypeDef definition

class NamedEntityDefinitionMetricTypeDef(TypedDict):
    Aggregation: NotRequired[NamedEntityAggTypeType],  # (1)
    AggregationFunctionParameters: NotRequired[Mapping[str, str]],
  1. See NamedEntityAggTypeType

NamedEntityRefTypeDef#

# NamedEntityRefTypeDef definition

class NamedEntityRefTypeDef(TypedDict):
    NamedEntityName: NotRequired[str],

NamespaceErrorTypeDef#

# NamespaceErrorTypeDef definition

class NamespaceErrorTypeDef(TypedDict):
    Type: NotRequired[NamespaceErrorTypeType],  # (1)
    Message: NotRequired[str],
  1. See NamespaceErrorTypeType

NetworkInterfaceTypeDef#

# NetworkInterfaceTypeDef definition

class NetworkInterfaceTypeDef(TypedDict):
    SubnetId: NotRequired[str],
    AvailabilityZone: NotRequired[str],
    ErrorMessage: NotRequired[str],
    Status: NotRequired[NetworkInterfaceStatusType],  # (1)
    NetworkInterfaceId: NotRequired[str],
  1. See NetworkInterfaceStatusType

NewDefaultValuesOutputTypeDef#

# NewDefaultValuesOutputTypeDef definition

class NewDefaultValuesOutputTypeDef(TypedDict):
    StringStaticValues: NotRequired[List[str]],
    DecimalStaticValues: NotRequired[List[float]],
    DateTimeStaticValues: NotRequired[List[datetime]],
    IntegerStaticValues: NotRequired[List[int]],

NumericRangeFilterValueTypeDef#

# NumericRangeFilterValueTypeDef definition

class NumericRangeFilterValueTypeDef(TypedDict):
    StaticValue: NotRequired[float],
    Parameter: NotRequired[str],

ThousandSeparatorOptionsTypeDef#

# ThousandSeparatorOptionsTypeDef definition

class ThousandSeparatorOptionsTypeDef(TypedDict):
    Symbol: NotRequired[NumericSeparatorSymbolType],  # (1)
    Visibility: NotRequired[VisibilityType],  # (2)
  1. See NumericSeparatorSymbolType
  2. See VisibilityType

PercentileAggregationTypeDef#

# PercentileAggregationTypeDef definition

class PercentileAggregationTypeDef(TypedDict):
    PercentileValue: NotRequired[float],

StringParameterOutputTypeDef#

# StringParameterOutputTypeDef definition

class StringParameterOutputTypeDef(TypedDict):
    Name: str,
    Values: List[str],

PercentVisibleRangeTypeDef#

# PercentVisibleRangeTypeDef definition

class PercentVisibleRangeTypeDef(TypedDict):
    From: NotRequired[float],
    To: NotRequired[float],

PivotTableConditionalFormattingScopeTypeDef#

# PivotTableConditionalFormattingScopeTypeDef definition

class PivotTableConditionalFormattingScopeTypeDef(TypedDict):
    Role: NotRequired[PivotTableConditionalFormattingScopeRoleType],  # (1)
  1. See PivotTableConditionalFormattingScopeRoleType

PivotTablePaginatedReportOptionsTypeDef#

# PivotTablePaginatedReportOptionsTypeDef definition

class PivotTablePaginatedReportOptionsTypeDef(TypedDict):
    VerticalOverflowVisibility: NotRequired[VisibilityType],  # (1)
    OverflowColumnHeaderVisibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType
  2. See VisibilityType

PivotTableFieldOptionTypeDef#

# PivotTableFieldOptionTypeDef definition

class PivotTableFieldOptionTypeDef(TypedDict):
    FieldId: str,
    CustomLabel: NotRequired[str],
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

PivotTableFieldSubtotalOptionsTypeDef#

# PivotTableFieldSubtotalOptionsTypeDef definition

class PivotTableFieldSubtotalOptionsTypeDef(TypedDict):
    FieldId: NotRequired[str],

PivotTableRowsLabelOptionsTypeDef#

# PivotTableRowsLabelOptionsTypeDef definition

class PivotTableRowsLabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    CustomLabel: NotRequired[str],
  1. See VisibilityType

RowAlternateColorOptionsOutputTypeDef#

# RowAlternateColorOptionsOutputTypeDef definition

class RowAlternateColorOptionsOutputTypeDef(TypedDict):
    Status: NotRequired[WidgetStatusType],  # (1)
    RowAlternateColors: NotRequired[List[str]],
    UsePrimaryBackgroundColor: NotRequired[WidgetStatusType],  # (1)
  1. See WidgetStatusType
  2. See WidgetStatusType

ProjectOperationOutputTypeDef#

# ProjectOperationOutputTypeDef definition

class ProjectOperationOutputTypeDef(TypedDict):
    ProjectedColumns: List[str],

ProjectOperationTypeDef#

# ProjectOperationTypeDef definition

class ProjectOperationTypeDef(TypedDict):
    ProjectedColumns: Sequence[str],

RadarChartAreaStyleSettingsTypeDef#

# RadarChartAreaStyleSettingsTypeDef definition

class RadarChartAreaStyleSettingsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

RangeConstantTypeDef#

# RangeConstantTypeDef definition

class RangeConstantTypeDef(TypedDict):
    Minimum: NotRequired[str],
    Maximum: NotRequired[str],

RedshiftIAMParametersOutputTypeDef#

# RedshiftIAMParametersOutputTypeDef definition

class RedshiftIAMParametersOutputTypeDef(TypedDict):
    RoleArn: str,
    DatabaseUser: NotRequired[str],
    DatabaseGroups: NotRequired[List[str]],
    AutoCreateDatabaseUser: NotRequired[bool],

RedshiftIAMParametersTypeDef#

# RedshiftIAMParametersTypeDef definition

class RedshiftIAMParametersTypeDef(TypedDict):
    RoleArn: str,
    DatabaseUser: NotRequired[str],
    DatabaseGroups: NotRequired[Sequence[str]],
    AutoCreateDatabaseUser: NotRequired[bool],

ReferenceLineCustomLabelConfigurationTypeDef#

# ReferenceLineCustomLabelConfigurationTypeDef definition

class ReferenceLineCustomLabelConfigurationTypeDef(TypedDict):
    CustomLabel: str,

ReferenceLineStaticDataConfigurationTypeDef#

# ReferenceLineStaticDataConfigurationTypeDef definition

class ReferenceLineStaticDataConfigurationTypeDef(TypedDict):
    Value: float,

ReferenceLineStyleConfigurationTypeDef#

# ReferenceLineStyleConfigurationTypeDef definition

class ReferenceLineStyleConfigurationTypeDef(TypedDict):
    Pattern: NotRequired[ReferenceLinePatternTypeType],  # (1)
    Color: NotRequired[str],
  1. See ReferenceLinePatternTypeType

ScheduleRefreshOnEntityTypeDef#

# ScheduleRefreshOnEntityTypeDef definition

class ScheduleRefreshOnEntityTypeDef(TypedDict):
    DayOfWeek: NotRequired[DayOfWeekType],  # (1)
    DayOfMonth: NotRequired[str],
  1. See DayOfWeekType

StatePersistenceConfigurationsTypeDef#

# StatePersistenceConfigurationsTypeDef definition

class StatePersistenceConfigurationsTypeDef(TypedDict):
    Enabled: bool,

RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef#

# RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef definition

class RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef(TypedDict):
    InitialTopicId: NotRequired[str],

RegisteredUserQSearchBarEmbeddingConfigurationTypeDef#

# RegisteredUserQSearchBarEmbeddingConfigurationTypeDef definition

class RegisteredUserQSearchBarEmbeddingConfigurationTypeDef(TypedDict):
    InitialTopicId: NotRequired[str],

RenameColumnOperationTypeDef#

# RenameColumnOperationTypeDef definition

class RenameColumnOperationTypeDef(TypedDict):
    ColumnName: str,
    NewColumnName: str,

RestoreAnalysisRequestRequestTypeDef#

# RestoreAnalysisRequestRequestTypeDef definition

class RestoreAnalysisRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,
    RestoreToFolders: NotRequired[bool],

RowAlternateColorOptionsTypeDef#

# RowAlternateColorOptionsTypeDef definition

class RowAlternateColorOptionsTypeDef(TypedDict):
    Status: NotRequired[WidgetStatusType],  # (1)
    RowAlternateColors: NotRequired[Sequence[str]],
    UsePrimaryBackgroundColor: NotRequired[WidgetStatusType],  # (1)
  1. See WidgetStatusType
  2. See WidgetStatusType

RowLevelPermissionTagRuleTypeDef#

# RowLevelPermissionTagRuleTypeDef definition

class RowLevelPermissionTagRuleTypeDef(TypedDict):
    TagKey: str,
    ColumnName: str,
    TagMultiValueDelimiter: NotRequired[str],
    MatchAllValue: NotRequired[str],

S3BucketConfigurationTypeDef#

# S3BucketConfigurationTypeDef definition

class S3BucketConfigurationTypeDef(TypedDict):
    BucketName: str,
    BucketPrefix: str,
    BucketRegion: str,

UploadSettingsTypeDef#

# UploadSettingsTypeDef definition

class UploadSettingsTypeDef(TypedDict):
    Format: NotRequired[FileFormatType],  # (1)
    StartFromRow: NotRequired[int],
    ContainsHeader: NotRequired[bool],
    TextQualifier: NotRequired[TextQualifierType],  # (2)
    Delimiter: NotRequired[str],
  1. See FileFormatType
  2. See TextQualifierType

SameSheetTargetVisualConfigurationTypeDef#

# SameSheetTargetVisualConfigurationTypeDef definition

class SameSheetTargetVisualConfigurationTypeDef(TypedDict):
    TargetVisuals: NotRequired[Sequence[str]],
    TargetVisualOptions: NotRequired[TargetVisualOptionsType],  # (1)
  1. See TargetVisualOptionsType

SpacingTypeDef#

# SpacingTypeDef definition

class SpacingTypeDef(TypedDict):
    Top: NotRequired[str],
    Bottom: NotRequired[str],
    Left: NotRequired[str],
    Right: NotRequired[str],

SheetVisualScopingConfigurationOutputTypeDef#

# SheetVisualScopingConfigurationOutputTypeDef definition

class SheetVisualScopingConfigurationOutputTypeDef(TypedDict):
    SheetId: str,
    Scope: FilterVisualScopeType,  # (1)
    VisualIds: NotRequired[List[str]],
  1. See FilterVisualScopeType

SemanticEntityTypeOutputTypeDef#

# SemanticEntityTypeOutputTypeDef definition

class SemanticEntityTypeOutputTypeDef(TypedDict):
    TypeName: NotRequired[str],
    SubTypeName: NotRequired[str],
    TypeParameters: NotRequired[Dict[str, str]],

SemanticEntityTypeTypeDef#

# SemanticEntityTypeTypeDef definition

class SemanticEntityTypeTypeDef(TypedDict):
    TypeName: NotRequired[str],
    SubTypeName: NotRequired[str],
    TypeParameters: NotRequired[Mapping[str, str]],

SemanticTypeOutputTypeDef#

# SemanticTypeOutputTypeDef definition

class SemanticTypeOutputTypeDef(TypedDict):
    TypeName: NotRequired[str],
    SubTypeName: NotRequired[str],
    TypeParameters: NotRequired[Dict[str, str]],
    TruthyCellValue: NotRequired[str],
    TruthyCellValueSynonyms: NotRequired[List[str]],
    FalseyCellValue: NotRequired[str],
    FalseyCellValueSynonyms: NotRequired[List[str]],

SemanticTypeTypeDef#

# SemanticTypeTypeDef definition

class SemanticTypeTypeDef(TypedDict):
    TypeName: NotRequired[str],
    SubTypeName: NotRequired[str],
    TypeParameters: NotRequired[Mapping[str, str]],
    TruthyCellValue: NotRequired[str],
    TruthyCellValueSynonyms: NotRequired[Sequence[str]],
    FalseyCellValue: NotRequired[str],
    FalseyCellValueSynonyms: NotRequired[Sequence[str]],

SheetTextBoxTypeDef#

# SheetTextBoxTypeDef definition

class SheetTextBoxTypeDef(TypedDict):
    SheetTextBoxId: str,
    Content: NotRequired[str],

SheetElementConfigurationOverridesTypeDef#

# SheetElementConfigurationOverridesTypeDef definition

class SheetElementConfigurationOverridesTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

SheetVisualScopingConfigurationTypeDef#

# SheetVisualScopingConfigurationTypeDef definition

class SheetVisualScopingConfigurationTypeDef(TypedDict):
    SheetId: str,
    Scope: FilterVisualScopeType,  # (1)
    VisualIds: NotRequired[Sequence[str]],
  1. See FilterVisualScopeType

ShortFormatTextTypeDef#

# ShortFormatTextTypeDef definition

class ShortFormatTextTypeDef(TypedDict):
    PlainText: NotRequired[str],
    RichText: NotRequired[str],

YAxisOptionsTypeDef#

# YAxisOptionsTypeDef definition

class YAxisOptionsTypeDef(TypedDict):
    YAxis: SingleYAxisOptionType,  # (1)
  1. See SingleYAxisOptionType

SlotTypeDef#

# SlotTypeDef definition

class SlotTypeDef(TypedDict):
    SlotId: NotRequired[str],
    VisualId: NotRequired[str],

SmallMultiplesAxisPropertiesTypeDef#

# SmallMultiplesAxisPropertiesTypeDef definition

class SmallMultiplesAxisPropertiesTypeDef(TypedDict):
    Scale: NotRequired[SmallMultiplesAxisScaleType],  # (1)
    Placement: NotRequired[SmallMultiplesAxisPlacementType],  # (2)
  1. See SmallMultiplesAxisScaleType
  2. See SmallMultiplesAxisPlacementType

SnapshotAnonymousUserRedactedTypeDef#

# SnapshotAnonymousUserRedactedTypeDef definition

class SnapshotAnonymousUserRedactedTypeDef(TypedDict):
    RowLevelPermissionTagKeys: NotRequired[List[str]],

SnapshotFileSheetSelectionOutputTypeDef#

# SnapshotFileSheetSelectionOutputTypeDef definition

class SnapshotFileSheetSelectionOutputTypeDef(TypedDict):
    SheetId: str,
    SelectionScope: SnapshotFileSheetSelectionScopeType,  # (1)
    VisualIds: NotRequired[List[str]],
  1. See SnapshotFileSheetSelectionScopeType

SnapshotFileSheetSelectionTypeDef#

# SnapshotFileSheetSelectionTypeDef definition

class SnapshotFileSheetSelectionTypeDef(TypedDict):
    SheetId: str,
    SelectionScope: SnapshotFileSheetSelectionScopeType,  # (1)
    VisualIds: NotRequired[Sequence[str]],
  1. See SnapshotFileSheetSelectionScopeType

SnapshotJobResultErrorInfoTypeDef#

# SnapshotJobResultErrorInfoTypeDef definition

class SnapshotJobResultErrorInfoTypeDef(TypedDict):
    ErrorMessage: NotRequired[str],
    ErrorType: NotRequired[str],

StartDashboardSnapshotJobScheduleRequestRequestTypeDef#

# StartDashboardSnapshotJobScheduleRequestRequestTypeDef definition

class StartDashboardSnapshotJobScheduleRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    ScheduleId: str,

StringDatasetParameterDefaultValuesOutputTypeDef#

# StringDatasetParameterDefaultValuesOutputTypeDef definition

class StringDatasetParameterDefaultValuesOutputTypeDef(TypedDict):
    StaticValues: NotRequired[List[str]],

StringDatasetParameterDefaultValuesTypeDef#

# StringDatasetParameterDefaultValuesTypeDef definition

class StringDatasetParameterDefaultValuesTypeDef(TypedDict):
    StaticValues: NotRequired[Sequence[str]],

StringValueWhenUnsetConfigurationTypeDef#

# StringValueWhenUnsetConfigurationTypeDef definition

class StringValueWhenUnsetConfigurationTypeDef(TypedDict):
    ValueWhenUnsetOption: NotRequired[ValueWhenUnsetOptionType],  # (1)
    CustomValue: NotRequired[str],
  1. See ValueWhenUnsetOptionType

StringParameterTypeDef#

# StringParameterTypeDef definition

class StringParameterTypeDef(TypedDict):
    Name: str,
    Values: Sequence[str],

TableStyleTargetTypeDef#

# TableStyleTargetTypeDef definition

class TableStyleTargetTypeDef(TypedDict):
    CellType: StyledCellTypeType,  # (1)
  1. See StyledCellTypeType

SuccessfulKeyRegistrationEntryTypeDef#

# SuccessfulKeyRegistrationEntryTypeDef definition

class SuccessfulKeyRegistrationEntryTypeDef(TypedDict):
    KeyArn: str,
    StatusCode: int,

TableCellImageSizingConfigurationTypeDef#

# TableCellImageSizingConfigurationTypeDef definition

class TableCellImageSizingConfigurationTypeDef(TypedDict):
    TableCellImageScalingConfiguration: NotRequired[TableCellImageScalingConfigurationType],  # (1)
  1. See TableCellImageScalingConfigurationType

TablePaginatedReportOptionsTypeDef#

# TablePaginatedReportOptionsTypeDef definition

class TablePaginatedReportOptionsTypeDef(TypedDict):
    VerticalOverflowVisibility: NotRequired[VisibilityType],  # (1)
    OverflowColumnHeaderVisibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType
  2. See VisibilityType

TableFieldCustomIconContentTypeDef#

# TableFieldCustomIconContentTypeDef definition

class TableFieldCustomIconContentTypeDef(TypedDict):
    Icon: NotRequired[TableFieldIconSetTypeType],  # (1)
  1. See TableFieldIconSetTypeType

TablePinnedFieldOptionsOutputTypeDef#

# TablePinnedFieldOptionsOutputTypeDef definition

class TablePinnedFieldOptionsOutputTypeDef(TypedDict):
    PinnedLeftFields: NotRequired[List[str]],

TablePinnedFieldOptionsTypeDef#

# TablePinnedFieldOptionsTypeDef definition

class TablePinnedFieldOptionsTypeDef(TypedDict):
    PinnedLeftFields: NotRequired[Sequence[str]],

TemplateSourceTemplateTypeDef#

# TemplateSourceTemplateTypeDef definition

class TemplateSourceTemplateTypeDef(TypedDict):
    Arn: str,

TextControlPlaceholderOptionsTypeDef#

# TextControlPlaceholderOptionsTypeDef definition

class TextControlPlaceholderOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType

UIColorPaletteTypeDef#

# UIColorPaletteTypeDef definition

class UIColorPaletteTypeDef(TypedDict):
    PrimaryForeground: NotRequired[str],
    PrimaryBackground: NotRequired[str],
    SecondaryForeground: NotRequired[str],
    SecondaryBackground: NotRequired[str],
    Accent: NotRequired[str],
    AccentForeground: NotRequired[str],
    Danger: NotRequired[str],
    DangerForeground: NotRequired[str],
    Warning: NotRequired[str],
    WarningForeground: NotRequired[str],
    Success: NotRequired[str],
    SuccessForeground: NotRequired[str],
    Dimension: NotRequired[str],
    DimensionForeground: NotRequired[str],
    Measure: NotRequired[str],
    MeasureForeground: NotRequired[str],

ThemeErrorTypeDef#

# ThemeErrorTypeDef definition

class ThemeErrorTypeDef(TypedDict):
    Type: NotRequired[ThemeErrorTypeType],  # (1)
    Message: NotRequired[str],
  1. See ThemeErrorTypeType

TopicConfigOptionsTypeDef#

# TopicConfigOptionsTypeDef definition

class TopicConfigOptionsTypeDef(TypedDict):
    QBusinessInsightsEnabled: NotRequired[bool],

TopicIRComparisonMethodTypeDef#

# TopicIRComparisonMethodTypeDef definition

class TopicIRComparisonMethodTypeDef(TypedDict):
    Type: NotRequired[ComparisonMethodTypeType],  # (1)
    Period: NotRequired[TopicTimeGranularityType],  # (2)
    WindowSize: NotRequired[int],
  1. See ComparisonMethodTypeType
  2. See TopicTimeGranularityType

VisualOptionsTypeDef#

# VisualOptionsTypeDef definition

class VisualOptionsTypeDef(TypedDict):
    type: NotRequired[str],

TopicSingularFilterConstantTypeDef#

# TopicSingularFilterConstantTypeDef definition

class TopicSingularFilterConstantTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    SingularConstant: NotRequired[str],
  1. See ConstantTypeType

TotalAggregationFunctionTypeDef#

# TotalAggregationFunctionTypeDef definition

class TotalAggregationFunctionTypeDef(TypedDict):
    SimpleTotalAggregationFunction: NotRequired[SimpleTotalAggregationFunctionType],  # (1)
  1. See SimpleTotalAggregationFunctionType

UntagColumnOperationOutputTypeDef#

# UntagColumnOperationOutputTypeDef definition

class UntagColumnOperationOutputTypeDef(TypedDict):
    ColumnName: str,
    TagNames: List[ColumnTagNameType],  # (1)
  1. See ColumnTagNameType

UntagColumnOperationTypeDef#

# UntagColumnOperationTypeDef definition

class UntagColumnOperationTypeDef(TypedDict):
    ColumnName: str,
    TagNames: Sequence[ColumnTagNameType],  # (1)
  1. See ColumnTagNameType

UntagResourceRequestRequestTypeDef#

# UntagResourceRequestRequestTypeDef definition

class UntagResourceRequestRequestTypeDef(TypedDict):
    ResourceArn: str,
    TagKeys: Sequence[str],

UpdateAccountSettingsRequestRequestTypeDef#

# UpdateAccountSettingsRequestRequestTypeDef definition

class UpdateAccountSettingsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DefaultNamespace: str,
    NotificationEmail: NotRequired[str],
    TerminationProtectionEnabled: NotRequired[bool],

UpdateBrandAssignmentRequestRequestTypeDef#

# UpdateBrandAssignmentRequestRequestTypeDef definition

class UpdateBrandAssignmentRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    BrandArn: str,

UpdateBrandPublishedVersionRequestRequestTypeDef#

# UpdateBrandPublishedVersionRequestRequestTypeDef definition

class UpdateBrandPublishedVersionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    BrandId: str,
    VersionId: str,

UpdateDashboardLinksRequestRequestTypeDef#

# UpdateDashboardLinksRequestRequestTypeDef definition

class UpdateDashboardLinksRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    LinkEntities: Sequence[str],

UpdateDashboardPublishedVersionRequestRequestTypeDef#

# UpdateDashboardPublishedVersionRequestRequestTypeDef definition

class UpdateDashboardPublishedVersionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    VersionNumber: int,

UpdateFolderRequestRequestTypeDef#

# UpdateFolderRequestRequestTypeDef definition

class UpdateFolderRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    Name: str,

UpdateGroupRequestRequestTypeDef#

# UpdateGroupRequestRequestTypeDef definition

class UpdateGroupRequestRequestTypeDef(TypedDict):
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,
    Description: NotRequired[str],

UpdateIAMPolicyAssignmentRequestRequestTypeDef#

# UpdateIAMPolicyAssignmentRequestRequestTypeDef definition

class UpdateIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssignmentName: str,
    Namespace: str,
    AssignmentStatus: NotRequired[AssignmentStatusType],  # (1)
    PolicyArn: NotRequired[str],
    Identities: NotRequired[Mapping[str, Sequence[str]]],
  1. See AssignmentStatusType

UpdateIdentityPropagationConfigRequestRequestTypeDef#

# UpdateIdentityPropagationConfigRequestRequestTypeDef definition

class UpdateIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Service: ServiceTypeType,  # (1)
    AuthorizedTargets: NotRequired[Sequence[str]],
  1. See ServiceTypeType

UpdateIpRestrictionRequestRequestTypeDef#

# UpdateIpRestrictionRequestRequestTypeDef definition

class UpdateIpRestrictionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    IpRestrictionRuleMap: NotRequired[Mapping[str, str]],
    VpcIdRestrictionRuleMap: NotRequired[Mapping[str, str]],
    VpcEndpointIdRestrictionRuleMap: NotRequired[Mapping[str, str]],
    Enabled: NotRequired[bool],

UpdatePublicSharingSettingsRequestRequestTypeDef#

# UpdatePublicSharingSettingsRequestRequestTypeDef definition

class UpdatePublicSharingSettingsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    PublicSharingEnabled: NotRequired[bool],

UpdateQPersonalizationConfigurationRequestRequestTypeDef#

# UpdateQPersonalizationConfigurationRequestRequestTypeDef definition

class UpdateQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    PersonalizationMode: PersonalizationModeType,  # (1)
  1. See PersonalizationModeType

UpdateRoleCustomPermissionRequestRequestTypeDef#

# UpdateRoleCustomPermissionRequestRequestTypeDef definition

class UpdateRoleCustomPermissionRequestRequestTypeDef(TypedDict):
    CustomPermissionsName: str,
    Role: RoleType,  # (1)
    AwsAccountId: str,
    Namespace: str,
  1. See RoleType

UpdateSPICECapacityConfigurationRequestRequestTypeDef#

# UpdateSPICECapacityConfigurationRequestRequestTypeDef definition

class UpdateSPICECapacityConfigurationRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    PurchaseMode: PurchaseModeType,  # (1)
  1. See PurchaseModeType

UpdateTemplateAliasRequestRequestTypeDef#

# UpdateTemplateAliasRequestRequestTypeDef definition

class UpdateTemplateAliasRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    AliasName: str,
    TemplateVersionNumber: int,

UpdateThemeAliasRequestRequestTypeDef#

# UpdateThemeAliasRequestRequestTypeDef definition

class UpdateThemeAliasRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    AliasName: str,
    ThemeVersionNumber: int,

UpdateUserCustomPermissionRequestRequestTypeDef#

# UpdateUserCustomPermissionRequestRequestTypeDef definition

class UpdateUserCustomPermissionRequestRequestTypeDef(TypedDict):
    UserName: str,
    AwsAccountId: str,
    Namespace: str,
    CustomPermissionsName: str,

UpdateUserRequestRequestTypeDef#

# UpdateUserRequestRequestTypeDef definition

class UpdateUserRequestRequestTypeDef(TypedDict):
    UserName: str,
    AwsAccountId: str,
    Namespace: str,
    Email: str,
    Role: UserRoleType,  # (1)
    CustomPermissionsName: NotRequired[str],
    UnapplyCustomPermissions: NotRequired[bool],
    ExternalLoginFederationProviderType: NotRequired[str],
    CustomFederationProviderUrl: NotRequired[str],
    ExternalLoginId: NotRequired[str],
  1. See UserRoleType

UpdateVPCConnectionRequestRequestTypeDef#

# UpdateVPCConnectionRequestRequestTypeDef definition

class UpdateVPCConnectionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    VPCConnectionId: str,
    Name: str,
    SubnetIds: Sequence[str],
    SecurityGroupIds: Sequence[str],
    RoleArn: str,
    DnsResolvers: NotRequired[Sequence[str]],

WaterfallChartGroupColorConfigurationTypeDef#

# WaterfallChartGroupColorConfigurationTypeDef definition

class WaterfallChartGroupColorConfigurationTypeDef(TypedDict):
    PositiveBarColor: NotRequired[str],
    NegativeBarColor: NotRequired[str],
    TotalBarColor: NotRequired[str],

WaterfallChartOptionsTypeDef#

# WaterfallChartOptionsTypeDef definition

class WaterfallChartOptionsTypeDef(TypedDict):
    TotalBarLabel: NotRequired[str],

WordCloudOptionsTypeDef#

# WordCloudOptionsTypeDef definition

class WordCloudOptionsTypeDef(TypedDict):
    WordOrientation: NotRequired[WordCloudWordOrientationType],  # (1)
    WordScaling: NotRequired[WordCloudWordScalingType],  # (2)
    CloudLayout: NotRequired[WordCloudCloudLayoutType],  # (3)
    WordCasing: NotRequired[WordCloudWordCasingType],  # (4)
    WordPadding: NotRequired[WordCloudWordPaddingType],  # (5)
    MaximumStringLength: NotRequired[int],
  1. See WordCloudWordOrientationType
  2. See WordCloudWordScalingType
  3. See WordCloudCloudLayoutType
  4. See WordCloudWordCasingType
  5. See WordCloudWordPaddingType

UpdateAccountCustomizationRequestRequestTypeDef#

# UpdateAccountCustomizationRequestRequestTypeDef definition

class UpdateAccountCustomizationRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AccountCustomization: AccountCustomizationTypeDef,  # (1)
    Namespace: NotRequired[str],
  1. See AccountCustomizationTypeDef

AxisLabelReferenceOptionsTypeDef#

# AxisLabelReferenceOptionsTypeDef definition

class AxisLabelReferenceOptionsTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
  1. See ColumnIdentifierTypeDef

CascadingControlSourceTypeDef#

# CascadingControlSourceTypeDef definition

class CascadingControlSourceTypeDef(TypedDict):
    SourceSheetControlId: NotRequired[str],
    ColumnToMatch: NotRequired[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

CategoryDrillDownFilterOutputTypeDef#

# CategoryDrillDownFilterOutputTypeDef definition

class CategoryDrillDownFilterOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    CategoryValues: List[str],
  1. See ColumnIdentifierTypeDef

CategoryDrillDownFilterTypeDef#

# CategoryDrillDownFilterTypeDef definition

class CategoryDrillDownFilterTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    CategoryValues: Sequence[str],
  1. See ColumnIdentifierTypeDef

ContributionAnalysisDefaultOutputTypeDef#

# ContributionAnalysisDefaultOutputTypeDef definition

class ContributionAnalysisDefaultOutputTypeDef(TypedDict):
    MeasureFieldId: str,
    ContributorDimensions: List[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

ContributionAnalysisDefaultTypeDef#

# ContributionAnalysisDefaultTypeDef definition

class ContributionAnalysisDefaultTypeDef(TypedDict):
    MeasureFieldId: str,
    ContributorDimensions: Sequence[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

DynamicDefaultValueTypeDef#

# DynamicDefaultValueTypeDef definition

class DynamicDefaultValueTypeDef(TypedDict):
    DefaultValueColumn: ColumnIdentifierTypeDef,  # (1)
    UserNameColumn: NotRequired[ColumnIdentifierTypeDef],  # (1)
    GroupNameColumn: NotRequired[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef
  2. See ColumnIdentifierTypeDef
  3. See ColumnIdentifierTypeDef

FilterOperationSelectedFieldsConfigurationOutputTypeDef#

# FilterOperationSelectedFieldsConfigurationOutputTypeDef definition

class FilterOperationSelectedFieldsConfigurationOutputTypeDef(TypedDict):
    SelectedFields: NotRequired[List[str]],
    SelectedFieldOptions: NotRequired[SelectedFieldOptionsType],  # (1)
    SelectedColumns: NotRequired[List[ColumnIdentifierTypeDef]],  # (2)
  1. See SelectedFieldOptionsType
  2. See ColumnIdentifierTypeDef

FilterOperationSelectedFieldsConfigurationTypeDef#

# FilterOperationSelectedFieldsConfigurationTypeDef definition

class FilterOperationSelectedFieldsConfigurationTypeDef(TypedDict):
    SelectedFields: NotRequired[Sequence[str]],
    SelectedFieldOptions: NotRequired[SelectedFieldOptionsType],  # (1)
    SelectedColumns: NotRequired[Sequence[ColumnIdentifierTypeDef]],  # (2)
  1. See SelectedFieldOptionsType
  2. See ColumnIdentifierTypeDef

NumericEqualityDrillDownFilterTypeDef#

# NumericEqualityDrillDownFilterTypeDef definition

class NumericEqualityDrillDownFilterTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Value: float,
  1. See ColumnIdentifierTypeDef

ParameterSelectableValuesOutputTypeDef#

# ParameterSelectableValuesOutputTypeDef definition

class ParameterSelectableValuesOutputTypeDef(TypedDict):
    Values: NotRequired[List[str]],
    LinkToDataSetColumn: NotRequired[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

ParameterSelectableValuesTypeDef#

# ParameterSelectableValuesTypeDef definition

class ParameterSelectableValuesTypeDef(TypedDict):
    Values: NotRequired[Sequence[str]],
    LinkToDataSetColumn: NotRequired[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

TimeRangeDrillDownFilterOutputTypeDef#

# TimeRangeDrillDownFilterOutputTypeDef definition

class TimeRangeDrillDownFilterOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    RangeMinimum: datetime,
    RangeMaximum: datetime,
    TimeGranularity: TimeGranularityType,  # (2)
  1. See ColumnIdentifierTypeDef
  2. See TimeGranularityType

AnalysisErrorTypeDef#

# AnalysisErrorTypeDef definition

class AnalysisErrorTypeDef(TypedDict):
    Type: NotRequired[AnalysisErrorTypeType],  # (1)
    Message: NotRequired[str],
    ViolatedEntities: NotRequired[List[EntityTypeDef]],  # (2)
  1. See AnalysisErrorTypeType
  2. See EntityTypeDef

DashboardErrorTypeDef#

# DashboardErrorTypeDef definition

class DashboardErrorTypeDef(TypedDict):
    Type: NotRequired[DashboardErrorTypeType],  # (1)
    Message: NotRequired[str],
    ViolatedEntities: NotRequired[List[EntityTypeDef]],  # (2)
  1. See DashboardErrorTypeType
  2. See EntityTypeDef

TemplateErrorTypeDef#

# TemplateErrorTypeDef definition

class TemplateErrorTypeDef(TypedDict):
    Type: NotRequired[TemplateErrorTypeType],  # (1)
    Message: NotRequired[str],
    ViolatedEntities: NotRequired[List[EntityTypeDef]],  # (2)
  1. See TemplateErrorTypeType
  2. See EntityTypeDef

SearchAnalysesRequestRequestTypeDef#

# SearchAnalysesRequestRequestTypeDef definition

class SearchAnalysesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[AnalysisSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See AnalysisSearchFilterTypeDef

AnalysisSourceTemplateTypeDef#

# AnalysisSourceTemplateTypeDef definition

class AnalysisSourceTemplateTypeDef(TypedDict):
    DataSetReferences: Sequence[DataSetReferenceTypeDef],  # (1)
    Arn: str,
  1. See DataSetReferenceTypeDef

DashboardSourceTemplateTypeDef#

# DashboardSourceTemplateTypeDef definition

class DashboardSourceTemplateTypeDef(TypedDict):
    DataSetReferences: Sequence[DataSetReferenceTypeDef],  # (1)
    Arn: str,
  1. See DataSetReferenceTypeDef

TemplateSourceAnalysisTypeDef#

# TemplateSourceAnalysisTypeDef definition

class TemplateSourceAnalysisTypeDef(TypedDict):
    Arn: str,
    DataSetReferences: Sequence[DataSetReferenceTypeDef],  # (1)
  1. See DataSetReferenceTypeDef

AnonymousUserDashboardFeatureConfigurationsTypeDef#

# AnonymousUserDashboardFeatureConfigurationsTypeDef definition

class AnonymousUserDashboardFeatureConfigurationsTypeDef(TypedDict):
    SharedView: NotRequired[SharedViewConfigurationsTypeDef],  # (1)
  1. See SharedViewConfigurationsTypeDef

AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef#

# AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef definition

class AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef(TypedDict):
    InitialDashboardVisualId: DashboardVisualIdTypeDef,  # (1)
  1. See DashboardVisualIdTypeDef

RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef#

# RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef definition

class RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef(TypedDict):
    InitialDashboardVisualId: DashboardVisualIdTypeDef,  # (1)
  1. See DashboardVisualIdTypeDef

ArcAxisConfigurationTypeDef#

# ArcAxisConfigurationTypeDef definition

class ArcAxisConfigurationTypeDef(TypedDict):
    Range: NotRequired[ArcAxisDisplayRangeTypeDef],  # (1)
    ReserveRange: NotRequired[int],
  1. See ArcAxisDisplayRangeTypeDef

AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef#

# AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef definition

class AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef(TypedDict):
    ResourceIdOverrideConfiguration: NotRequired[AssetBundleExportJobResourceIdOverrideConfigurationTypeDef],  # (1)
    VPCConnections: NotRequired[List[AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef]],  # (2)
    RefreshSchedules: NotRequired[List[AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef]],  # (3)
    DataSources: NotRequired[List[AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef]],  # (4)
    DataSets: NotRequired[List[AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef]],  # (5)
    Themes: NotRequired[List[AssetBundleExportJobThemeOverridePropertiesOutputTypeDef]],  # (6)
    Analyses: NotRequired[List[AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef]],  # (7)
    Dashboards: NotRequired[List[AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef]],  # (8)
    Folders: NotRequired[List[AssetBundleExportJobFolderOverridePropertiesOutputTypeDef]],  # (9)
  1. See AssetBundleExportJobResourceIdOverrideConfigurationTypeDef
  2. See AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef
  3. See AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef
  4. See AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef
  5. See AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef
  6. See AssetBundleExportJobThemeOverridePropertiesOutputTypeDef
  7. See AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef
  8. See AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef
  9. See AssetBundleExportJobFolderOverridePropertiesOutputTypeDef

AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef#

# AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef(TypedDict):
    AnalysisIds: List[str],
    Permissions: AssetBundleResourcePermissionsOutputTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef#

# AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef(TypedDict):
    DataSetIds: List[str],
    Permissions: AssetBundleResourcePermissionsOutputTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef#

# AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef(TypedDict):
    DataSourceIds: List[str],
    Permissions: AssetBundleResourcePermissionsOutputTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobFolderOverridePermissionsOutputTypeDef#

# AssetBundleImportJobFolderOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobFolderOverridePermissionsOutputTypeDef(TypedDict):
    FolderIds: List[str],
    Permissions: NotRequired[AssetBundleResourcePermissionsOutputTypeDef],  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobThemeOverridePermissionsOutputTypeDef#

# AssetBundleImportJobThemeOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobThemeOverridePermissionsOutputTypeDef(TypedDict):
    ThemeIds: List[str],
    Permissions: AssetBundleResourcePermissionsOutputTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleResourceLinkSharingConfigurationOutputTypeDef#

# AssetBundleResourceLinkSharingConfigurationOutputTypeDef definition

class AssetBundleResourceLinkSharingConfigurationOutputTypeDef(TypedDict):
    Permissions: NotRequired[AssetBundleResourcePermissionsOutputTypeDef],  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef#

# AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef definition

class AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef(TypedDict):
    AnalysisIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobAnalysisOverrideTagsTypeDef#

# AssetBundleImportJobAnalysisOverrideTagsTypeDef definition

class AssetBundleImportJobAnalysisOverrideTagsTypeDef(TypedDict):
    AnalysisIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDashboardOverrideTagsOutputTypeDef#

# AssetBundleImportJobDashboardOverrideTagsOutputTypeDef definition

class AssetBundleImportJobDashboardOverrideTagsOutputTypeDef(TypedDict):
    DashboardIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDashboardOverrideTagsTypeDef#

# AssetBundleImportJobDashboardOverrideTagsTypeDef definition

class AssetBundleImportJobDashboardOverrideTagsTypeDef(TypedDict):
    DashboardIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSetOverrideTagsOutputTypeDef#

# AssetBundleImportJobDataSetOverrideTagsOutputTypeDef definition

class AssetBundleImportJobDataSetOverrideTagsOutputTypeDef(TypedDict):
    DataSetIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSetOverrideTagsTypeDef#

# AssetBundleImportJobDataSetOverrideTagsTypeDef definition

class AssetBundleImportJobDataSetOverrideTagsTypeDef(TypedDict):
    DataSetIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef#

# AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef definition

class AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef(TypedDict):
    DataSourceIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSourceOverrideTagsTypeDef#

# AssetBundleImportJobDataSourceOverrideTagsTypeDef definition

class AssetBundleImportJobDataSourceOverrideTagsTypeDef(TypedDict):
    DataSourceIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobFolderOverrideTagsOutputTypeDef#

# AssetBundleImportJobFolderOverrideTagsOutputTypeDef definition

class AssetBundleImportJobFolderOverrideTagsOutputTypeDef(TypedDict):
    FolderIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobFolderOverrideTagsTypeDef#

# AssetBundleImportJobFolderOverrideTagsTypeDef definition

class AssetBundleImportJobFolderOverrideTagsTypeDef(TypedDict):
    FolderIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobThemeOverrideTagsOutputTypeDef#

# AssetBundleImportJobThemeOverrideTagsOutputTypeDef definition

class AssetBundleImportJobThemeOverrideTagsOutputTypeDef(TypedDict):
    ThemeIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobThemeOverrideTagsTypeDef#

# AssetBundleImportJobThemeOverrideTagsTypeDef definition

class AssetBundleImportJobThemeOverrideTagsTypeDef(TypedDict):
    ThemeIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef#

# AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef definition

class AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef(TypedDict):
    VPCConnectionIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobVPCConnectionOverrideTagsTypeDef#

# AssetBundleImportJobVPCConnectionOverrideTagsTypeDef definition

class AssetBundleImportJobVPCConnectionOverrideTagsTypeDef(TypedDict):
    VPCConnectionIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

CreateAccountCustomizationRequestRequestTypeDef#

# CreateAccountCustomizationRequestRequestTypeDef definition

class CreateAccountCustomizationRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AccountCustomization: AccountCustomizationTypeDef,  # (1)
    Namespace: NotRequired[str],
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
  1. See AccountCustomizationTypeDef
  2. See TagTypeDef

CreateNamespaceRequestRequestTypeDef#

# CreateNamespaceRequestRequestTypeDef definition

class CreateNamespaceRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    IdentityStore: IdentityStoreType,  # (1)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
  1. See IdentityStoreType
  2. See TagTypeDef

CreateVPCConnectionRequestRequestTypeDef#

# CreateVPCConnectionRequestRequestTypeDef definition

class CreateVPCConnectionRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    VPCConnectionId: str,
    Name: str,
    SubnetIds: Sequence[str],
    SecurityGroupIds: Sequence[str],
    RoleArn: str,
    DnsResolvers: NotRequired[Sequence[str]],
    Tags: NotRequired[Sequence[TagTypeDef]],  # (1)
  1. See TagTypeDef

RegisterUserRequestRequestTypeDef#

# RegisterUserRequestRequestTypeDef definition

class RegisterUserRequestRequestTypeDef(TypedDict):
    IdentityType: IdentityTypeType,  # (1)
    Email: str,
    UserRole: UserRoleType,  # (2)
    AwsAccountId: str,
    Namespace: str,
    IamArn: NotRequired[str],
    SessionName: NotRequired[str],
    UserName: NotRequired[str],
    CustomPermissionsName: NotRequired[str],
    ExternalLoginFederationProviderType: NotRequired[str],
    CustomFederationProviderUrl: NotRequired[str],
    ExternalLoginId: NotRequired[str],
    Tags: NotRequired[Sequence[TagTypeDef]],  # (3)
  1. See IdentityTypeType
  2. See UserRoleType
  3. See TagTypeDef

TagResourceRequestRequestTypeDef#

# TagResourceRequestRequestTypeDef definition

class TagResourceRequestRequestTypeDef(TypedDict):
    ResourceArn: str,
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSourceCredentialsTypeDef#

# AssetBundleImportJobDataSourceCredentialsTypeDef definition

class AssetBundleImportJobDataSourceCredentialsTypeDef(TypedDict):
    CredentialPair: NotRequired[AssetBundleImportJobDataSourceCredentialPairTypeDef],  # (1)
    SecretArn: NotRequired[str],
  1. See AssetBundleImportJobDataSourceCredentialPairTypeDef

OAuthParametersTypeDef#

# OAuthParametersTypeDef definition

class OAuthParametersTypeDef(TypedDict):
    TokenProviderUrl: str,
    OAuthScope: NotRequired[str],
    IdentityProviderVpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (1)
    IdentityProviderResourceUri: NotRequired[str],
  1. See VpcConnectionPropertiesTypeDef

AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef#

# AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef definition

class AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef(TypedDict):
    DataSetId: str,
    ScheduleId: str,
    StartAfterDateTime: NotRequired[TimestampTypeDef],

CustomParameterValuesTypeDef#

# CustomParameterValuesTypeDef definition

class CustomParameterValuesTypeDef(TypedDict):
    StringValues: NotRequired[Sequence[str]],
    IntegerValues: NotRequired[Sequence[int]],
    DecimalValues: NotRequired[Sequence[float]],
    DateTimeValues: NotRequired[Sequence[TimestampTypeDef]],

DateTimeDatasetParameterDefaultValuesTypeDef#

# DateTimeDatasetParameterDefaultValuesTypeDef definition

class DateTimeDatasetParameterDefaultValuesTypeDef(TypedDict):
    StaticValues: NotRequired[Sequence[TimestampTypeDef]],

DateTimeParameterTypeDef#

# DateTimeParameterTypeDef definition

class DateTimeParameterTypeDef(TypedDict):
    Name: str,
    Values: Sequence[TimestampTypeDef],

DateTimeValueWhenUnsetConfigurationTypeDef#

# DateTimeValueWhenUnsetConfigurationTypeDef definition

class DateTimeValueWhenUnsetConfigurationTypeDef(TypedDict):
    ValueWhenUnsetOption: NotRequired[ValueWhenUnsetOptionType],  # (1)
    CustomValue: NotRequired[TimestampTypeDef],
  1. See ValueWhenUnsetOptionType

NewDefaultValuesTypeDef#

# NewDefaultValuesTypeDef definition

class NewDefaultValuesTypeDef(TypedDict):
    StringStaticValues: NotRequired[Sequence[str]],
    DecimalStaticValues: NotRequired[Sequence[float]],
    DateTimeStaticValues: NotRequired[Sequence[TimestampTypeDef]],
    IntegerStaticValues: NotRequired[Sequence[int]],

TimeRangeDrillDownFilterTypeDef#

# TimeRangeDrillDownFilterTypeDef definition

class TimeRangeDrillDownFilterTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    RangeMinimum: TimestampTypeDef,
    RangeMaximum: TimestampTypeDef,
    TimeGranularity: TimeGranularityType,  # (2)
  1. See ColumnIdentifierTypeDef
  2. See TimeGranularityType

TopicRefreshScheduleTypeDef#

# TopicRefreshScheduleTypeDef definition

class TopicRefreshScheduleTypeDef(TypedDict):
    IsEnabled: bool,
    BasedOnSpiceSchedule: bool,
    StartingAt: NotRequired[TimestampTypeDef],
    Timezone: NotRequired[str],
    RepeatAt: NotRequired[str],
    TopicScheduleType: NotRequired[TopicScheduleTypeType],  # (1)
  1. See TopicScheduleTypeType

WhatIfPointScenarioTypeDef#

# WhatIfPointScenarioTypeDef definition

class WhatIfPointScenarioTypeDef(TypedDict):
    Date: TimestampTypeDef,
    Value: float,

WhatIfRangeScenarioTypeDef#

# WhatIfRangeScenarioTypeDef definition

class WhatIfRangeScenarioTypeDef(TypedDict):
    StartDate: TimestampTypeDef,
    EndDate: TimestampTypeDef,
    Value: float,

AssetBundleImportSourceTypeDef#

# AssetBundleImportSourceTypeDef definition

class AssetBundleImportSourceTypeDef(TypedDict):
    Body: NotRequired[BlobTypeDef],
    S3Uri: NotRequired[str],

AxisDisplayRangeOutputTypeDef#

# AxisDisplayRangeOutputTypeDef definition

class AxisDisplayRangeOutputTypeDef(TypedDict):
    MinMax: NotRequired[AxisDisplayMinMaxRangeTypeDef],  # (1)
    DataDriven: NotRequired[Dict[str, Any]],
  1. See AxisDisplayMinMaxRangeTypeDef

AxisDisplayRangeTypeDef#

# AxisDisplayRangeTypeDef definition

class AxisDisplayRangeTypeDef(TypedDict):
    MinMax: NotRequired[AxisDisplayMinMaxRangeTypeDef],  # (1)
    DataDriven: NotRequired[Mapping[str, Any]],
  1. See AxisDisplayMinMaxRangeTypeDef

AxisScaleTypeDef#

# AxisScaleTypeDef definition

class AxisScaleTypeDef(TypedDict):
    Linear: NotRequired[AxisLinearScaleTypeDef],  # (1)
    Logarithmic: NotRequired[AxisLogarithmicScaleTypeDef],  # (2)
  1. See AxisLinearScaleTypeDef
  2. See AxisLogarithmicScaleTypeDef

ScatterPlotSortConfigurationTypeDef#

# ScatterPlotSortConfigurationTypeDef definition

class ScatterPlotSortConfigurationTypeDef(TypedDict):
    ScatterPlotLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (1)
  1. See ItemsLimitConfigurationTypeDef

CancelIngestionResponseTypeDef#

# CancelIngestionResponseTypeDef definition

class CancelIngestionResponseTypeDef(TypedDict):
    Arn: str,
    IngestionId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateAccountCustomizationResponseTypeDef#

# CreateAccountCustomizationResponseTypeDef definition

class CreateAccountCustomizationResponseTypeDef(TypedDict):
    Arn: str,
    AwsAccountId: str,
    Namespace: str,
    AccountCustomization: AccountCustomizationTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AccountCustomizationTypeDef
  2. See ResponseMetadataTypeDef

CreateAnalysisResponseTypeDef#

# CreateAnalysisResponseTypeDef definition

class CreateAnalysisResponseTypeDef(TypedDict):
    Arn: str,
    AnalysisId: str,
    CreationStatus: ResourceStatusType,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

CreateCustomPermissionsResponseTypeDef#

# CreateCustomPermissionsResponseTypeDef definition

class CreateCustomPermissionsResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateDashboardResponseTypeDef#

# CreateDashboardResponseTypeDef definition

class CreateDashboardResponseTypeDef(TypedDict):
    Arn: str,
    VersionArn: str,
    DashboardId: str,
    CreationStatus: ResourceStatusType,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

CreateDataSetResponseTypeDef#

# CreateDataSetResponseTypeDef definition

class CreateDataSetResponseTypeDef(TypedDict):
    Arn: str,
    DataSetId: str,
    IngestionArn: str,
    IngestionId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateDataSourceResponseTypeDef#

# CreateDataSourceResponseTypeDef definition

class CreateDataSourceResponseTypeDef(TypedDict):
    Arn: str,
    DataSourceId: str,
    CreationStatus: ResourceStatusType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

CreateFolderResponseTypeDef#

# CreateFolderResponseTypeDef definition

class CreateFolderResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    FolderId: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateIAMPolicyAssignmentResponseTypeDef#

# CreateIAMPolicyAssignmentResponseTypeDef definition

class CreateIAMPolicyAssignmentResponseTypeDef(TypedDict):
    AssignmentName: str,
    AssignmentId: str,
    AssignmentStatus: AssignmentStatusType,  # (1)
    PolicyArn: str,
    Identities: Dict[str, List[str]],
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AssignmentStatusType
  2. See ResponseMetadataTypeDef

CreateIngestionResponseTypeDef#

# CreateIngestionResponseTypeDef definition

class CreateIngestionResponseTypeDef(TypedDict):
    Arn: str,
    IngestionId: str,
    IngestionStatus: IngestionStatusType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See IngestionStatusType
  2. See ResponseMetadataTypeDef

CreateNamespaceResponseTypeDef#

# CreateNamespaceResponseTypeDef definition

class CreateNamespaceResponseTypeDef(TypedDict):
    Arn: str,
    Name: str,
    CapacityRegion: str,
    CreationStatus: NamespaceStatusType,  # (1)
    IdentityStore: IdentityStoreType,  # (2)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See NamespaceStatusType
  2. See IdentityStoreType
  3. See ResponseMetadataTypeDef

CreateRefreshScheduleResponseTypeDef#

# CreateRefreshScheduleResponseTypeDef definition

class CreateRefreshScheduleResponseTypeDef(TypedDict):
    Status: int,
    RequestId: str,
    ScheduleId: str,
    Arn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateRoleMembershipResponseTypeDef#

# CreateRoleMembershipResponseTypeDef definition

class CreateRoleMembershipResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateTemplateResponseTypeDef#

# CreateTemplateResponseTypeDef definition

class CreateTemplateResponseTypeDef(TypedDict):
    Arn: str,
    VersionArn: str,
    TemplateId: str,
    CreationStatus: ResourceStatusType,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

CreateThemeResponseTypeDef#

# CreateThemeResponseTypeDef definition

class CreateThemeResponseTypeDef(TypedDict):
    Arn: str,
    VersionArn: str,
    ThemeId: str,
    CreationStatus: ResourceStatusType,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

CreateTopicRefreshScheduleResponseTypeDef#

# CreateTopicRefreshScheduleResponseTypeDef definition

class CreateTopicRefreshScheduleResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    DatasetArn: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateTopicResponseTypeDef#

# CreateTopicResponseTypeDef definition

class CreateTopicResponseTypeDef(TypedDict):
    Arn: str,
    TopicId: str,
    RefreshArn: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateVPCConnectionResponseTypeDef#

# CreateVPCConnectionResponseTypeDef definition

class CreateVPCConnectionResponseTypeDef(TypedDict):
    Arn: str,
    VPCConnectionId: str,
    CreationStatus: VPCConnectionResourceStatusType,  # (1)
    AvailabilityStatus: VPCConnectionAvailabilityStatusType,  # (2)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See VPCConnectionResourceStatusType
  2. See VPCConnectionAvailabilityStatusType
  3. See ResponseMetadataTypeDef

DeleteAccountCustomizationResponseTypeDef#

# DeleteAccountCustomizationResponseTypeDef definition

class DeleteAccountCustomizationResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteAccountSubscriptionResponseTypeDef#

# DeleteAccountSubscriptionResponseTypeDef definition

class DeleteAccountSubscriptionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteAnalysisResponseTypeDef#

# DeleteAnalysisResponseTypeDef definition

class DeleteAnalysisResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    AnalysisId: str,
    DeletionTime: datetime,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteBrandAssignmentResponseTypeDef#

# DeleteBrandAssignmentResponseTypeDef definition

class DeleteBrandAssignmentResponseTypeDef(TypedDict):
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteBrandResponseTypeDef#

# DeleteBrandResponseTypeDef definition

class DeleteBrandResponseTypeDef(TypedDict):
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteCustomPermissionsResponseTypeDef#

# DeleteCustomPermissionsResponseTypeDef definition

class DeleteCustomPermissionsResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteDashboardResponseTypeDef#

# DeleteDashboardResponseTypeDef definition

class DeleteDashboardResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    DashboardId: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteDataSetRefreshPropertiesResponseTypeDef#

# DeleteDataSetRefreshPropertiesResponseTypeDef definition

class DeleteDataSetRefreshPropertiesResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteDataSetResponseTypeDef#

# DeleteDataSetResponseTypeDef definition

class DeleteDataSetResponseTypeDef(TypedDict):
    Arn: str,
    DataSetId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteDataSourceResponseTypeDef#

# DeleteDataSourceResponseTypeDef definition

class DeleteDataSourceResponseTypeDef(TypedDict):
    Arn: str,
    DataSourceId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteFolderMembershipResponseTypeDef#

# DeleteFolderMembershipResponseTypeDef definition

class DeleteFolderMembershipResponseTypeDef(TypedDict):
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteFolderResponseTypeDef#

# DeleteFolderResponseTypeDef definition

class DeleteFolderResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    FolderId: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteGroupMembershipResponseTypeDef#

# DeleteGroupMembershipResponseTypeDef definition

class DeleteGroupMembershipResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteGroupResponseTypeDef#

# DeleteGroupResponseTypeDef definition

class DeleteGroupResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteIAMPolicyAssignmentResponseTypeDef#

# DeleteIAMPolicyAssignmentResponseTypeDef definition

class DeleteIAMPolicyAssignmentResponseTypeDef(TypedDict):
    AssignmentName: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteIdentityPropagationConfigResponseTypeDef#

# DeleteIdentityPropagationConfigResponseTypeDef definition

class DeleteIdentityPropagationConfigResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteNamespaceResponseTypeDef#

# DeleteNamespaceResponseTypeDef definition

class DeleteNamespaceResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteRefreshScheduleResponseTypeDef#

# DeleteRefreshScheduleResponseTypeDef definition

class DeleteRefreshScheduleResponseTypeDef(TypedDict):
    Status: int,
    RequestId: str,
    ScheduleId: str,
    Arn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteRoleCustomPermissionResponseTypeDef#

# DeleteRoleCustomPermissionResponseTypeDef definition

class DeleteRoleCustomPermissionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteRoleMembershipResponseTypeDef#

# DeleteRoleMembershipResponseTypeDef definition

class DeleteRoleMembershipResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteTemplateAliasResponseTypeDef#

# DeleteTemplateAliasResponseTypeDef definition

class DeleteTemplateAliasResponseTypeDef(TypedDict):
    Status: int,
    TemplateId: str,
    AliasName: str,
    Arn: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteTemplateResponseTypeDef#

# DeleteTemplateResponseTypeDef definition

class DeleteTemplateResponseTypeDef(TypedDict):
    RequestId: str,
    Arn: str,
    TemplateId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteThemeAliasResponseTypeDef#

# DeleteThemeAliasResponseTypeDef definition

class DeleteThemeAliasResponseTypeDef(TypedDict):
    AliasName: str,
    Arn: str,
    RequestId: str,
    Status: int,
    ThemeId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteThemeResponseTypeDef#

# DeleteThemeResponseTypeDef definition

class DeleteThemeResponseTypeDef(TypedDict):
    Arn: str,
    RequestId: str,
    Status: int,
    ThemeId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteTopicRefreshScheduleResponseTypeDef#

# DeleteTopicRefreshScheduleResponseTypeDef definition

class DeleteTopicRefreshScheduleResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    DatasetArn: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteTopicResponseTypeDef#

# DeleteTopicResponseTypeDef definition

class DeleteTopicResponseTypeDef(TypedDict):
    Arn: str,
    TopicId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteUserByPrincipalIdResponseTypeDef#

# DeleteUserByPrincipalIdResponseTypeDef definition

class DeleteUserByPrincipalIdResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteUserCustomPermissionResponseTypeDef#

# DeleteUserCustomPermissionResponseTypeDef definition

class DeleteUserCustomPermissionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteUserResponseTypeDef#

# DeleteUserResponseTypeDef definition

class DeleteUserResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteVPCConnectionResponseTypeDef#

# DeleteVPCConnectionResponseTypeDef definition

class DeleteVPCConnectionResponseTypeDef(TypedDict):
    Arn: str,
    VPCConnectionId: str,
    DeletionStatus: VPCConnectionResourceStatusType,  # (1)
    AvailabilityStatus: VPCConnectionAvailabilityStatusType,  # (2)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See VPCConnectionResourceStatusType
  2. See VPCConnectionAvailabilityStatusType
  3. See ResponseMetadataTypeDef

DescribeAccountCustomizationResponseTypeDef#

# DescribeAccountCustomizationResponseTypeDef definition

class DescribeAccountCustomizationResponseTypeDef(TypedDict):
    Arn: str,
    AwsAccountId: str,
    Namespace: str,
    AccountCustomization: AccountCustomizationTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AccountCustomizationTypeDef
  2. See ResponseMetadataTypeDef

DescribeAccountSettingsResponseTypeDef#

# DescribeAccountSettingsResponseTypeDef definition

class DescribeAccountSettingsResponseTypeDef(TypedDict):
    AccountSettings: AccountSettingsTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AccountSettingsTypeDef
  2. See ResponseMetadataTypeDef

DescribeAccountSubscriptionResponseTypeDef#

# DescribeAccountSubscriptionResponseTypeDef definition

class DescribeAccountSubscriptionResponseTypeDef(TypedDict):
    AccountInfo: AccountInfoTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AccountInfoTypeDef
  2. See ResponseMetadataTypeDef

DescribeBrandAssignmentResponseTypeDef#

# DescribeBrandAssignmentResponseTypeDef definition

class DescribeBrandAssignmentResponseTypeDef(TypedDict):
    RequestId: str,
    BrandArn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DescribeIpRestrictionResponseTypeDef#

# DescribeIpRestrictionResponseTypeDef definition

class DescribeIpRestrictionResponseTypeDef(TypedDict):
    AwsAccountId: str,
    IpRestrictionRuleMap: Dict[str, str],
    VpcIdRestrictionRuleMap: Dict[str, str],
    VpcEndpointIdRestrictionRuleMap: Dict[str, str],
    Enabled: bool,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DescribeQPersonalizationConfigurationResponseTypeDef#

# DescribeQPersonalizationConfigurationResponseTypeDef definition

class DescribeQPersonalizationConfigurationResponseTypeDef(TypedDict):
    PersonalizationMode: PersonalizationModeType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See PersonalizationModeType
  2. See ResponseMetadataTypeDef

DescribeRoleCustomPermissionResponseTypeDef#

# DescribeRoleCustomPermissionResponseTypeDef definition

class DescribeRoleCustomPermissionResponseTypeDef(TypedDict):
    CustomPermissionsName: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

GenerateEmbedUrlForAnonymousUserResponseTypeDef#

# GenerateEmbedUrlForAnonymousUserResponseTypeDef definition

class GenerateEmbedUrlForAnonymousUserResponseTypeDef(TypedDict):
    EmbedUrl: str,
    Status: int,
    RequestId: str,
    AnonymousUserArn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

GenerateEmbedUrlForRegisteredUserResponseTypeDef#

# GenerateEmbedUrlForRegisteredUserResponseTypeDef definition

class GenerateEmbedUrlForRegisteredUserResponseTypeDef(TypedDict):
    EmbedUrl: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

GetDashboardEmbedUrlResponseTypeDef#

# GetDashboardEmbedUrlResponseTypeDef definition

class GetDashboardEmbedUrlResponseTypeDef(TypedDict):
    EmbedUrl: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

GetSessionEmbedUrlResponseTypeDef#

# GetSessionEmbedUrlResponseTypeDef definition

class GetSessionEmbedUrlResponseTypeDef(TypedDict):
    EmbedUrl: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

ListAnalysesResponseTypeDef#

# ListAnalysesResponseTypeDef definition

class ListAnalysesResponseTypeDef(TypedDict):
    AnalysisSummaryList: List[AnalysisSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See AnalysisSummaryTypeDef
  2. See ResponseMetadataTypeDef

ListAssetBundleExportJobsResponseTypeDef#

# ListAssetBundleExportJobsResponseTypeDef definition

class ListAssetBundleExportJobsResponseTypeDef(TypedDict):
    AssetBundleExportJobSummaryList: List[AssetBundleExportJobSummaryTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See AssetBundleExportJobSummaryTypeDef
  2. See ResponseMetadataTypeDef

ListAssetBundleImportJobsResponseTypeDef#

# ListAssetBundleImportJobsResponseTypeDef definition

class ListAssetBundleImportJobsResponseTypeDef(TypedDict):
    AssetBundleImportJobSummaryList: List[AssetBundleImportJobSummaryTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See AssetBundleImportJobSummaryTypeDef
  2. See ResponseMetadataTypeDef

ListFoldersForResourceResponseTypeDef#

# ListFoldersForResourceResponseTypeDef definition

class ListFoldersForResourceResponseTypeDef(TypedDict):
    Status: int,
    Folders: List[str],
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
    NextToken: NotRequired[str],
  1. See ResponseMetadataTypeDef

ListIAMPolicyAssignmentsForUserResponseTypeDef#

# ListIAMPolicyAssignmentsForUserResponseTypeDef definition

class ListIAMPolicyAssignmentsForUserResponseTypeDef(TypedDict):
    ActiveAssignments: List[ActiveIAMPolicyAssignmentTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See ActiveIAMPolicyAssignmentTypeDef
  2. See ResponseMetadataTypeDef

ListIdentityPropagationConfigsResponseTypeDef#

# ListIdentityPropagationConfigsResponseTypeDef definition

class ListIdentityPropagationConfigsResponseTypeDef(TypedDict):
    Services: List[AuthorizedTargetsByServiceTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See AuthorizedTargetsByServiceTypeDef
  2. See ResponseMetadataTypeDef

ListRoleMembershipsResponseTypeDef#

# ListRoleMembershipsResponseTypeDef definition

class ListRoleMembershipsResponseTypeDef(TypedDict):
    MembersList: List[str],
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
    NextToken: NotRequired[str],
  1. See ResponseMetadataTypeDef

ListTagsForResourceResponseTypeDef#

# ListTagsForResourceResponseTypeDef definition

class ListTagsForResourceResponseTypeDef(TypedDict):
    Tags: List[TagTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TagTypeDef
  2. See ResponseMetadataTypeDef

PutDataSetRefreshPropertiesResponseTypeDef#

# PutDataSetRefreshPropertiesResponseTypeDef definition

class PutDataSetRefreshPropertiesResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

RestoreAnalysisResponseTypeDef#

# RestoreAnalysisResponseTypeDef definition

class RestoreAnalysisResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    AnalysisId: str,
    RequestId: str,
    RestorationFailedFolderArns: List[str],
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

SearchAnalysesResponseTypeDef#

# SearchAnalysesResponseTypeDef definition

class SearchAnalysesResponseTypeDef(TypedDict):
    AnalysisSummaryList: List[AnalysisSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See AnalysisSummaryTypeDef
  2. See ResponseMetadataTypeDef

StartAssetBundleExportJobResponseTypeDef#

# StartAssetBundleExportJobResponseTypeDef definition

class StartAssetBundleExportJobResponseTypeDef(TypedDict):
    Arn: str,
    AssetBundleExportJobId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

StartAssetBundleImportJobResponseTypeDef#

# StartAssetBundleImportJobResponseTypeDef definition

class StartAssetBundleImportJobResponseTypeDef(TypedDict):
    Arn: str,
    AssetBundleImportJobId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

StartDashboardSnapshotJobResponseTypeDef#

# StartDashboardSnapshotJobResponseTypeDef definition

class StartDashboardSnapshotJobResponseTypeDef(TypedDict):
    Arn: str,
    SnapshotJobId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

StartDashboardSnapshotJobScheduleResponseTypeDef#

# StartDashboardSnapshotJobScheduleResponseTypeDef definition

class StartDashboardSnapshotJobScheduleResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

TagResourceResponseTypeDef#

# TagResourceResponseTypeDef definition

class TagResourceResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UntagResourceResponseTypeDef#

# UntagResourceResponseTypeDef definition

class UntagResourceResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateAccountCustomizationResponseTypeDef#

# UpdateAccountCustomizationResponseTypeDef definition

class UpdateAccountCustomizationResponseTypeDef(TypedDict):
    Arn: str,
    AwsAccountId: str,
    Namespace: str,
    AccountCustomization: AccountCustomizationTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AccountCustomizationTypeDef
  2. See ResponseMetadataTypeDef

UpdateAccountSettingsResponseTypeDef#

# UpdateAccountSettingsResponseTypeDef definition

class UpdateAccountSettingsResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateAnalysisResponseTypeDef#

# UpdateAnalysisResponseTypeDef definition

class UpdateAnalysisResponseTypeDef(TypedDict):
    Arn: str,
    AnalysisId: str,
    UpdateStatus: ResourceStatusType,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

UpdateBrandAssignmentResponseTypeDef#

# UpdateBrandAssignmentResponseTypeDef definition

class UpdateBrandAssignmentResponseTypeDef(TypedDict):
    RequestId: str,
    BrandArn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateBrandPublishedVersionResponseTypeDef#

# UpdateBrandPublishedVersionResponseTypeDef definition

class UpdateBrandPublishedVersionResponseTypeDef(TypedDict):
    RequestId: str,
    VersionId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateCustomPermissionsResponseTypeDef#

# UpdateCustomPermissionsResponseTypeDef definition

class UpdateCustomPermissionsResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDashboardLinksResponseTypeDef#

# UpdateDashboardLinksResponseTypeDef definition

class UpdateDashboardLinksResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    DashboardArn: str,
    LinkEntities: List[str],
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDashboardPublishedVersionResponseTypeDef#

# UpdateDashboardPublishedVersionResponseTypeDef definition

class UpdateDashboardPublishedVersionResponseTypeDef(TypedDict):
    DashboardId: str,
    DashboardArn: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDashboardResponseTypeDef#

# UpdateDashboardResponseTypeDef definition

class UpdateDashboardResponseTypeDef(TypedDict):
    Arn: str,
    VersionArn: str,
    DashboardId: str,
    CreationStatus: ResourceStatusType,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

UpdateDataSetPermissionsResponseTypeDef#

# UpdateDataSetPermissionsResponseTypeDef definition

class UpdateDataSetPermissionsResponseTypeDef(TypedDict):
    DataSetArn: str,
    DataSetId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDataSetResponseTypeDef#

# UpdateDataSetResponseTypeDef definition

class UpdateDataSetResponseTypeDef(TypedDict):
    Arn: str,
    DataSetId: str,
    IngestionArn: str,
    IngestionId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDataSourcePermissionsResponseTypeDef#

# UpdateDataSourcePermissionsResponseTypeDef definition

class UpdateDataSourcePermissionsResponseTypeDef(TypedDict):
    DataSourceArn: str,
    DataSourceId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDataSourceResponseTypeDef#

# UpdateDataSourceResponseTypeDef definition

class UpdateDataSourceResponseTypeDef(TypedDict):
    Arn: str,
    DataSourceId: str,
    UpdateStatus: ResourceStatusType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

UpdateFolderResponseTypeDef#

# UpdateFolderResponseTypeDef definition

class UpdateFolderResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    FolderId: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateIAMPolicyAssignmentResponseTypeDef#

# UpdateIAMPolicyAssignmentResponseTypeDef definition

class UpdateIAMPolicyAssignmentResponseTypeDef(TypedDict):
    AssignmentName: str,
    AssignmentId: str,
    PolicyArn: str,
    Identities: Dict[str, List[str]],
    AssignmentStatus: AssignmentStatusType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AssignmentStatusType
  2. See ResponseMetadataTypeDef

UpdateIdentityPropagationConfigResponseTypeDef#

# UpdateIdentityPropagationConfigResponseTypeDef definition

class UpdateIdentityPropagationConfigResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateIpRestrictionResponseTypeDef#

# UpdateIpRestrictionResponseTypeDef definition

class UpdateIpRestrictionResponseTypeDef(TypedDict):
    AwsAccountId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdatePublicSharingSettingsResponseTypeDef#

# UpdatePublicSharingSettingsResponseTypeDef definition

class UpdatePublicSharingSettingsResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateQPersonalizationConfigurationResponseTypeDef#

# UpdateQPersonalizationConfigurationResponseTypeDef definition

class UpdateQPersonalizationConfigurationResponseTypeDef(TypedDict):
    PersonalizationMode: PersonalizationModeType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See PersonalizationModeType
  2. See ResponseMetadataTypeDef

UpdateRefreshScheduleResponseTypeDef#

# UpdateRefreshScheduleResponseTypeDef definition

class UpdateRefreshScheduleResponseTypeDef(TypedDict):
    Status: int,
    RequestId: str,
    ScheduleId: str,
    Arn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateRoleCustomPermissionResponseTypeDef#

# UpdateRoleCustomPermissionResponseTypeDef definition

class UpdateRoleCustomPermissionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateSPICECapacityConfigurationResponseTypeDef#

# UpdateSPICECapacityConfigurationResponseTypeDef definition

class UpdateSPICECapacityConfigurationResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateTemplateResponseTypeDef#

# UpdateTemplateResponseTypeDef definition

class UpdateTemplateResponseTypeDef(TypedDict):
    TemplateId: str,
    Arn: str,
    VersionArn: str,
    CreationStatus: ResourceStatusType,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

UpdateThemeResponseTypeDef#

# UpdateThemeResponseTypeDef definition

class UpdateThemeResponseTypeDef(TypedDict):
    ThemeId: str,
    Arn: str,
    VersionArn: str,
    CreationStatus: ResourceStatusType,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourceStatusType
  2. See ResponseMetadataTypeDef

UpdateTopicRefreshScheduleResponseTypeDef#

# UpdateTopicRefreshScheduleResponseTypeDef definition

class UpdateTopicRefreshScheduleResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    DatasetArn: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateTopicResponseTypeDef#

# UpdateTopicResponseTypeDef definition

class UpdateTopicResponseTypeDef(TypedDict):
    TopicId: str,
    Arn: str,
    RefreshArn: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateUserCustomPermissionResponseTypeDef#

# UpdateUserCustomPermissionResponseTypeDef definition

class UpdateUserCustomPermissionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateVPCConnectionResponseTypeDef#

# UpdateVPCConnectionResponseTypeDef definition

class UpdateVPCConnectionResponseTypeDef(TypedDict):
    Arn: str,
    VPCConnectionId: str,
    UpdateStatus: VPCConnectionResourceStatusType,  # (1)
    AvailabilityStatus: VPCConnectionAvailabilityStatusType,  # (2)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See VPCConnectionResourceStatusType
  2. See VPCConnectionAvailabilityStatusType
  3. See ResponseMetadataTypeDef

BatchCreateTopicReviewedAnswerResponseTypeDef#

# BatchCreateTopicReviewedAnswerResponseTypeDef definition

class BatchCreateTopicReviewedAnswerResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    SucceededAnswers: List[SucceededTopicReviewedAnswerTypeDef],  # (1)
    InvalidAnswers: List[InvalidTopicReviewedAnswerTypeDef],  # (2)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See SucceededTopicReviewedAnswerTypeDef
  2. See InvalidTopicReviewedAnswerTypeDef
  3. See ResponseMetadataTypeDef

BatchDeleteTopicReviewedAnswerResponseTypeDef#

# BatchDeleteTopicReviewedAnswerResponseTypeDef definition

class BatchDeleteTopicReviewedAnswerResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    SucceededAnswers: List[SucceededTopicReviewedAnswerTypeDef],  # (1)
    InvalidAnswers: List[InvalidTopicReviewedAnswerTypeDef],  # (2)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See SucceededTopicReviewedAnswerTypeDef
  2. See InvalidTopicReviewedAnswerTypeDef
  3. See ResponseMetadataTypeDef

HistogramBinOptionsTypeDef#

# HistogramBinOptionsTypeDef definition

class HistogramBinOptionsTypeDef(TypedDict):
    SelectedBinType: NotRequired[HistogramBinTypeType],  # (1)
    BinCount: NotRequired[BinCountOptionsTypeDef],  # (2)
    BinWidth: NotRequired[BinWidthOptionsTypeDef],  # (3)
    StartValue: NotRequired[float],
  1. See HistogramBinTypeType
  2. See BinCountOptionsTypeDef
  3. See BinWidthOptionsTypeDef

BodySectionRepeatPageBreakConfigurationTypeDef#

# BodySectionRepeatPageBreakConfigurationTypeDef definition

class BodySectionRepeatPageBreakConfigurationTypeDef(TypedDict):
    After: NotRequired[SectionAfterPageBreakTypeDef],  # (1)
  1. See SectionAfterPageBreakTypeDef

SectionPageBreakConfigurationTypeDef#

# SectionPageBreakConfigurationTypeDef definition

class SectionPageBreakConfigurationTypeDef(TypedDict):
    After: NotRequired[SectionAfterPageBreakTypeDef],  # (1)
  1. See SectionAfterPageBreakTypeDef

TileStyleTypeDef#

# TileStyleTypeDef definition

class TileStyleTypeDef(TypedDict):
    Border: NotRequired[BorderStyleTypeDef],  # (1)
  1. See BorderStyleTypeDef

BoxPlotOptionsTypeDef#

# BoxPlotOptionsTypeDef definition

class BoxPlotOptionsTypeDef(TypedDict):
    StyleOptions: NotRequired[BoxPlotStyleOptionsTypeDef],  # (1)
    OutlierVisibility: NotRequired[VisibilityType],  # (2)
    AllDataPointsVisibility: NotRequired[VisibilityType],  # (2)
  1. See BoxPlotStyleOptionsTypeDef
  2. See VisibilityType
  3. See VisibilityType

BrandColorPaletteTypeDef#

# BrandColorPaletteTypeDef definition

class BrandColorPaletteTypeDef(TypedDict):
    Primary: NotRequired[PaletteTypeDef],  # (1)
    Secondary: NotRequired[PaletteTypeDef],  # (1)
    Accent: NotRequired[PaletteTypeDef],  # (1)
    Measure: NotRequired[PaletteTypeDef],  # (1)
    Dimension: NotRequired[PaletteTypeDef],  # (1)
    Success: NotRequired[PaletteTypeDef],  # (1)
    Info: NotRequired[PaletteTypeDef],  # (1)
    Warning: NotRequired[PaletteTypeDef],  # (1)
    Danger: NotRequired[PaletteTypeDef],  # (1)
  1. See PaletteTypeDef
  2. See PaletteTypeDef
  3. See PaletteTypeDef
  4. See PaletteTypeDef
  5. See PaletteTypeDef
  6. See PaletteTypeDef
  7. See PaletteTypeDef
  8. See PaletteTypeDef
  9. See PaletteTypeDef
# NavbarStyleTypeDef definition

class NavbarStyleTypeDef(TypedDict):
    GlobalNavbar: NotRequired[PaletteTypeDef],  # (1)
    ContextualNavbar: NotRequired[PaletteTypeDef],  # (1)
  1. See PaletteTypeDef
  2. See PaletteTypeDef

ListBrandsResponseTypeDef#

# ListBrandsResponseTypeDef definition

class ListBrandsResponseTypeDef(TypedDict):
    Brands: List[BrandSummaryTypeDef],  # (1)
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See BrandSummaryTypeDef
  2. See ResponseMetadataTypeDef

CreateColumnsOperationOutputTypeDef#

# CreateColumnsOperationOutputTypeDef definition

class CreateColumnsOperationOutputTypeDef(TypedDict):
    Columns: List[CalculatedColumnTypeDef],  # (1)
  1. See CalculatedColumnTypeDef

CreateColumnsOperationTypeDef#

# CreateColumnsOperationTypeDef definition

class CreateColumnsOperationTypeDef(TypedDict):
    Columns: Sequence[CalculatedColumnTypeDef],  # (1)
  1. See CalculatedColumnTypeDef

CreateCustomPermissionsRequestRequestTypeDef#

# CreateCustomPermissionsRequestRequestTypeDef definition

class CreateCustomPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    CustomPermissionsName: str,
    Capabilities: NotRequired[CapabilitiesTypeDef],  # (1)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
  1. See CapabilitiesTypeDef
  2. See TagTypeDef

CustomPermissionsTypeDef#

# CustomPermissionsTypeDef definition

class CustomPermissionsTypeDef(TypedDict):
    Arn: NotRequired[str],
    CustomPermissionsName: NotRequired[str],
    Capabilities: NotRequired[CapabilitiesTypeDef],  # (1)
  1. See CapabilitiesTypeDef

UpdateCustomPermissionsRequestRequestTypeDef#

# UpdateCustomPermissionsRequestRequestTypeDef definition

class UpdateCustomPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    CustomPermissionsName: str,
    Capabilities: NotRequired[CapabilitiesTypeDef],  # (1)
  1. See CapabilitiesTypeDef

CategoryFilterConfigurationOutputTypeDef#

# CategoryFilterConfigurationOutputTypeDef definition

class CategoryFilterConfigurationOutputTypeDef(TypedDict):
    FilterListConfiguration: NotRequired[FilterListConfigurationOutputTypeDef],  # (1)
    CustomFilterListConfiguration: NotRequired[CustomFilterListConfigurationOutputTypeDef],  # (2)
    CustomFilterConfiguration: NotRequired[CustomFilterConfigurationTypeDef],  # (3)
  1. See FilterListConfigurationOutputTypeDef
  2. See CustomFilterListConfigurationOutputTypeDef
  3. See CustomFilterConfigurationTypeDef

ClusterMarkerTypeDef#

# ClusterMarkerTypeDef definition

class ClusterMarkerTypeDef(TypedDict):
    SimpleClusterMarker: NotRequired[SimpleClusterMarkerTypeDef],  # (1)
  1. See SimpleClusterMarkerTypeDef

TopicConstantValueOutputTypeDef#

# TopicConstantValueOutputTypeDef definition

class TopicConstantValueOutputTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    Value: NotRequired[str],
    Minimum: NotRequired[str],
    Maximum: NotRequired[str],
    ValueList: NotRequired[List[CollectiveConstantEntryTypeDef]],  # (2)
  1. See ConstantTypeType
  2. See CollectiveConstantEntryTypeDef

TopicConstantValueTypeDef#

# TopicConstantValueTypeDef definition

class TopicConstantValueTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    Value: NotRequired[str],
    Minimum: NotRequired[str],
    Maximum: NotRequired[str],
    ValueList: NotRequired[Sequence[CollectiveConstantEntryTypeDef]],  # (2)
  1. See ConstantTypeType
  2. See CollectiveConstantEntryTypeDef

TopicCategoryFilterConstantOutputTypeDef#

# TopicCategoryFilterConstantOutputTypeDef definition

class TopicCategoryFilterConstantOutputTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    SingularConstant: NotRequired[str],
    CollectiveConstant: NotRequired[CollectiveConstantOutputTypeDef],  # (2)
  1. See ConstantTypeType
  2. See CollectiveConstantOutputTypeDef

ColorScaleOutputTypeDef#

# ColorScaleOutputTypeDef definition

class ColorScaleOutputTypeDef(TypedDict):
    Colors: List[DataColorTypeDef],  # (1)
    ColorFillType: ColorFillTypeType,  # (2)
    NullValueColor: NotRequired[DataColorTypeDef],  # (3)
  1. See DataColorTypeDef
  2. See ColorFillTypeType
  3. See DataColorTypeDef

ColorScaleTypeDef#

# ColorScaleTypeDef definition

class ColorScaleTypeDef(TypedDict):
    Colors: Sequence[DataColorTypeDef],  # (1)
    ColorFillType: ColorFillTypeType,  # (2)
    NullValueColor: NotRequired[DataColorTypeDef],  # (3)
  1. See DataColorTypeDef
  2. See ColorFillTypeType
  3. See DataColorTypeDef

ColorsConfigurationOutputTypeDef#

# ColorsConfigurationOutputTypeDef definition

class ColorsConfigurationOutputTypeDef(TypedDict):
    CustomColors: NotRequired[List[CustomColorTypeDef]],  # (1)
  1. See CustomColorTypeDef

ColorsConfigurationTypeDef#

# ColorsConfigurationTypeDef definition

class ColorsConfigurationTypeDef(TypedDict):
    CustomColors: NotRequired[Sequence[CustomColorTypeDef]],  # (1)
  1. See CustomColorTypeDef

ColumnTagTypeDef#

# ColumnTagTypeDef definition

class ColumnTagTypeDef(TypedDict):
    ColumnGeographicRole: NotRequired[GeoSpatialDataRoleType],  # (1)
    ColumnDescription: NotRequired[ColumnDescriptionTypeDef],  # (2)
  1. See GeoSpatialDataRoleType
  2. See ColumnDescriptionTypeDef

ColumnGroupSchemaOutputTypeDef#

# ColumnGroupSchemaOutputTypeDef definition

class ColumnGroupSchemaOutputTypeDef(TypedDict):
    Name: NotRequired[str],
    ColumnGroupColumnSchemaList: NotRequired[List[ColumnGroupColumnSchemaTypeDef]],  # (1)
  1. See ColumnGroupColumnSchemaTypeDef

ColumnGroupSchemaTypeDef#

# ColumnGroupSchemaTypeDef definition

class ColumnGroupSchemaTypeDef(TypedDict):
    Name: NotRequired[str],
    ColumnGroupColumnSchemaList: NotRequired[Sequence[ColumnGroupColumnSchemaTypeDef]],  # (1)
  1. See ColumnGroupColumnSchemaTypeDef

ColumnGroupOutputTypeDef#

# ColumnGroupOutputTypeDef definition

class ColumnGroupOutputTypeDef(TypedDict):
    GeoSpatialColumnGroup: NotRequired[GeoSpatialColumnGroupOutputTypeDef],  # (1)
  1. See GeoSpatialColumnGroupOutputTypeDef

DataSetSchemaOutputTypeDef#

# DataSetSchemaOutputTypeDef definition

class DataSetSchemaOutputTypeDef(TypedDict):
    ColumnSchemaList: NotRequired[List[ColumnSchemaTypeDef]],  # (1)
  1. See ColumnSchemaTypeDef

DataSetSchemaTypeDef#

# DataSetSchemaTypeDef definition

class DataSetSchemaTypeDef(TypedDict):
    ColumnSchemaList: NotRequired[Sequence[ColumnSchemaTypeDef]],  # (1)
  1. See ColumnSchemaTypeDef

ConditionalFormattingCustomIconConditionTypeDef#

# ConditionalFormattingCustomIconConditionTypeDef definition

class ConditionalFormattingCustomIconConditionTypeDef(TypedDict):
    Expression: str,
    IconOptions: ConditionalFormattingCustomIconOptionsTypeDef,  # (1)
    Color: NotRequired[str],
    DisplayConfiguration: NotRequired[ConditionalFormattingIconDisplayConfigurationTypeDef],  # (2)
  1. See ConditionalFormattingCustomIconOptionsTypeDef
  2. See ConditionalFormattingIconDisplayConfigurationTypeDef

CreateAccountSubscriptionResponseTypeDef#

# CreateAccountSubscriptionResponseTypeDef definition

class CreateAccountSubscriptionResponseTypeDef(TypedDict):
    SignupResponse: SignupResponseTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See SignupResponseTypeDef
  2. See ResponseMetadataTypeDef

CreateFolderRequestRequestTypeDef#

# CreateFolderRequestRequestTypeDef definition

class CreateFolderRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    Name: NotRequired[str],
    FolderType: NotRequired[FolderTypeType],  # (1)
    ParentFolderArn: NotRequired[str],
    Permissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (2)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (3)
    SharingModel: NotRequired[SharingModelType],  # (4)
  1. See FolderTypeType
  2. See ResourcePermissionTypeDef
  3. See TagTypeDef
  4. See SharingModelType

UpdateAnalysisPermissionsRequestRequestTypeDef#

# UpdateAnalysisPermissionsRequestRequestTypeDef definition

class UpdateAnalysisPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef
  2. See ResourcePermissionTypeDef

UpdateDashboardPermissionsRequestRequestTypeDef#

# UpdateDashboardPermissionsRequestRequestTypeDef definition

class UpdateDashboardPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    GrantLinkPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    RevokeLinkPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef
  2. See ResourcePermissionTypeDef
  3. See ResourcePermissionTypeDef
  4. See ResourcePermissionTypeDef

UpdateDataSetPermissionsRequestRequestTypeDef#

# UpdateDataSetPermissionsRequestRequestTypeDef definition

class UpdateDataSetPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef
  2. See ResourcePermissionTypeDef

UpdateDataSourcePermissionsRequestRequestTypeDef#

# UpdateDataSourcePermissionsRequestRequestTypeDef definition

class UpdateDataSourcePermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSourceId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef
  2. See ResourcePermissionTypeDef

UpdateFolderPermissionsRequestRequestTypeDef#

# UpdateFolderPermissionsRequestRequestTypeDef definition

class UpdateFolderPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef
  2. See ResourcePermissionTypeDef

UpdateTemplatePermissionsRequestRequestTypeDef#

# UpdateTemplatePermissionsRequestRequestTypeDef definition

class UpdateTemplatePermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef
  2. See ResourcePermissionTypeDef

UpdateThemePermissionsRequestRequestTypeDef#

# UpdateThemePermissionsRequestRequestTypeDef definition

class UpdateThemePermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef
  2. See ResourcePermissionTypeDef

UpdateTopicPermissionsRequestRequestTypeDef#

# UpdateTopicPermissionsRequestRequestTypeDef definition

class UpdateTopicPermissionsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef
  2. See ResourcePermissionTypeDef

DataSetSummaryTypeDef#

# DataSetSummaryTypeDef definition

class DataSetSummaryTypeDef(TypedDict):
    Arn: NotRequired[str],
    DataSetId: NotRequired[str],
    Name: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    ImportMode: NotRequired[DataSetImportModeType],  # (1)
    RowLevelPermissionDataSet: NotRequired[RowLevelPermissionDataSetTypeDef],  # (2)
    RowLevelPermissionTagConfigurationApplied: NotRequired[bool],
    ColumnLevelPermissionRulesApplied: NotRequired[bool],
  1. See DataSetImportModeType
  2. See RowLevelPermissionDataSetTypeDef

CreateFolderMembershipResponseTypeDef#

# CreateFolderMembershipResponseTypeDef definition

class CreateFolderMembershipResponseTypeDef(TypedDict):
    Status: int,
    FolderMember: FolderMemberTypeDef,  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See FolderMemberTypeDef
  2. See ResponseMetadataTypeDef

CreateGroupMembershipResponseTypeDef#

# CreateGroupMembershipResponseTypeDef definition

class CreateGroupMembershipResponseTypeDef(TypedDict):
    GroupMember: GroupMemberTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupMemberTypeDef
  2. See ResponseMetadataTypeDef

DescribeGroupMembershipResponseTypeDef#

# DescribeGroupMembershipResponseTypeDef definition

class DescribeGroupMembershipResponseTypeDef(TypedDict):
    GroupMember: GroupMemberTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupMemberTypeDef
  2. See ResponseMetadataTypeDef

ListGroupMembershipsResponseTypeDef#

# ListGroupMembershipsResponseTypeDef definition

class ListGroupMembershipsResponseTypeDef(TypedDict):
    GroupMemberList: List[GroupMemberTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See GroupMemberTypeDef
  2. See ResponseMetadataTypeDef

CreateGroupResponseTypeDef#

# CreateGroupResponseTypeDef definition

class CreateGroupResponseTypeDef(TypedDict):
    Group: GroupTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupTypeDef
  2. See ResponseMetadataTypeDef

DescribeGroupResponseTypeDef#

# DescribeGroupResponseTypeDef definition

class DescribeGroupResponseTypeDef(TypedDict):
    Group: GroupTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupTypeDef
  2. See ResponseMetadataTypeDef

ListGroupsResponseTypeDef#

# ListGroupsResponseTypeDef definition

class ListGroupsResponseTypeDef(TypedDict):
    GroupList: List[GroupTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See GroupTypeDef
  2. See ResponseMetadataTypeDef

ListUserGroupsResponseTypeDef#

# ListUserGroupsResponseTypeDef definition

class ListUserGroupsResponseTypeDef(TypedDict):
    GroupList: List[GroupTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See GroupTypeDef
  2. See ResponseMetadataTypeDef

SearchGroupsResponseTypeDef#

# SearchGroupsResponseTypeDef definition

class SearchGroupsResponseTypeDef(TypedDict):
    GroupList: List[GroupTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See GroupTypeDef
  2. See ResponseMetadataTypeDef

UpdateGroupResponseTypeDef#

# UpdateGroupResponseTypeDef definition

class UpdateGroupResponseTypeDef(TypedDict):
    Group: GroupTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupTypeDef
  2. See ResponseMetadataTypeDef

CreateTemplateAliasResponseTypeDef#

# CreateTemplateAliasResponseTypeDef definition

class CreateTemplateAliasResponseTypeDef(TypedDict):
    TemplateAlias: TemplateAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TemplateAliasTypeDef
  2. See ResponseMetadataTypeDef

DescribeTemplateAliasResponseTypeDef#

# DescribeTemplateAliasResponseTypeDef definition

class DescribeTemplateAliasResponseTypeDef(TypedDict):
    TemplateAlias: TemplateAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TemplateAliasTypeDef
  2. See ResponseMetadataTypeDef

ListTemplateAliasesResponseTypeDef#

# ListTemplateAliasesResponseTypeDef definition

class ListTemplateAliasesResponseTypeDef(TypedDict):
    TemplateAliasList: List[TemplateAliasTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See TemplateAliasTypeDef
  2. See ResponseMetadataTypeDef

UpdateTemplateAliasResponseTypeDef#

# UpdateTemplateAliasResponseTypeDef definition

class UpdateTemplateAliasResponseTypeDef(TypedDict):
    TemplateAlias: TemplateAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TemplateAliasTypeDef
  2. See ResponseMetadataTypeDef

CreateThemeAliasResponseTypeDef#

# CreateThemeAliasResponseTypeDef definition

class CreateThemeAliasResponseTypeDef(TypedDict):
    ThemeAlias: ThemeAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ThemeAliasTypeDef
  2. See ResponseMetadataTypeDef

DescribeThemeAliasResponseTypeDef#

# DescribeThemeAliasResponseTypeDef definition

class DescribeThemeAliasResponseTypeDef(TypedDict):
    ThemeAlias: ThemeAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ThemeAliasTypeDef
  2. See ResponseMetadataTypeDef

ListThemeAliasesResponseTypeDef#

# ListThemeAliasesResponseTypeDef definition

class ListThemeAliasesResponseTypeDef(TypedDict):
    ThemeAliasList: List[ThemeAliasTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See ThemeAliasTypeDef
  2. See ResponseMetadataTypeDef

UpdateThemeAliasResponseTypeDef#

# UpdateThemeAliasResponseTypeDef definition

class UpdateThemeAliasResponseTypeDef(TypedDict):
    ThemeAlias: ThemeAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ThemeAliasTypeDef
  2. See ResponseMetadataTypeDef

CustomActionNavigationOperationTypeDef#

# CustomActionNavigationOperationTypeDef definition

class CustomActionNavigationOperationTypeDef(TypedDict):
    LocalNavigationConfiguration: NotRequired[LocalNavigationConfigurationTypeDef],  # (1)
  1. See LocalNavigationConfigurationTypeDef

CustomValuesConfigurationOutputTypeDef#

# CustomValuesConfigurationOutputTypeDef definition

class CustomValuesConfigurationOutputTypeDef(TypedDict):
    CustomValues: CustomParameterValuesOutputTypeDef,  # (1)
    IncludeNullValue: NotRequired[bool],
  1. See CustomParameterValuesOutputTypeDef

CustomSqlOutputTypeDef#

# CustomSqlOutputTypeDef definition

class CustomSqlOutputTypeDef(TypedDict):
    DataSourceArn: str,
    Name: str,
    SqlQuery: str,
    Columns: NotRequired[List[InputColumnTypeDef]],  # (1)
  1. See InputColumnTypeDef

CustomSqlTypeDef#

# CustomSqlTypeDef definition

class CustomSqlTypeDef(TypedDict):
    DataSourceArn: str,
    Name: str,
    SqlQuery: str,
    Columns: NotRequired[Sequence[InputColumnTypeDef]],  # (1)
  1. See InputColumnTypeDef

RelationalTableOutputTypeDef#

# RelationalTableOutputTypeDef definition

class RelationalTableOutputTypeDef(TypedDict):
    DataSourceArn: str,
    Name: str,
    InputColumns: List[InputColumnTypeDef],  # (1)
    Catalog: NotRequired[str],
    Schema: NotRequired[str],
  1. See InputColumnTypeDef

RelationalTableTypeDef#

# RelationalTableTypeDef definition

class RelationalTableTypeDef(TypedDict):
    DataSourceArn: str,
    Name: str,
    InputColumns: Sequence[InputColumnTypeDef],  # (1)
    Catalog: NotRequired[str],
    Schema: NotRequired[str],
  1. See InputColumnTypeDef

VisualInteractionOptionsTypeDef#

# VisualInteractionOptionsTypeDef definition

class VisualInteractionOptionsTypeDef(TypedDict):
    VisualMenuOption: NotRequired[VisualMenuOptionTypeDef],  # (1)
    ContextMenuOption: NotRequired[ContextMenuOptionTypeDef],  # (2)
  1. See VisualMenuOptionTypeDef
  2. See ContextMenuOptionTypeDef

SearchDashboardsRequestRequestTypeDef#

# SearchDashboardsRequestRequestTypeDef definition

class SearchDashboardsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DashboardSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See DashboardSearchFilterTypeDef

ListDashboardsResponseTypeDef#

# ListDashboardsResponseTypeDef definition

class ListDashboardsResponseTypeDef(TypedDict):
    DashboardSummaryList: List[DashboardSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See DashboardSummaryTypeDef
  2. See ResponseMetadataTypeDef

SearchDashboardsResponseTypeDef#

# SearchDashboardsResponseTypeDef definition

class SearchDashboardsResponseTypeDef(TypedDict):
    DashboardSummaryList: List[DashboardSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See DashboardSummaryTypeDef
  2. See ResponseMetadataTypeDef

ListDashboardVersionsResponseTypeDef#

# ListDashboardVersionsResponseTypeDef definition

class ListDashboardVersionsResponseTypeDef(TypedDict):
    DashboardVersionSummaryList: List[DashboardVersionSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See DashboardVersionSummaryTypeDef
  2. See ResponseMetadataTypeDef

DashboardVisualPublishOptionsTypeDef#

# DashboardVisualPublishOptionsTypeDef definition

class DashboardVisualPublishOptionsTypeDef(TypedDict):
    ExportHiddenFieldsOption: NotRequired[ExportHiddenFieldsOptionTypeDef],  # (1)
  1. See ExportHiddenFieldsOptionTypeDef

TableInlineVisualizationTypeDef#

# TableInlineVisualizationTypeDef definition

class TableInlineVisualizationTypeDef(TypedDict):
    DataBars: NotRequired[DataBarsOptionsTypeDef],  # (1)
  1. See DataBarsOptionsTypeDef

DataLabelTypeTypeDef#

# DataLabelTypeTypeDef definition

class DataLabelTypeTypeDef(TypedDict):
    FieldLabelType: NotRequired[FieldLabelTypeTypeDef],  # (1)
    DataPathLabelType: NotRequired[DataPathLabelTypeTypeDef],  # (2)
    RangeEndsLabelType: NotRequired[RangeEndsLabelTypeTypeDef],  # (3)
    MinimumLabelType: NotRequired[MinimumLabelTypeTypeDef],  # (4)
    MaximumLabelType: NotRequired[MaximumLabelTypeTypeDef],  # (5)
  1. See FieldLabelTypeTypeDef
  2. See DataPathLabelTypeTypeDef
  3. See RangeEndsLabelTypeTypeDef
  4. See MinimumLabelTypeTypeDef
  5. See MaximumLabelTypeTypeDef

DataPathValueTypeDef#

# DataPathValueTypeDef definition

class DataPathValueTypeDef(TypedDict):
    FieldId: NotRequired[str],
    FieldValue: NotRequired[str],
    DataPathType: NotRequired[DataPathTypeTypeDef],  # (1)
  1. See DataPathTypeTypeDef

SearchDataSetsRequestRequestTypeDef#

# SearchDataSetsRequestRequestTypeDef definition

class SearchDataSetsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DataSetSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See DataSetSearchFilterTypeDef

SearchDataSourcesRequestRequestTypeDef#

# SearchDataSourcesRequestRequestTypeDef definition

class SearchDataSourcesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DataSourceSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See DataSourceSearchFilterTypeDef

SearchDataSourcesResponseTypeDef#

# SearchDataSourcesResponseTypeDef definition

class SearchDataSourcesResponseTypeDef(TypedDict):
    DataSourceSummaries: List[DataSourceSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See DataSourceSummaryTypeDef
  2. See ResponseMetadataTypeDef

DateTimeDatasetParameterOutputTypeDef#

# DateTimeDatasetParameterOutputTypeDef definition

class DateTimeDatasetParameterOutputTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
    DefaultValues: NotRequired[DateTimeDatasetParameterDefaultValuesOutputTypeDef],  # (3)
  1. See DatasetParameterValueTypeType
  2. See TimeGranularityType
  3. See DateTimeDatasetParameterDefaultValuesOutputTypeDef

TimeRangeFilterValueOutputTypeDef#

# TimeRangeFilterValueOutputTypeDef definition

class TimeRangeFilterValueOutputTypeDef(TypedDict):
    StaticValue: NotRequired[datetime],
    RollingDate: NotRequired[RollingDateConfigurationTypeDef],  # (1)
    Parameter: NotRequired[str],
  1. See RollingDateConfigurationTypeDef

TimeRangeFilterValueTypeDef#

# TimeRangeFilterValueTypeDef definition

class TimeRangeFilterValueTypeDef(TypedDict):
    StaticValue: NotRequired[TimestampTypeDef],
    RollingDate: NotRequired[RollingDateConfigurationTypeDef],  # (1)
    Parameter: NotRequired[str],
  1. See RollingDateConfigurationTypeDef

DecimalDatasetParameterOutputTypeDef#

# DecimalDatasetParameterOutputTypeDef definition

class DecimalDatasetParameterOutputTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    DefaultValues: NotRequired[DecimalDatasetParameterDefaultValuesOutputTypeDef],  # (2)
  1. See DatasetParameterValueTypeType
  2. See DecimalDatasetParameterDefaultValuesOutputTypeDef

DescribeAnalysisPermissionsResponseTypeDef#

# DescribeAnalysisPermissionsResponseTypeDef definition

class DescribeAnalysisPermissionsResponseTypeDef(TypedDict):
    AnalysisId: str,
    AnalysisArn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

DescribeDataSetPermissionsResponseTypeDef#

# DescribeDataSetPermissionsResponseTypeDef definition

class DescribeDataSetPermissionsResponseTypeDef(TypedDict):
    DataSetArn: str,
    DataSetId: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

DescribeDataSourcePermissionsResponseTypeDef#

# DescribeDataSourcePermissionsResponseTypeDef definition

class DescribeDataSourcePermissionsResponseTypeDef(TypedDict):
    DataSourceArn: str,
    DataSourceId: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

DescribeFolderPermissionsResponseTypeDef#

# DescribeFolderPermissionsResponseTypeDef definition

class DescribeFolderPermissionsResponseTypeDef(TypedDict):
    Status: int,
    FolderId: str,
    Arn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

DescribeFolderResolvedPermissionsResponseTypeDef#

# DescribeFolderResolvedPermissionsResponseTypeDef definition

class DescribeFolderResolvedPermissionsResponseTypeDef(TypedDict):
    Status: int,
    FolderId: str,
    Arn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

DescribeTemplatePermissionsResponseTypeDef#

# DescribeTemplatePermissionsResponseTypeDef definition

class DescribeTemplatePermissionsResponseTypeDef(TypedDict):
    TemplateId: str,
    TemplateArn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

DescribeThemePermissionsResponseTypeDef#

# DescribeThemePermissionsResponseTypeDef definition

class DescribeThemePermissionsResponseTypeDef(TypedDict):
    ThemeId: str,
    ThemeArn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

DescribeTopicPermissionsResponseTypeDef#

# DescribeTopicPermissionsResponseTypeDef definition

class DescribeTopicPermissionsResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

LinkSharingConfigurationOutputTypeDef#

# LinkSharingConfigurationOutputTypeDef definition

class LinkSharingConfigurationOutputTypeDef(TypedDict):
    Permissions: NotRequired[List[ResourcePermissionOutputTypeDef]],  # (1)
  1. See ResourcePermissionOutputTypeDef

UpdateAnalysisPermissionsResponseTypeDef#

# UpdateAnalysisPermissionsResponseTypeDef definition

class UpdateAnalysisPermissionsResponseTypeDef(TypedDict):
    AnalysisArn: str,
    AnalysisId: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

UpdateFolderPermissionsResponseTypeDef#

# UpdateFolderPermissionsResponseTypeDef definition

class UpdateFolderPermissionsResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    FolderId: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

UpdateTemplatePermissionsResponseTypeDef#

# UpdateTemplatePermissionsResponseTypeDef definition

class UpdateTemplatePermissionsResponseTypeDef(TypedDict):
    TemplateId: str,
    TemplateArn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

UpdateThemePermissionsResponseTypeDef#

# UpdateThemePermissionsResponseTypeDef definition

class UpdateThemePermissionsResponseTypeDef(TypedDict):
    ThemeId: str,
    ThemeArn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

UpdateTopicPermissionsResponseTypeDef#

# UpdateTopicPermissionsResponseTypeDef definition

class UpdateTopicPermissionsResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ResourcePermissionOutputTypeDef
  2. See ResponseMetadataTypeDef

DescribeFolderPermissionsRequestDescribeFolderPermissionsPaginateTypeDef#

# DescribeFolderPermissionsRequestDescribeFolderPermissionsPaginateTypeDef definition

class DescribeFolderPermissionsRequestDescribeFolderPermissionsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    Namespace: NotRequired[str],
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

DescribeFolderResolvedPermissionsRequestDescribeFolderResolvedPermissionsPaginateTypeDef#

# DescribeFolderResolvedPermissionsRequestDescribeFolderResolvedPermissionsPaginateTypeDef definition

class DescribeFolderResolvedPermissionsRequestDescribeFolderResolvedPermissionsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    Namespace: NotRequired[str],
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListAnalysesRequestListAnalysesPaginateTypeDef#

# ListAnalysesRequestListAnalysesPaginateTypeDef definition

class ListAnalysesRequestListAnalysesPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListAssetBundleExportJobsRequestListAssetBundleExportJobsPaginateTypeDef#

# ListAssetBundleExportJobsRequestListAssetBundleExportJobsPaginateTypeDef definition

class ListAssetBundleExportJobsRequestListAssetBundleExportJobsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListAssetBundleImportJobsRequestListAssetBundleImportJobsPaginateTypeDef#

# ListAssetBundleImportJobsRequestListAssetBundleImportJobsPaginateTypeDef definition

class ListAssetBundleImportJobsRequestListAssetBundleImportJobsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListBrandsRequestListBrandsPaginateTypeDef#

# ListBrandsRequestListBrandsPaginateTypeDef definition

class ListBrandsRequestListBrandsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListCustomPermissionsRequestListCustomPermissionsPaginateTypeDef#

# ListCustomPermissionsRequestListCustomPermissionsPaginateTypeDef definition

class ListCustomPermissionsRequestListCustomPermissionsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListDashboardVersionsRequestListDashboardVersionsPaginateTypeDef#

# ListDashboardVersionsRequestListDashboardVersionsPaginateTypeDef definition

class ListDashboardVersionsRequestListDashboardVersionsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListDashboardsRequestListDashboardsPaginateTypeDef#

# ListDashboardsRequestListDashboardsPaginateTypeDef definition

class ListDashboardsRequestListDashboardsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListDataSetsRequestListDataSetsPaginateTypeDef#

# ListDataSetsRequestListDataSetsPaginateTypeDef definition

class ListDataSetsRequestListDataSetsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListDataSourcesRequestListDataSourcesPaginateTypeDef#

# ListDataSourcesRequestListDataSourcesPaginateTypeDef definition

class ListDataSourcesRequestListDataSourcesPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListFolderMembersRequestListFolderMembersPaginateTypeDef#

# ListFolderMembersRequestListFolderMembersPaginateTypeDef definition

class ListFolderMembersRequestListFolderMembersPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListFoldersForResourceRequestListFoldersForResourcePaginateTypeDef#

# ListFoldersForResourceRequestListFoldersForResourcePaginateTypeDef definition

class ListFoldersForResourceRequestListFoldersForResourcePaginateTypeDef(TypedDict):
    AwsAccountId: str,
    ResourceArn: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListFoldersRequestListFoldersPaginateTypeDef#

# ListFoldersRequestListFoldersPaginateTypeDef definition

class ListFoldersRequestListFoldersPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListGroupMembershipsRequestListGroupMembershipsPaginateTypeDef#

# ListGroupMembershipsRequestListGroupMembershipsPaginateTypeDef definition

class ListGroupMembershipsRequestListGroupMembershipsPaginateTypeDef(TypedDict):
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListGroupsRequestListGroupsPaginateTypeDef#

# ListGroupsRequestListGroupsPaginateTypeDef definition

class ListGroupsRequestListGroupsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListIAMPolicyAssignmentsForUserRequestListIAMPolicyAssignmentsForUserPaginateTypeDef#

# ListIAMPolicyAssignmentsForUserRequestListIAMPolicyAssignmentsForUserPaginateTypeDef definition

class ListIAMPolicyAssignmentsForUserRequestListIAMPolicyAssignmentsForUserPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    UserName: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListIAMPolicyAssignmentsRequestListIAMPolicyAssignmentsPaginateTypeDef#

# ListIAMPolicyAssignmentsRequestListIAMPolicyAssignmentsPaginateTypeDef definition

class ListIAMPolicyAssignmentsRequestListIAMPolicyAssignmentsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    AssignmentStatus: NotRequired[AssignmentStatusType],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See AssignmentStatusType
  2. See PaginatorConfigTypeDef

ListIngestionsRequestListIngestionsPaginateTypeDef#

# ListIngestionsRequestListIngestionsPaginateTypeDef definition

class ListIngestionsRequestListIngestionsPaginateTypeDef(TypedDict):
    DataSetId: str,
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListNamespacesRequestListNamespacesPaginateTypeDef#

# ListNamespacesRequestListNamespacesPaginateTypeDef definition

class ListNamespacesRequestListNamespacesPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListRoleMembershipsRequestListRoleMembershipsPaginateTypeDef#

# ListRoleMembershipsRequestListRoleMembershipsPaginateTypeDef definition

class ListRoleMembershipsRequestListRoleMembershipsPaginateTypeDef(TypedDict):
    Role: RoleType,  # (1)
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See RoleType
  2. See PaginatorConfigTypeDef

ListTemplateAliasesRequestListTemplateAliasesPaginateTypeDef#

# ListTemplateAliasesRequestListTemplateAliasesPaginateTypeDef definition

class ListTemplateAliasesRequestListTemplateAliasesPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListTemplateVersionsRequestListTemplateVersionsPaginateTypeDef#

# ListTemplateVersionsRequestListTemplateVersionsPaginateTypeDef definition

class ListTemplateVersionsRequestListTemplateVersionsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListTemplatesRequestListTemplatesPaginateTypeDef#

# ListTemplatesRequestListTemplatesPaginateTypeDef definition

class ListTemplatesRequestListTemplatesPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListThemeVersionsRequestListThemeVersionsPaginateTypeDef#

# ListThemeVersionsRequestListThemeVersionsPaginateTypeDef definition

class ListThemeVersionsRequestListThemeVersionsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListThemesRequestListThemesPaginateTypeDef#

# ListThemesRequestListThemesPaginateTypeDef definition

class ListThemesRequestListThemesPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Type: NotRequired[ThemeTypeType],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See ThemeTypeType
  2. See PaginatorConfigTypeDef

ListUserGroupsRequestListUserGroupsPaginateTypeDef#

# ListUserGroupsRequestListUserGroupsPaginateTypeDef definition

class ListUserGroupsRequestListUserGroupsPaginateTypeDef(TypedDict):
    UserName: str,
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListUsersRequestListUsersPaginateTypeDef#

# ListUsersRequestListUsersPaginateTypeDef definition

class ListUsersRequestListUsersPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

SearchAnalysesRequestSearchAnalysesPaginateTypeDef#

# SearchAnalysesRequestSearchAnalysesPaginateTypeDef definition

class SearchAnalysesRequestSearchAnalysesPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[AnalysisSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See AnalysisSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

SearchDashboardsRequestSearchDashboardsPaginateTypeDef#

# SearchDashboardsRequestSearchDashboardsPaginateTypeDef definition

class SearchDashboardsRequestSearchDashboardsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DashboardSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See DashboardSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

SearchDataSetsRequestSearchDataSetsPaginateTypeDef#

# SearchDataSetsRequestSearchDataSetsPaginateTypeDef definition

class SearchDataSetsRequestSearchDataSetsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DataSetSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See DataSetSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

SearchDataSourcesRequestSearchDataSourcesPaginateTypeDef#

# SearchDataSourcesRequestSearchDataSourcesPaginateTypeDef definition

class SearchDataSourcesRequestSearchDataSourcesPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DataSourceSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See DataSourceSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

DescribeFolderResponseTypeDef#

# DescribeFolderResponseTypeDef definition

class DescribeFolderResponseTypeDef(TypedDict):
    Status: int,
    Folder: FolderTypeDef,  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See FolderTypeDef
  2. See ResponseMetadataTypeDef

DescribeIAMPolicyAssignmentResponseTypeDef#

# DescribeIAMPolicyAssignmentResponseTypeDef definition

class DescribeIAMPolicyAssignmentResponseTypeDef(TypedDict):
    IAMPolicyAssignment: IAMPolicyAssignmentTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See IAMPolicyAssignmentTypeDef
  2. See ResponseMetadataTypeDef

DescribeKeyRegistrationResponseTypeDef#

# DescribeKeyRegistrationResponseTypeDef definition

class DescribeKeyRegistrationResponseTypeDef(TypedDict):
    AwsAccountId: str,
    KeyRegistration: List[RegisteredCustomerManagedKeyTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See RegisteredCustomerManagedKeyTypeDef
  2. See ResponseMetadataTypeDef

UpdateKeyRegistrationRequestRequestTypeDef#

# UpdateKeyRegistrationRequestRequestTypeDef definition

class UpdateKeyRegistrationRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    KeyRegistration: Sequence[RegisteredCustomerManagedKeyTypeDef],  # (1)
  1. See RegisteredCustomerManagedKeyTypeDef

DescribeTopicRefreshResponseTypeDef#

# DescribeTopicRefreshResponseTypeDef definition

class DescribeTopicRefreshResponseTypeDef(TypedDict):
    RefreshDetails: TopicRefreshDetailsTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TopicRefreshDetailsTypeDef
  2. See ResponseMetadataTypeDef

DescribeTopicRefreshScheduleResponseTypeDef#

# DescribeTopicRefreshScheduleResponseTypeDef definition

class DescribeTopicRefreshScheduleResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    DatasetArn: str,
    RefreshSchedule: TopicRefreshScheduleOutputTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TopicRefreshScheduleOutputTypeDef
  2. See ResponseMetadataTypeDef

TopicRefreshScheduleSummaryTypeDef#

# TopicRefreshScheduleSummaryTypeDef definition

class TopicRefreshScheduleSummaryTypeDef(TypedDict):
    DatasetId: NotRequired[str],
    DatasetArn: NotRequired[str],
    DatasetName: NotRequired[str],
    RefreshSchedule: NotRequired[TopicRefreshScheduleOutputTypeDef],  # (1)
  1. See TopicRefreshScheduleOutputTypeDef

DescribeUserResponseTypeDef#

# DescribeUserResponseTypeDef definition

class DescribeUserResponseTypeDef(TypedDict):
    User: UserTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See UserTypeDef
  2. See ResponseMetadataTypeDef

ListUsersResponseTypeDef#

# ListUsersResponseTypeDef definition

class ListUsersResponseTypeDef(TypedDict):
    UserList: List[UserTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See UserTypeDef
  2. See ResponseMetadataTypeDef

RegisterUserResponseTypeDef#

# RegisterUserResponseTypeDef definition

class RegisterUserResponseTypeDef(TypedDict):
    User: UserTypeDef,  # (1)
    UserInvitationUrl: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See UserTypeDef
  2. See ResponseMetadataTypeDef

UpdateUserResponseTypeDef#

# UpdateUserResponseTypeDef definition

class UpdateUserResponseTypeDef(TypedDict):
    User: UserTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See UserTypeDef
  2. See ResponseMetadataTypeDef

DisplayFormatOptionsTypeDef#

# DisplayFormatOptionsTypeDef definition

class DisplayFormatOptionsTypeDef(TypedDict):
    UseBlankCellFormat: NotRequired[bool],
    BlankCellFormat: NotRequired[str],
    DateFormat: NotRequired[str],
    DecimalSeparator: NotRequired[TopicNumericSeparatorSymbolType],  # (1)
    GroupingSeparator: NotRequired[str],
    UseGrouping: NotRequired[bool],
    FractionDigits: NotRequired[int],
    Prefix: NotRequired[str],
    Suffix: NotRequired[str],
    UnitScaler: NotRequired[NumberScaleType],  # (2)
    NegativeFormat: NotRequired[NegativeFormatTypeDef],  # (3)
    CurrencySymbol: NotRequired[str],
  1. See TopicNumericSeparatorSymbolType
  2. See NumberScaleType
  3. See NegativeFormatTypeDef

DonutOptionsTypeDef#

# DonutOptionsTypeDef definition

class DonutOptionsTypeDef(TypedDict):
    ArcOptions: NotRequired[ArcOptionsTypeDef],  # (1)
    DonutCenterOptions: NotRequired[DonutCenterOptionsTypeDef],  # (2)
  1. See ArcOptionsTypeDef
  2. See DonutCenterOptionsTypeDef

FilterAggMetricsTypeDef#

# FilterAggMetricsTypeDef definition

class FilterAggMetricsTypeDef(TypedDict):
    MetricOperand: NotRequired[IdentifierTypeDef],  # (1)
    Function: NotRequired[AggTypeType],  # (2)
    SortDirection: NotRequired[TopicSortDirectionType],  # (3)
  1. See IdentifierTypeDef
  2. See AggTypeType
  3. See TopicSortDirectionType

TopicSortClauseTypeDef#

# TopicSortClauseTypeDef definition

class TopicSortClauseTypeDef(TypedDict):
    Operand: NotRequired[IdentifierTypeDef],  # (1)
    SortDirection: NotRequired[TopicSortDirectionType],  # (2)
  1. See IdentifierTypeDef
  2. See TopicSortDirectionType

FilterOperationTargetVisualsConfigurationOutputTypeDef#

# FilterOperationTargetVisualsConfigurationOutputTypeDef definition

class FilterOperationTargetVisualsConfigurationOutputTypeDef(TypedDict):
    SameSheetTargetVisualConfiguration: NotRequired[SameSheetTargetVisualConfigurationOutputTypeDef],  # (1)
  1. See SameSheetTargetVisualConfigurationOutputTypeDef

SearchFoldersRequestRequestTypeDef#

# SearchFoldersRequestRequestTypeDef definition

class SearchFoldersRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[FolderSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See FolderSearchFilterTypeDef

SearchFoldersRequestSearchFoldersPaginateTypeDef#

# SearchFoldersRequestSearchFoldersPaginateTypeDef definition

class SearchFoldersRequestSearchFoldersPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[FolderSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See FolderSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

ListFoldersResponseTypeDef#

# ListFoldersResponseTypeDef definition

class ListFoldersResponseTypeDef(TypedDict):
    Status: int,
    FolderSummaryList: List[FolderSummaryTypeDef],  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See FolderSummaryTypeDef
  2. See ResponseMetadataTypeDef

SearchFoldersResponseTypeDef#

# SearchFoldersResponseTypeDef definition

class SearchFoldersResponseTypeDef(TypedDict):
    Status: int,
    FolderSummaryList: List[FolderSummaryTypeDef],  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See FolderSummaryTypeDef
  2. See ResponseMetadataTypeDef

FontConfigurationTypeDef#

# FontConfigurationTypeDef definition

class FontConfigurationTypeDef(TypedDict):
    FontSize: NotRequired[FontSizeTypeDef],  # (1)
    FontDecoration: NotRequired[FontDecorationType],  # (2)
    FontColor: NotRequired[str],
    FontWeight: NotRequired[FontWeightTypeDef],  # (3)
    FontStyle: NotRequired[FontStyleType],  # (4)
  1. See FontSizeTypeDef
  2. See FontDecorationType
  3. See FontWeightTypeDef
  4. See FontStyleType

TypographyOutputTypeDef#

# TypographyOutputTypeDef definition

class TypographyOutputTypeDef(TypedDict):
    FontFamilies: NotRequired[List[FontTypeDef]],  # (1)
  1. See FontTypeDef

TypographyTypeDef#

# TypographyTypeDef definition

class TypographyTypeDef(TypedDict):
    FontFamilies: NotRequired[Sequence[FontTypeDef]],  # (1)
  1. See FontTypeDef

ForecastScenarioOutputTypeDef#

# ForecastScenarioOutputTypeDef definition

class ForecastScenarioOutputTypeDef(TypedDict):
    WhatIfPointScenario: NotRequired[WhatIfPointScenarioOutputTypeDef],  # (1)
    WhatIfRangeScenario: NotRequired[WhatIfRangeScenarioOutputTypeDef],  # (2)
  1. See WhatIfPointScenarioOutputTypeDef
  2. See WhatIfRangeScenarioOutputTypeDef

FreeFormLayoutCanvasSizeOptionsTypeDef#

# FreeFormLayoutCanvasSizeOptionsTypeDef definition

class FreeFormLayoutCanvasSizeOptionsTypeDef(TypedDict):
    ScreenCanvasSizeOptions: NotRequired[FreeFormLayoutScreenCanvasSizeOptionsTypeDef],  # (1)
  1. See FreeFormLayoutScreenCanvasSizeOptionsTypeDef

SnapshotAnonymousUserTypeDef#

# SnapshotAnonymousUserTypeDef definition

class SnapshotAnonymousUserTypeDef(TypedDict):
    RowLevelPermissionTags: NotRequired[Sequence[SessionTagTypeDef]],  # (1)
  1. See SessionTagTypeDef

GeospatialWindowOptionsTypeDef#

# GeospatialWindowOptionsTypeDef definition

class GeospatialWindowOptionsTypeDef(TypedDict):
    Bounds: NotRequired[GeospatialCoordinateBoundsTypeDef],  # (1)
    MapZoomMode: NotRequired[MapZoomModeType],  # (2)
  1. See GeospatialCoordinateBoundsTypeDef
  2. See MapZoomModeType

GeospatialHeatmapColorScaleOutputTypeDef#

# GeospatialHeatmapColorScaleOutputTypeDef definition

class GeospatialHeatmapColorScaleOutputTypeDef(TypedDict):
    Colors: NotRequired[List[GeospatialHeatmapDataColorTypeDef]],  # (1)
  1. See GeospatialHeatmapDataColorTypeDef

GeospatialHeatmapColorScaleTypeDef#

# GeospatialHeatmapColorScaleTypeDef definition

class GeospatialHeatmapColorScaleTypeDef(TypedDict):
    Colors: NotRequired[Sequence[GeospatialHeatmapDataColorTypeDef]],  # (1)
  1. See GeospatialHeatmapDataColorTypeDef

TableSideBorderOptionsTypeDef#

# TableSideBorderOptionsTypeDef definition

class TableSideBorderOptionsTypeDef(TypedDict):
    InnerVertical: NotRequired[TableBorderOptionsTypeDef],  # (1)
    InnerHorizontal: NotRequired[TableBorderOptionsTypeDef],  # (1)
    Left: NotRequired[TableBorderOptionsTypeDef],  # (1)
    Right: NotRequired[TableBorderOptionsTypeDef],  # (1)
    Top: NotRequired[TableBorderOptionsTypeDef],  # (1)
    Bottom: NotRequired[TableBorderOptionsTypeDef],  # (1)
  1. See TableBorderOptionsTypeDef
  2. See TableBorderOptionsTypeDef
  3. See TableBorderOptionsTypeDef
  4. See TableBorderOptionsTypeDef
  5. See TableBorderOptionsTypeDef
  6. See TableBorderOptionsTypeDef

GradientColorOutputTypeDef#

# GradientColorOutputTypeDef definition

class GradientColorOutputTypeDef(TypedDict):
    Stops: NotRequired[List[GradientStopTypeDef]],  # (1)
  1. See GradientStopTypeDef

GradientColorTypeDef#

# GradientColorTypeDef definition

class GradientColorTypeDef(TypedDict):
    Stops: NotRequired[Sequence[GradientStopTypeDef]],  # (1)
  1. See GradientStopTypeDef

GridLayoutCanvasSizeOptionsTypeDef#

# GridLayoutCanvasSizeOptionsTypeDef definition

class GridLayoutCanvasSizeOptionsTypeDef(TypedDict):
    ScreenCanvasSizeOptions: NotRequired[GridLayoutScreenCanvasSizeOptionsTypeDef],  # (1)
  1. See GridLayoutScreenCanvasSizeOptionsTypeDef

SearchGroupsRequestRequestTypeDef#

# SearchGroupsRequestRequestTypeDef definition

class SearchGroupsRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    Filters: Sequence[GroupSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See GroupSearchFilterTypeDef

SearchGroupsRequestSearchGroupsPaginateTypeDef#

# SearchGroupsRequestSearchGroupsPaginateTypeDef definition

class SearchGroupsRequestSearchGroupsPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    Filters: Sequence[GroupSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See GroupSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

ListIAMPolicyAssignmentsResponseTypeDef#

# ListIAMPolicyAssignmentsResponseTypeDef definition

class ListIAMPolicyAssignmentsResponseTypeDef(TypedDict):
    IAMPolicyAssignments: List[IAMPolicyAssignmentSummaryTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See IAMPolicyAssignmentSummaryTypeDef
  2. See ResponseMetadataTypeDef

ImageConfigurationTypeDef#

# ImageConfigurationTypeDef definition

class ImageConfigurationTypeDef(TypedDict):
    Source: NotRequired[ImageSourceTypeDef],  # (1)
  1. See ImageSourceTypeDef

ImageTypeDef#

# ImageTypeDef definition

class ImageTypeDef(TypedDict):
    Source: NotRequired[ImageSourceTypeDef],  # (1)
    GeneratedImageUrl: NotRequired[str],
  1. See ImageSourceTypeDef

IncrementalRefreshTypeDef#

# IncrementalRefreshTypeDef definition

class IncrementalRefreshTypeDef(TypedDict):
    LookbackWindow: LookbackWindowTypeDef,  # (1)
  1. See LookbackWindowTypeDef

IngestionTypeDef#

# IngestionTypeDef definition

class IngestionTypeDef(TypedDict):
    Arn: str,
    IngestionStatus: IngestionStatusType,  # (1)
    CreatedTime: datetime,
    IngestionId: NotRequired[str],
    ErrorInfo: NotRequired[ErrorInfoTypeDef],  # (2)
    RowInfo: NotRequired[RowInfoTypeDef],  # (3)
    QueueInfo: NotRequired[QueueInfoTypeDef],  # (4)
    IngestionTimeInSeconds: NotRequired[int],
    IngestionSizeInBytes: NotRequired[int],
    RequestSource: NotRequired[IngestionRequestSourceType],  # (5)
    RequestType: NotRequired[IngestionRequestTypeType],  # (6)
  1. See IngestionStatusType
  2. See ErrorInfoTypeDef
  3. See RowInfoTypeDef
  4. See QueueInfoTypeDef
  5. See IngestionRequestSourceType
  6. See IngestionRequestTypeType

IntegerDatasetParameterOutputTypeDef#

# IntegerDatasetParameterOutputTypeDef definition

class IntegerDatasetParameterOutputTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    DefaultValues: NotRequired[IntegerDatasetParameterDefaultValuesOutputTypeDef],  # (2)
  1. See DatasetParameterValueTypeType
  2. See IntegerDatasetParameterDefaultValuesOutputTypeDef

JoinInstructionTypeDef#

# JoinInstructionTypeDef definition

class JoinInstructionTypeDef(TypedDict):
    LeftOperand: str,
    RightOperand: str,
    Type: JoinTypeType,  # (3)
    OnClause: str,
    LeftJoinKeyProperties: NotRequired[JoinKeyPropertiesTypeDef],  # (1)
    RightJoinKeyProperties: NotRequired[JoinKeyPropertiesTypeDef],  # (1)
  1. See JoinKeyPropertiesTypeDef
  2. See JoinKeyPropertiesTypeDef
  3. See JoinTypeType

KPIVisualLayoutOptionsTypeDef#

# KPIVisualLayoutOptionsTypeDef definition

class KPIVisualLayoutOptionsTypeDef(TypedDict):
    StandardLayout: NotRequired[KPIVisualStandardLayoutTypeDef],  # (1)
  1. See KPIVisualStandardLayoutTypeDef

LineChartDefaultSeriesSettingsTypeDef#

# LineChartDefaultSeriesSettingsTypeDef definition

class LineChartDefaultSeriesSettingsTypeDef(TypedDict):
    AxisBinding: NotRequired[AxisBindingType],  # (1)
    LineStyleSettings: NotRequired[LineChartLineStyleSettingsTypeDef],  # (2)
    MarkerStyleSettings: NotRequired[LineChartMarkerStyleSettingsTypeDef],  # (3)
  1. See AxisBindingType
  2. See LineChartLineStyleSettingsTypeDef
  3. See LineChartMarkerStyleSettingsTypeDef

LineChartSeriesSettingsTypeDef#

# LineChartSeriesSettingsTypeDef definition

class LineChartSeriesSettingsTypeDef(TypedDict):
    LineStyleSettings: NotRequired[LineChartLineStyleSettingsTypeDef],  # (1)
    MarkerStyleSettings: NotRequired[LineChartMarkerStyleSettingsTypeDef],  # (2)
  1. See LineChartLineStyleSettingsTypeDef
  2. See LineChartMarkerStyleSettingsTypeDef

ListFolderMembersResponseTypeDef#

# ListFolderMembersResponseTypeDef definition

class ListFolderMembersResponseTypeDef(TypedDict):
    Status: int,
    FolderMemberList: List[MemberIdArnPairTypeDef],  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See MemberIdArnPairTypeDef
  2. See ResponseMetadataTypeDef

ListTemplateVersionsResponseTypeDef#

# ListTemplateVersionsResponseTypeDef definition

class ListTemplateVersionsResponseTypeDef(TypedDict):
    TemplateVersionSummaryList: List[TemplateVersionSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See TemplateVersionSummaryTypeDef
  2. See ResponseMetadataTypeDef

ListTemplatesResponseTypeDef#

# ListTemplatesResponseTypeDef definition

class ListTemplatesResponseTypeDef(TypedDict):
    TemplateSummaryList: List[TemplateSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See TemplateSummaryTypeDef
  2. See ResponseMetadataTypeDef

ListThemeVersionsResponseTypeDef#

# ListThemeVersionsResponseTypeDef definition

class ListThemeVersionsResponseTypeDef(TypedDict):
    ThemeVersionSummaryList: List[ThemeVersionSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See ThemeVersionSummaryTypeDef
  2. See ResponseMetadataTypeDef

ListThemesResponseTypeDef#

# ListThemesResponseTypeDef definition

class ListThemesResponseTypeDef(TypedDict):
    ThemeSummaryList: List[ThemeSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See ThemeSummaryTypeDef
  2. See ResponseMetadataTypeDef

ListTopicsResponseTypeDef#

# ListTopicsResponseTypeDef definition

class ListTopicsResponseTypeDef(TypedDict):
    TopicsSummaries: List[TopicSummaryTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See TopicSummaryTypeDef
  2. See ResponseMetadataTypeDef

VisualSubtitleLabelOptionsTypeDef#

# VisualSubtitleLabelOptionsTypeDef definition

class VisualSubtitleLabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    FormatText: NotRequired[LongFormatTextTypeDef],  # (2)
  1. See VisibilityType
  2. See LongFormatTextTypeDef

S3ParametersTypeDef#

# S3ParametersTypeDef definition

class S3ParametersTypeDef(TypedDict):
    ManifestFileLocation: ManifestFileLocationTypeDef,  # (1)
    RoleArn: NotRequired[str],
  1. See ManifestFileLocationTypeDef

TileLayoutStyleTypeDef#

# TileLayoutStyleTypeDef definition

class TileLayoutStyleTypeDef(TypedDict):
    Gutter: NotRequired[GutterStyleTypeDef],  # (1)
    Margin: NotRequired[MarginStyleTypeDef],  # (2)
  1. See GutterStyleTypeDef
  2. See MarginStyleTypeDef

NamedEntityDefinitionOutputTypeDef#

# NamedEntityDefinitionOutputTypeDef definition

class NamedEntityDefinitionOutputTypeDef(TypedDict):
    FieldName: NotRequired[str],
    PropertyName: NotRequired[str],
    PropertyRole: NotRequired[PropertyRoleType],  # (1)
    PropertyUsage: NotRequired[PropertyUsageType],  # (2)
    Metric: NotRequired[NamedEntityDefinitionMetricOutputTypeDef],  # (3)
  1. See PropertyRoleType
  2. See PropertyUsageType
  3. See NamedEntityDefinitionMetricOutputTypeDef

NamespaceInfoV2TypeDef#

# NamespaceInfoV2TypeDef definition

class NamespaceInfoV2TypeDef(TypedDict):
    Name: NotRequired[str],
    Arn: NotRequired[str],
    CapacityRegion: NotRequired[str],
    CreationStatus: NotRequired[NamespaceStatusType],  # (1)
    IdentityStore: NotRequired[IdentityStoreType],  # (2)
    NamespaceError: NotRequired[NamespaceErrorTypeDef],  # (3)
  1. See NamespaceStatusType
  2. See IdentityStoreType
  3. See NamespaceErrorTypeDef

VPCConnectionSummaryTypeDef#

# VPCConnectionSummaryTypeDef definition

class VPCConnectionSummaryTypeDef(TypedDict):
    VPCConnectionId: NotRequired[str],
    Arn: NotRequired[str],
    Name: NotRequired[str],
    VPCId: NotRequired[str],
    SecurityGroupIds: NotRequired[List[str]],
    DnsResolvers: NotRequired[List[str]],
    Status: NotRequired[VPCConnectionResourceStatusType],  # (1)
    AvailabilityStatus: NotRequired[VPCConnectionAvailabilityStatusType],  # (2)
    NetworkInterfaces: NotRequired[List[NetworkInterfaceTypeDef]],  # (3)
    RoleArn: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
  1. See VPCConnectionResourceStatusType
  2. See VPCConnectionAvailabilityStatusType
  3. See NetworkInterfaceTypeDef

VPCConnectionTypeDef#

# VPCConnectionTypeDef definition

class VPCConnectionTypeDef(TypedDict):
    VPCConnectionId: NotRequired[str],
    Arn: NotRequired[str],
    Name: NotRequired[str],
    VPCId: NotRequired[str],
    SecurityGroupIds: NotRequired[List[str]],
    DnsResolvers: NotRequired[List[str]],
    Status: NotRequired[VPCConnectionResourceStatusType],  # (1)
    AvailabilityStatus: NotRequired[VPCConnectionAvailabilityStatusType],  # (2)
    NetworkInterfaces: NotRequired[List[NetworkInterfaceTypeDef]],  # (3)
    RoleArn: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
  1. See VPCConnectionResourceStatusType
  2. See VPCConnectionAvailabilityStatusType
  3. See NetworkInterfaceTypeDef

OverrideDatasetParameterOperationOutputTypeDef#

# OverrideDatasetParameterOperationOutputTypeDef definition

class OverrideDatasetParameterOperationOutputTypeDef(TypedDict):
    ParameterName: str,
    NewParameterName: NotRequired[str],
    NewDefaultValues: NotRequired[NewDefaultValuesOutputTypeDef],  # (1)
  1. See NewDefaultValuesOutputTypeDef

NumericSeparatorConfigurationTypeDef#

# NumericSeparatorConfigurationTypeDef definition

class NumericSeparatorConfigurationTypeDef(TypedDict):
    DecimalSeparator: NotRequired[NumericSeparatorSymbolType],  # (1)
    ThousandsSeparator: NotRequired[ThousandSeparatorOptionsTypeDef],  # (2)
  1. See NumericSeparatorSymbolType
  2. See ThousandSeparatorOptionsTypeDef

NumericalAggregationFunctionTypeDef#

# NumericalAggregationFunctionTypeDef definition

class NumericalAggregationFunctionTypeDef(TypedDict):
    SimpleNumericalAggregation: NotRequired[SimpleNumericalAggregationFunctionType],  # (1)
    PercentileAggregation: NotRequired[PercentileAggregationTypeDef],  # (2)
  1. See SimpleNumericalAggregationFunctionType
  2. See PercentileAggregationTypeDef

ParametersOutputTypeDef#

# ParametersOutputTypeDef definition

class ParametersOutputTypeDef(TypedDict):
    StringParameters: NotRequired[List[StringParameterOutputTypeDef]],  # (1)
    IntegerParameters: NotRequired[List[IntegerParameterOutputTypeDef]],  # (2)
    DecimalParameters: NotRequired[List[DecimalParameterOutputTypeDef]],  # (3)
    DateTimeParameters: NotRequired[List[DateTimeParameterOutputTypeDef]],  # (4)
  1. See StringParameterOutputTypeDef
  2. See IntegerParameterOutputTypeDef
  3. See DecimalParameterOutputTypeDef
  4. See DateTimeParameterOutputTypeDef

VisibleRangeOptionsTypeDef#

# VisibleRangeOptionsTypeDef definition

class VisibleRangeOptionsTypeDef(TypedDict):
    PercentRange: NotRequired[PercentVisibleRangeTypeDef],  # (1)
  1. See PercentVisibleRangeTypeDef

RadarChartSeriesSettingsTypeDef#

# RadarChartSeriesSettingsTypeDef definition

class RadarChartSeriesSettingsTypeDef(TypedDict):
    AreaStyleSettings: NotRequired[RadarChartAreaStyleSettingsTypeDef],  # (1)
  1. See RadarChartAreaStyleSettingsTypeDef

TopicRangeFilterConstantTypeDef#

# TopicRangeFilterConstantTypeDef definition

class TopicRangeFilterConstantTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    RangeConstant: NotRequired[RangeConstantTypeDef],  # (2)
  1. See ConstantTypeType
  2. See RangeConstantTypeDef

RedshiftParametersOutputTypeDef#

# RedshiftParametersOutputTypeDef definition

class RedshiftParametersOutputTypeDef(TypedDict):
    Database: str,
    Host: NotRequired[str],
    Port: NotRequired[int],
    ClusterId: NotRequired[str],
    IAMParameters: NotRequired[RedshiftIAMParametersOutputTypeDef],  # (1)
    IdentityCenterConfiguration: NotRequired[IdentityCenterConfigurationTypeDef],  # (2)
  1. See RedshiftIAMParametersOutputTypeDef
  2. See IdentityCenterConfigurationTypeDef

RefreshFrequencyTypeDef#

# RefreshFrequencyTypeDef definition

class RefreshFrequencyTypeDef(TypedDict):
    Interval: RefreshIntervalType,  # (1)
    RefreshOnDay: NotRequired[ScheduleRefreshOnEntityTypeDef],  # (2)
    Timezone: NotRequired[str],
    TimeOfTheDay: NotRequired[str],
  1. See RefreshIntervalType
  2. See ScheduleRefreshOnEntityTypeDef

RegisteredUserConsoleFeatureConfigurationsTypeDef#

# RegisteredUserConsoleFeatureConfigurationsTypeDef definition

class RegisteredUserConsoleFeatureConfigurationsTypeDef(TypedDict):
    StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef],  # (1)
    SharedView: NotRequired[SharedViewConfigurationsTypeDef],  # (2)
  1. See StatePersistenceConfigurationsTypeDef
  2. See SharedViewConfigurationsTypeDef

RegisteredUserDashboardFeatureConfigurationsTypeDef#

# RegisteredUserDashboardFeatureConfigurationsTypeDef definition

class RegisteredUserDashboardFeatureConfigurationsTypeDef(TypedDict):
    StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef],  # (1)
    SharedView: NotRequired[SharedViewConfigurationsTypeDef],  # (2)
    Bookmarks: NotRequired[BookmarksConfigurationsTypeDef],  # (3)
  1. See StatePersistenceConfigurationsTypeDef
  2. See SharedViewConfigurationsTypeDef
  3. See BookmarksConfigurationsTypeDef

RowLevelPermissionTagConfigurationOutputTypeDef#

# RowLevelPermissionTagConfigurationOutputTypeDef definition

class RowLevelPermissionTagConfigurationOutputTypeDef(TypedDict):
    TagRules: List[RowLevelPermissionTagRuleTypeDef],  # (2)
    Status: NotRequired[StatusType],  # (1)
    TagRuleConfigurations: NotRequired[List[List[str]]],
  1. See StatusType
  2. See RowLevelPermissionTagRuleTypeDef

RowLevelPermissionTagConfigurationTypeDef#

# RowLevelPermissionTagConfigurationTypeDef definition

class RowLevelPermissionTagConfigurationTypeDef(TypedDict):
    TagRules: Sequence[RowLevelPermissionTagRuleTypeDef],  # (2)
    Status: NotRequired[StatusType],  # (1)
    TagRuleConfigurations: NotRequired[Sequence[Sequence[str]]],
  1. See StatusType
  2. See RowLevelPermissionTagRuleTypeDef

SnapshotS3DestinationConfigurationTypeDef#

# SnapshotS3DestinationConfigurationTypeDef definition

class SnapshotS3DestinationConfigurationTypeDef(TypedDict):
    BucketConfiguration: S3BucketConfigurationTypeDef,  # (1)
  1. See S3BucketConfigurationTypeDef

S3SourceOutputTypeDef#

# S3SourceOutputTypeDef definition

class S3SourceOutputTypeDef(TypedDict):
    DataSourceArn: str,
    InputColumns: List[InputColumnTypeDef],  # (2)
    UploadSettings: NotRequired[UploadSettingsTypeDef],  # (1)
  1. See UploadSettingsTypeDef
  2. See InputColumnTypeDef

S3SourceTypeDef#

# S3SourceTypeDef definition

class S3SourceTypeDef(TypedDict):
    DataSourceArn: str,
    InputColumns: Sequence[InputColumnTypeDef],  # (2)
    UploadSettings: NotRequired[UploadSettingsTypeDef],  # (1)
  1. See UploadSettingsTypeDef
  2. See InputColumnTypeDef

SectionBasedLayoutPaperCanvasSizeOptionsTypeDef#

# SectionBasedLayoutPaperCanvasSizeOptionsTypeDef definition

class SectionBasedLayoutPaperCanvasSizeOptionsTypeDef(TypedDict):
    PaperSize: NotRequired[PaperSizeType],  # (1)
    PaperOrientation: NotRequired[PaperOrientationType],  # (2)
    PaperMargin: NotRequired[SpacingTypeDef],  # (3)
  1. See PaperSizeType
  2. See PaperOrientationType
  3. See SpacingTypeDef

SectionStyleTypeDef#

# SectionStyleTypeDef definition

class SectionStyleTypeDef(TypedDict):
    Height: NotRequired[str],
    Padding: NotRequired[SpacingTypeDef],  # (1)
  1. See SpacingTypeDef

SelectedSheetsFilterScopeConfigurationOutputTypeDef#

# SelectedSheetsFilterScopeConfigurationOutputTypeDef definition

class SelectedSheetsFilterScopeConfigurationOutputTypeDef(TypedDict):
    SheetVisualScopingConfigurations: NotRequired[List[SheetVisualScopingConfigurationOutputTypeDef]],  # (1)
  1. See SheetVisualScopingConfigurationOutputTypeDef

SheetElementRenderingRuleTypeDef#

# SheetElementRenderingRuleTypeDef definition

class SheetElementRenderingRuleTypeDef(TypedDict):
    Expression: str,
    ConfigurationOverrides: SheetElementConfigurationOverridesTypeDef,  # (1)
  1. See SheetElementConfigurationOverridesTypeDef

VisualTitleLabelOptionsTypeDef#

# VisualTitleLabelOptionsTypeDef definition

class VisualTitleLabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    FormatText: NotRequired[ShortFormatTextTypeDef],  # (2)
  1. See VisibilityType
  2. See ShortFormatTextTypeDef

SingleAxisOptionsTypeDef#

# SingleAxisOptionsTypeDef definition

class SingleAxisOptionsTypeDef(TypedDict):
    YAxisOptions: NotRequired[YAxisOptionsTypeDef],  # (1)
  1. See YAxisOptionsTypeDef

TopicTemplateOutputTypeDef#

# TopicTemplateOutputTypeDef definition

class TopicTemplateOutputTypeDef(TypedDict):
    TemplateType: NotRequired[str],
    Slots: NotRequired[List[SlotTypeDef]],  # (1)
  1. See SlotTypeDef

TopicTemplateTypeDef#

# TopicTemplateTypeDef definition

class TopicTemplateTypeDef(TypedDict):
    TemplateType: NotRequired[str],
    Slots: NotRequired[Sequence[SlotTypeDef]],  # (1)
  1. See SlotTypeDef

SnapshotUserConfigurationRedactedTypeDef#

# SnapshotUserConfigurationRedactedTypeDef definition

class SnapshotUserConfigurationRedactedTypeDef(TypedDict):
    AnonymousUsers: NotRequired[List[SnapshotAnonymousUserRedactedTypeDef]],  # (1)
  1. See SnapshotAnonymousUserRedactedTypeDef

SnapshotFileOutputTypeDef#

# SnapshotFileOutputTypeDef definition

class SnapshotFileOutputTypeDef(TypedDict):
    SheetSelections: List[SnapshotFileSheetSelectionOutputTypeDef],  # (1)
    FormatType: SnapshotFileFormatTypeType,  # (2)
  1. See SnapshotFileSheetSelectionOutputTypeDef
  2. See SnapshotFileFormatTypeType

StringDatasetParameterOutputTypeDef#

# StringDatasetParameterOutputTypeDef definition

class StringDatasetParameterOutputTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    DefaultValues: NotRequired[StringDatasetParameterDefaultValuesOutputTypeDef],  # (2)
  1. See DatasetParameterValueTypeType
  2. See StringDatasetParameterDefaultValuesOutputTypeDef

UpdateKeyRegistrationResponseTypeDef#

# UpdateKeyRegistrationResponseTypeDef definition

class UpdateKeyRegistrationResponseTypeDef(TypedDict):
    FailedKeyRegistration: List[FailedKeyRegistrationEntryTypeDef],  # (1)
    SuccessfulKeyRegistration: List[SuccessfulKeyRegistrationEntryTypeDef],  # (2)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See FailedKeyRegistrationEntryTypeDef
  2. See SuccessfulKeyRegistrationEntryTypeDef
  3. See ResponseMetadataTypeDef

TableFieldImageConfigurationTypeDef#

# TableFieldImageConfigurationTypeDef definition

class TableFieldImageConfigurationTypeDef(TypedDict):
    SizingOptions: NotRequired[TableCellImageSizingConfigurationTypeDef],  # (1)
  1. See TableCellImageSizingConfigurationTypeDef

TopicNumericEqualityFilterTypeDef#

# TopicNumericEqualityFilterTypeDef definition

class TopicNumericEqualityFilterTypeDef(TypedDict):
    Constant: NotRequired[TopicSingularFilterConstantTypeDef],  # (1)
    Aggregation: NotRequired[NamedFilterAggTypeType],  # (2)
  1. See TopicSingularFilterConstantTypeDef
  2. See NamedFilterAggTypeType

TopicRelativeDateFilterTypeDef#

# TopicRelativeDateFilterTypeDef definition

class TopicRelativeDateFilterTypeDef(TypedDict):
    TimeGranularity: NotRequired[TopicTimeGranularityType],  # (1)
    RelativeDateFilterFunction: NotRequired[TopicRelativeDateFilterFunctionType],  # (2)
    Constant: NotRequired[TopicSingularFilterConstantTypeDef],  # (3)
  1. See TopicTimeGranularityType
  2. See TopicRelativeDateFilterFunctionType
  3. See TopicSingularFilterConstantTypeDef

TotalAggregationOptionTypeDef#

# TotalAggregationOptionTypeDef definition

class TotalAggregationOptionTypeDef(TypedDict):
    FieldId: str,
    TotalAggregationFunction: TotalAggregationFunctionTypeDef,  # (1)
  1. See TotalAggregationFunctionTypeDef

WaterfallChartColorConfigurationTypeDef#

# WaterfallChartColorConfigurationTypeDef definition

class WaterfallChartColorConfigurationTypeDef(TypedDict):
    GroupColorConfiguration: NotRequired[WaterfallChartGroupColorConfigurationTypeDef],  # (1)
  1. See WaterfallChartGroupColorConfigurationTypeDef

CascadingControlConfigurationOutputTypeDef#

# CascadingControlConfigurationOutputTypeDef definition

class CascadingControlConfigurationOutputTypeDef(TypedDict):
    SourceControls: NotRequired[List[CascadingControlSourceTypeDef]],  # (1)
  1. See CascadingControlSourceTypeDef

CascadingControlConfigurationTypeDef#

# CascadingControlConfigurationTypeDef definition

class CascadingControlConfigurationTypeDef(TypedDict):
    SourceControls: NotRequired[Sequence[CascadingControlSourceTypeDef]],  # (1)
  1. See CascadingControlSourceTypeDef

DateTimeDefaultValuesOutputTypeDef#

# DateTimeDefaultValuesOutputTypeDef definition

class DateTimeDefaultValuesOutputTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[List[datetime]],
    RollingDate: NotRequired[RollingDateConfigurationTypeDef],  # (2)
  1. See DynamicDefaultValueTypeDef
  2. See RollingDateConfigurationTypeDef

DateTimeDefaultValuesTypeDef#

# DateTimeDefaultValuesTypeDef definition

class DateTimeDefaultValuesTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[Sequence[TimestampTypeDef]],
    RollingDate: NotRequired[RollingDateConfigurationTypeDef],  # (2)
  1. See DynamicDefaultValueTypeDef
  2. See RollingDateConfigurationTypeDef

DecimalDefaultValuesOutputTypeDef#

# DecimalDefaultValuesOutputTypeDef definition

class DecimalDefaultValuesOutputTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[List[float]],
  1. See DynamicDefaultValueTypeDef

DecimalDefaultValuesTypeDef#

# DecimalDefaultValuesTypeDef definition

class DecimalDefaultValuesTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[Sequence[float]],
  1. See DynamicDefaultValueTypeDef

IntegerDefaultValuesOutputTypeDef#

# IntegerDefaultValuesOutputTypeDef definition

class IntegerDefaultValuesOutputTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[List[int]],
  1. See DynamicDefaultValueTypeDef

IntegerDefaultValuesTypeDef#

# IntegerDefaultValuesTypeDef definition

class IntegerDefaultValuesTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[Sequence[int]],
  1. See DynamicDefaultValueTypeDef

StringDefaultValuesOutputTypeDef#

# StringDefaultValuesOutputTypeDef definition

class StringDefaultValuesOutputTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[List[str]],
  1. See DynamicDefaultValueTypeDef

StringDefaultValuesTypeDef#

# StringDefaultValuesTypeDef definition

class StringDefaultValuesTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[Sequence[str]],
  1. See DynamicDefaultValueTypeDef

DrillDownFilterOutputTypeDef#

# DrillDownFilterOutputTypeDef definition

class DrillDownFilterOutputTypeDef(TypedDict):
    NumericEqualityFilter: NotRequired[NumericEqualityDrillDownFilterTypeDef],  # (1)
    CategoryFilter: NotRequired[CategoryDrillDownFilterOutputTypeDef],  # (2)
    TimeRangeFilter: NotRequired[TimeRangeDrillDownFilterOutputTypeDef],  # (3)
  1. See NumericEqualityDrillDownFilterTypeDef
  2. See CategoryDrillDownFilterOutputTypeDef
  3. See TimeRangeDrillDownFilterOutputTypeDef

AnalysisTypeDef#

# AnalysisTypeDef definition

class AnalysisTypeDef(TypedDict):
    AnalysisId: NotRequired[str],
    Arn: NotRequired[str],
    Name: NotRequired[str],
    Status: NotRequired[ResourceStatusType],  # (1)
    Errors: NotRequired[List[AnalysisErrorTypeDef]],  # (2)
    DataSetArns: NotRequired[List[str]],
    ThemeArn: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    Sheets: NotRequired[List[SheetTypeDef]],  # (3)
  1. See ResourceStatusType
  2. See AnalysisErrorTypeDef
  3. See SheetTypeDef

DashboardVersionTypeDef#

# DashboardVersionTypeDef definition

class DashboardVersionTypeDef(TypedDict):
    CreatedTime: NotRequired[datetime],
    Errors: NotRequired[List[DashboardErrorTypeDef]],  # (1)
    VersionNumber: NotRequired[int],
    Status: NotRequired[ResourceStatusType],  # (2)
    Arn: NotRequired[str],
    SourceEntityArn: NotRequired[str],
    DataSetArns: NotRequired[List[str]],
    Description: NotRequired[str],
    ThemeArn: NotRequired[str],
    Sheets: NotRequired[List[SheetTypeDef]],  # (3)
  1. See DashboardErrorTypeDef
  2. See ResourceStatusType
  3. See SheetTypeDef

AnalysisSourceEntityTypeDef#

# AnalysisSourceEntityTypeDef definition

class AnalysisSourceEntityTypeDef(TypedDict):
    SourceTemplate: NotRequired[AnalysisSourceTemplateTypeDef],  # (1)
  1. See AnalysisSourceTemplateTypeDef

DashboardSourceEntityTypeDef#

# DashboardSourceEntityTypeDef definition

class DashboardSourceEntityTypeDef(TypedDict):
    SourceTemplate: NotRequired[DashboardSourceTemplateTypeDef],  # (1)
  1. See DashboardSourceTemplateTypeDef

TemplateSourceEntityTypeDef#

# TemplateSourceEntityTypeDef definition

class TemplateSourceEntityTypeDef(TypedDict):
    SourceAnalysis: NotRequired[TemplateSourceAnalysisTypeDef],  # (1)
    SourceTemplate: NotRequired[TemplateSourceTemplateTypeDef],  # (2)
  1. See TemplateSourceAnalysisTypeDef
  2. See TemplateSourceTemplateTypeDef

AnonymousUserDashboardEmbeddingConfigurationTypeDef#

# AnonymousUserDashboardEmbeddingConfigurationTypeDef definition

class AnonymousUserDashboardEmbeddingConfigurationTypeDef(TypedDict):
    InitialDashboardId: str,
    EnabledFeatures: NotRequired[Sequence[AnonymousUserDashboardEmbeddingConfigurationEnabledFeatureType]],  # (1)
    DisabledFeatures: NotRequired[Sequence[AnonymousUserDashboardEmbeddingConfigurationDisabledFeatureType]],  # (1)
    FeatureConfigurations: NotRequired[AnonymousUserDashboardFeatureConfigurationsTypeDef],  # (3)
  1. See AnonymousUserDashboardEmbeddingConfigurationEnabledFeatureType
  2. See AnonymousUserDashboardEmbeddingConfigurationDisabledFeatureType
  3. See AnonymousUserDashboardFeatureConfigurationsTypeDef

DescribeAssetBundleExportJobResponseTypeDef#

# DescribeAssetBundleExportJobResponseTypeDef definition

class DescribeAssetBundleExportJobResponseTypeDef(TypedDict):
    JobStatus: AssetBundleExportJobStatusType,  # (1)
    DownloadUrl: str,
    Errors: List[AssetBundleExportJobErrorTypeDef],  # (2)
    Arn: str,
    CreatedTime: datetime,
    AssetBundleExportJobId: str,
    AwsAccountId: str,
    ResourceArns: List[str],
    IncludeAllDependencies: bool,
    ExportFormat: AssetBundleExportFormatType,  # (3)
    CloudFormationOverridePropertyConfiguration: AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef,  # (4)
    RequestId: str,
    Status: int,
    IncludePermissions: bool,
    IncludeTags: bool,
    ValidationStrategy: AssetBundleExportJobValidationStrategyTypeDef,  # (5)
    Warnings: List[AssetBundleExportJobWarningTypeDef],  # (6)
    IncludeFolderMemberships: bool,
    IncludeFolderMembers: IncludeFolderMembersType,  # (7)
    ResponseMetadata: ResponseMetadataTypeDef,  # (8)
  1. See AssetBundleExportJobStatusType
  2. See AssetBundleExportJobErrorTypeDef
  3. See AssetBundleExportFormatType
  4. See AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef
  5. See AssetBundleExportJobValidationStrategyTypeDef
  6. See AssetBundleExportJobWarningTypeDef
  7. See IncludeFolderMembersType
  8. See ResponseMetadataTypeDef

AssetBundleCloudFormationOverridePropertyConfigurationTypeDef#

# AssetBundleCloudFormationOverridePropertyConfigurationTypeDef definition

class AssetBundleCloudFormationOverridePropertyConfigurationTypeDef(TypedDict):
    ResourceIdOverrideConfiguration: NotRequired[AssetBundleExportJobResourceIdOverrideConfigurationTypeDef],  # (1)
    VPCConnections: NotRequired[Sequence[AssetBundleExportJobVPCConnectionOverridePropertiesUnionTypeDef]],  # (2)
    RefreshSchedules: NotRequired[Sequence[AssetBundleExportJobRefreshScheduleOverridePropertiesUnionTypeDef]],  # (3)
    DataSources: NotRequired[Sequence[AssetBundleExportJobDataSourceOverridePropertiesUnionTypeDef]],  # (4)
    DataSets: NotRequired[Sequence[AssetBundleExportJobDataSetOverridePropertiesUnionTypeDef]],  # (5)
    Themes: NotRequired[Sequence[AssetBundleExportJobThemeOverridePropertiesUnionTypeDef]],  # (6)
    Analyses: NotRequired[Sequence[AssetBundleExportJobAnalysisOverridePropertiesUnionTypeDef]],  # (7)
    Dashboards: NotRequired[Sequence[AssetBundleExportJobDashboardOverridePropertiesUnionTypeDef]],  # (8)
    Folders: NotRequired[Sequence[AssetBundleExportJobFolderOverridePropertiesUnionTypeDef]],  # (9)
  1. See AssetBundleExportJobResourceIdOverrideConfigurationTypeDef
  2. See AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef
  3. See AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef
  4. See AssetBundleExportJobDataSourceOverridePropertiesTypeDef AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef
  5. See AssetBundleExportJobDataSetOverridePropertiesTypeDef AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef
  6. See AssetBundleExportJobThemeOverridePropertiesTypeDef AssetBundleExportJobThemeOverridePropertiesOutputTypeDef
  7. See AssetBundleExportJobAnalysisOverridePropertiesTypeDef AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef
  8. See AssetBundleExportJobDashboardOverridePropertiesTypeDef AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef
  9. See AssetBundleExportJobFolderOverridePropertiesTypeDef AssetBundleExportJobFolderOverridePropertiesOutputTypeDef

AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef#

# AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef(TypedDict):
    DashboardIds: List[str],
    Permissions: NotRequired[AssetBundleResourcePermissionsOutputTypeDef],  # (1)
    LinkSharingConfiguration: NotRequired[AssetBundleResourceLinkSharingConfigurationOutputTypeDef],  # (2)
  1. See AssetBundleResourcePermissionsOutputTypeDef
  2. See AssetBundleResourceLinkSharingConfigurationOutputTypeDef

AssetBundleImportJobOverrideTagsOutputTypeDef#

# AssetBundleImportJobOverrideTagsOutputTypeDef definition

class AssetBundleImportJobOverrideTagsOutputTypeDef(TypedDict):
    VPCConnections: NotRequired[List[AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef]],  # (1)
    DataSources: NotRequired[List[AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef]],  # (2)
    DataSets: NotRequired[List[AssetBundleImportJobDataSetOverrideTagsOutputTypeDef]],  # (3)
    Themes: NotRequired[List[AssetBundleImportJobThemeOverrideTagsOutputTypeDef]],  # (4)
    Analyses: NotRequired[List[AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef]],  # (5)
    Dashboards: NotRequired[List[AssetBundleImportJobDashboardOverrideTagsOutputTypeDef]],  # (6)
    Folders: NotRequired[List[AssetBundleImportJobFolderOverrideTagsOutputTypeDef]],  # (7)
  1. See AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef
  2. See AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef
  3. See AssetBundleImportJobDataSetOverrideTagsOutputTypeDef
  4. See AssetBundleImportJobThemeOverrideTagsOutputTypeDef
  5. See AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef
  6. See AssetBundleImportJobDashboardOverrideTagsOutputTypeDef
  7. See AssetBundleImportJobFolderOverrideTagsOutputTypeDef

SnowflakeParametersTypeDef#

# SnowflakeParametersTypeDef definition

class SnowflakeParametersTypeDef(TypedDict):
    Host: str,
    Database: str,
    Warehouse: str,
    AuthenticationType: NotRequired[AuthenticationTypeType],  # (1)
    DatabaseAccessControlRole: NotRequired[str],
    OAuthParameters: NotRequired[OAuthParametersTypeDef],  # (2)
  1. See AuthenticationTypeType
  2. See OAuthParametersTypeDef

StarburstParametersTypeDef#

# StarburstParametersTypeDef definition

class StarburstParametersTypeDef(TypedDict):
    Host: str,
    Port: int,
    Catalog: str,
    ProductType: NotRequired[StarburstProductTypeType],  # (1)
    DatabaseAccessControlRole: NotRequired[str],
    AuthenticationType: NotRequired[AuthenticationTypeType],  # (2)
    OAuthParameters: NotRequired[OAuthParametersTypeDef],  # (3)
  1. See StarburstProductTypeType
  2. See AuthenticationTypeType
  3. See OAuthParametersTypeDef

CreateTopicRefreshScheduleRequestRequestTypeDef#

# CreateTopicRefreshScheduleRequestRequestTypeDef definition

class CreateTopicRefreshScheduleRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    DatasetArn: str,
    RefreshSchedule: TopicRefreshScheduleTypeDef,  # (1)
    DatasetName: NotRequired[str],
  1. See TopicRefreshScheduleTypeDef

UpdateTopicRefreshScheduleRequestRequestTypeDef#

# UpdateTopicRefreshScheduleRequestRequestTypeDef definition

class UpdateTopicRefreshScheduleRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    DatasetId: str,
    RefreshSchedule: TopicRefreshScheduleTypeDef,  # (1)
  1. See TopicRefreshScheduleTypeDef

AssetBundleImportJobAnalysisOverridePermissionsTypeDef#

# AssetBundleImportJobAnalysisOverridePermissionsTypeDef definition

class AssetBundleImportJobAnalysisOverridePermissionsTypeDef(TypedDict):
    AnalysisIds: Sequence[str],
    Permissions: AssetBundleResourcePermissionsUnionTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsTypeDef AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobDataSetOverridePermissionsTypeDef#

# AssetBundleImportJobDataSetOverridePermissionsTypeDef definition

class AssetBundleImportJobDataSetOverridePermissionsTypeDef(TypedDict):
    DataSetIds: Sequence[str],
    Permissions: AssetBundleResourcePermissionsUnionTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsTypeDef AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobDataSourceOverridePermissionsTypeDef#

# AssetBundleImportJobDataSourceOverridePermissionsTypeDef definition

class AssetBundleImportJobDataSourceOverridePermissionsTypeDef(TypedDict):
    DataSourceIds: Sequence[str],
    Permissions: AssetBundleResourcePermissionsUnionTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsTypeDef AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobFolderOverridePermissionsTypeDef#

# AssetBundleImportJobFolderOverridePermissionsTypeDef definition

class AssetBundleImportJobFolderOverridePermissionsTypeDef(TypedDict):
    FolderIds: Sequence[str],
    Permissions: NotRequired[AssetBundleResourcePermissionsUnionTypeDef],  # (1)
  1. See AssetBundleResourcePermissionsTypeDef AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobThemeOverridePermissionsTypeDef#

# AssetBundleImportJobThemeOverridePermissionsTypeDef definition

class AssetBundleImportJobThemeOverridePermissionsTypeDef(TypedDict):
    ThemeIds: Sequence[str],
    Permissions: AssetBundleResourcePermissionsUnionTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsTypeDef AssetBundleResourcePermissionsOutputTypeDef

AssetBundleResourceLinkSharingConfigurationTypeDef#

# AssetBundleResourceLinkSharingConfigurationTypeDef definition

class AssetBundleResourceLinkSharingConfigurationTypeDef(TypedDict):
    Permissions: NotRequired[AssetBundleResourcePermissionsUnionTypeDef],  # (1)
  1. See AssetBundleResourcePermissionsTypeDef AssetBundleResourcePermissionsOutputTypeDef

NumericAxisOptionsOutputTypeDef#

# NumericAxisOptionsOutputTypeDef definition

class NumericAxisOptionsOutputTypeDef(TypedDict):
    Scale: NotRequired[AxisScaleTypeDef],  # (1)
    Range: NotRequired[AxisDisplayRangeOutputTypeDef],  # (2)
  1. See AxisScaleTypeDef
  2. See AxisDisplayRangeOutputTypeDef

BrandElementStyleTypeDef#

# BrandElementStyleTypeDef definition

class BrandElementStyleTypeDef(TypedDict):
    NavbarStyle: NotRequired[NavbarStyleTypeDef],  # (1)
  1. See NavbarStyleTypeDef

DescribeCustomPermissionsResponseTypeDef#

# DescribeCustomPermissionsResponseTypeDef definition

class DescribeCustomPermissionsResponseTypeDef(TypedDict):
    Status: int,
    CustomPermissions: CustomPermissionsTypeDef,  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See CustomPermissionsTypeDef
  2. See ResponseMetadataTypeDef

ListCustomPermissionsResponseTypeDef#

# ListCustomPermissionsResponseTypeDef definition

class ListCustomPermissionsResponseTypeDef(TypedDict):
    Status: int,
    CustomPermissionsList: List[CustomPermissionsTypeDef],  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See CustomPermissionsTypeDef
  2. See ResponseMetadataTypeDef

ClusterMarkerConfigurationTypeDef#

# ClusterMarkerConfigurationTypeDef definition

class ClusterMarkerConfigurationTypeDef(TypedDict):
    ClusterMarker: NotRequired[ClusterMarkerTypeDef],  # (1)
  1. See ClusterMarkerTypeDef

TopicCategoryFilterOutputTypeDef#

# TopicCategoryFilterOutputTypeDef definition

class TopicCategoryFilterOutputTypeDef(TypedDict):
    CategoryFilterFunction: NotRequired[CategoryFilterFunctionType],  # (1)
    CategoryFilterType: NotRequired[CategoryFilterTypeType],  # (2)
    Constant: NotRequired[TopicCategoryFilterConstantOutputTypeDef],  # (3)
    Inverse: NotRequired[bool],
  1. See CategoryFilterFunctionType
  2. See CategoryFilterTypeType
  3. See TopicCategoryFilterConstantOutputTypeDef

TopicCategoryFilterConstantTypeDef#

# TopicCategoryFilterConstantTypeDef definition

class TopicCategoryFilterConstantTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    SingularConstant: NotRequired[str],
    CollectiveConstant: NotRequired[CollectiveConstantUnionTypeDef],  # (2)
  1. See ConstantTypeType
  2. See CollectiveConstantTypeDef CollectiveConstantOutputTypeDef

TagColumnOperationOutputTypeDef#

# TagColumnOperationOutputTypeDef definition

class TagColumnOperationOutputTypeDef(TypedDict):
    ColumnName: str,
    Tags: List[ColumnTagTypeDef],  # (1)
  1. See ColumnTagTypeDef

TagColumnOperationTypeDef#

# TagColumnOperationTypeDef definition

class TagColumnOperationTypeDef(TypedDict):
    ColumnName: str,
    Tags: Sequence[ColumnTagTypeDef],  # (1)
  1. See ColumnTagTypeDef

DataSetConfigurationOutputTypeDef#

# DataSetConfigurationOutputTypeDef definition

class DataSetConfigurationOutputTypeDef(TypedDict):
    Placeholder: NotRequired[str],
    DataSetSchema: NotRequired[DataSetSchemaOutputTypeDef],  # (1)
    ColumnGroupSchemaList: NotRequired[List[ColumnGroupSchemaOutputTypeDef]],  # (2)
  1. See DataSetSchemaOutputTypeDef
  2. See ColumnGroupSchemaOutputTypeDef

ConditionalFormattingIconTypeDef#

# ConditionalFormattingIconTypeDef definition

class ConditionalFormattingIconTypeDef(TypedDict):
    IconSet: NotRequired[ConditionalFormattingIconSetTypeDef],  # (1)
    CustomCondition: NotRequired[ConditionalFormattingCustomIconConditionTypeDef],  # (2)
  1. See ConditionalFormattingIconSetTypeDef
  2. See ConditionalFormattingCustomIconConditionTypeDef

ListDataSetsResponseTypeDef#

# ListDataSetsResponseTypeDef definition

class ListDataSetsResponseTypeDef(TypedDict):
    DataSetSummaries: List[DataSetSummaryTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See DataSetSummaryTypeDef
  2. See ResponseMetadataTypeDef

SearchDataSetsResponseTypeDef#

# SearchDataSetsResponseTypeDef definition

class SearchDataSetsResponseTypeDef(TypedDict):
    DataSetSummaries: List[DataSetSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See DataSetSummaryTypeDef
  2. See ResponseMetadataTypeDef

DestinationParameterValueConfigurationOutputTypeDef#

# DestinationParameterValueConfigurationOutputTypeDef definition

class DestinationParameterValueConfigurationOutputTypeDef(TypedDict):
    CustomValuesConfiguration: NotRequired[CustomValuesConfigurationOutputTypeDef],  # (1)
    SelectAllValueOptions: NotRequired[SelectAllValueOptionsType],  # (2)
    SourceParameterName: NotRequired[str],
    SourceField: NotRequired[str],
    SourceColumn: NotRequired[ColumnIdentifierTypeDef],  # (3)
  1. See CustomValuesConfigurationOutputTypeDef
  2. See SelectAllValueOptionsType
  3. See ColumnIdentifierTypeDef

CustomContentConfigurationTypeDef#

# CustomContentConfigurationTypeDef definition

class CustomContentConfigurationTypeDef(TypedDict):
    ContentUrl: NotRequired[str],
    ContentType: NotRequired[CustomContentTypeType],  # (1)
    ImageScaling: NotRequired[CustomContentImageScalingConfigurationType],  # (2)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (3)
  1. See CustomContentTypeType
  2. See CustomContentImageScalingConfigurationType
  3. See VisualInteractionOptionsTypeDef

DashboardPublishOptionsTypeDef#

# DashboardPublishOptionsTypeDef definition

class DashboardPublishOptionsTypeDef(TypedDict):
    AdHocFilteringOption: NotRequired[AdHocFilteringOptionTypeDef],  # (1)
    ExportToCSVOption: NotRequired[ExportToCSVOptionTypeDef],  # (2)
    SheetControlsOption: NotRequired[SheetControlsOptionTypeDef],  # (3)
    VisualPublishOptions: NotRequired[DashboardVisualPublishOptionsTypeDef],  # (4)
    SheetLayoutElementMaximizationOption: NotRequired[SheetLayoutElementMaximizationOptionTypeDef],  # (5)
    VisualMenuOption: NotRequired[VisualMenuOptionTypeDef],  # (6)
    VisualAxisSortOption: NotRequired[VisualAxisSortOptionTypeDef],  # (7)
    ExportWithHiddenFieldsOption: NotRequired[ExportWithHiddenFieldsOptionTypeDef],  # (8)
    DataPointDrillUpDownOption: NotRequired[DataPointDrillUpDownOptionTypeDef],  # (9)
    DataPointMenuLabelOption: NotRequired[DataPointMenuLabelOptionTypeDef],  # (10)
    DataPointTooltipOption: NotRequired[DataPointTooltipOptionTypeDef],  # (11)
  1. See AdHocFilteringOptionTypeDef
  2. See ExportToCSVOptionTypeDef
  3. See SheetControlsOptionTypeDef
  4. See DashboardVisualPublishOptionsTypeDef
  5. See SheetLayoutElementMaximizationOptionTypeDef
  6. See VisualMenuOptionTypeDef
  7. See VisualAxisSortOptionTypeDef
  8. See ExportWithHiddenFieldsOptionTypeDef
  9. See DataPointDrillUpDownOptionTypeDef
  10. See DataPointMenuLabelOptionTypeDef
  11. See DataPointTooltipOptionTypeDef

DataPathColorTypeDef#

# DataPathColorTypeDef definition

class DataPathColorTypeDef(TypedDict):
    Element: DataPathValueTypeDef,  # (1)
    Color: str,
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
  1. See DataPathValueTypeDef
  2. See TimeGranularityType

DataPathSortOutputTypeDef#

# DataPathSortOutputTypeDef definition

class DataPathSortOutputTypeDef(TypedDict):
    Direction: SortDirectionType,  # (1)
    SortPaths: List[DataPathValueTypeDef],  # (2)
  1. See SortDirectionType
  2. See DataPathValueTypeDef

DataPathSortTypeDef#

# DataPathSortTypeDef definition

class DataPathSortTypeDef(TypedDict):
    Direction: SortDirectionType,  # (1)
    SortPaths: Sequence[DataPathValueTypeDef],  # (2)
  1. See SortDirectionType
  2. See DataPathValueTypeDef

PivotTableDataPathOptionOutputTypeDef#

# PivotTableDataPathOptionOutputTypeDef definition

class PivotTableDataPathOptionOutputTypeDef(TypedDict):
    DataPathList: List[DataPathValueTypeDef],  # (1)
    Width: NotRequired[str],
  1. See DataPathValueTypeDef

PivotTableDataPathOptionTypeDef#

# PivotTableDataPathOptionTypeDef definition

class PivotTableDataPathOptionTypeDef(TypedDict):
    DataPathList: Sequence[DataPathValueTypeDef],  # (1)
    Width: NotRequired[str],
  1. See DataPathValueTypeDef

PivotTableFieldCollapseStateTargetOutputTypeDef#

# PivotTableFieldCollapseStateTargetOutputTypeDef definition

class PivotTableFieldCollapseStateTargetOutputTypeDef(TypedDict):
    FieldId: NotRequired[str],
    FieldDataPathValues: NotRequired[List[DataPathValueTypeDef]],  # (1)
  1. See DataPathValueTypeDef

PivotTableFieldCollapseStateTargetTypeDef#

# PivotTableFieldCollapseStateTargetTypeDef definition

class PivotTableFieldCollapseStateTargetTypeDef(TypedDict):
    FieldId: NotRequired[str],
    FieldDataPathValues: NotRequired[Sequence[DataPathValueTypeDef]],  # (1)
  1. See DataPathValueTypeDef

DecimalDatasetParameterTypeDef#

# DecimalDatasetParameterTypeDef definition

class DecimalDatasetParameterTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    DefaultValues: NotRequired[DecimalDatasetParameterDefaultValuesUnionTypeDef],  # (2)
  1. See DatasetParameterValueTypeType
  2. See DecimalDatasetParameterDefaultValuesTypeDef DecimalDatasetParameterDefaultValuesOutputTypeDef

DescribeDashboardPermissionsResponseTypeDef#

# DescribeDashboardPermissionsResponseTypeDef definition

class DescribeDashboardPermissionsResponseTypeDef(TypedDict):
    DashboardId: str,
    DashboardArn: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    Status: int,
    RequestId: str,
    LinkSharingConfiguration: LinkSharingConfigurationOutputTypeDef,  # (2)
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See ResourcePermissionOutputTypeDef
  2. See LinkSharingConfigurationOutputTypeDef
  3. See ResponseMetadataTypeDef

UpdateDashboardPermissionsResponseTypeDef#

# UpdateDashboardPermissionsResponseTypeDef definition

class UpdateDashboardPermissionsResponseTypeDef(TypedDict):
    DashboardArn: str,
    DashboardId: str,
    Permissions: List[ResourcePermissionOutputTypeDef],  # (1)
    RequestId: str,
    Status: int,
    LinkSharingConfiguration: LinkSharingConfigurationOutputTypeDef,  # (2)
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See ResourcePermissionOutputTypeDef
  2. See LinkSharingConfigurationOutputTypeDef
  3. See ResponseMetadataTypeDef

LinkSharingConfigurationTypeDef#

# LinkSharingConfigurationTypeDef definition

class LinkSharingConfigurationTypeDef(TypedDict):
    Permissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef

ListTopicRefreshSchedulesResponseTypeDef#

# ListTopicRefreshSchedulesResponseTypeDef definition

class ListTopicRefreshSchedulesResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    RefreshSchedules: List[TopicRefreshScheduleSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TopicRefreshScheduleSummaryTypeDef
  2. See ResponseMetadataTypeDef

DefaultFormattingTypeDef#

# DefaultFormattingTypeDef definition

class DefaultFormattingTypeDef(TypedDict):
    DisplayFormat: NotRequired[DisplayFormatType],  # (1)
    DisplayFormatOptions: NotRequired[DisplayFormatOptionsTypeDef],  # (2)
  1. See DisplayFormatType
  2. See DisplayFormatOptionsTypeDef

TopicIRMetricOutputTypeDef#

# TopicIRMetricOutputTypeDef definition

class TopicIRMetricOutputTypeDef(TypedDict):
    MetricId: NotRequired[IdentifierTypeDef],  # (1)
    Function: NotRequired[AggFunctionOutputTypeDef],  # (2)
    Operands: NotRequired[List[IdentifierTypeDef]],  # (3)
    ComparisonMethod: NotRequired[TopicIRComparisonMethodTypeDef],  # (4)
    Expression: NotRequired[str],
    CalculatedFieldReferences: NotRequired[List[IdentifierTypeDef]],  # (3)
    DisplayFormat: NotRequired[DisplayFormatType],  # (6)
    DisplayFormatOptions: NotRequired[DisplayFormatOptionsTypeDef],  # (7)
    NamedEntity: NotRequired[NamedEntityRefTypeDef],  # (8)
  1. See IdentifierTypeDef
  2. See AggFunctionOutputTypeDef
  3. See IdentifierTypeDef
  4. See TopicIRComparisonMethodTypeDef
  5. See IdentifierTypeDef
  6. See DisplayFormatType
  7. See DisplayFormatOptionsTypeDef
  8. See NamedEntityRefTypeDef

TopicIRMetricTypeDef#

# TopicIRMetricTypeDef definition

class TopicIRMetricTypeDef(TypedDict):
    MetricId: NotRequired[IdentifierTypeDef],  # (1)
    Function: NotRequired[AggFunctionUnionTypeDef],  # (2)
    Operands: NotRequired[Sequence[IdentifierTypeDef]],  # (3)
    ComparisonMethod: NotRequired[TopicIRComparisonMethodTypeDef],  # (4)
    Expression: NotRequired[str],
    CalculatedFieldReferences: NotRequired[Sequence[IdentifierTypeDef]],  # (3)
    DisplayFormat: NotRequired[DisplayFormatType],  # (6)
    DisplayFormatOptions: NotRequired[DisplayFormatOptionsTypeDef],  # (7)
    NamedEntity: NotRequired[NamedEntityRefTypeDef],  # (8)
  1. See IdentifierTypeDef
  2. See AggFunctionTypeDef AggFunctionOutputTypeDef
  3. See IdentifierTypeDef
  4. See TopicIRComparisonMethodTypeDef
  5. See IdentifierTypeDef
  6. See DisplayFormatType
  7. See DisplayFormatOptionsTypeDef
  8. See NamedEntityRefTypeDef

TopicIRFilterOptionOutputTypeDef#

# TopicIRFilterOptionOutputTypeDef definition

class TopicIRFilterOptionOutputTypeDef(TypedDict):
    FilterType: NotRequired[TopicIRFilterTypeType],  # (1)
    FilterClass: NotRequired[FilterClassType],  # (2)
    OperandField: NotRequired[IdentifierTypeDef],  # (3)
    Function: NotRequired[TopicIRFilterFunctionType],  # (4)
    Constant: NotRequired[TopicConstantValueOutputTypeDef],  # (5)
    Inverse: NotRequired[bool],
    NullFilter: NotRequired[NullFilterOptionType],  # (6)
    Aggregation: NotRequired[AggTypeType],  # (7)
    AggregationFunctionParameters: NotRequired[Dict[str, str]],
    AggregationPartitionBy: NotRequired[List[AggregationPartitionByTypeDef]],  # (8)
    Range: NotRequired[TopicConstantValueOutputTypeDef],  # (5)
    Inclusive: NotRequired[bool],
    TimeGranularity: NotRequired[TimeGranularityType],  # (10)
    LastNextOffset: NotRequired[TopicConstantValueOutputTypeDef],  # (5)
    AggMetrics: NotRequired[List[FilterAggMetricsTypeDef]],  # (12)
    TopBottomLimit: NotRequired[TopicConstantValueOutputTypeDef],  # (5)
    SortDirection: NotRequired[TopicSortDirectionType],  # (14)
    Anchor: NotRequired[AnchorTypeDef],  # (15)
  1. See TopicIRFilterTypeType
  2. See FilterClassType
  3. See IdentifierTypeDef
  4. See TopicIRFilterFunctionType
  5. See TopicConstantValueOutputTypeDef
  6. See NullFilterOptionType
  7. See AggTypeType
  8. See AggregationPartitionByTypeDef
  9. See TopicConstantValueOutputTypeDef
  10. See TimeGranularityType
  11. See TopicConstantValueOutputTypeDef
  12. See FilterAggMetricsTypeDef
  13. See TopicConstantValueOutputTypeDef
  14. See TopicSortDirectionType
  15. See AnchorTypeDef

TopicIRGroupByTypeDef#

# TopicIRGroupByTypeDef definition

class TopicIRGroupByTypeDef(TypedDict):
    FieldName: NotRequired[IdentifierTypeDef],  # (1)
    TimeGranularity: NotRequired[TopicTimeGranularityType],  # (2)
    Sort: NotRequired[TopicSortClauseTypeDef],  # (3)
    DisplayFormat: NotRequired[DisplayFormatType],  # (4)
    DisplayFormatOptions: NotRequired[DisplayFormatOptionsTypeDef],  # (5)
    NamedEntity: NotRequired[NamedEntityRefTypeDef],  # (6)
  1. See IdentifierTypeDef
  2. See TopicTimeGranularityType
  3. See TopicSortClauseTypeDef
  4. See DisplayFormatType
  5. See DisplayFormatOptionsTypeDef
  6. See NamedEntityRefTypeDef

CategoryFilterConfigurationTypeDef#

# CategoryFilterConfigurationTypeDef definition

class CategoryFilterConfigurationTypeDef(TypedDict):
    FilterListConfiguration: NotRequired[FilterListConfigurationUnionTypeDef],  # (1)
    CustomFilterListConfiguration: NotRequired[CustomFilterListConfigurationUnionTypeDef],  # (2)
    CustomFilterConfiguration: NotRequired[CustomFilterConfigurationTypeDef],  # (3)
  1. See FilterListConfigurationTypeDef FilterListConfigurationOutputTypeDef
  2. See CustomFilterListConfigurationTypeDef CustomFilterListConfigurationOutputTypeDef
  3. See CustomFilterConfigurationTypeDef

CustomActionFilterOperationOutputTypeDef#

# CustomActionFilterOperationOutputTypeDef definition

class CustomActionFilterOperationOutputTypeDef(TypedDict):
    SelectedFieldsConfiguration: FilterOperationSelectedFieldsConfigurationOutputTypeDef,  # (1)
    TargetVisualsConfiguration: FilterOperationTargetVisualsConfigurationOutputTypeDef,  # (2)
  1. See FilterOperationSelectedFieldsConfigurationOutputTypeDef
  2. See FilterOperationTargetVisualsConfigurationOutputTypeDef

AxisLabelOptionsTypeDef#

# AxisLabelOptionsTypeDef definition

class AxisLabelOptionsTypeDef(TypedDict):
    FontConfiguration: NotRequired[FontConfigurationTypeDef],  # (1)
    CustomLabel: NotRequired[str],
    ApplyTo: NotRequired[AxisLabelReferenceOptionsTypeDef],  # (2)
  1. See FontConfigurationTypeDef
  2. See AxisLabelReferenceOptionsTypeDef

DataLabelOptionsOutputTypeDef#

# DataLabelOptionsOutputTypeDef definition

class DataLabelOptionsOutputTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    CategoryLabelVisibility: NotRequired[VisibilityType],  # (1)
    MeasureLabelVisibility: NotRequired[VisibilityType],  # (1)
    DataLabelTypes: NotRequired[List[DataLabelTypeTypeDef]],  # (4)
    Position: NotRequired[DataLabelPositionType],  # (5)
    LabelContent: NotRequired[DataLabelContentType],  # (6)
    LabelFontConfiguration: NotRequired[FontConfigurationTypeDef],  # (7)
    LabelColor: NotRequired[str],
    Overlap: NotRequired[DataLabelOverlapType],  # (8)
    TotalsVisibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType
  2. See VisibilityType
  3. See VisibilityType
  4. See DataLabelTypeTypeDef
  5. See DataLabelPositionType
  6. See DataLabelContentType
  7. See FontConfigurationTypeDef
  8. See DataLabelOverlapType
  9. See VisibilityType

DataLabelOptionsTypeDef#

# DataLabelOptionsTypeDef definition

class DataLabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    CategoryLabelVisibility: NotRequired[VisibilityType],  # (1)
    MeasureLabelVisibility: NotRequired[VisibilityType],  # (1)
    DataLabelTypes: NotRequired[Sequence[DataLabelTypeTypeDef]],  # (4)
    Position: NotRequired[DataLabelPositionType],  # (5)
    LabelContent: NotRequired[DataLabelContentType],  # (6)
    LabelFontConfiguration: NotRequired[FontConfigurationTypeDef],  # (7)
    LabelColor: NotRequired[str],
    Overlap: NotRequired[DataLabelOverlapType],  # (8)
    TotalsVisibility: NotRequired[VisibilityType],  # (1)
  1. See VisibilityType
  2. See VisibilityType
  3. See VisibilityType
  4. See DataLabelTypeTypeDef
  5. See DataLabelPositionType
  6. See DataLabelContentType
  7. See FontConfigurationTypeDef
  8. See DataLabelOverlapType
  9. See VisibilityType

FunnelChartDataLabelOptionsTypeDef#

# FunnelChartDataLabelOptionsTypeDef definition

class FunnelChartDataLabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    CategoryLabelVisibility: NotRequired[VisibilityType],  # (1)
    MeasureLabelVisibility: NotRequired[VisibilityType],  # (1)
    Position: NotRequired[DataLabelPositionType],  # (4)
    LabelFontConfiguration: NotRequired[FontConfigurationTypeDef],  # (5)
    LabelColor: NotRequired[str],
    MeasureDataLabelStyle: NotRequired[FunnelChartMeasureDataLabelStyleType],  # (6)
  1. See VisibilityType
  2. See VisibilityType
  3. See VisibilityType
  4. See DataLabelPositionType
  5. See FontConfigurationTypeDef
  6. See FunnelChartMeasureDataLabelStyleType

LabelOptionsTypeDef#

# LabelOptionsTypeDef definition

class LabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    FontConfiguration: NotRequired[FontConfigurationTypeDef],  # (2)
    CustomLabel: NotRequired[str],
  1. See VisibilityType
  2. See FontConfigurationTypeDef

PanelTitleOptionsTypeDef#

# PanelTitleOptionsTypeDef definition

class PanelTitleOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    FontConfiguration: NotRequired[FontConfigurationTypeDef],  # (2)
    HorizontalTextAlignment: NotRequired[HorizontalTextAlignmentType],  # (3)
  1. See VisibilityType
  2. See FontConfigurationTypeDef
  3. See HorizontalTextAlignmentType

TableFieldCustomTextContentTypeDef#

# TableFieldCustomTextContentTypeDef definition

class TableFieldCustomTextContentTypeDef(TypedDict):
    FontConfiguration: FontConfigurationTypeDef,  # (1)
    Value: NotRequired[str],
  1. See FontConfigurationTypeDef

ForecastConfigurationOutputTypeDef#

# ForecastConfigurationOutputTypeDef definition

class ForecastConfigurationOutputTypeDef(TypedDict):
    ForecastProperties: NotRequired[TimeBasedForecastPropertiesTypeDef],  # (1)
    Scenario: NotRequired[ForecastScenarioOutputTypeDef],  # (2)
  1. See TimeBasedForecastPropertiesTypeDef
  2. See ForecastScenarioOutputTypeDef

DefaultFreeFormLayoutConfigurationTypeDef#

# DefaultFreeFormLayoutConfigurationTypeDef definition

class DefaultFreeFormLayoutConfigurationTypeDef(TypedDict):
    CanvasSizeOptions: FreeFormLayoutCanvasSizeOptionsTypeDef,  # (1)
  1. See FreeFormLayoutCanvasSizeOptionsTypeDef

SnapshotUserConfigurationTypeDef#

# SnapshotUserConfigurationTypeDef definition

class SnapshotUserConfigurationTypeDef(TypedDict):
    AnonymousUsers: NotRequired[Sequence[SnapshotAnonymousUserTypeDef]],  # (1)
  1. See SnapshotAnonymousUserTypeDef

ColumnGroupTypeDef#

# ColumnGroupTypeDef definition

class ColumnGroupTypeDef(TypedDict):
    GeoSpatialColumnGroup: NotRequired[GeoSpatialColumnGroupUnionTypeDef],  # (1)
  1. See GeoSpatialColumnGroupTypeDef GeoSpatialColumnGroupOutputTypeDef

GeospatialHeatmapConfigurationOutputTypeDef#

# GeospatialHeatmapConfigurationOutputTypeDef definition

class GeospatialHeatmapConfigurationOutputTypeDef(TypedDict):
    HeatmapColor: NotRequired[GeospatialHeatmapColorScaleOutputTypeDef],  # (1)
  1. See GeospatialHeatmapColorScaleOutputTypeDef

GlobalTableBorderOptionsTypeDef#

# GlobalTableBorderOptionsTypeDef definition

class GlobalTableBorderOptionsTypeDef(TypedDict):
    UniformBorder: NotRequired[TableBorderOptionsTypeDef],  # (1)
    SideSpecificBorder: NotRequired[TableSideBorderOptionsTypeDef],  # (2)
  1. See TableBorderOptionsTypeDef
  2. See TableSideBorderOptionsTypeDef

ConditionalFormattingGradientColorOutputTypeDef#

# ConditionalFormattingGradientColorOutputTypeDef definition

class ConditionalFormattingGradientColorOutputTypeDef(TypedDict):
    Expression: str,
    Color: GradientColorOutputTypeDef,  # (1)
  1. See GradientColorOutputTypeDef

DefaultGridLayoutConfigurationTypeDef#

# DefaultGridLayoutConfigurationTypeDef definition

class DefaultGridLayoutConfigurationTypeDef(TypedDict):
    CanvasSizeOptions: GridLayoutCanvasSizeOptionsTypeDef,  # (1)
  1. See GridLayoutCanvasSizeOptionsTypeDef

GridLayoutConfigurationOutputTypeDef#

# GridLayoutConfigurationOutputTypeDef definition

class GridLayoutConfigurationOutputTypeDef(TypedDict):
    Elements: List[GridLayoutElementTypeDef],  # (1)
    CanvasSizeOptions: NotRequired[GridLayoutCanvasSizeOptionsTypeDef],  # (2)
  1. See GridLayoutElementTypeDef
  2. See GridLayoutCanvasSizeOptionsTypeDef

GridLayoutConfigurationTypeDef#

# GridLayoutConfigurationTypeDef definition

class GridLayoutConfigurationTypeDef(TypedDict):
    Elements: Sequence[GridLayoutElementTypeDef],  # (1)
    CanvasSizeOptions: NotRequired[GridLayoutCanvasSizeOptionsTypeDef],  # (2)
  1. See GridLayoutElementTypeDef
  2. See GridLayoutCanvasSizeOptionsTypeDef

ImageSetConfigurationTypeDef#

# ImageSetConfigurationTypeDef definition

class ImageSetConfigurationTypeDef(TypedDict):
    Original: ImageConfigurationTypeDef,  # (1)
  1. See ImageConfigurationTypeDef

ImageSetTypeDef#

# ImageSetTypeDef definition

class ImageSetTypeDef(TypedDict):
    Original: ImageTypeDef,  # (1)
    Height64: NotRequired[ImageTypeDef],  # (1)
    Height32: NotRequired[ImageTypeDef],  # (1)
  1. See ImageTypeDef
  2. See ImageTypeDef
  3. See ImageTypeDef

RefreshConfigurationTypeDef#

# RefreshConfigurationTypeDef definition

class RefreshConfigurationTypeDef(TypedDict):
    IncrementalRefresh: IncrementalRefreshTypeDef,  # (1)
  1. See IncrementalRefreshTypeDef

DescribeIngestionResponseTypeDef#

# DescribeIngestionResponseTypeDef definition

class DescribeIngestionResponseTypeDef(TypedDict):
    Ingestion: IngestionTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See IngestionTypeDef
  2. See ResponseMetadataTypeDef

ListIngestionsResponseTypeDef#

# ListIngestionsResponseTypeDef definition

class ListIngestionsResponseTypeDef(TypedDict):
    Ingestions: List[IngestionTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See IngestionTypeDef
  2. See ResponseMetadataTypeDef

IntegerDatasetParameterTypeDef#

# IntegerDatasetParameterTypeDef definition

class IntegerDatasetParameterTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    DefaultValues: NotRequired[IntegerDatasetParameterDefaultValuesUnionTypeDef],  # (2)
  1. See DatasetParameterValueTypeType
  2. See IntegerDatasetParameterDefaultValuesTypeDef IntegerDatasetParameterDefaultValuesOutputTypeDef

LogicalTableSourceTypeDef#

# LogicalTableSourceTypeDef definition

class LogicalTableSourceTypeDef(TypedDict):
    JoinInstruction: NotRequired[JoinInstructionTypeDef],  # (1)
    PhysicalTableId: NotRequired[str],
    DataSetArn: NotRequired[str],
  1. See JoinInstructionTypeDef

DataFieldSeriesItemTypeDef#

# DataFieldSeriesItemTypeDef definition

class DataFieldSeriesItemTypeDef(TypedDict):
    FieldId: str,
    AxisBinding: AxisBindingType,  # (1)
    FieldValue: NotRequired[str],
    Settings: NotRequired[LineChartSeriesSettingsTypeDef],  # (2)
  1. See AxisBindingType
  2. See LineChartSeriesSettingsTypeDef

FieldSeriesItemTypeDef#

# FieldSeriesItemTypeDef definition

class FieldSeriesItemTypeDef(TypedDict):
    FieldId: str,
    AxisBinding: AxisBindingType,  # (1)
    Settings: NotRequired[LineChartSeriesSettingsTypeDef],  # (2)
  1. See AxisBindingType
  2. See LineChartSeriesSettingsTypeDef

SheetStyleTypeDef#

# SheetStyleTypeDef definition

class SheetStyleTypeDef(TypedDict):
    Tile: NotRequired[TileStyleTypeDef],  # (1)
    TileLayout: NotRequired[TileLayoutStyleTypeDef],  # (2)
  1. See TileStyleTypeDef
  2. See TileLayoutStyleTypeDef

TopicNamedEntityOutputTypeDef#

# TopicNamedEntityOutputTypeDef definition

class TopicNamedEntityOutputTypeDef(TypedDict):
    EntityName: str,
    EntityDescription: NotRequired[str],
    EntitySynonyms: NotRequired[List[str]],
    SemanticEntityType: NotRequired[SemanticEntityTypeOutputTypeDef],  # (1)
    Definition: NotRequired[List[NamedEntityDefinitionOutputTypeDef]],  # (2)
  1. See SemanticEntityTypeOutputTypeDef
  2. See NamedEntityDefinitionOutputTypeDef

NamedEntityDefinitionTypeDef#

# NamedEntityDefinitionTypeDef definition

class NamedEntityDefinitionTypeDef(TypedDict):
    FieldName: NotRequired[str],
    PropertyName: NotRequired[str],
    PropertyRole: NotRequired[PropertyRoleType],  # (1)
    PropertyUsage: NotRequired[PropertyUsageType],  # (2)
    Metric: NotRequired[NamedEntityDefinitionMetricUnionTypeDef],  # (3)
  1. See PropertyRoleType
  2. See PropertyUsageType
  3. See NamedEntityDefinitionMetricTypeDef NamedEntityDefinitionMetricOutputTypeDef

DescribeNamespaceResponseTypeDef#

# DescribeNamespaceResponseTypeDef definition

class DescribeNamespaceResponseTypeDef(TypedDict):
    Namespace: NamespaceInfoV2TypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See NamespaceInfoV2TypeDef
  2. See ResponseMetadataTypeDef

ListNamespacesResponseTypeDef#

# ListNamespacesResponseTypeDef definition

class ListNamespacesResponseTypeDef(TypedDict):
    Namespaces: List[NamespaceInfoV2TypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See NamespaceInfoV2TypeDef
  2. See ResponseMetadataTypeDef

ListVPCConnectionsResponseTypeDef#

# ListVPCConnectionsResponseTypeDef definition

class ListVPCConnectionsResponseTypeDef(TypedDict):
    VPCConnectionSummaries: List[VPCConnectionSummaryTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See VPCConnectionSummaryTypeDef
  2. See ResponseMetadataTypeDef

DescribeVPCConnectionResponseTypeDef#

# DescribeVPCConnectionResponseTypeDef definition

class DescribeVPCConnectionResponseTypeDef(TypedDict):
    VPCConnection: VPCConnectionTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See VPCConnectionTypeDef
  2. See ResponseMetadataTypeDef

CurrencyDisplayFormatConfigurationTypeDef#

# CurrencyDisplayFormatConfigurationTypeDef definition

class CurrencyDisplayFormatConfigurationTypeDef(TypedDict):
    Prefix: NotRequired[str],
    Suffix: NotRequired[str],
    SeparatorConfiguration: NotRequired[NumericSeparatorConfigurationTypeDef],  # (1)
    Symbol: NotRequired[str],
    DecimalPlacesConfiguration: NotRequired[DecimalPlacesConfigurationTypeDef],  # (2)
    NumberScale: NotRequired[NumberScaleType],  # (3)
    NegativeValueConfiguration: NotRequired[NegativeValueConfigurationTypeDef],  # (4)
    NullValueFormatConfiguration: NotRequired[NullValueFormatConfigurationTypeDef],  # (5)
  1. See NumericSeparatorConfigurationTypeDef
  2. See DecimalPlacesConfigurationTypeDef
  3. See NumberScaleType
  4. See NegativeValueConfigurationTypeDef
  5. See NullValueFormatConfigurationTypeDef

NumberDisplayFormatConfigurationTypeDef#

# NumberDisplayFormatConfigurationTypeDef definition

class NumberDisplayFormatConfigurationTypeDef(TypedDict):
    Prefix: NotRequired[str],
    Suffix: NotRequired[str],
    SeparatorConfiguration: NotRequired[NumericSeparatorConfigurationTypeDef],  # (1)
    DecimalPlacesConfiguration: NotRequired[DecimalPlacesConfigurationTypeDef],  # (2)
    NumberScale: NotRequired[NumberScaleType],  # (3)
    NegativeValueConfiguration: NotRequired[NegativeValueConfigurationTypeDef],  # (4)
    NullValueFormatConfiguration: NotRequired[NullValueFormatConfigurationTypeDef],  # (5)
  1. See NumericSeparatorConfigurationTypeDef
  2. See DecimalPlacesConfigurationTypeDef
  3. See NumberScaleType
  4. See NegativeValueConfigurationTypeDef
  5. See NullValueFormatConfigurationTypeDef

PercentageDisplayFormatConfigurationTypeDef#

# PercentageDisplayFormatConfigurationTypeDef definition

class PercentageDisplayFormatConfigurationTypeDef(TypedDict):
    Prefix: NotRequired[str],
    Suffix: NotRequired[str],
    SeparatorConfiguration: NotRequired[NumericSeparatorConfigurationTypeDef],  # (1)
    DecimalPlacesConfiguration: NotRequired[DecimalPlacesConfigurationTypeDef],  # (2)
    NegativeValueConfiguration: NotRequired[NegativeValueConfigurationTypeDef],  # (3)
    NullValueFormatConfiguration: NotRequired[NullValueFormatConfigurationTypeDef],  # (4)
  1. See NumericSeparatorConfigurationTypeDef
  2. See DecimalPlacesConfigurationTypeDef
  3. See NegativeValueConfigurationTypeDef
  4. See NullValueFormatConfigurationTypeDef

AggregationFunctionTypeDef#

# AggregationFunctionTypeDef definition

class AggregationFunctionTypeDef(TypedDict):
    NumericalAggregationFunction: NotRequired[NumericalAggregationFunctionTypeDef],  # (1)
    CategoricalAggregationFunction: NotRequired[CategoricalAggregationFunctionType],  # (2)
    DateAggregationFunction: NotRequired[DateAggregationFunctionType],  # (3)
    AttributeAggregationFunction: NotRequired[AttributeAggregationFunctionTypeDef],  # (4)
  1. See NumericalAggregationFunctionTypeDef
  2. See CategoricalAggregationFunctionType
  3. See DateAggregationFunctionType
  4. See AttributeAggregationFunctionTypeDef

ScrollBarOptionsTypeDef#

# ScrollBarOptionsTypeDef definition

class ScrollBarOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    VisibleRange: NotRequired[VisibleRangeOptionsTypeDef],  # (2)
  1. See VisibilityType
  2. See VisibleRangeOptionsTypeDef

TopicDateRangeFilterTypeDef#

# TopicDateRangeFilterTypeDef definition

class TopicDateRangeFilterTypeDef(TypedDict):
    Inclusive: NotRequired[bool],
    Constant: NotRequired[TopicRangeFilterConstantTypeDef],  # (1)
  1. See TopicRangeFilterConstantTypeDef

TopicNumericRangeFilterTypeDef#

# TopicNumericRangeFilterTypeDef definition

class TopicNumericRangeFilterTypeDef(TypedDict):
    Inclusive: NotRequired[bool],
    Constant: NotRequired[TopicRangeFilterConstantTypeDef],  # (1)
    Aggregation: NotRequired[NamedFilterAggTypeType],  # (2)
  1. See TopicRangeFilterConstantTypeDef
  2. See NamedFilterAggTypeType

RedshiftParametersTypeDef#

# RedshiftParametersTypeDef definition

class RedshiftParametersTypeDef(TypedDict):
    Database: str,
    Host: NotRequired[str],
    Port: NotRequired[int],
    ClusterId: NotRequired[str],
    IAMParameters: NotRequired[RedshiftIAMParametersUnionTypeDef],  # (1)
    IdentityCenterConfiguration: NotRequired[IdentityCenterConfigurationTypeDef],  # (2)
  1. See RedshiftIAMParametersTypeDef RedshiftIAMParametersOutputTypeDef
  2. See IdentityCenterConfigurationTypeDef

RefreshScheduleOutputTypeDef#

# RefreshScheduleOutputTypeDef definition

class RefreshScheduleOutputTypeDef(TypedDict):
    ScheduleId: str,
    ScheduleFrequency: RefreshFrequencyTypeDef,  # (1)
    RefreshType: IngestionTypeType,  # (2)
    StartAfterDateTime: NotRequired[datetime],
    Arn: NotRequired[str],
  1. See RefreshFrequencyTypeDef
  2. See IngestionTypeType

RefreshScheduleTypeDef#

# RefreshScheduleTypeDef definition

class RefreshScheduleTypeDef(TypedDict):
    ScheduleId: str,
    ScheduleFrequency: RefreshFrequencyTypeDef,  # (1)
    RefreshType: IngestionTypeType,  # (2)
    StartAfterDateTime: NotRequired[TimestampTypeDef],
    Arn: NotRequired[str],
  1. See RefreshFrequencyTypeDef
  2. See IngestionTypeType

RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef#

# RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef definition

class RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef(TypedDict):
    InitialPath: NotRequired[str],
    FeatureConfigurations: NotRequired[RegisteredUserConsoleFeatureConfigurationsTypeDef],  # (1)
  1. See RegisteredUserConsoleFeatureConfigurationsTypeDef

RegisteredUserDashboardEmbeddingConfigurationTypeDef#

# RegisteredUserDashboardEmbeddingConfigurationTypeDef definition

class RegisteredUserDashboardEmbeddingConfigurationTypeDef(TypedDict):
    InitialDashboardId: str,
    FeatureConfigurations: NotRequired[RegisteredUserDashboardFeatureConfigurationsTypeDef],  # (1)
  1. See RegisteredUserDashboardFeatureConfigurationsTypeDef

SnapshotDestinationConfigurationOutputTypeDef#

# SnapshotDestinationConfigurationOutputTypeDef definition

class SnapshotDestinationConfigurationOutputTypeDef(TypedDict):
    S3Destinations: NotRequired[List[SnapshotS3DestinationConfigurationTypeDef]],  # (1)
  1. See SnapshotS3DestinationConfigurationTypeDef

SnapshotDestinationConfigurationTypeDef#

# SnapshotDestinationConfigurationTypeDef definition

class SnapshotDestinationConfigurationTypeDef(TypedDict):
    S3Destinations: NotRequired[Sequence[SnapshotS3DestinationConfigurationTypeDef]],  # (1)
  1. See SnapshotS3DestinationConfigurationTypeDef

SnapshotJobS3ResultTypeDef#

# SnapshotJobS3ResultTypeDef definition

class SnapshotJobS3ResultTypeDef(TypedDict):
    S3DestinationConfiguration: NotRequired[SnapshotS3DestinationConfigurationTypeDef],  # (1)
    S3Uri: NotRequired[str],
    ErrorInfo: NotRequired[List[SnapshotJobResultErrorInfoTypeDef]],  # (2)
  1. See SnapshotS3DestinationConfigurationTypeDef
  2. See SnapshotJobResultErrorInfoTypeDef

PhysicalTableOutputTypeDef#

# PhysicalTableOutputTypeDef definition

class PhysicalTableOutputTypeDef(TypedDict):
    RelationalTable: NotRequired[RelationalTableOutputTypeDef],  # (1)
    CustomSql: NotRequired[CustomSqlOutputTypeDef],  # (2)
    S3Source: NotRequired[S3SourceOutputTypeDef],  # (3)
  1. See RelationalTableOutputTypeDef
  2. See CustomSqlOutputTypeDef
  3. See S3SourceOutputTypeDef

FilterOperationTargetVisualsConfigurationTypeDef#

# FilterOperationTargetVisualsConfigurationTypeDef definition

class FilterOperationTargetVisualsConfigurationTypeDef(TypedDict):
    SameSheetTargetVisualConfiguration: NotRequired[SameSheetTargetVisualConfigurationUnionTypeDef],  # (1)
  1. See SameSheetTargetVisualConfigurationTypeDef SameSheetTargetVisualConfigurationOutputTypeDef

SectionBasedLayoutCanvasSizeOptionsTypeDef#

# SectionBasedLayoutCanvasSizeOptionsTypeDef definition

class SectionBasedLayoutCanvasSizeOptionsTypeDef(TypedDict):
    PaperCanvasSizeOptions: NotRequired[SectionBasedLayoutPaperCanvasSizeOptionsTypeDef],  # (1)
  1. See SectionBasedLayoutPaperCanvasSizeOptionsTypeDef

FilterScopeConfigurationOutputTypeDef#

# FilterScopeConfigurationOutputTypeDef definition

class FilterScopeConfigurationOutputTypeDef(TypedDict):
    SelectedSheets: NotRequired[SelectedSheetsFilterScopeConfigurationOutputTypeDef],  # (1)
    AllSheets: NotRequired[Dict[str, Any]],
  1. See SelectedSheetsFilterScopeConfigurationOutputTypeDef

FreeFormLayoutElementOutputTypeDef#

# FreeFormLayoutElementOutputTypeDef definition

class FreeFormLayoutElementOutputTypeDef(TypedDict):
    ElementId: str,
    ElementType: LayoutElementTypeType,  # (1)
    XAxisLocation: str,
    YAxisLocation: str,
    Width: str,
    Height: str,
    Visibility: NotRequired[VisibilityType],  # (2)
    RenderingRules: NotRequired[List[SheetElementRenderingRuleTypeDef]],  # (3)
    BorderStyle: NotRequired[FreeFormLayoutElementBorderStyleTypeDef],  # (4)
    SelectedBorderStyle: NotRequired[FreeFormLayoutElementBorderStyleTypeDef],  # (4)
    BackgroundStyle: NotRequired[FreeFormLayoutElementBackgroundStyleTypeDef],  # (6)
    LoadingAnimation: NotRequired[LoadingAnimationTypeDef],  # (7)
  1. See LayoutElementTypeType
  2. See VisibilityType
  3. See SheetElementRenderingRuleTypeDef
  4. See FreeFormLayoutElementBorderStyleTypeDef
  5. See FreeFormLayoutElementBorderStyleTypeDef
  6. See FreeFormLayoutElementBackgroundStyleTypeDef
  7. See LoadingAnimationTypeDef

FreeFormLayoutElementTypeDef#

# FreeFormLayoutElementTypeDef definition

class FreeFormLayoutElementTypeDef(TypedDict):
    ElementId: str,
    ElementType: LayoutElementTypeType,  # (1)
    XAxisLocation: str,
    YAxisLocation: str,
    Width: str,
    Height: str,
    Visibility: NotRequired[VisibilityType],  # (2)
    RenderingRules: NotRequired[Sequence[SheetElementRenderingRuleTypeDef]],  # (3)
    BorderStyle: NotRequired[FreeFormLayoutElementBorderStyleTypeDef],  # (4)
    SelectedBorderStyle: NotRequired[FreeFormLayoutElementBorderStyleTypeDef],  # (4)
    BackgroundStyle: NotRequired[FreeFormLayoutElementBackgroundStyleTypeDef],  # (6)
    LoadingAnimation: NotRequired[LoadingAnimationTypeDef],  # (7)
  1. See LayoutElementTypeType
  2. See VisibilityType
  3. See SheetElementRenderingRuleTypeDef
  4. See FreeFormLayoutElementBorderStyleTypeDef
  5. See FreeFormLayoutElementBorderStyleTypeDef
  6. See FreeFormLayoutElementBackgroundStyleTypeDef
  7. See LoadingAnimationTypeDef

SelectedSheetsFilterScopeConfigurationTypeDef#

# SelectedSheetsFilterScopeConfigurationTypeDef definition

class SelectedSheetsFilterScopeConfigurationTypeDef(TypedDict):
    SheetVisualScopingConfigurations: NotRequired[Sequence[SheetVisualScopingConfigurationUnionTypeDef]],  # (1)
  1. See SheetVisualScopingConfigurationTypeDef SheetVisualScopingConfigurationOutputTypeDef

SnapshotFileGroupOutputTypeDef#

# SnapshotFileGroupOutputTypeDef definition

class SnapshotFileGroupOutputTypeDef(TypedDict):
    Files: NotRequired[List[SnapshotFileOutputTypeDef]],  # (1)
  1. See SnapshotFileOutputTypeDef

SnapshotFileTypeDef#

# SnapshotFileTypeDef definition

class SnapshotFileTypeDef(TypedDict):
    SheetSelections: Sequence[SnapshotFileSheetSelectionUnionTypeDef],  # (1)
    FormatType: SnapshotFileFormatTypeType,  # (2)
  1. See SnapshotFileSheetSelectionTypeDef SnapshotFileSheetSelectionOutputTypeDef
  2. See SnapshotFileFormatTypeType

DatasetParameterOutputTypeDef#

# DatasetParameterOutputTypeDef definition

class DatasetParameterOutputTypeDef(TypedDict):
    StringDatasetParameter: NotRequired[StringDatasetParameterOutputTypeDef],  # (1)
    DecimalDatasetParameter: NotRequired[DecimalDatasetParameterOutputTypeDef],  # (2)
    IntegerDatasetParameter: NotRequired[IntegerDatasetParameterOutputTypeDef],  # (3)
    DateTimeDatasetParameter: NotRequired[DateTimeDatasetParameterOutputTypeDef],  # (4)
  1. See StringDatasetParameterOutputTypeDef
  2. See DecimalDatasetParameterOutputTypeDef
  3. See IntegerDatasetParameterOutputTypeDef
  4. See DateTimeDatasetParameterOutputTypeDef

StringDatasetParameterTypeDef#

# StringDatasetParameterTypeDef definition

class StringDatasetParameterTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    DefaultValues: NotRequired[StringDatasetParameterDefaultValuesUnionTypeDef],  # (2)
  1. See DatasetParameterValueTypeType
  2. See StringDatasetParameterDefaultValuesTypeDef StringDatasetParameterDefaultValuesOutputTypeDef

FilterCrossSheetControlOutputTypeDef#

# FilterCrossSheetControlOutputTypeDef definition

class FilterCrossSheetControlOutputTypeDef(TypedDict):
    FilterControlId: str,
    SourceFilterId: str,
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationOutputTypeDef],  # (1)
  1. See CascadingControlConfigurationOutputTypeDef

DateTimeParameterDeclarationOutputTypeDef#

# DateTimeParameterDeclarationOutputTypeDef definition

class DateTimeParameterDeclarationOutputTypeDef(TypedDict):
    Name: str,
    DefaultValues: NotRequired[DateTimeDefaultValuesOutputTypeDef],  # (1)
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
    ValueWhenUnset: NotRequired[DateTimeValueWhenUnsetConfigurationOutputTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[List[MappedDataSetParameterTypeDef]],  # (4)
  1. See DateTimeDefaultValuesOutputTypeDef
  2. See TimeGranularityType
  3. See DateTimeValueWhenUnsetConfigurationOutputTypeDef
  4. See MappedDataSetParameterTypeDef

DecimalParameterDeclarationOutputTypeDef#

# DecimalParameterDeclarationOutputTypeDef definition

class DecimalParameterDeclarationOutputTypeDef(TypedDict):
    ParameterValueType: ParameterValueTypeType,  # (1)
    Name: str,
    DefaultValues: NotRequired[DecimalDefaultValuesOutputTypeDef],  # (2)
    ValueWhenUnset: NotRequired[DecimalValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[List[MappedDataSetParameterTypeDef]],  # (4)
  1. See ParameterValueTypeType
  2. See DecimalDefaultValuesOutputTypeDef
  3. See DecimalValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

IntegerParameterDeclarationOutputTypeDef#

# IntegerParameterDeclarationOutputTypeDef definition

class IntegerParameterDeclarationOutputTypeDef(TypedDict):
    ParameterValueType: ParameterValueTypeType,  # (1)
    Name: str,
    DefaultValues: NotRequired[IntegerDefaultValuesOutputTypeDef],  # (2)
    ValueWhenUnset: NotRequired[IntegerValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[List[MappedDataSetParameterTypeDef]],  # (4)
  1. See ParameterValueTypeType
  2. See IntegerDefaultValuesOutputTypeDef
  3. See IntegerValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

StringParameterDeclarationOutputTypeDef#

# StringParameterDeclarationOutputTypeDef definition

class StringParameterDeclarationOutputTypeDef(TypedDict):
    ParameterValueType: ParameterValueTypeType,  # (1)
    Name: str,
    DefaultValues: NotRequired[StringDefaultValuesOutputTypeDef],  # (2)
    ValueWhenUnset: NotRequired[StringValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[List[MappedDataSetParameterTypeDef]],  # (4)
  1. See ParameterValueTypeType
  2. See StringDefaultValuesOutputTypeDef
  3. See StringValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

DateTimeHierarchyOutputTypeDef#

# DateTimeHierarchyOutputTypeDef definition

class DateTimeHierarchyOutputTypeDef(TypedDict):
    HierarchyId: str,
    DrillDownFilters: NotRequired[List[DrillDownFilterOutputTypeDef]],  # (1)
  1. See DrillDownFilterOutputTypeDef

ExplicitHierarchyOutputTypeDef#

# ExplicitHierarchyOutputTypeDef definition

class ExplicitHierarchyOutputTypeDef(TypedDict):
    HierarchyId: str,
    Columns: List[ColumnIdentifierTypeDef],  # (1)
    DrillDownFilters: NotRequired[List[DrillDownFilterOutputTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See DrillDownFilterOutputTypeDef

PredefinedHierarchyOutputTypeDef#

# PredefinedHierarchyOutputTypeDef definition

class PredefinedHierarchyOutputTypeDef(TypedDict):
    HierarchyId: str,
    Columns: List[ColumnIdentifierTypeDef],  # (1)
    DrillDownFilters: NotRequired[List[DrillDownFilterOutputTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See DrillDownFilterOutputTypeDef

DescribeAnalysisResponseTypeDef#

# DescribeAnalysisResponseTypeDef definition

class DescribeAnalysisResponseTypeDef(TypedDict):
    Analysis: AnalysisTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AnalysisTypeDef
  2. See ResponseMetadataTypeDef

DashboardTypeDef#

# DashboardTypeDef definition

class DashboardTypeDef(TypedDict):
    DashboardId: NotRequired[str],
    Arn: NotRequired[str],
    Name: NotRequired[str],
    Version: NotRequired[DashboardVersionTypeDef],  # (1)
    CreatedTime: NotRequired[datetime],
    LastPublishedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    LinkEntities: NotRequired[List[str]],
  1. See DashboardVersionTypeDef

AnonymousUserEmbeddingExperienceConfigurationTypeDef#

# AnonymousUserEmbeddingExperienceConfigurationTypeDef definition

class AnonymousUserEmbeddingExperienceConfigurationTypeDef(TypedDict):
    Dashboard: NotRequired[AnonymousUserDashboardEmbeddingConfigurationTypeDef],  # (1)
    DashboardVisual: NotRequired[AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef],  # (2)
    QSearchBar: NotRequired[AnonymousUserQSearchBarEmbeddingConfigurationTypeDef],  # (3)
    GenerativeQnA: NotRequired[AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef],  # (4)
  1. See AnonymousUserDashboardEmbeddingConfigurationTypeDef
  2. See AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef
  3. See AnonymousUserQSearchBarEmbeddingConfigurationTypeDef
  4. See AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef

StartAssetBundleExportJobRequestRequestTypeDef#

# StartAssetBundleExportJobRequestRequestTypeDef definition

class StartAssetBundleExportJobRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssetBundleExportJobId: str,
    ResourceArns: Sequence[str],
    ExportFormat: AssetBundleExportFormatType,  # (1)
    IncludeAllDependencies: NotRequired[bool],
    CloudFormationOverridePropertyConfiguration: NotRequired[AssetBundleCloudFormationOverridePropertyConfigurationTypeDef],  # (2)
    IncludePermissions: NotRequired[bool],
    IncludeTags: NotRequired[bool],
    ValidationStrategy: NotRequired[AssetBundleExportJobValidationStrategyTypeDef],  # (3)
    IncludeFolderMemberships: NotRequired[bool],
    IncludeFolderMembers: NotRequired[IncludeFolderMembersType],  # (4)
  1. See AssetBundleExportFormatType
  2. See AssetBundleCloudFormationOverridePropertyConfigurationTypeDef
  3. See AssetBundleExportJobValidationStrategyTypeDef
  4. See IncludeFolderMembersType

AssetBundleImportJobOverridePermissionsOutputTypeDef#

# AssetBundleImportJobOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobOverridePermissionsOutputTypeDef(TypedDict):
    DataSources: NotRequired[List[AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef]],  # (1)
    DataSets: NotRequired[List[AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef]],  # (2)
    Themes: NotRequired[List[AssetBundleImportJobThemeOverridePermissionsOutputTypeDef]],  # (3)
    Analyses: NotRequired[List[AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef]],  # (4)
    Dashboards: NotRequired[List[AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef]],  # (5)
    Folders: NotRequired[List[AssetBundleImportJobFolderOverridePermissionsOutputTypeDef]],  # (6)
  1. See AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef
  2. See AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef
  3. See AssetBundleImportJobThemeOverridePermissionsOutputTypeDef
  4. See AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef
  5. See AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef
  6. See AssetBundleImportJobFolderOverridePermissionsOutputTypeDef

AssetBundleImportJobOverrideTagsTypeDef#

# AssetBundleImportJobOverrideTagsTypeDef definition

class AssetBundleImportJobOverrideTagsTypeDef(TypedDict):
    VPCConnections: NotRequired[Sequence[AssetBundleImportJobVPCConnectionOverrideTagsUnionTypeDef]],  # (1)
    DataSources: NotRequired[Sequence[AssetBundleImportJobDataSourceOverrideTagsUnionTypeDef]],  # (2)
    DataSets: NotRequired[Sequence[AssetBundleImportJobDataSetOverrideTagsUnionTypeDef]],  # (3)
    Themes: NotRequired[Sequence[AssetBundleImportJobThemeOverrideTagsUnionTypeDef]],  # (4)
    Analyses: NotRequired[Sequence[AssetBundleImportJobAnalysisOverrideTagsUnionTypeDef]],  # (5)
    Dashboards: NotRequired[Sequence[AssetBundleImportJobDashboardOverrideTagsUnionTypeDef]],  # (6)
    Folders: NotRequired[Sequence[AssetBundleImportJobFolderOverrideTagsUnionTypeDef]],  # (7)
  1. See AssetBundleImportJobVPCConnectionOverrideTagsTypeDef AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef
  2. See AssetBundleImportJobDataSourceOverrideTagsTypeDef AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef
  3. See AssetBundleImportJobDataSetOverrideTagsTypeDef AssetBundleImportJobDataSetOverrideTagsOutputTypeDef
  4. See AssetBundleImportJobThemeOverrideTagsTypeDef AssetBundleImportJobThemeOverrideTagsOutputTypeDef
  5. See AssetBundleImportJobAnalysisOverrideTagsTypeDef AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef
  6. See AssetBundleImportJobDashboardOverrideTagsTypeDef AssetBundleImportJobDashboardOverrideTagsOutputTypeDef
  7. See AssetBundleImportJobFolderOverrideTagsTypeDef AssetBundleImportJobFolderOverrideTagsOutputTypeDef

DataSourceParametersOutputTypeDef#

# DataSourceParametersOutputTypeDef definition

class DataSourceParametersOutputTypeDef(TypedDict):
    AmazonElasticsearchParameters: NotRequired[AmazonElasticsearchParametersTypeDef],  # (1)
    AthenaParameters: NotRequired[AthenaParametersTypeDef],  # (2)
    AuroraParameters: NotRequired[AuroraParametersTypeDef],  # (3)
    AuroraPostgreSqlParameters: NotRequired[AuroraPostgreSqlParametersTypeDef],  # (4)
    AwsIotAnalyticsParameters: NotRequired[AwsIotAnalyticsParametersTypeDef],  # (5)
    JiraParameters: NotRequired[JiraParametersTypeDef],  # (6)
    MariaDbParameters: NotRequired[MariaDbParametersTypeDef],  # (7)
    MySqlParameters: NotRequired[MySqlParametersTypeDef],  # (8)
    OracleParameters: NotRequired[OracleParametersTypeDef],  # (9)
    PostgreSqlParameters: NotRequired[PostgreSqlParametersTypeDef],  # (10)
    PrestoParameters: NotRequired[PrestoParametersTypeDef],  # (11)
    RdsParameters: NotRequired[RdsParametersTypeDef],  # (12)
    RedshiftParameters: NotRequired[RedshiftParametersOutputTypeDef],  # (13)
    S3Parameters: NotRequired[S3ParametersTypeDef],  # (14)
    ServiceNowParameters: NotRequired[ServiceNowParametersTypeDef],  # (15)
    SnowflakeParameters: NotRequired[SnowflakeParametersTypeDef],  # (16)
    SparkParameters: NotRequired[SparkParametersTypeDef],  # (17)
    SqlServerParameters: NotRequired[SqlServerParametersTypeDef],  # (18)
    TeradataParameters: NotRequired[TeradataParametersTypeDef],  # (19)
    TwitterParameters: NotRequired[TwitterParametersTypeDef],  # (20)
    AmazonOpenSearchParameters: NotRequired[AmazonOpenSearchParametersTypeDef],  # (21)
    ExasolParameters: NotRequired[ExasolParametersTypeDef],  # (22)
    DatabricksParameters: NotRequired[DatabricksParametersTypeDef],  # (23)
    StarburstParameters: NotRequired[StarburstParametersTypeDef],  # (24)
    TrinoParameters: NotRequired[TrinoParametersTypeDef],  # (25)
    BigQueryParameters: NotRequired[BigQueryParametersTypeDef],  # (26)
  1. See AmazonElasticsearchParametersTypeDef
  2. See AthenaParametersTypeDef
  3. See AuroraParametersTypeDef
  4. See AuroraPostgreSqlParametersTypeDef
  5. See AwsIotAnalyticsParametersTypeDef
  6. See JiraParametersTypeDef
  7. See MariaDbParametersTypeDef
  8. See MySqlParametersTypeDef
  9. See OracleParametersTypeDef
  10. See PostgreSqlParametersTypeDef
  11. See PrestoParametersTypeDef
  12. See RdsParametersTypeDef
  13. See RedshiftParametersOutputTypeDef
  14. See S3ParametersTypeDef
  15. See ServiceNowParametersTypeDef
  16. See SnowflakeParametersTypeDef
  17. See SparkParametersTypeDef
  18. See SqlServerParametersTypeDef
  19. See TeradataParametersTypeDef
  20. See TwitterParametersTypeDef
  21. See AmazonOpenSearchParametersTypeDef
  22. See ExasolParametersTypeDef
  23. See DatabricksParametersTypeDef
  24. See StarburstParametersTypeDef
  25. See TrinoParametersTypeDef
  26. See BigQueryParametersTypeDef

CustomValuesConfigurationTypeDef#

# CustomValuesConfigurationTypeDef definition

class CustomValuesConfigurationTypeDef(TypedDict):
    CustomValues: CustomParameterValuesUnionTypeDef,  # (1)
    IncludeNullValue: NotRequired[bool],
  1. See CustomParameterValuesTypeDef CustomParameterValuesOutputTypeDef

DateTimeDatasetParameterTypeDef#

# DateTimeDatasetParameterTypeDef definition

class DateTimeDatasetParameterTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
    DefaultValues: NotRequired[DateTimeDatasetParameterDefaultValuesUnionTypeDef],  # (3)
  1. See DatasetParameterValueTypeType
  2. See TimeGranularityType
  3. See DateTimeDatasetParameterDefaultValuesTypeDef DateTimeDatasetParameterDefaultValuesOutputTypeDef

ParametersTypeDef#

# ParametersTypeDef definition

class ParametersTypeDef(TypedDict):
    StringParameters: NotRequired[Sequence[StringParameterUnionTypeDef]],  # (1)
    IntegerParameters: NotRequired[Sequence[IntegerParameterUnionTypeDef]],  # (2)
    DecimalParameters: NotRequired[Sequence[DecimalParameterUnionTypeDef]],  # (3)
    DateTimeParameters: NotRequired[Sequence[DateTimeParameterUnionTypeDef]],  # (4)
  1. See StringParameterTypeDef StringParameterOutputTypeDef
  2. See IntegerParameterTypeDef IntegerParameterOutputTypeDef
  3. See DecimalParameterTypeDef DecimalParameterOutputTypeDef
  4. See DateTimeParameterTypeDef DateTimeParameterOutputTypeDef

OverrideDatasetParameterOperationTypeDef#

# OverrideDatasetParameterOperationTypeDef definition

class OverrideDatasetParameterOperationTypeDef(TypedDict):
    ParameterName: str,
    NewParameterName: NotRequired[str],
    NewDefaultValues: NotRequired[NewDefaultValuesUnionTypeDef],  # (1)
  1. See NewDefaultValuesTypeDef NewDefaultValuesOutputTypeDef

DrillDownFilterTypeDef#

# DrillDownFilterTypeDef definition

class DrillDownFilterTypeDef(TypedDict):
    NumericEqualityFilter: NotRequired[NumericEqualityDrillDownFilterTypeDef],  # (1)
    CategoryFilter: NotRequired[CategoryDrillDownFilterUnionTypeDef],  # (2)
    TimeRangeFilter: NotRequired[TimeRangeDrillDownFilterUnionTypeDef],  # (3)
  1. See NumericEqualityDrillDownFilterTypeDef
  2. See CategoryDrillDownFilterTypeDef CategoryDrillDownFilterOutputTypeDef
  3. See TimeRangeDrillDownFilterTypeDef TimeRangeDrillDownFilterOutputTypeDef

ForecastScenarioTypeDef#

# ForecastScenarioTypeDef definition

class ForecastScenarioTypeDef(TypedDict):
    WhatIfPointScenario: NotRequired[WhatIfPointScenarioUnionTypeDef],  # (1)
    WhatIfRangeScenario: NotRequired[WhatIfRangeScenarioUnionTypeDef],  # (2)
  1. See WhatIfPointScenarioTypeDef WhatIfPointScenarioOutputTypeDef
  2. See WhatIfRangeScenarioTypeDef WhatIfRangeScenarioOutputTypeDef

NumericAxisOptionsTypeDef#

# NumericAxisOptionsTypeDef definition

class NumericAxisOptionsTypeDef(TypedDict):
    Scale: NotRequired[AxisScaleTypeDef],  # (1)
    Range: NotRequired[AxisDisplayRangeUnionTypeDef],  # (2)
  1. See AxisScaleTypeDef
  2. See AxisDisplayRangeTypeDef AxisDisplayRangeOutputTypeDef

AxisDataOptionsOutputTypeDef#

# AxisDataOptionsOutputTypeDef definition

class AxisDataOptionsOutputTypeDef(TypedDict):
    NumericAxisOptions: NotRequired[NumericAxisOptionsOutputTypeDef],  # (1)
    DateAxisOptions: NotRequired[DateAxisOptionsTypeDef],  # (2)
  1. See NumericAxisOptionsOutputTypeDef
  2. See DateAxisOptionsTypeDef

ApplicationThemeTypeDef#

# ApplicationThemeTypeDef definition

class ApplicationThemeTypeDef(TypedDict):
    BrandColorPalette: NotRequired[BrandColorPaletteTypeDef],  # (1)
    BrandElementStyle: NotRequired[BrandElementStyleTypeDef],  # (2)
  1. See BrandColorPaletteTypeDef
  2. See BrandElementStyleTypeDef

TopicIRFilterOptionTypeDef#

# TopicIRFilterOptionTypeDef definition

class TopicIRFilterOptionTypeDef(TypedDict):
    FilterType: NotRequired[TopicIRFilterTypeType],  # (1)
    FilterClass: NotRequired[FilterClassType],  # (2)
    OperandField: NotRequired[IdentifierTypeDef],  # (3)
    Function: NotRequired[TopicIRFilterFunctionType],  # (4)
    Constant: NotRequired[TopicConstantValueUnionTypeDef],  # (5)
    Inverse: NotRequired[bool],
    NullFilter: NotRequired[NullFilterOptionType],  # (6)
    Aggregation: NotRequired[AggTypeType],  # (7)
    AggregationFunctionParameters: NotRequired[Mapping[str, str]],
    AggregationPartitionBy: NotRequired[Sequence[AggregationPartitionByTypeDef]],  # (8)
    Range: NotRequired[TopicConstantValueUnionTypeDef],  # (5)
    Inclusive: NotRequired[bool],
    TimeGranularity: NotRequired[TimeGranularityType],  # (10)
    LastNextOffset: NotRequired[TopicConstantValueUnionTypeDef],  # (5)
    AggMetrics: NotRequired[Sequence[FilterAggMetricsTypeDef]],  # (12)
    TopBottomLimit: NotRequired[TopicConstantValueUnionTypeDef],  # (5)
    SortDirection: NotRequired[TopicSortDirectionType],  # (14)
    Anchor: NotRequired[AnchorTypeDef],  # (15)
  1. See TopicIRFilterTypeType
  2. See FilterClassType
  3. See IdentifierTypeDef
  4. See TopicIRFilterFunctionType
  5. See TopicConstantValueTypeDef TopicConstantValueOutputTypeDef
  6. See NullFilterOptionType
  7. See AggTypeType
  8. See AggregationPartitionByTypeDef
  9. See TopicConstantValueTypeDef TopicConstantValueOutputTypeDef
  10. See TimeGranularityType
  11. See TopicConstantValueTypeDef TopicConstantValueOutputTypeDef
  12. See FilterAggMetricsTypeDef
  13. See TopicConstantValueTypeDef TopicConstantValueOutputTypeDef
  14. See TopicSortDirectionType
  15. See AnchorTypeDef

TransformOperationOutputTypeDef#

# TransformOperationOutputTypeDef definition

class TransformOperationOutputTypeDef(TypedDict):
    ProjectOperation: NotRequired[ProjectOperationOutputTypeDef],  # (1)
    FilterOperation: NotRequired[FilterOperationTypeDef],  # (2)
    CreateColumnsOperation: NotRequired[CreateColumnsOperationOutputTypeDef],  # (3)
    RenameColumnOperation: NotRequired[RenameColumnOperationTypeDef],  # (4)
    CastColumnTypeOperation: NotRequired[CastColumnTypeOperationTypeDef],  # (5)
    TagColumnOperation: NotRequired[TagColumnOperationOutputTypeDef],  # (6)
    UntagColumnOperation: NotRequired[UntagColumnOperationOutputTypeDef],  # (7)
    OverrideDatasetParameterOperation: NotRequired[OverrideDatasetParameterOperationOutputTypeDef],  # (8)
  1. See ProjectOperationOutputTypeDef
  2. See FilterOperationTypeDef
  3. See CreateColumnsOperationOutputTypeDef
  4. See RenameColumnOperationTypeDef
  5. See CastColumnTypeOperationTypeDef
  6. See TagColumnOperationOutputTypeDef
  7. See UntagColumnOperationOutputTypeDef
  8. See OverrideDatasetParameterOperationOutputTypeDef

TemplateVersionTypeDef#

# TemplateVersionTypeDef definition

class TemplateVersionTypeDef(TypedDict):
    CreatedTime: NotRequired[datetime],
    Errors: NotRequired[List[TemplateErrorTypeDef]],  # (1)
    VersionNumber: NotRequired[int],
    Status: NotRequired[ResourceStatusType],  # (2)
    DataSetConfigurations: NotRequired[List[DataSetConfigurationOutputTypeDef]],  # (3)
    Description: NotRequired[str],
    SourceEntityArn: NotRequired[str],
    ThemeArn: NotRequired[str],
    Sheets: NotRequired[List[SheetTypeDef]],  # (4)
  1. See TemplateErrorTypeDef
  2. See ResourceStatusType
  3. See DataSetConfigurationOutputTypeDef
  4. See SheetTypeDef

DataSetConfigurationTypeDef#

# DataSetConfigurationTypeDef definition

class DataSetConfigurationTypeDef(TypedDict):
    Placeholder: NotRequired[str],
    DataSetSchema: NotRequired[DataSetSchemaUnionTypeDef],  # (1)
    ColumnGroupSchemaList: NotRequired[Sequence[ColumnGroupSchemaUnionTypeDef]],  # (2)
  1. See DataSetSchemaTypeDef DataSetSchemaOutputTypeDef
  2. See ColumnGroupSchemaTypeDef ColumnGroupSchemaOutputTypeDef

SetParameterValueConfigurationOutputTypeDef#

# SetParameterValueConfigurationOutputTypeDef definition

class SetParameterValueConfigurationOutputTypeDef(TypedDict):
    DestinationParameterName: str,
    Value: DestinationParameterValueConfigurationOutputTypeDef,  # (1)
  1. See DestinationParameterValueConfigurationOutputTypeDef

VisualPaletteOutputTypeDef#

# VisualPaletteOutputTypeDef definition

class VisualPaletteOutputTypeDef(TypedDict):
    ChartColor: NotRequired[str],
    ColorMap: NotRequired[List[DataPathColorTypeDef]],  # (1)
  1. See DataPathColorTypeDef

VisualPaletteTypeDef#

# VisualPaletteTypeDef definition

class VisualPaletteTypeDef(TypedDict):
    ChartColor: NotRequired[str],
    ColorMap: NotRequired[Sequence[DataPathColorTypeDef]],  # (1)
  1. See DataPathColorTypeDef

PivotTableFieldCollapseStateOptionOutputTypeDef#

# PivotTableFieldCollapseStateOptionOutputTypeDef definition

class PivotTableFieldCollapseStateOptionOutputTypeDef(TypedDict):
    Target: PivotTableFieldCollapseStateTargetOutputTypeDef,  # (1)
    State: NotRequired[PivotTableFieldCollapseStateType],  # (2)
  1. See PivotTableFieldCollapseStateTargetOutputTypeDef
  2. See PivotTableFieldCollapseStateType

TopicCalculatedFieldOutputTypeDef#

# TopicCalculatedFieldOutputTypeDef definition

class TopicCalculatedFieldOutputTypeDef(TypedDict):
    CalculatedFieldName: str,
    Expression: str,
    CalculatedFieldDescription: NotRequired[str],
    CalculatedFieldSynonyms: NotRequired[List[str]],
    IsIncludedInTopic: NotRequired[bool],
    DisableIndexing: NotRequired[bool],
    ColumnDataRole: NotRequired[ColumnDataRoleType],  # (1)
    TimeGranularity: NotRequired[TopicTimeGranularityType],  # (2)
    DefaultFormatting: NotRequired[DefaultFormattingTypeDef],  # (3)
    Aggregation: NotRequired[DefaultAggregationType],  # (4)
    ComparativeOrder: NotRequired[ComparativeOrderOutputTypeDef],  # (5)
    SemanticType: NotRequired[SemanticTypeOutputTypeDef],  # (6)
    AllowedAggregations: NotRequired[List[AuthorSpecifiedAggregationType]],  # (7)
    NotAllowedAggregations: NotRequired[List[AuthorSpecifiedAggregationType]],  # (7)
    NeverAggregateInFilter: NotRequired[bool],
    CellValueSynonyms: NotRequired[List[CellValueSynonymOutputTypeDef]],  # (9)
    NonAdditive: NotRequired[bool],
  1. See ColumnDataRoleType
  2. See TopicTimeGranularityType
  3. See DefaultFormattingTypeDef
  4. See DefaultAggregationType
  5. See ComparativeOrderOutputTypeDef
  6. See SemanticTypeOutputTypeDef
  7. See AuthorSpecifiedAggregationType
  8. See AuthorSpecifiedAggregationType
  9. See CellValueSynonymOutputTypeDef

TopicCalculatedFieldTypeDef#

# TopicCalculatedFieldTypeDef definition

class TopicCalculatedFieldTypeDef(TypedDict):
    CalculatedFieldName: str,
    Expression: str,
    CalculatedFieldDescription: NotRequired[str],
    CalculatedFieldSynonyms: NotRequired[Sequence[str]],
    IsIncludedInTopic: NotRequired[bool],
    DisableIndexing: NotRequired[bool],
    ColumnDataRole: NotRequired[ColumnDataRoleType],  # (1)
    TimeGranularity: NotRequired[TopicTimeGranularityType],  # (2)
    DefaultFormatting: NotRequired[DefaultFormattingTypeDef],  # (3)
    Aggregation: NotRequired[DefaultAggregationType],  # (4)
    ComparativeOrder: NotRequired[ComparativeOrderUnionTypeDef],  # (5)
    SemanticType: NotRequired[SemanticTypeUnionTypeDef],  # (6)
    AllowedAggregations: NotRequired[Sequence[AuthorSpecifiedAggregationType]],  # (7)
    NotAllowedAggregations: NotRequired[Sequence[AuthorSpecifiedAggregationType]],  # (7)
    NeverAggregateInFilter: NotRequired[bool],
    CellValueSynonyms: NotRequired[Sequence[CellValueSynonymTypeDef]],  # (9)
    NonAdditive: NotRequired[bool],
  1. See ColumnDataRoleType
  2. See TopicTimeGranularityType
  3. See DefaultFormattingTypeDef
  4. See DefaultAggregationType
  5. See ComparativeOrderTypeDef ComparativeOrderOutputTypeDef
  6. See SemanticTypeTypeDef SemanticTypeOutputTypeDef
  7. See AuthorSpecifiedAggregationType
  8. See AuthorSpecifiedAggregationType
  9. See CellValueSynonymTypeDef

TopicColumnOutputTypeDef#

# TopicColumnOutputTypeDef definition

class TopicColumnOutputTypeDef(TypedDict):
    ColumnName: str,
    ColumnFriendlyName: NotRequired[str],
    ColumnDescription: NotRequired[str],
    ColumnSynonyms: NotRequired[List[str]],
    ColumnDataRole: NotRequired[ColumnDataRoleType],  # (1)
    Aggregation: NotRequired[DefaultAggregationType],  # (2)
    IsIncludedInTopic: NotRequired[bool],
    DisableIndexing: NotRequired[bool],
    ComparativeOrder: NotRequired[ComparativeOrderOutputTypeDef],  # (3)
    SemanticType: NotRequired[SemanticTypeOutputTypeDef],  # (4)
    TimeGranularity: NotRequired[TopicTimeGranularityType],  # (5)
    AllowedAggregations: NotRequired[List[AuthorSpecifiedAggregationType]],  # (6)
    NotAllowedAggregations: NotRequired[List[AuthorSpecifiedAggregationType]],  # (6)
    DefaultFormatting: NotRequired[DefaultFormattingTypeDef],  # (8)
    NeverAggregateInFilter: NotRequired[bool],
    CellValueSynonyms: NotRequired[List[CellValueSynonymOutputTypeDef]],  # (9)
    NonAdditive: NotRequired[bool],
  1. See ColumnDataRoleType
  2. See DefaultAggregationType
  3. See ComparativeOrderOutputTypeDef
  4. See SemanticTypeOutputTypeDef
  5. See TopicTimeGranularityType
  6. See AuthorSpecifiedAggregationType
  7. See AuthorSpecifiedAggregationType
  8. See DefaultFormattingTypeDef
  9. See CellValueSynonymOutputTypeDef

TopicColumnTypeDef#

# TopicColumnTypeDef definition

class TopicColumnTypeDef(TypedDict):
    ColumnName: str,
    ColumnFriendlyName: NotRequired[str],
    ColumnDescription: NotRequired[str],
    ColumnSynonyms: NotRequired[Sequence[str]],
    ColumnDataRole: NotRequired[ColumnDataRoleType],  # (1)
    Aggregation: NotRequired[DefaultAggregationType],  # (2)
    IsIncludedInTopic: NotRequired[bool],
    DisableIndexing: NotRequired[bool],
    ComparativeOrder: NotRequired[ComparativeOrderUnionTypeDef],  # (3)
    SemanticType: NotRequired[SemanticTypeUnionTypeDef],  # (4)
    TimeGranularity: NotRequired[TopicTimeGranularityType],  # (5)
    AllowedAggregations: NotRequired[Sequence[AuthorSpecifiedAggregationType]],  # (6)
    NotAllowedAggregations: NotRequired[Sequence[AuthorSpecifiedAggregationType]],  # (6)
    DefaultFormatting: NotRequired[DefaultFormattingTypeDef],  # (8)
    NeverAggregateInFilter: NotRequired[bool],
    CellValueSynonyms: NotRequired[Sequence[CellValueSynonymUnionTypeDef]],  # (9)
    NonAdditive: NotRequired[bool],
  1. See ColumnDataRoleType
  2. See DefaultAggregationType
  3. See ComparativeOrderTypeDef ComparativeOrderOutputTypeDef
  4. See SemanticTypeTypeDef SemanticTypeOutputTypeDef
  5. See TopicTimeGranularityType
  6. See AuthorSpecifiedAggregationType
  7. See AuthorSpecifiedAggregationType
  8. See DefaultFormattingTypeDef
  9. See CellValueSynonymTypeDef CellValueSynonymOutputTypeDef

ContributionAnalysisTimeRangesOutputTypeDef#

# ContributionAnalysisTimeRangesOutputTypeDef definition

class ContributionAnalysisTimeRangesOutputTypeDef(TypedDict):
    StartRange: NotRequired[TopicIRFilterOptionOutputTypeDef],  # (1)
    EndRange: NotRequired[TopicIRFilterOptionOutputTypeDef],  # (1)
  1. See TopicIRFilterOptionOutputTypeDef
  2. See TopicIRFilterOptionOutputTypeDef

ChartAxisLabelOptionsOutputTypeDef#

# ChartAxisLabelOptionsOutputTypeDef definition

class ChartAxisLabelOptionsOutputTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    SortIconVisibility: NotRequired[VisibilityType],  # (1)
    AxisLabelOptions: NotRequired[List[AxisLabelOptionsTypeDef]],  # (3)
  1. See VisibilityType
  2. See VisibilityType
  3. See AxisLabelOptionsTypeDef

ChartAxisLabelOptionsTypeDef#

# ChartAxisLabelOptionsTypeDef definition

class ChartAxisLabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    SortIconVisibility: NotRequired[VisibilityType],  # (1)
    AxisLabelOptions: NotRequired[Sequence[AxisLabelOptionsTypeDef]],  # (3)
  1. See VisibilityType
  2. See VisibilityType
  3. See AxisLabelOptionsTypeDef

AxisTickLabelOptionsTypeDef#

# AxisTickLabelOptionsTypeDef definition

class AxisTickLabelOptionsTypeDef(TypedDict):
    LabelOptions: NotRequired[LabelOptionsTypeDef],  # (1)
    RotationAngle: NotRequired[float],
  1. See LabelOptionsTypeDef

DateTimePickerControlDisplayOptionsTypeDef#

# DateTimePickerControlDisplayOptionsTypeDef definition

class DateTimePickerControlDisplayOptionsTypeDef(TypedDict):
    TitleOptions: NotRequired[LabelOptionsTypeDef],  # (1)
    DateTimeFormat: NotRequired[str],
    InfoIconLabelOptions: NotRequired[SheetControlInfoIconLabelOptionsTypeDef],  # (2)
    HelperTextVisibility: NotRequired[VisibilityType],  # (3)
    DateIconVisibility: NotRequired[VisibilityType],  # (3)
  1. See LabelOptionsTypeDef
  2. See SheetControlInfoIconLabelOptionsTypeDef
  3. See VisibilityType
  4. See VisibilityType
# DropDownControlDisplayOptionsTypeDef definition

class DropDownControlDisplayOptionsTypeDef(TypedDict):
    SelectAllOptions: NotRequired[ListControlSelectAllOptionsTypeDef],  # (1)
    TitleOptions: NotRequired[LabelOptionsTypeDef],  # (2)
    InfoIconLabelOptions: NotRequired[SheetControlInfoIconLabelOptionsTypeDef],  # (3)
  1. See ListControlSelectAllOptionsTypeDef
  2. See LabelOptionsTypeDef
  3. See SheetControlInfoIconLabelOptionsTypeDef

LegendOptionsTypeDef#

# LegendOptionsTypeDef definition

class LegendOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    Title: NotRequired[LabelOptionsTypeDef],  # (2)
    Position: NotRequired[LegendPositionType],  # (3)
    Width: NotRequired[str],
    Height: NotRequired[str],
  1. See VisibilityType
  2. See LabelOptionsTypeDef
  3. See LegendPositionType

ListControlDisplayOptionsTypeDef#

# ListControlDisplayOptionsTypeDef definition

class ListControlDisplayOptionsTypeDef(TypedDict):
    SearchOptions: NotRequired[ListControlSearchOptionsTypeDef],  # (1)
    SelectAllOptions: NotRequired[ListControlSelectAllOptionsTypeDef],  # (2)
    TitleOptions: NotRequired[LabelOptionsTypeDef],  # (3)
    InfoIconLabelOptions: NotRequired[SheetControlInfoIconLabelOptionsTypeDef],  # (4)
  1. See ListControlSearchOptionsTypeDef
  2. See ListControlSelectAllOptionsTypeDef
  3. See LabelOptionsTypeDef
  4. See SheetControlInfoIconLabelOptionsTypeDef

RelativeDateTimeControlDisplayOptionsTypeDef#

# RelativeDateTimeControlDisplayOptionsTypeDef definition

class RelativeDateTimeControlDisplayOptionsTypeDef(TypedDict):
    TitleOptions: NotRequired[LabelOptionsTypeDef],  # (1)
    DateTimeFormat: NotRequired[str],
    InfoIconLabelOptions: NotRequired[SheetControlInfoIconLabelOptionsTypeDef],  # (2)
  1. See LabelOptionsTypeDef
  2. See SheetControlInfoIconLabelOptionsTypeDef

SliderControlDisplayOptionsTypeDef#

# SliderControlDisplayOptionsTypeDef definition

class SliderControlDisplayOptionsTypeDef(TypedDict):
    TitleOptions: NotRequired[LabelOptionsTypeDef],  # (1)
    InfoIconLabelOptions: NotRequired[SheetControlInfoIconLabelOptionsTypeDef],  # (2)
  1. See LabelOptionsTypeDef
  2. See SheetControlInfoIconLabelOptionsTypeDef

TextAreaControlDisplayOptionsTypeDef#

# TextAreaControlDisplayOptionsTypeDef definition

class TextAreaControlDisplayOptionsTypeDef(TypedDict):
    TitleOptions: NotRequired[LabelOptionsTypeDef],  # (1)
    PlaceholderOptions: NotRequired[TextControlPlaceholderOptionsTypeDef],  # (2)
    InfoIconLabelOptions: NotRequired[SheetControlInfoIconLabelOptionsTypeDef],  # (3)
  1. See LabelOptionsTypeDef
  2. See TextControlPlaceholderOptionsTypeDef
  3. See SheetControlInfoIconLabelOptionsTypeDef

TextFieldControlDisplayOptionsTypeDef#

# TextFieldControlDisplayOptionsTypeDef definition

class TextFieldControlDisplayOptionsTypeDef(TypedDict):
    TitleOptions: NotRequired[LabelOptionsTypeDef],  # (1)
    PlaceholderOptions: NotRequired[TextControlPlaceholderOptionsTypeDef],  # (2)
    InfoIconLabelOptions: NotRequired[SheetControlInfoIconLabelOptionsTypeDef],  # (3)
  1. See LabelOptionsTypeDef
  2. See TextControlPlaceholderOptionsTypeDef
  3. See SheetControlInfoIconLabelOptionsTypeDef

PanelConfigurationTypeDef#

# PanelConfigurationTypeDef definition

class PanelConfigurationTypeDef(TypedDict):
    Title: NotRequired[PanelTitleOptionsTypeDef],  # (1)
    BorderVisibility: NotRequired[VisibilityType],  # (2)
    BorderThickness: NotRequired[str],
    BorderStyle: NotRequired[PanelBorderStyleType],  # (3)
    BorderColor: NotRequired[str],
    GutterVisibility: NotRequired[VisibilityType],  # (2)
    GutterSpacing: NotRequired[str],
    BackgroundVisibility: NotRequired[VisibilityType],  # (2)
    BackgroundColor: NotRequired[str],
  1. See PanelTitleOptionsTypeDef
  2. See VisibilityType
  3. See PanelBorderStyleType
  4. See VisibilityType
  5. See VisibilityType

TableFieldLinkContentConfigurationTypeDef#

# TableFieldLinkContentConfigurationTypeDef definition

class TableFieldLinkContentConfigurationTypeDef(TypedDict):
    CustomTextContent: NotRequired[TableFieldCustomTextContentTypeDef],  # (1)
    CustomIconContent: NotRequired[TableFieldCustomIconContentTypeDef],  # (2)
  1. See TableFieldCustomTextContentTypeDef
  2. See TableFieldCustomIconContentTypeDef

GeospatialPointStyleOptionsOutputTypeDef#

# GeospatialPointStyleOptionsOutputTypeDef definition

class GeospatialPointStyleOptionsOutputTypeDef(TypedDict):
    SelectedPointStyle: NotRequired[GeospatialSelectedPointStyleType],  # (1)
    ClusterMarkerConfiguration: NotRequired[ClusterMarkerConfigurationTypeDef],  # (2)
    HeatmapConfiguration: NotRequired[GeospatialHeatmapConfigurationOutputTypeDef],  # (3)
  1. See GeospatialSelectedPointStyleType
  2. See ClusterMarkerConfigurationTypeDef
  3. See GeospatialHeatmapConfigurationOutputTypeDef

GeospatialHeatmapConfigurationTypeDef#

# GeospatialHeatmapConfigurationTypeDef definition

class GeospatialHeatmapConfigurationTypeDef(TypedDict):
    HeatmapColor: NotRequired[GeospatialHeatmapColorScaleUnionTypeDef],  # (1)
  1. See GeospatialHeatmapColorScaleTypeDef GeospatialHeatmapColorScaleOutputTypeDef

TableCellStyleTypeDef#

# TableCellStyleTypeDef definition

class TableCellStyleTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    FontConfiguration: NotRequired[FontConfigurationTypeDef],  # (2)
    TextWrap: NotRequired[TextWrapType],  # (3)
    HorizontalTextAlignment: NotRequired[HorizontalTextAlignmentType],  # (4)
    VerticalTextAlignment: NotRequired[VerticalTextAlignmentType],  # (5)
    BackgroundColor: NotRequired[str],
    Height: NotRequired[int],
    Border: NotRequired[GlobalTableBorderOptionsTypeDef],  # (6)
  1. See VisibilityType
  2. See FontConfigurationTypeDef
  3. See TextWrapType
  4. See HorizontalTextAlignmentType
  5. See VerticalTextAlignmentType
  6. See GlobalTableBorderOptionsTypeDef

ConditionalFormattingColorOutputTypeDef#

# ConditionalFormattingColorOutputTypeDef definition

class ConditionalFormattingColorOutputTypeDef(TypedDict):
    Solid: NotRequired[ConditionalFormattingSolidColorTypeDef],  # (1)
    Gradient: NotRequired[ConditionalFormattingGradientColorOutputTypeDef],  # (2)
  1. See ConditionalFormattingSolidColorTypeDef
  2. See ConditionalFormattingGradientColorOutputTypeDef

ConditionalFormattingGradientColorTypeDef#

# ConditionalFormattingGradientColorTypeDef definition

class ConditionalFormattingGradientColorTypeDef(TypedDict):
    Expression: str,
    Color: GradientColorUnionTypeDef,  # (1)
  1. See GradientColorTypeDef GradientColorOutputTypeDef

DefaultInteractiveLayoutConfigurationTypeDef#

# DefaultInteractiveLayoutConfigurationTypeDef definition

class DefaultInteractiveLayoutConfigurationTypeDef(TypedDict):
    Grid: NotRequired[DefaultGridLayoutConfigurationTypeDef],  # (1)
    FreeForm: NotRequired[DefaultFreeFormLayoutConfigurationTypeDef],  # (2)
  1. See DefaultGridLayoutConfigurationTypeDef
  2. See DefaultFreeFormLayoutConfigurationTypeDef

SheetControlLayoutConfigurationOutputTypeDef#

# SheetControlLayoutConfigurationOutputTypeDef definition

class SheetControlLayoutConfigurationOutputTypeDef(TypedDict):
    GridLayout: NotRequired[GridLayoutConfigurationOutputTypeDef],  # (1)
  1. See GridLayoutConfigurationOutputTypeDef

LogoSetConfigurationTypeDef#

# LogoSetConfigurationTypeDef definition

class LogoSetConfigurationTypeDef(TypedDict):
    Primary: ImageSetConfigurationTypeDef,  # (1)
    Favicon: NotRequired[ImageSetConfigurationTypeDef],  # (1)
  1. See ImageSetConfigurationTypeDef
  2. See ImageSetConfigurationTypeDef

LogoSetTypeDef#

# LogoSetTypeDef definition

class LogoSetTypeDef(TypedDict):
    Primary: ImageSetTypeDef,  # (1)
    Favicon: NotRequired[ImageSetTypeDef],  # (1)
  1. See ImageSetTypeDef
  2. See ImageSetTypeDef

DataSetRefreshPropertiesTypeDef#

# DataSetRefreshPropertiesTypeDef definition

class DataSetRefreshPropertiesTypeDef(TypedDict):
    RefreshConfiguration: RefreshConfigurationTypeDef,  # (1)
  1. See RefreshConfigurationTypeDef

SeriesItemTypeDef#

# SeriesItemTypeDef definition

class SeriesItemTypeDef(TypedDict):
    FieldSeriesItem: NotRequired[FieldSeriesItemTypeDef],  # (1)
    DataFieldSeriesItem: NotRequired[DataFieldSeriesItemTypeDef],  # (2)
  1. See FieldSeriesItemTypeDef
  2. See DataFieldSeriesItemTypeDef

ThemeConfigurationOutputTypeDef#

# ThemeConfigurationOutputTypeDef definition

class ThemeConfigurationOutputTypeDef(TypedDict):
    DataColorPalette: NotRequired[DataColorPaletteOutputTypeDef],  # (1)
    UIColorPalette: NotRequired[UIColorPaletteTypeDef],  # (2)
    Sheet: NotRequired[SheetStyleTypeDef],  # (3)
    Typography: NotRequired[TypographyOutputTypeDef],  # (4)
  1. See DataColorPaletteOutputTypeDef
  2. See UIColorPaletteTypeDef
  3. See SheetStyleTypeDef
  4. See TypographyOutputTypeDef

ThemeConfigurationTypeDef#

# ThemeConfigurationTypeDef definition

class ThemeConfigurationTypeDef(TypedDict):
    DataColorPalette: NotRequired[DataColorPaletteUnionTypeDef],  # (1)
    UIColorPalette: NotRequired[UIColorPaletteTypeDef],  # (2)
    Sheet: NotRequired[SheetStyleTypeDef],  # (3)
    Typography: NotRequired[TypographyUnionTypeDef],  # (4)
  1. See DataColorPaletteTypeDef DataColorPaletteOutputTypeDef
  2. See UIColorPaletteTypeDef
  3. See SheetStyleTypeDef
  4. See TypographyTypeDef TypographyOutputTypeDef

ComparisonFormatConfigurationTypeDef#

# ComparisonFormatConfigurationTypeDef definition

class ComparisonFormatConfigurationTypeDef(TypedDict):
    NumberDisplayFormatConfiguration: NotRequired[NumberDisplayFormatConfigurationTypeDef],  # (1)
    PercentageDisplayFormatConfiguration: NotRequired[PercentageDisplayFormatConfigurationTypeDef],  # (2)
  1. See NumberDisplayFormatConfigurationTypeDef
  2. See PercentageDisplayFormatConfigurationTypeDef

NumericFormatConfigurationTypeDef#

# NumericFormatConfigurationTypeDef definition

class NumericFormatConfigurationTypeDef(TypedDict):
    NumberDisplayFormatConfiguration: NotRequired[NumberDisplayFormatConfigurationTypeDef],  # (1)
    CurrencyDisplayFormatConfiguration: NotRequired[CurrencyDisplayFormatConfigurationTypeDef],  # (2)
    PercentageDisplayFormatConfiguration: NotRequired[PercentageDisplayFormatConfigurationTypeDef],  # (3)
  1. See NumberDisplayFormatConfigurationTypeDef
  2. See CurrencyDisplayFormatConfigurationTypeDef
  3. See PercentageDisplayFormatConfigurationTypeDef

AggregationSortConfigurationTypeDef#

# AggregationSortConfigurationTypeDef definition

class AggregationSortConfigurationTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    SortDirection: SortDirectionType,  # (2)
    AggregationFunction: NotRequired[AggregationFunctionTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See SortDirectionType
  3. See AggregationFunctionTypeDef

ColumnSortTypeDef#

# ColumnSortTypeDef definition

class ColumnSortTypeDef(TypedDict):
    SortBy: ColumnIdentifierTypeDef,  # (1)
    Direction: SortDirectionType,  # (2)
    AggregationFunction: NotRequired[AggregationFunctionTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See SortDirectionType
  3. See AggregationFunctionTypeDef

ColumnTooltipItemTypeDef#

# ColumnTooltipItemTypeDef definition

class ColumnTooltipItemTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Label: NotRequired[str],
    Visibility: NotRequired[VisibilityType],  # (2)
    Aggregation: NotRequired[AggregationFunctionTypeDef],  # (3)
    TooltipTarget: NotRequired[TooltipTargetType],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See VisibilityType
  3. See AggregationFunctionTypeDef
  4. See TooltipTargetType

ReferenceLineDynamicDataConfigurationTypeDef#

# ReferenceLineDynamicDataConfigurationTypeDef definition

class ReferenceLineDynamicDataConfigurationTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Calculation: NumericalAggregationFunctionTypeDef,  # (3)
    MeasureAggregationFunction: NotRequired[AggregationFunctionTypeDef],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See AggregationFunctionTypeDef
  3. See NumericalAggregationFunctionTypeDef

TopicFilterOutputTypeDef#

# TopicFilterOutputTypeDef definition

class TopicFilterOutputTypeDef(TypedDict):
    FilterName: str,
    OperandFieldName: str,
    FilterDescription: NotRequired[str],
    FilterClass: NotRequired[FilterClassType],  # (1)
    FilterSynonyms: NotRequired[List[str]],
    FilterType: NotRequired[NamedFilterTypeType],  # (2)
    CategoryFilter: NotRequired[TopicCategoryFilterOutputTypeDef],  # (3)
    NumericEqualityFilter: NotRequired[TopicNumericEqualityFilterTypeDef],  # (4)
    NumericRangeFilter: NotRequired[TopicNumericRangeFilterTypeDef],  # (5)
    DateRangeFilter: NotRequired[TopicDateRangeFilterTypeDef],  # (6)
    RelativeDateFilter: NotRequired[TopicRelativeDateFilterTypeDef],  # (7)
  1. See FilterClassType
  2. See NamedFilterTypeType
  3. See TopicCategoryFilterOutputTypeDef
  4. See TopicNumericEqualityFilterTypeDef
  5. See TopicNumericRangeFilterTypeDef
  6. See TopicDateRangeFilterTypeDef
  7. See TopicRelativeDateFilterTypeDef

DescribeRefreshScheduleResponseTypeDef#

# DescribeRefreshScheduleResponseTypeDef definition

class DescribeRefreshScheduleResponseTypeDef(TypedDict):
    RefreshSchedule: RefreshScheduleOutputTypeDef,  # (1)
    Status: int,
    RequestId: str,
    Arn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See RefreshScheduleOutputTypeDef
  2. See ResponseMetadataTypeDef

ListRefreshSchedulesResponseTypeDef#

# ListRefreshSchedulesResponseTypeDef definition

class ListRefreshSchedulesResponseTypeDef(TypedDict):
    RefreshSchedules: List[RefreshScheduleOutputTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See RefreshScheduleOutputTypeDef
  2. See ResponseMetadataTypeDef

CreateRefreshScheduleRequestRequestTypeDef#

# CreateRefreshScheduleRequestRequestTypeDef definition

class CreateRefreshScheduleRequestRequestTypeDef(TypedDict):
    DataSetId: str,
    AwsAccountId: str,
    Schedule: RefreshScheduleTypeDef,  # (1)
  1. See RefreshScheduleTypeDef

UpdateRefreshScheduleRequestRequestTypeDef#

# UpdateRefreshScheduleRequestRequestTypeDef definition

class UpdateRefreshScheduleRequestRequestTypeDef(TypedDict):
    DataSetId: str,
    AwsAccountId: str,
    Schedule: RefreshScheduleTypeDef,  # (1)
  1. See RefreshScheduleTypeDef

RegisteredUserEmbeddingExperienceConfigurationTypeDef#

# RegisteredUserEmbeddingExperienceConfigurationTypeDef definition

class RegisteredUserEmbeddingExperienceConfigurationTypeDef(TypedDict):
    Dashboard: NotRequired[RegisteredUserDashboardEmbeddingConfigurationTypeDef],  # (1)
    QuickSightConsole: NotRequired[RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef],  # (2)
    QSearchBar: NotRequired[RegisteredUserQSearchBarEmbeddingConfigurationTypeDef],  # (3)
    DashboardVisual: NotRequired[RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef],  # (4)
    GenerativeQnA: NotRequired[RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef],  # (5)
  1. See RegisteredUserDashboardEmbeddingConfigurationTypeDef
  2. See RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef
  3. See RegisteredUserQSearchBarEmbeddingConfigurationTypeDef
  4. See RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef
  5. See RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef

SnapshotJobResultFileGroupTypeDef#

# SnapshotJobResultFileGroupTypeDef definition

class SnapshotJobResultFileGroupTypeDef(TypedDict):
    Files: NotRequired[List[SnapshotFileOutputTypeDef]],  # (1)
    S3Results: NotRequired[List[SnapshotJobS3ResultTypeDef]],  # (2)
  1. See SnapshotFileOutputTypeDef
  2. See SnapshotJobS3ResultTypeDef

PhysicalTableTypeDef#

# PhysicalTableTypeDef definition

class PhysicalTableTypeDef(TypedDict):
    RelationalTable: NotRequired[RelationalTableUnionTypeDef],  # (1)
    CustomSql: NotRequired[CustomSqlUnionTypeDef],  # (2)
    S3Source: NotRequired[S3SourceUnionTypeDef],  # (3)
  1. See RelationalTableTypeDef RelationalTableOutputTypeDef
  2. See CustomSqlTypeDef CustomSqlOutputTypeDef
  3. See S3SourceTypeDef S3SourceOutputTypeDef

DefaultSectionBasedLayoutConfigurationTypeDef#

# DefaultSectionBasedLayoutConfigurationTypeDef definition

class DefaultSectionBasedLayoutConfigurationTypeDef(TypedDict):
    CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptionsTypeDef,  # (1)
  1. See SectionBasedLayoutCanvasSizeOptionsTypeDef

FreeFormLayoutConfigurationOutputTypeDef#

# FreeFormLayoutConfigurationOutputTypeDef definition

class FreeFormLayoutConfigurationOutputTypeDef(TypedDict):
    Elements: List[FreeFormLayoutElementOutputTypeDef],  # (1)
    CanvasSizeOptions: NotRequired[FreeFormLayoutCanvasSizeOptionsTypeDef],  # (2)
  1. See FreeFormLayoutElementOutputTypeDef
  2. See FreeFormLayoutCanvasSizeOptionsTypeDef

FreeFormSectionLayoutConfigurationOutputTypeDef#

# FreeFormSectionLayoutConfigurationOutputTypeDef definition

class FreeFormSectionLayoutConfigurationOutputTypeDef(TypedDict):
    Elements: List[FreeFormLayoutElementOutputTypeDef],  # (1)
  1. See FreeFormLayoutElementOutputTypeDef

SnapshotConfigurationOutputTypeDef#

# SnapshotConfigurationOutputTypeDef definition

class SnapshotConfigurationOutputTypeDef(TypedDict):
    FileGroups: List[SnapshotFileGroupOutputTypeDef],  # (1)
    DestinationConfiguration: NotRequired[SnapshotDestinationConfigurationOutputTypeDef],  # (2)
    Parameters: NotRequired[ParametersOutputTypeDef],  # (3)
  1. See SnapshotFileGroupOutputTypeDef
  2. See SnapshotDestinationConfigurationOutputTypeDef
  3. See ParametersOutputTypeDef

FilterCrossSheetControlTypeDef#

# FilterCrossSheetControlTypeDef definition

class FilterCrossSheetControlTypeDef(TypedDict):
    FilterControlId: str,
    SourceFilterId: str,
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationUnionTypeDef],  # (1)
  1. See CascadingControlConfigurationTypeDef CascadingControlConfigurationOutputTypeDef

DateTimeParameterDeclarationTypeDef#

# DateTimeParameterDeclarationTypeDef definition

class DateTimeParameterDeclarationTypeDef(TypedDict):
    Name: str,
    DefaultValues: NotRequired[DateTimeDefaultValuesUnionTypeDef],  # (1)
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
    ValueWhenUnset: NotRequired[DateTimeValueWhenUnsetConfigurationUnionTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[Sequence[MappedDataSetParameterTypeDef]],  # (4)
  1. See DateTimeDefaultValuesTypeDef DateTimeDefaultValuesOutputTypeDef
  2. See TimeGranularityType
  3. See DateTimeValueWhenUnsetConfigurationTypeDef DateTimeValueWhenUnsetConfigurationOutputTypeDef
  4. See MappedDataSetParameterTypeDef

DecimalParameterDeclarationTypeDef#

# DecimalParameterDeclarationTypeDef definition

class DecimalParameterDeclarationTypeDef(TypedDict):
    ParameterValueType: ParameterValueTypeType,  # (1)
    Name: str,
    DefaultValues: NotRequired[DecimalDefaultValuesUnionTypeDef],  # (2)
    ValueWhenUnset: NotRequired[DecimalValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[Sequence[MappedDataSetParameterTypeDef]],  # (4)
  1. See ParameterValueTypeType
  2. See DecimalDefaultValuesTypeDef DecimalDefaultValuesOutputTypeDef
  3. See DecimalValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

IntegerParameterDeclarationTypeDef#

# IntegerParameterDeclarationTypeDef definition

class IntegerParameterDeclarationTypeDef(TypedDict):
    ParameterValueType: ParameterValueTypeType,  # (1)
    Name: str,
    DefaultValues: NotRequired[IntegerDefaultValuesUnionTypeDef],  # (2)
    ValueWhenUnset: NotRequired[IntegerValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[Sequence[MappedDataSetParameterTypeDef]],  # (4)
  1. See ParameterValueTypeType
  2. See IntegerDefaultValuesTypeDef IntegerDefaultValuesOutputTypeDef
  3. See IntegerValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

ParameterDeclarationOutputTypeDef#

# ParameterDeclarationOutputTypeDef definition

class ParameterDeclarationOutputTypeDef(TypedDict):
    StringParameterDeclaration: NotRequired[StringParameterDeclarationOutputTypeDef],  # (1)
    DecimalParameterDeclaration: NotRequired[DecimalParameterDeclarationOutputTypeDef],  # (2)
    IntegerParameterDeclaration: NotRequired[IntegerParameterDeclarationOutputTypeDef],  # (3)
    DateTimeParameterDeclaration: NotRequired[DateTimeParameterDeclarationOutputTypeDef],  # (4)
  1. See StringParameterDeclarationOutputTypeDef
  2. See DecimalParameterDeclarationOutputTypeDef
  3. See IntegerParameterDeclarationOutputTypeDef
  4. See DateTimeParameterDeclarationOutputTypeDef

StringParameterDeclarationTypeDef#

# StringParameterDeclarationTypeDef definition

class StringParameterDeclarationTypeDef(TypedDict):
    ParameterValueType: ParameterValueTypeType,  # (1)
    Name: str,
    DefaultValues: NotRequired[StringDefaultValuesUnionTypeDef],  # (2)
    ValueWhenUnset: NotRequired[StringValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[Sequence[MappedDataSetParameterTypeDef]],  # (4)
  1. See ParameterValueTypeType
  2. See StringDefaultValuesTypeDef StringDefaultValuesOutputTypeDef
  3. See StringValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

ColumnHierarchyOutputTypeDef#

# ColumnHierarchyOutputTypeDef definition

class ColumnHierarchyOutputTypeDef(TypedDict):
    ExplicitHierarchy: NotRequired[ExplicitHierarchyOutputTypeDef],  # (1)
    DateTimeHierarchy: NotRequired[DateTimeHierarchyOutputTypeDef],  # (2)
    PredefinedHierarchy: NotRequired[PredefinedHierarchyOutputTypeDef],  # (3)
  1. See ExplicitHierarchyOutputTypeDef
  2. See DateTimeHierarchyOutputTypeDef
  3. See PredefinedHierarchyOutputTypeDef

DescribeDashboardResponseTypeDef#

# DescribeDashboardResponseTypeDef definition

class DescribeDashboardResponseTypeDef(TypedDict):
    Dashboard: DashboardTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DashboardTypeDef
  2. See ResponseMetadataTypeDef

GenerateEmbedUrlForAnonymousUserRequestRequestTypeDef#

# GenerateEmbedUrlForAnonymousUserRequestRequestTypeDef definition

class GenerateEmbedUrlForAnonymousUserRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    AuthorizedResourceArns: Sequence[str],
    ExperienceConfiguration: AnonymousUserEmbeddingExperienceConfigurationTypeDef,  # (1)
    SessionLifetimeInMinutes: NotRequired[int],
    SessionTags: NotRequired[Sequence[SessionTagTypeDef]],  # (2)
    AllowedDomains: NotRequired[Sequence[str]],
  1. See AnonymousUserEmbeddingExperienceConfigurationTypeDef
  2. See SessionTagTypeDef

AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef#

# AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef definition

class AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef(TypedDict):
    DataSourceId: str,
    Name: NotRequired[str],
    DataSourceParameters: NotRequired[DataSourceParametersOutputTypeDef],  # (1)
    VpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (2)
    SslProperties: NotRequired[SslPropertiesTypeDef],  # (3)
    Credentials: NotRequired[AssetBundleImportJobDataSourceCredentialsTypeDef],  # (4)
  1. See DataSourceParametersOutputTypeDef
  2. See VpcConnectionPropertiesTypeDef
  3. See SslPropertiesTypeDef
  4. See AssetBundleImportJobDataSourceCredentialsTypeDef

DataSourceTypeDef#

# DataSourceTypeDef definition

class DataSourceTypeDef(TypedDict):
    Arn: NotRequired[str],
    DataSourceId: NotRequired[str],
    Name: NotRequired[str],
    Type: NotRequired[DataSourceTypeType],  # (1)
    Status: NotRequired[ResourceStatusType],  # (2)
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    DataSourceParameters: NotRequired[DataSourceParametersOutputTypeDef],  # (3)
    AlternateDataSourceParameters: NotRequired[List[DataSourceParametersOutputTypeDef]],  # (4)
    VpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (5)
    SslProperties: NotRequired[SslPropertiesTypeDef],  # (6)
    ErrorInfo: NotRequired[DataSourceErrorInfoTypeDef],  # (7)
    SecretArn: NotRequired[str],
  1. See DataSourceTypeType
  2. See ResourceStatusType
  3. See DataSourceParametersOutputTypeDef
  4. See DataSourceParametersOutputTypeDef
  5. See VpcConnectionPropertiesTypeDef
  6. See SslPropertiesTypeDef
  7. See DataSourceErrorInfoTypeDef

AssetBundleImportJobDashboardOverridePermissionsTypeDef#

# AssetBundleImportJobDashboardOverridePermissionsTypeDef definition

class AssetBundleImportJobDashboardOverridePermissionsTypeDef(TypedDict):
    DashboardIds: Sequence[str],
    Permissions: NotRequired[AssetBundleResourcePermissionsUnionTypeDef],  # (1)
    LinkSharingConfiguration: NotRequired[AssetBundleResourceLinkSharingConfigurationUnionTypeDef],  # (2)
  1. See AssetBundleResourcePermissionsTypeDef AssetBundleResourcePermissionsOutputTypeDef
  2. See AssetBundleResourceLinkSharingConfigurationTypeDef AssetBundleResourceLinkSharingConfigurationOutputTypeDef

TopicCategoryFilterTypeDef#

# TopicCategoryFilterTypeDef definition

class TopicCategoryFilterTypeDef(TypedDict):
    CategoryFilterFunction: NotRequired[CategoryFilterFunctionType],  # (1)
    CategoryFilterType: NotRequired[CategoryFilterTypeType],  # (2)
    Constant: NotRequired[TopicCategoryFilterConstantUnionTypeDef],  # (3)
    Inverse: NotRequired[bool],
  1. See CategoryFilterFunctionType
  2. See CategoryFilterTypeType
  3. See TopicCategoryFilterConstantTypeDef TopicCategoryFilterConstantOutputTypeDef

LogicalTableOutputTypeDef#

# LogicalTableOutputTypeDef definition

class LogicalTableOutputTypeDef(TypedDict):
    Alias: str,
    Source: LogicalTableSourceTypeDef,  # (2)
    DataTransforms: NotRequired[List[TransformOperationOutputTypeDef]],  # (1)
  1. See TransformOperationOutputTypeDef
  2. See LogicalTableSourceTypeDef

TemplateTypeDef#

# TemplateTypeDef definition

class TemplateTypeDef(TypedDict):
    Arn: NotRequired[str],
    Name: NotRequired[str],
    Version: NotRequired[TemplateVersionTypeDef],  # (1)
    TemplateId: NotRequired[str],
    LastUpdatedTime: NotRequired[datetime],
    CreatedTime: NotRequired[datetime],
  1. See TemplateVersionTypeDef

CustomActionSetParametersOperationOutputTypeDef#

# CustomActionSetParametersOperationOutputTypeDef definition

class CustomActionSetParametersOperationOutputTypeDef(TypedDict):
    ParameterValueConfigurations: List[SetParameterValueConfigurationOutputTypeDef],  # (1)
  1. See SetParameterValueConfigurationOutputTypeDef

PivotTableFieldOptionsOutputTypeDef#

# PivotTableFieldOptionsOutputTypeDef definition

class PivotTableFieldOptionsOutputTypeDef(TypedDict):
    SelectedFieldOptions: NotRequired[List[PivotTableFieldOptionTypeDef]],  # (1)
    DataPathOptions: NotRequired[List[PivotTableDataPathOptionOutputTypeDef]],  # (2)
    CollapseStateOptions: NotRequired[List[PivotTableFieldCollapseStateOptionOutputTypeDef]],  # (3)
  1. See PivotTableFieldOptionTypeDef
  2. See PivotTableDataPathOptionOutputTypeDef
  3. See PivotTableFieldCollapseStateOptionOutputTypeDef

PivotTableFieldCollapseStateOptionTypeDef#

# PivotTableFieldCollapseStateOptionTypeDef definition

class PivotTableFieldCollapseStateOptionTypeDef(TypedDict):
    Target: PivotTableFieldCollapseStateTargetUnionTypeDef,  # (1)
    State: NotRequired[PivotTableFieldCollapseStateType],  # (2)
  1. See PivotTableFieldCollapseStateTargetTypeDef PivotTableFieldCollapseStateTargetOutputTypeDef
  2. See PivotTableFieldCollapseStateType

TopicIRContributionAnalysisOutputTypeDef#

# TopicIRContributionAnalysisOutputTypeDef definition

class TopicIRContributionAnalysisOutputTypeDef(TypedDict):
    Factors: NotRequired[List[ContributionAnalysisFactorTypeDef]],  # (1)
    TimeRanges: NotRequired[ContributionAnalysisTimeRangesOutputTypeDef],  # (2)
    Direction: NotRequired[ContributionAnalysisDirectionType],  # (3)
    SortType: NotRequired[ContributionAnalysisSortTypeType],  # (4)
  1. See ContributionAnalysisFactorTypeDef
  2. See ContributionAnalysisTimeRangesOutputTypeDef
  3. See ContributionAnalysisDirectionType
  4. See ContributionAnalysisSortTypeType

AxisDisplayOptionsOutputTypeDef#

# AxisDisplayOptionsOutputTypeDef definition

class AxisDisplayOptionsOutputTypeDef(TypedDict):
    TickLabelOptions: NotRequired[AxisTickLabelOptionsTypeDef],  # (1)
    AxisLineVisibility: NotRequired[VisibilityType],  # (2)
    GridLineVisibility: NotRequired[VisibilityType],  # (2)
    DataOptions: NotRequired[AxisDataOptionsOutputTypeDef],  # (4)
    ScrollbarOptions: NotRequired[ScrollBarOptionsTypeDef],  # (5)
    AxisOffset: NotRequired[str],
  1. See AxisTickLabelOptionsTypeDef
  2. See VisibilityType
  3. See VisibilityType
  4. See AxisDataOptionsOutputTypeDef
  5. See ScrollBarOptionsTypeDef

DefaultDateTimePickerControlOptionsTypeDef#

# DefaultDateTimePickerControlOptionsTypeDef definition

class DefaultDateTimePickerControlOptionsTypeDef(TypedDict):
    Type: NotRequired[SheetControlDateTimePickerTypeType],  # (1)
    DisplayOptions: NotRequired[DateTimePickerControlDisplayOptionsTypeDef],  # (2)
    CommitMode: NotRequired[CommitModeType],  # (3)
  1. See SheetControlDateTimePickerTypeType
  2. See DateTimePickerControlDisplayOptionsTypeDef
  3. See CommitModeType

FilterDateTimePickerControlTypeDef#

# FilterDateTimePickerControlTypeDef definition

class FilterDateTimePickerControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[DateTimePickerControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlDateTimePickerTypeType],  # (2)
    CommitMode: NotRequired[CommitModeType],  # (3)
  1. See DateTimePickerControlDisplayOptionsTypeDef
  2. See SheetControlDateTimePickerTypeType
  3. See CommitModeType

ParameterDateTimePickerControlTypeDef#

# ParameterDateTimePickerControlTypeDef definition

class ParameterDateTimePickerControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[DateTimePickerControlDisplayOptionsTypeDef],  # (1)
  1. See DateTimePickerControlDisplayOptionsTypeDef

DefaultFilterDropDownControlOptionsOutputTypeDef#

# DefaultFilterDropDownControlOptionsOutputTypeDef definition

class DefaultFilterDropDownControlOptionsOutputTypeDef(TypedDict):
    DisplayOptions: NotRequired[DropDownControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesOutputTypeDef],  # (3)
    CommitMode: NotRequired[CommitModeType],  # (4)
  1. See DropDownControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesOutputTypeDef
  4. See CommitModeType

DefaultFilterDropDownControlOptionsTypeDef#

# DefaultFilterDropDownControlOptionsTypeDef definition

class DefaultFilterDropDownControlOptionsTypeDef(TypedDict):
    DisplayOptions: NotRequired[DropDownControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesUnionTypeDef],  # (3)
    CommitMode: NotRequired[CommitModeType],  # (4)
  1. See DropDownControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesTypeDef FilterSelectableValuesOutputTypeDef
  4. See CommitModeType

FilterDropDownControlOutputTypeDef#

# FilterDropDownControlOutputTypeDef definition

class FilterDropDownControlOutputTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[DropDownControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesOutputTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationOutputTypeDef],  # (4)
    CommitMode: NotRequired[CommitModeType],  # (5)
  1. See DropDownControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesOutputTypeDef
  4. See CascadingControlConfigurationOutputTypeDef
  5. See CommitModeType

FilterDropDownControlTypeDef#

# FilterDropDownControlTypeDef definition

class FilterDropDownControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[DropDownControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesUnionTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationUnionTypeDef],  # (4)
    CommitMode: NotRequired[CommitModeType],  # (5)
  1. See DropDownControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesTypeDef FilterSelectableValuesOutputTypeDef
  4. See CascadingControlConfigurationTypeDef CascadingControlConfigurationOutputTypeDef
  5. See CommitModeType

ParameterDropDownControlOutputTypeDef#

# ParameterDropDownControlOutputTypeDef definition

class ParameterDropDownControlOutputTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[DropDownControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[ParameterSelectableValuesOutputTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationOutputTypeDef],  # (4)
    CommitMode: NotRequired[CommitModeType],  # (5)
  1. See DropDownControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See ParameterSelectableValuesOutputTypeDef
  4. See CascadingControlConfigurationOutputTypeDef
  5. See CommitModeType

ParameterDropDownControlTypeDef#

# ParameterDropDownControlTypeDef definition

class ParameterDropDownControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[DropDownControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[ParameterSelectableValuesUnionTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationUnionTypeDef],  # (4)
    CommitMode: NotRequired[CommitModeType],  # (5)
  1. See DropDownControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See ParameterSelectableValuesTypeDef ParameterSelectableValuesOutputTypeDef
  4. See CascadingControlConfigurationTypeDef CascadingControlConfigurationOutputTypeDef
  5. See CommitModeType

DefaultFilterListControlOptionsOutputTypeDef#

# DefaultFilterListControlOptionsOutputTypeDef definition

class DefaultFilterListControlOptionsOutputTypeDef(TypedDict):
    DisplayOptions: NotRequired[ListControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesOutputTypeDef],  # (3)
  1. See ListControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesOutputTypeDef

DefaultFilterListControlOptionsTypeDef#

# DefaultFilterListControlOptionsTypeDef definition

class DefaultFilterListControlOptionsTypeDef(TypedDict):
    DisplayOptions: NotRequired[ListControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesUnionTypeDef],  # (3)
  1. See ListControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesTypeDef FilterSelectableValuesOutputTypeDef

FilterListControlOutputTypeDef#

# FilterListControlOutputTypeDef definition

class FilterListControlOutputTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[ListControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesOutputTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationOutputTypeDef],  # (4)
  1. See ListControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesOutputTypeDef
  4. See CascadingControlConfigurationOutputTypeDef

FilterListControlTypeDef#

# FilterListControlTypeDef definition

class FilterListControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[ListControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesUnionTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationUnionTypeDef],  # (4)
  1. See ListControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesTypeDef FilterSelectableValuesOutputTypeDef
  4. See CascadingControlConfigurationTypeDef CascadingControlConfigurationOutputTypeDef

ParameterListControlOutputTypeDef#

# ParameterListControlOutputTypeDef definition

class ParameterListControlOutputTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[ListControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[ParameterSelectableValuesOutputTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationOutputTypeDef],  # (4)
  1. See ListControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See ParameterSelectableValuesOutputTypeDef
  4. See CascadingControlConfigurationOutputTypeDef

ParameterListControlTypeDef#

# ParameterListControlTypeDef definition

class ParameterListControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[ListControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[ParameterSelectableValuesUnionTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationUnionTypeDef],  # (4)
  1. See ListControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See ParameterSelectableValuesTypeDef ParameterSelectableValuesOutputTypeDef
  4. See CascadingControlConfigurationTypeDef CascadingControlConfigurationOutputTypeDef

DefaultRelativeDateTimeControlOptionsTypeDef#

# DefaultRelativeDateTimeControlOptionsTypeDef definition

class DefaultRelativeDateTimeControlOptionsTypeDef(TypedDict):
    DisplayOptions: NotRequired[RelativeDateTimeControlDisplayOptionsTypeDef],  # (1)
    CommitMode: NotRequired[CommitModeType],  # (2)
  1. See RelativeDateTimeControlDisplayOptionsTypeDef
  2. See CommitModeType

FilterRelativeDateTimeControlTypeDef#

# FilterRelativeDateTimeControlTypeDef definition

class FilterRelativeDateTimeControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[RelativeDateTimeControlDisplayOptionsTypeDef],  # (1)
    CommitMode: NotRequired[CommitModeType],  # (2)
  1. See RelativeDateTimeControlDisplayOptionsTypeDef
  2. See CommitModeType

DefaultSliderControlOptionsTypeDef#

# DefaultSliderControlOptionsTypeDef definition

class DefaultSliderControlOptionsTypeDef(TypedDict):
    MaximumValue: float,
    MinimumValue: float,
    StepSize: float,
    DisplayOptions: NotRequired[SliderControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlSliderTypeType],  # (2)
  1. See SliderControlDisplayOptionsTypeDef
  2. See SheetControlSliderTypeType

FilterSliderControlTypeDef#

# FilterSliderControlTypeDef definition

class FilterSliderControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    MaximumValue: float,
    MinimumValue: float,
    StepSize: float,
    DisplayOptions: NotRequired[SliderControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlSliderTypeType],  # (2)
  1. See SliderControlDisplayOptionsTypeDef
  2. See SheetControlSliderTypeType

ParameterSliderControlTypeDef#

# ParameterSliderControlTypeDef definition

class ParameterSliderControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    MaximumValue: float,
    MinimumValue: float,
    StepSize: float,
    DisplayOptions: NotRequired[SliderControlDisplayOptionsTypeDef],  # (1)
  1. See SliderControlDisplayOptionsTypeDef

DefaultTextAreaControlOptionsTypeDef#

# DefaultTextAreaControlOptionsTypeDef definition

class DefaultTextAreaControlOptionsTypeDef(TypedDict):
    Delimiter: NotRequired[str],
    DisplayOptions: NotRequired[TextAreaControlDisplayOptionsTypeDef],  # (1)
  1. See TextAreaControlDisplayOptionsTypeDef

FilterTextAreaControlTypeDef#

# FilterTextAreaControlTypeDef definition

class FilterTextAreaControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    Delimiter: NotRequired[str],
    DisplayOptions: NotRequired[TextAreaControlDisplayOptionsTypeDef],  # (1)
  1. See TextAreaControlDisplayOptionsTypeDef

ParameterTextAreaControlTypeDef#

# ParameterTextAreaControlTypeDef definition

class ParameterTextAreaControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    Delimiter: NotRequired[str],
    DisplayOptions: NotRequired[TextAreaControlDisplayOptionsTypeDef],  # (1)
  1. See TextAreaControlDisplayOptionsTypeDef

DefaultTextFieldControlOptionsTypeDef#

# DefaultTextFieldControlOptionsTypeDef definition

class DefaultTextFieldControlOptionsTypeDef(TypedDict):
    DisplayOptions: NotRequired[TextFieldControlDisplayOptionsTypeDef],  # (1)
  1. See TextFieldControlDisplayOptionsTypeDef

FilterTextFieldControlTypeDef#

# FilterTextFieldControlTypeDef definition

class FilterTextFieldControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[TextFieldControlDisplayOptionsTypeDef],  # (1)
  1. See TextFieldControlDisplayOptionsTypeDef

ParameterTextFieldControlTypeDef#

# ParameterTextFieldControlTypeDef definition

class ParameterTextFieldControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[TextFieldControlDisplayOptionsTypeDef],  # (1)
  1. See TextFieldControlDisplayOptionsTypeDef

SmallMultiplesOptionsTypeDef#

# SmallMultiplesOptionsTypeDef definition

class SmallMultiplesOptionsTypeDef(TypedDict):
    MaxVisibleRows: NotRequired[int],
    MaxVisibleColumns: NotRequired[int],
    PanelConfiguration: NotRequired[PanelConfigurationTypeDef],  # (1)
    XAxis: NotRequired[SmallMultiplesAxisPropertiesTypeDef],  # (2)
    YAxis: NotRequired[SmallMultiplesAxisPropertiesTypeDef],  # (2)
  1. See PanelConfigurationTypeDef
  2. See SmallMultiplesAxisPropertiesTypeDef
  3. See SmallMultiplesAxisPropertiesTypeDef

TableFieldLinkConfigurationTypeDef#

# TableFieldLinkConfigurationTypeDef definition

class TableFieldLinkConfigurationTypeDef(TypedDict):
    Target: URLTargetConfigurationType,  # (1)
    Content: TableFieldLinkContentConfigurationTypeDef,  # (2)
  1. See URLTargetConfigurationType
  2. See TableFieldLinkContentConfigurationTypeDef

PivotTableOptionsOutputTypeDef#

# PivotTableOptionsOutputTypeDef definition

class PivotTableOptionsOutputTypeDef(TypedDict):
    MetricPlacement: NotRequired[PivotTableMetricPlacementType],  # (1)
    SingleMetricVisibility: NotRequired[VisibilityType],  # (2)
    ColumnNamesVisibility: NotRequired[VisibilityType],  # (2)
    ToggleButtonsVisibility: NotRequired[VisibilityType],  # (2)
    ColumnHeaderStyle: NotRequired[TableCellStyleTypeDef],  # (5)
    RowHeaderStyle: NotRequired[TableCellStyleTypeDef],  # (5)
    CellStyle: NotRequired[TableCellStyleTypeDef],  # (5)
    RowFieldNamesStyle: NotRequired[TableCellStyleTypeDef],  # (5)
    RowAlternateColorOptions: NotRequired[RowAlternateColorOptionsOutputTypeDef],  # (9)
    CollapsedRowDimensionsVisibility: NotRequired[VisibilityType],  # (2)
    RowsLayout: NotRequired[PivotTableRowsLayoutType],  # (11)
    RowsLabelOptions: NotRequired[PivotTableRowsLabelOptionsTypeDef],  # (12)
    DefaultCellWidth: NotRequired[str],
  1. See PivotTableMetricPlacementType
  2. See VisibilityType
  3. See VisibilityType
  4. See VisibilityType
  5. See TableCellStyleTypeDef
  6. See TableCellStyleTypeDef
  7. See TableCellStyleTypeDef
  8. See TableCellStyleTypeDef
  9. See RowAlternateColorOptionsOutputTypeDef
  10. See VisibilityType
  11. See PivotTableRowsLayoutType
  12. See PivotTableRowsLabelOptionsTypeDef

PivotTableOptionsTypeDef#

# PivotTableOptionsTypeDef definition

class PivotTableOptionsTypeDef(TypedDict):
    MetricPlacement: NotRequired[PivotTableMetricPlacementType],  # (1)
    SingleMetricVisibility: NotRequired[VisibilityType],  # (2)
    ColumnNamesVisibility: NotRequired[VisibilityType],  # (2)
    ToggleButtonsVisibility: NotRequired[VisibilityType],  # (2)
    ColumnHeaderStyle: NotRequired[TableCellStyleTypeDef],  # (5)
    RowHeaderStyle: NotRequired[TableCellStyleTypeDef],  # (5)
    CellStyle: NotRequired[TableCellStyleTypeDef],  # (5)
    RowFieldNamesStyle: NotRequired[TableCellStyleTypeDef],  # (5)
    RowAlternateColorOptions: NotRequired[RowAlternateColorOptionsUnionTypeDef],  # (9)
    CollapsedRowDimensionsVisibility: NotRequired[VisibilityType],  # (2)
    RowsLayout: NotRequired[PivotTableRowsLayoutType],  # (11)
    RowsLabelOptions: NotRequired[PivotTableRowsLabelOptionsTypeDef],  # (12)
    DefaultCellWidth: NotRequired[str],
  1. See PivotTableMetricPlacementType
  2. See VisibilityType
  3. See VisibilityType
  4. See VisibilityType
  5. See TableCellStyleTypeDef
  6. See TableCellStyleTypeDef
  7. See TableCellStyleTypeDef
  8. See TableCellStyleTypeDef
  9. See RowAlternateColorOptionsTypeDef RowAlternateColorOptionsOutputTypeDef
  10. See VisibilityType
  11. See PivotTableRowsLayoutType
  12. See PivotTableRowsLabelOptionsTypeDef

PivotTotalOptionsOutputTypeDef#

# PivotTotalOptionsOutputTypeDef definition

class PivotTotalOptionsOutputTypeDef(TypedDict):
    TotalsVisibility: NotRequired[VisibilityType],  # (1)
    Placement: NotRequired[TableTotalsPlacementType],  # (2)
    ScrollStatus: NotRequired[TableTotalsScrollStatusType],  # (3)
    CustomLabel: NotRequired[str],
    TotalCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    ValueCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    MetricHeaderCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    TotalAggregationOptions: NotRequired[List[TotalAggregationOptionTypeDef]],  # (7)
  1. See VisibilityType
  2. See TableTotalsPlacementType
  3. See TableTotalsScrollStatusType
  4. See TableCellStyleTypeDef
  5. See TableCellStyleTypeDef
  6. See TableCellStyleTypeDef
  7. See TotalAggregationOptionTypeDef

PivotTotalOptionsTypeDef#

# PivotTotalOptionsTypeDef definition

class PivotTotalOptionsTypeDef(TypedDict):
    TotalsVisibility: NotRequired[VisibilityType],  # (1)
    Placement: NotRequired[TableTotalsPlacementType],  # (2)
    ScrollStatus: NotRequired[TableTotalsScrollStatusType],  # (3)
    CustomLabel: NotRequired[str],
    TotalCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    ValueCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    MetricHeaderCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    TotalAggregationOptions: NotRequired[Sequence[TotalAggregationOptionTypeDef]],  # (7)
  1. See VisibilityType
  2. See TableTotalsPlacementType
  3. See TableTotalsScrollStatusType
  4. See TableCellStyleTypeDef
  5. See TableCellStyleTypeDef
  6. See TableCellStyleTypeDef
  7. See TotalAggregationOptionTypeDef

SubtotalOptionsOutputTypeDef#

# SubtotalOptionsOutputTypeDef definition

class SubtotalOptionsOutputTypeDef(TypedDict):
    TotalsVisibility: NotRequired[VisibilityType],  # (1)
    CustomLabel: NotRequired[str],
    FieldLevel: NotRequired[PivotTableSubtotalLevelType],  # (2)
    FieldLevelOptions: NotRequired[List[PivotTableFieldSubtotalOptionsTypeDef]],  # (3)
    TotalCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    ValueCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    MetricHeaderCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    StyleTargets: NotRequired[List[TableStyleTargetTypeDef]],  # (7)
  1. See VisibilityType
  2. See PivotTableSubtotalLevelType
  3. See PivotTableFieldSubtotalOptionsTypeDef
  4. See TableCellStyleTypeDef
  5. See TableCellStyleTypeDef
  6. See TableCellStyleTypeDef
  7. See TableStyleTargetTypeDef

SubtotalOptionsTypeDef#

# SubtotalOptionsTypeDef definition

class SubtotalOptionsTypeDef(TypedDict):
    TotalsVisibility: NotRequired[VisibilityType],  # (1)
    CustomLabel: NotRequired[str],
    FieldLevel: NotRequired[PivotTableSubtotalLevelType],  # (2)
    FieldLevelOptions: NotRequired[Sequence[PivotTableFieldSubtotalOptionsTypeDef]],  # (3)
    TotalCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    ValueCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    MetricHeaderCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    StyleTargets: NotRequired[Sequence[TableStyleTargetTypeDef]],  # (7)
  1. See VisibilityType
  2. See PivotTableSubtotalLevelType
  3. See PivotTableFieldSubtotalOptionsTypeDef
  4. See TableCellStyleTypeDef
  5. See TableCellStyleTypeDef
  6. See TableCellStyleTypeDef
  7. See TableStyleTargetTypeDef

TableOptionsOutputTypeDef#

# TableOptionsOutputTypeDef definition

class TableOptionsOutputTypeDef(TypedDict):
    Orientation: NotRequired[TableOrientationType],  # (1)
    HeaderStyle: NotRequired[TableCellStyleTypeDef],  # (2)
    CellStyle: NotRequired[TableCellStyleTypeDef],  # (2)
    RowAlternateColorOptions: NotRequired[RowAlternateColorOptionsOutputTypeDef],  # (4)
  1. See TableOrientationType
  2. See TableCellStyleTypeDef
  3. See TableCellStyleTypeDef
  4. See RowAlternateColorOptionsOutputTypeDef

TableOptionsTypeDef#

# TableOptionsTypeDef definition

class TableOptionsTypeDef(TypedDict):
    Orientation: NotRequired[TableOrientationType],  # (1)
    HeaderStyle: NotRequired[TableCellStyleTypeDef],  # (2)
    CellStyle: NotRequired[TableCellStyleTypeDef],  # (2)
    RowAlternateColorOptions: NotRequired[RowAlternateColorOptionsUnionTypeDef],  # (4)
  1. See TableOrientationType
  2. See TableCellStyleTypeDef
  3. See TableCellStyleTypeDef
  4. See RowAlternateColorOptionsTypeDef RowAlternateColorOptionsOutputTypeDef

TotalOptionsOutputTypeDef#

# TotalOptionsOutputTypeDef definition

class TotalOptionsOutputTypeDef(TypedDict):
    TotalsVisibility: NotRequired[VisibilityType],  # (1)
    Placement: NotRequired[TableTotalsPlacementType],  # (2)
    ScrollStatus: NotRequired[TableTotalsScrollStatusType],  # (3)
    CustomLabel: NotRequired[str],
    TotalCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    TotalAggregationOptions: NotRequired[List[TotalAggregationOptionTypeDef]],  # (5)
  1. See VisibilityType
  2. See TableTotalsPlacementType
  3. See TableTotalsScrollStatusType
  4. See TableCellStyleTypeDef
  5. See TotalAggregationOptionTypeDef

TotalOptionsTypeDef#

# TotalOptionsTypeDef definition

class TotalOptionsTypeDef(TypedDict):
    TotalsVisibility: NotRequired[VisibilityType],  # (1)
    Placement: NotRequired[TableTotalsPlacementType],  # (2)
    ScrollStatus: NotRequired[TableTotalsScrollStatusType],  # (3)
    CustomLabel: NotRequired[str],
    TotalCellStyle: NotRequired[TableCellStyleTypeDef],  # (4)
    TotalAggregationOptions: NotRequired[Sequence[TotalAggregationOptionTypeDef]],  # (5)
  1. See VisibilityType
  2. See TableTotalsPlacementType
  3. See TableTotalsScrollStatusType
  4. See TableCellStyleTypeDef
  5. See TotalAggregationOptionTypeDef

GaugeChartArcConditionalFormattingOutputTypeDef#

# GaugeChartArcConditionalFormattingOutputTypeDef definition

class GaugeChartArcConditionalFormattingOutputTypeDef(TypedDict):
    ForegroundColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
  1. See ConditionalFormattingColorOutputTypeDef

GaugeChartPrimaryValueConditionalFormattingOutputTypeDef#

# GaugeChartPrimaryValueConditionalFormattingOutputTypeDef definition

class GaugeChartPrimaryValueConditionalFormattingOutputTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIActualValueConditionalFormattingOutputTypeDef#

# KPIActualValueConditionalFormattingOutputTypeDef definition

class KPIActualValueConditionalFormattingOutputTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIComparisonValueConditionalFormattingOutputTypeDef#

# KPIComparisonValueConditionalFormattingOutputTypeDef definition

class KPIComparisonValueConditionalFormattingOutputTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIPrimaryValueConditionalFormattingOutputTypeDef#

# KPIPrimaryValueConditionalFormattingOutputTypeDef definition

class KPIPrimaryValueConditionalFormattingOutputTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIProgressBarConditionalFormattingOutputTypeDef#

# KPIProgressBarConditionalFormattingOutputTypeDef definition

class KPIProgressBarConditionalFormattingOutputTypeDef(TypedDict):
    ForegroundColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
  1. See ConditionalFormattingColorOutputTypeDef

ShapeConditionalFormatOutputTypeDef#

# ShapeConditionalFormatOutputTypeDef definition

class ShapeConditionalFormatOutputTypeDef(TypedDict):
    BackgroundColor: ConditionalFormattingColorOutputTypeDef,  # (1)
  1. See ConditionalFormattingColorOutputTypeDef

TableRowConditionalFormattingOutputTypeDef#

# TableRowConditionalFormattingOutputTypeDef definition

class TableRowConditionalFormattingOutputTypeDef(TypedDict):
    BackgroundColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingColorOutputTypeDef

TextConditionalFormatOutputTypeDef#

# TextConditionalFormatOutputTypeDef definition

class TextConditionalFormatOutputTypeDef(TypedDict):
    BackgroundColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (3)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingColorOutputTypeDef
  3. See ConditionalFormattingIconTypeDef

SheetControlLayoutOutputTypeDef#

# SheetControlLayoutOutputTypeDef definition

class SheetControlLayoutOutputTypeDef(TypedDict):
    Configuration: SheetControlLayoutConfigurationOutputTypeDef,  # (1)
  1. See SheetControlLayoutConfigurationOutputTypeDef

SheetControlLayoutConfigurationTypeDef#

# SheetControlLayoutConfigurationTypeDef definition

class SheetControlLayoutConfigurationTypeDef(TypedDict):
    GridLayout: NotRequired[GridLayoutConfigurationUnionTypeDef],  # (1)
  1. See GridLayoutConfigurationTypeDef GridLayoutConfigurationOutputTypeDef

LogoConfigurationTypeDef#

# LogoConfigurationTypeDef definition

class LogoConfigurationTypeDef(TypedDict):
    AltText: str,
    LogoSet: LogoSetConfigurationTypeDef,  # (1)
  1. See LogoSetConfigurationTypeDef

LogoTypeDef#

# LogoTypeDef definition

class LogoTypeDef(TypedDict):
    AltText: str,
    LogoSet: LogoSetTypeDef,  # (1)
  1. See LogoSetTypeDef

DescribeDataSetRefreshPropertiesResponseTypeDef#

# DescribeDataSetRefreshPropertiesResponseTypeDef definition

class DescribeDataSetRefreshPropertiesResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    DataSetRefreshProperties: DataSetRefreshPropertiesTypeDef,  # (1)
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DataSetRefreshPropertiesTypeDef
  2. See ResponseMetadataTypeDef

PutDataSetRefreshPropertiesRequestRequestTypeDef#

# PutDataSetRefreshPropertiesRequestRequestTypeDef definition

class PutDataSetRefreshPropertiesRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,
    DataSetRefreshProperties: DataSetRefreshPropertiesTypeDef,  # (1)
  1. See DataSetRefreshPropertiesTypeDef

ThemeVersionTypeDef#

# ThemeVersionTypeDef definition

class ThemeVersionTypeDef(TypedDict):
    VersionNumber: NotRequired[int],
    Arn: NotRequired[str],
    Description: NotRequired[str],
    BaseThemeId: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    Configuration: NotRequired[ThemeConfigurationOutputTypeDef],  # (1)
    Errors: NotRequired[List[ThemeErrorTypeDef]],  # (2)
    Status: NotRequired[ResourceStatusType],  # (3)
  1. See ThemeConfigurationOutputTypeDef
  2. See ThemeErrorTypeDef
  3. See ResourceStatusType

CreateThemeRequestRequestTypeDef#

# CreateThemeRequestRequestTypeDef definition

class CreateThemeRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    Name: str,
    BaseThemeId: str,
    Configuration: ThemeConfigurationTypeDef,  # (1)
    VersionDescription: NotRequired[str],
    Permissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (2)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (3)
  1. See ThemeConfigurationTypeDef
  2. See ResourcePermissionTypeDef
  3. See TagTypeDef

UpdateThemeRequestRequestTypeDef#

# UpdateThemeRequestRequestTypeDef definition

class UpdateThemeRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    BaseThemeId: str,
    Name: NotRequired[str],
    VersionDescription: NotRequired[str],
    Configuration: NotRequired[ThemeConfigurationTypeDef],  # (1)
  1. See ThemeConfigurationTypeDef

TopicNamedEntityTypeDef#

# TopicNamedEntityTypeDef definition

class TopicNamedEntityTypeDef(TypedDict):
    EntityName: str,
    EntityDescription: NotRequired[str],
    EntitySynonyms: NotRequired[Sequence[str]],
    SemanticEntityType: NotRequired[SemanticEntityTypeUnionTypeDef],  # (1)
    Definition: NotRequired[Sequence[NamedEntityDefinitionUnionTypeDef]],  # (2)
  1. See SemanticEntityTypeTypeDef SemanticEntityTypeOutputTypeDef
  2. See NamedEntityDefinitionTypeDef NamedEntityDefinitionOutputTypeDef

ComparisonConfigurationTypeDef#

# ComparisonConfigurationTypeDef definition

class ComparisonConfigurationTypeDef(TypedDict):
    ComparisonMethod: NotRequired[ComparisonMethodType],  # (1)
    ComparisonFormat: NotRequired[ComparisonFormatConfigurationTypeDef],  # (2)
  1. See ComparisonMethodType
  2. See ComparisonFormatConfigurationTypeDef

DateTimeFormatConfigurationTypeDef#

# DateTimeFormatConfigurationTypeDef definition

class DateTimeFormatConfigurationTypeDef(TypedDict):
    DateTimeFormat: NotRequired[str],
    NullValueFormatConfiguration: NotRequired[NullValueFormatConfigurationTypeDef],  # (1)
    NumericFormatConfiguration: NotRequired[NumericFormatConfigurationTypeDef],  # (2)
  1. See NullValueFormatConfigurationTypeDef
  2. See NumericFormatConfigurationTypeDef

NumberFormatConfigurationTypeDef#

# NumberFormatConfigurationTypeDef definition

class NumberFormatConfigurationTypeDef(TypedDict):
    FormatConfiguration: NotRequired[NumericFormatConfigurationTypeDef],  # (1)
  1. See NumericFormatConfigurationTypeDef

ReferenceLineValueLabelConfigurationTypeDef#

# ReferenceLineValueLabelConfigurationTypeDef definition

class ReferenceLineValueLabelConfigurationTypeDef(TypedDict):
    RelativePosition: NotRequired[ReferenceLineValueLabelRelativePositionType],  # (1)
    FormatConfiguration: NotRequired[NumericFormatConfigurationTypeDef],  # (2)
  1. See ReferenceLineValueLabelRelativePositionType
  2. See NumericFormatConfigurationTypeDef

StringFormatConfigurationTypeDef#

# StringFormatConfigurationTypeDef definition

class StringFormatConfigurationTypeDef(TypedDict):
    NullValueFormatConfiguration: NotRequired[NullValueFormatConfigurationTypeDef],  # (1)
    NumericFormatConfiguration: NotRequired[NumericFormatConfigurationTypeDef],  # (2)
  1. See NullValueFormatConfigurationTypeDef
  2. See NumericFormatConfigurationTypeDef

BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef#

# BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef definition

class BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Limit: NotRequired[int],
    SortByMetrics: NotRequired[List[ColumnSortTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See ColumnSortTypeDef

BodySectionDynamicCategoryDimensionConfigurationTypeDef#

# BodySectionDynamicCategoryDimensionConfigurationTypeDef definition

class BodySectionDynamicCategoryDimensionConfigurationTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Limit: NotRequired[int],
    SortByMetrics: NotRequired[Sequence[ColumnSortTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See ColumnSortTypeDef

BodySectionDynamicNumericDimensionConfigurationOutputTypeDef#

# BodySectionDynamicNumericDimensionConfigurationOutputTypeDef definition

class BodySectionDynamicNumericDimensionConfigurationOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Limit: NotRequired[int],
    SortByMetrics: NotRequired[List[ColumnSortTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See ColumnSortTypeDef

BodySectionDynamicNumericDimensionConfigurationTypeDef#

# BodySectionDynamicNumericDimensionConfigurationTypeDef definition

class BodySectionDynamicNumericDimensionConfigurationTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Limit: NotRequired[int],
    SortByMetrics: NotRequired[Sequence[ColumnSortTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See ColumnSortTypeDef

FieldSortOptionsTypeDef#

# FieldSortOptionsTypeDef definition

class FieldSortOptionsTypeDef(TypedDict):
    FieldSort: NotRequired[FieldSortTypeDef],  # (1)
    ColumnSort: NotRequired[ColumnSortTypeDef],  # (2)
  1. See FieldSortTypeDef
  2. See ColumnSortTypeDef

PivotTableSortByOutputTypeDef#

# PivotTableSortByOutputTypeDef definition

class PivotTableSortByOutputTypeDef(TypedDict):
    Field: NotRequired[FieldSortTypeDef],  # (1)
    Column: NotRequired[ColumnSortTypeDef],  # (2)
    DataPath: NotRequired[DataPathSortOutputTypeDef],  # (3)
  1. See FieldSortTypeDef
  2. See ColumnSortTypeDef
  3. See DataPathSortOutputTypeDef

PivotTableSortByTypeDef#

# PivotTableSortByTypeDef definition

class PivotTableSortByTypeDef(TypedDict):
    Field: NotRequired[FieldSortTypeDef],  # (1)
    Column: NotRequired[ColumnSortTypeDef],  # (2)
    DataPath: NotRequired[DataPathSortUnionTypeDef],  # (3)
  1. See FieldSortTypeDef
  2. See ColumnSortTypeDef
  3. See DataPathSortTypeDef DataPathSortOutputTypeDef

TooltipItemTypeDef#

# TooltipItemTypeDef definition

class TooltipItemTypeDef(TypedDict):
    FieldTooltipItem: NotRequired[FieldTooltipItemTypeDef],  # (1)
    ColumnTooltipItem: NotRequired[ColumnTooltipItemTypeDef],  # (2)
  1. See FieldTooltipItemTypeDef
  2. See ColumnTooltipItemTypeDef

ReferenceLineDataConfigurationTypeDef#

# ReferenceLineDataConfigurationTypeDef definition

class ReferenceLineDataConfigurationTypeDef(TypedDict):
    StaticConfiguration: NotRequired[ReferenceLineStaticDataConfigurationTypeDef],  # (1)
    DynamicConfiguration: NotRequired[ReferenceLineDynamicDataConfigurationTypeDef],  # (2)
    AxisBinding: NotRequired[AxisBindingType],  # (3)
    SeriesType: NotRequired[ReferenceLineSeriesTypeType],  # (4)
  1. See ReferenceLineStaticDataConfigurationTypeDef
  2. See ReferenceLineDynamicDataConfigurationTypeDef
  3. See AxisBindingType
  4. See ReferenceLineSeriesTypeType

DatasetMetadataOutputTypeDef#

# DatasetMetadataOutputTypeDef definition

class DatasetMetadataOutputTypeDef(TypedDict):
    DatasetArn: str,
    DatasetName: NotRequired[str],
    DatasetDescription: NotRequired[str],
    DataAggregation: NotRequired[DataAggregationTypeDef],  # (1)
    Filters: NotRequired[List[TopicFilterOutputTypeDef]],  # (2)
    Columns: NotRequired[List[TopicColumnOutputTypeDef]],  # (3)
    CalculatedFields: NotRequired[List[TopicCalculatedFieldOutputTypeDef]],  # (4)
    NamedEntities: NotRequired[List[TopicNamedEntityOutputTypeDef]],  # (5)
  1. See DataAggregationTypeDef
  2. See TopicFilterOutputTypeDef
  3. See TopicColumnOutputTypeDef
  4. See TopicCalculatedFieldOutputTypeDef
  5. See TopicNamedEntityOutputTypeDef

DataSourceParametersTypeDef#

# DataSourceParametersTypeDef definition

class DataSourceParametersTypeDef(TypedDict):
    AmazonElasticsearchParameters: NotRequired[AmazonElasticsearchParametersTypeDef],  # (1)
    AthenaParameters: NotRequired[AthenaParametersTypeDef],  # (2)
    AuroraParameters: NotRequired[AuroraParametersTypeDef],  # (3)
    AuroraPostgreSqlParameters: NotRequired[AuroraPostgreSqlParametersTypeDef],  # (4)
    AwsIotAnalyticsParameters: NotRequired[AwsIotAnalyticsParametersTypeDef],  # (5)
    JiraParameters: NotRequired[JiraParametersTypeDef],  # (6)
    MariaDbParameters: NotRequired[MariaDbParametersTypeDef],  # (7)
    MySqlParameters: NotRequired[MySqlParametersTypeDef],  # (8)
    OracleParameters: NotRequired[OracleParametersTypeDef],  # (9)
    PostgreSqlParameters: NotRequired[PostgreSqlParametersTypeDef],  # (10)
    PrestoParameters: NotRequired[PrestoParametersTypeDef],  # (11)
    RdsParameters: NotRequired[RdsParametersTypeDef],  # (12)
    RedshiftParameters: NotRequired[RedshiftParametersUnionTypeDef],  # (13)
    S3Parameters: NotRequired[S3ParametersTypeDef],  # (14)
    ServiceNowParameters: NotRequired[ServiceNowParametersTypeDef],  # (15)
    SnowflakeParameters: NotRequired[SnowflakeParametersTypeDef],  # (16)
    SparkParameters: NotRequired[SparkParametersTypeDef],  # (17)
    SqlServerParameters: NotRequired[SqlServerParametersTypeDef],  # (18)
    TeradataParameters: NotRequired[TeradataParametersTypeDef],  # (19)
    TwitterParameters: NotRequired[TwitterParametersTypeDef],  # (20)
    AmazonOpenSearchParameters: NotRequired[AmazonOpenSearchParametersTypeDef],  # (21)
    ExasolParameters: NotRequired[ExasolParametersTypeDef],  # (22)
    DatabricksParameters: NotRequired[DatabricksParametersTypeDef],  # (23)
    StarburstParameters: NotRequired[StarburstParametersTypeDef],  # (24)
    TrinoParameters: NotRequired[TrinoParametersTypeDef],  # (25)
    BigQueryParameters: NotRequired[BigQueryParametersTypeDef],  # (26)
  1. See AmazonElasticsearchParametersTypeDef
  2. See AthenaParametersTypeDef
  3. See AuroraParametersTypeDef
  4. See AuroraPostgreSqlParametersTypeDef
  5. See AwsIotAnalyticsParametersTypeDef
  6. See JiraParametersTypeDef
  7. See MariaDbParametersTypeDef
  8. See MySqlParametersTypeDef
  9. See OracleParametersTypeDef
  10. See PostgreSqlParametersTypeDef
  11. See PrestoParametersTypeDef
  12. See RdsParametersTypeDef
  13. See RedshiftParametersTypeDef RedshiftParametersOutputTypeDef
  14. See S3ParametersTypeDef
  15. See ServiceNowParametersTypeDef
  16. See SnowflakeParametersTypeDef
  17. See SparkParametersTypeDef
  18. See SqlServerParametersTypeDef
  19. See TeradataParametersTypeDef
  20. See TwitterParametersTypeDef
  21. See AmazonOpenSearchParametersTypeDef
  22. See ExasolParametersTypeDef
  23. See DatabricksParametersTypeDef
  24. See StarburstParametersTypeDef
  25. See TrinoParametersTypeDef
  26. See BigQueryParametersTypeDef

GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef#

# GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef definition

class GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    UserArn: str,
    ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef,  # (1)
    SessionLifetimeInMinutes: NotRequired[int],
    AllowedDomains: NotRequired[Sequence[str]],
  1. See RegisteredUserEmbeddingExperienceConfigurationTypeDef

AnonymousUserSnapshotJobResultTypeDef#

# AnonymousUserSnapshotJobResultTypeDef definition

class AnonymousUserSnapshotJobResultTypeDef(TypedDict):
    FileGroups: NotRequired[List[SnapshotJobResultFileGroupTypeDef]],  # (1)
  1. See SnapshotJobResultFileGroupTypeDef

CustomActionFilterOperationTypeDef#

# CustomActionFilterOperationTypeDef definition

class CustomActionFilterOperationTypeDef(TypedDict):
    SelectedFieldsConfiguration: FilterOperationSelectedFieldsConfigurationUnionTypeDef,  # (1)
    TargetVisualsConfiguration: FilterOperationTargetVisualsConfigurationUnionTypeDef,  # (2)
  1. See FilterOperationSelectedFieldsConfigurationTypeDef FilterOperationSelectedFieldsConfigurationOutputTypeDef
  2. See FilterOperationTargetVisualsConfigurationTypeDef FilterOperationTargetVisualsConfigurationOutputTypeDef

DefaultPaginatedLayoutConfigurationTypeDef#

# DefaultPaginatedLayoutConfigurationTypeDef definition

class DefaultPaginatedLayoutConfigurationTypeDef(TypedDict):
    SectionBased: NotRequired[DefaultSectionBasedLayoutConfigurationTypeDef],  # (1)
  1. See DefaultSectionBasedLayoutConfigurationTypeDef

SectionLayoutConfigurationOutputTypeDef#

# SectionLayoutConfigurationOutputTypeDef definition

class SectionLayoutConfigurationOutputTypeDef(TypedDict):
    FreeFormLayout: FreeFormSectionLayoutConfigurationOutputTypeDef,  # (1)
  1. See FreeFormSectionLayoutConfigurationOutputTypeDef

FreeFormLayoutConfigurationTypeDef#

# FreeFormLayoutConfigurationTypeDef definition

class FreeFormLayoutConfigurationTypeDef(TypedDict):
    Elements: Sequence[FreeFormLayoutElementUnionTypeDef],  # (1)
    CanvasSizeOptions: NotRequired[FreeFormLayoutCanvasSizeOptionsTypeDef],  # (2)
  1. See FreeFormLayoutElementTypeDef FreeFormLayoutElementOutputTypeDef
  2. See FreeFormLayoutCanvasSizeOptionsTypeDef

FreeFormSectionLayoutConfigurationTypeDef#

# FreeFormSectionLayoutConfigurationTypeDef definition

class FreeFormSectionLayoutConfigurationTypeDef(TypedDict):
    Elements: Sequence[FreeFormLayoutElementUnionTypeDef],  # (1)
  1. See FreeFormLayoutElementTypeDef FreeFormLayoutElementOutputTypeDef

FilterScopeConfigurationTypeDef#

# FilterScopeConfigurationTypeDef definition

class FilterScopeConfigurationTypeDef(TypedDict):
    SelectedSheets: NotRequired[SelectedSheetsFilterScopeConfigurationUnionTypeDef],  # (1)
    AllSheets: NotRequired[Mapping[str, Any]],
  1. See SelectedSheetsFilterScopeConfigurationTypeDef SelectedSheetsFilterScopeConfigurationOutputTypeDef

DescribeDashboardSnapshotJobResponseTypeDef#

# DescribeDashboardSnapshotJobResponseTypeDef definition

class DescribeDashboardSnapshotJobResponseTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    SnapshotJobId: str,
    UserConfiguration: SnapshotUserConfigurationRedactedTypeDef,  # (1)
    SnapshotConfiguration: SnapshotConfigurationOutputTypeDef,  # (2)
    Arn: str,
    JobStatus: SnapshotJobStatusType,  # (3)
    CreatedTime: datetime,
    LastUpdatedTime: datetime,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (4)
  1. See SnapshotUserConfigurationRedactedTypeDef
  2. See SnapshotConfigurationOutputTypeDef
  3. See SnapshotJobStatusType
  4. See ResponseMetadataTypeDef

SnapshotFileGroupTypeDef#

# SnapshotFileGroupTypeDef definition

class SnapshotFileGroupTypeDef(TypedDict):
    Files: NotRequired[Sequence[SnapshotFileUnionTypeDef]],  # (1)
  1. See SnapshotFileTypeDef SnapshotFileOutputTypeDef

AssetBundleImportJobOverrideParametersOutputTypeDef#

# AssetBundleImportJobOverrideParametersOutputTypeDef definition

class AssetBundleImportJobOverrideParametersOutputTypeDef(TypedDict):
    ResourceIdOverrideConfiguration: NotRequired[AssetBundleImportJobResourceIdOverrideConfigurationTypeDef],  # (1)
    VPCConnections: NotRequired[List[AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef]],  # (2)
    RefreshSchedules: NotRequired[List[AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef]],  # (3)
    DataSources: NotRequired[List[AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef]],  # (4)
    DataSets: NotRequired[List[AssetBundleImportJobDataSetOverrideParametersTypeDef]],  # (5)
    Themes: NotRequired[List[AssetBundleImportJobThemeOverrideParametersTypeDef]],  # (6)
    Analyses: NotRequired[List[AssetBundleImportJobAnalysisOverrideParametersTypeDef]],  # (7)
    Dashboards: NotRequired[List[AssetBundleImportJobDashboardOverrideParametersTypeDef]],  # (8)
    Folders: NotRequired[List[AssetBundleImportJobFolderOverrideParametersTypeDef]],  # (9)
  1. See AssetBundleImportJobResourceIdOverrideConfigurationTypeDef
  2. See AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef
  3. See AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef
  4. See AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef
  5. See AssetBundleImportJobDataSetOverrideParametersTypeDef
  6. See AssetBundleImportJobThemeOverrideParametersTypeDef
  7. See AssetBundleImportJobAnalysisOverrideParametersTypeDef
  8. See AssetBundleImportJobDashboardOverrideParametersTypeDef
  9. See AssetBundleImportJobFolderOverrideParametersTypeDef

DescribeDataSourceResponseTypeDef#

# DescribeDataSourceResponseTypeDef definition

class DescribeDataSourceResponseTypeDef(TypedDict):
    DataSource: DataSourceTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DataSourceTypeDef
  2. See ResponseMetadataTypeDef

ListDataSourcesResponseTypeDef#

# ListDataSourcesResponseTypeDef definition

class ListDataSourcesResponseTypeDef(TypedDict):
    DataSources: List[DataSourceTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See DataSourceTypeDef
  2. See ResponseMetadataTypeDef

DestinationParameterValueConfigurationTypeDef#

# DestinationParameterValueConfigurationTypeDef definition

class DestinationParameterValueConfigurationTypeDef(TypedDict):
    CustomValuesConfiguration: NotRequired[CustomValuesConfigurationUnionTypeDef],  # (1)
    SelectAllValueOptions: NotRequired[SelectAllValueOptionsType],  # (2)
    SourceParameterName: NotRequired[str],
    SourceField: NotRequired[str],
    SourceColumn: NotRequired[ColumnIdentifierTypeDef],  # (3)
  1. See CustomValuesConfigurationTypeDef CustomValuesConfigurationOutputTypeDef
  2. See SelectAllValueOptionsType
  3. See ColumnIdentifierTypeDef

DatasetParameterTypeDef#

# DatasetParameterTypeDef definition

class DatasetParameterTypeDef(TypedDict):
    StringDatasetParameter: NotRequired[StringDatasetParameterUnionTypeDef],  # (1)
    DecimalDatasetParameter: NotRequired[DecimalDatasetParameterUnionTypeDef],  # (2)
    IntegerDatasetParameter: NotRequired[IntegerDatasetParameterUnionTypeDef],  # (3)
    DateTimeDatasetParameter: NotRequired[DateTimeDatasetParameterUnionTypeDef],  # (4)
  1. See StringDatasetParameterTypeDef StringDatasetParameterOutputTypeDef
  2. See DecimalDatasetParameterTypeDef DecimalDatasetParameterOutputTypeDef
  3. See IntegerDatasetParameterTypeDef IntegerDatasetParameterOutputTypeDef
  4. See DateTimeDatasetParameterTypeDef DateTimeDatasetParameterOutputTypeDef

TransformOperationTypeDef#

# TransformOperationTypeDef definition

class TransformOperationTypeDef(TypedDict):
    ProjectOperation: NotRequired[ProjectOperationUnionTypeDef],  # (1)
    FilterOperation: NotRequired[FilterOperationTypeDef],  # (2)
    CreateColumnsOperation: NotRequired[CreateColumnsOperationUnionTypeDef],  # (3)
    RenameColumnOperation: NotRequired[RenameColumnOperationTypeDef],  # (4)
    CastColumnTypeOperation: NotRequired[CastColumnTypeOperationTypeDef],  # (5)
    TagColumnOperation: NotRequired[TagColumnOperationUnionTypeDef],  # (6)
    UntagColumnOperation: NotRequired[UntagColumnOperationUnionTypeDef],  # (7)
    OverrideDatasetParameterOperation: NotRequired[OverrideDatasetParameterOperationUnionTypeDef],  # (8)
  1. See ProjectOperationTypeDef ProjectOperationOutputTypeDef
  2. See FilterOperationTypeDef
  3. See CreateColumnsOperationTypeDef CreateColumnsOperationOutputTypeDef
  4. See RenameColumnOperationTypeDef
  5. See CastColumnTypeOperationTypeDef
  6. See TagColumnOperationTypeDef TagColumnOperationOutputTypeDef
  7. See UntagColumnOperationTypeDef UntagColumnOperationOutputTypeDef
  8. See OverrideDatasetParameterOperationTypeDef OverrideDatasetParameterOperationOutputTypeDef

DateTimeHierarchyTypeDef#

# DateTimeHierarchyTypeDef definition

class DateTimeHierarchyTypeDef(TypedDict):
    HierarchyId: str,
    DrillDownFilters: NotRequired[Sequence[DrillDownFilterUnionTypeDef]],  # (1)
  1. See DrillDownFilterTypeDef DrillDownFilterOutputTypeDef

ExplicitHierarchyTypeDef#

# ExplicitHierarchyTypeDef definition

class ExplicitHierarchyTypeDef(TypedDict):
    HierarchyId: str,
    Columns: Sequence[ColumnIdentifierTypeDef],  # (1)
    DrillDownFilters: NotRequired[Sequence[DrillDownFilterUnionTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See DrillDownFilterTypeDef DrillDownFilterOutputTypeDef

PredefinedHierarchyTypeDef#

# PredefinedHierarchyTypeDef definition

class PredefinedHierarchyTypeDef(TypedDict):
    HierarchyId: str,
    Columns: Sequence[ColumnIdentifierTypeDef],  # (1)
    DrillDownFilters: NotRequired[Sequence[DrillDownFilterUnionTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See DrillDownFilterTypeDef DrillDownFilterOutputTypeDef

ForecastConfigurationTypeDef#

# ForecastConfigurationTypeDef definition

class ForecastConfigurationTypeDef(TypedDict):
    ForecastProperties: NotRequired[TimeBasedForecastPropertiesTypeDef],  # (1)
    Scenario: NotRequired[ForecastScenarioUnionTypeDef],  # (2)
  1. See TimeBasedForecastPropertiesTypeDef
  2. See ForecastScenarioTypeDef ForecastScenarioOutputTypeDef

AxisDataOptionsTypeDef#

# AxisDataOptionsTypeDef definition

class AxisDataOptionsTypeDef(TypedDict):
    NumericAxisOptions: NotRequired[NumericAxisOptionsUnionTypeDef],  # (1)
    DateAxisOptions: NotRequired[DateAxisOptionsTypeDef],  # (2)
  1. See NumericAxisOptionsTypeDef NumericAxisOptionsOutputTypeDef
  2. See DateAxisOptionsTypeDef

ContributionAnalysisTimeRangesTypeDef#

# ContributionAnalysisTimeRangesTypeDef definition

class ContributionAnalysisTimeRangesTypeDef(TypedDict):
    StartRange: NotRequired[TopicIRFilterOptionUnionTypeDef],  # (1)
    EndRange: NotRequired[TopicIRFilterOptionUnionTypeDef],  # (1)
  1. See TopicIRFilterOptionTypeDef TopicIRFilterOptionOutputTypeDef
  2. See TopicIRFilterOptionTypeDef TopicIRFilterOptionOutputTypeDef

DataSetTypeDef#

# DataSetTypeDef definition

class DataSetTypeDef(TypedDict):
    Arn: NotRequired[str],
    DataSetId: NotRequired[str],
    Name: NotRequired[str],
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    PhysicalTableMap: NotRequired[Dict[str, PhysicalTableOutputTypeDef]],  # (1)
    LogicalTableMap: NotRequired[Dict[str, LogicalTableOutputTypeDef]],  # (2)
    OutputColumns: NotRequired[List[OutputColumnTypeDef]],  # (3)
    ImportMode: NotRequired[DataSetImportModeType],  # (4)
    ConsumedSpiceCapacityInBytes: NotRequired[int],
    ColumnGroups: NotRequired[List[ColumnGroupOutputTypeDef]],  # (5)
    FieldFolders: NotRequired[Dict[str, FieldFolderOutputTypeDef]],  # (6)
    RowLevelPermissionDataSet: NotRequired[RowLevelPermissionDataSetTypeDef],  # (7)
    RowLevelPermissionTagConfiguration: NotRequired[RowLevelPermissionTagConfigurationOutputTypeDef],  # (8)
    ColumnLevelPermissionRules: NotRequired[List[ColumnLevelPermissionRuleOutputTypeDef]],  # (9)
    DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef],  # (10)
    DatasetParameters: NotRequired[List[DatasetParameterOutputTypeDef]],  # (11)
  1. See PhysicalTableOutputTypeDef
  2. See LogicalTableOutputTypeDef
  3. See OutputColumnTypeDef
  4. See DataSetImportModeType
  5. See ColumnGroupOutputTypeDef
  6. See FieldFolderOutputTypeDef
  7. See RowLevelPermissionDataSetTypeDef
  8. See RowLevelPermissionTagConfigurationOutputTypeDef
  9. See ColumnLevelPermissionRuleOutputTypeDef
  10. See DataSetUsageConfigurationTypeDef
  11. See DatasetParameterOutputTypeDef

DescribeTemplateResponseTypeDef#

# DescribeTemplateResponseTypeDef definition

class DescribeTemplateResponseTypeDef(TypedDict):
    Template: TemplateTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TemplateTypeDef
  2. See ResponseMetadataTypeDef

VisualCustomActionOperationOutputTypeDef#

# VisualCustomActionOperationOutputTypeDef definition

class VisualCustomActionOperationOutputTypeDef(TypedDict):
    FilterOperation: NotRequired[CustomActionFilterOperationOutputTypeDef],  # (1)
    NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef],  # (2)
    URLOperation: NotRequired[CustomActionURLOperationTypeDef],  # (3)
    SetParametersOperation: NotRequired[CustomActionSetParametersOperationOutputTypeDef],  # (4)
  1. See CustomActionFilterOperationOutputTypeDef
  2. See CustomActionNavigationOperationTypeDef
  3. See CustomActionURLOperationTypeDef
  4. See CustomActionSetParametersOperationOutputTypeDef

TopicIROutputTypeDef#

# TopicIROutputTypeDef definition

class TopicIROutputTypeDef(TypedDict):
    Metrics: NotRequired[List[TopicIRMetricOutputTypeDef]],  # (1)
    GroupByList: NotRequired[List[TopicIRGroupByTypeDef]],  # (2)
    Filters: NotRequired[List[List[TopicIRFilterOptionOutputTypeDef]]],  # (3)
    Sort: NotRequired[TopicSortClauseTypeDef],  # (4)
    ContributionAnalysis: NotRequired[TopicIRContributionAnalysisOutputTypeDef],  # (5)
    Visual: NotRequired[VisualOptionsTypeDef],  # (6)
  1. See TopicIRMetricOutputTypeDef
  2. See TopicIRGroupByTypeDef
  3. See TopicIRFilterOptionOutputTypeDef
  4. See TopicSortClauseTypeDef
  5. See TopicIRContributionAnalysisOutputTypeDef
  6. See VisualOptionsTypeDef

LineSeriesAxisDisplayOptionsOutputTypeDef#

# LineSeriesAxisDisplayOptionsOutputTypeDef definition

class LineSeriesAxisDisplayOptionsOutputTypeDef(TypedDict):
    AxisOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (1)
    MissingDataConfigurations: NotRequired[List[MissingDataConfigurationTypeDef]],  # (2)
  1. See AxisDisplayOptionsOutputTypeDef
  2. See MissingDataConfigurationTypeDef

DefaultFilterControlOptionsOutputTypeDef#

# DefaultFilterControlOptionsOutputTypeDef definition

class DefaultFilterControlOptionsOutputTypeDef(TypedDict):
    DefaultDateTimePickerOptions: NotRequired[DefaultDateTimePickerControlOptionsTypeDef],  # (1)
    DefaultListOptions: NotRequired[DefaultFilterListControlOptionsOutputTypeDef],  # (2)
    DefaultDropdownOptions: NotRequired[DefaultFilterDropDownControlOptionsOutputTypeDef],  # (3)
    DefaultTextFieldOptions: NotRequired[DefaultTextFieldControlOptionsTypeDef],  # (4)
    DefaultTextAreaOptions: NotRequired[DefaultTextAreaControlOptionsTypeDef],  # (5)
    DefaultSliderOptions: NotRequired[DefaultSliderControlOptionsTypeDef],  # (6)
    DefaultRelativeDateTimeOptions: NotRequired[DefaultRelativeDateTimeControlOptionsTypeDef],  # (7)
  1. See DefaultDateTimePickerControlOptionsTypeDef
  2. See DefaultFilterListControlOptionsOutputTypeDef
  3. See DefaultFilterDropDownControlOptionsOutputTypeDef
  4. See DefaultTextFieldControlOptionsTypeDef
  5. See DefaultTextAreaControlOptionsTypeDef
  6. See DefaultSliderControlOptionsTypeDef
  7. See DefaultRelativeDateTimeControlOptionsTypeDef

FilterControlOutputTypeDef#

# FilterControlOutputTypeDef definition

class FilterControlOutputTypeDef(TypedDict):
    DateTimePicker: NotRequired[FilterDateTimePickerControlTypeDef],  # (1)
    List: NotRequired[FilterListControlOutputTypeDef],  # (2)
    Dropdown: NotRequired[FilterDropDownControlOutputTypeDef],  # (3)
    TextField: NotRequired[FilterTextFieldControlTypeDef],  # (4)
    TextArea: NotRequired[FilterTextAreaControlTypeDef],  # (5)
    Slider: NotRequired[FilterSliderControlTypeDef],  # (6)
    RelativeDateTime: NotRequired[FilterRelativeDateTimeControlTypeDef],  # (7)
    CrossSheet: NotRequired[FilterCrossSheetControlOutputTypeDef],  # (8)
  1. See FilterDateTimePickerControlTypeDef
  2. See FilterListControlOutputTypeDef
  3. See FilterDropDownControlOutputTypeDef
  4. See FilterTextFieldControlTypeDef
  5. See FilterTextAreaControlTypeDef
  6. See FilterSliderControlTypeDef
  7. See FilterRelativeDateTimeControlTypeDef
  8. See FilterCrossSheetControlOutputTypeDef

ParameterControlOutputTypeDef#

# ParameterControlOutputTypeDef definition

class ParameterControlOutputTypeDef(TypedDict):
    DateTimePicker: NotRequired[ParameterDateTimePickerControlTypeDef],  # (1)
    List: NotRequired[ParameterListControlOutputTypeDef],  # (2)
    Dropdown: NotRequired[ParameterDropDownControlOutputTypeDef],  # (3)
    TextField: NotRequired[ParameterTextFieldControlTypeDef],  # (4)
    TextArea: NotRequired[ParameterTextAreaControlTypeDef],  # (5)
    Slider: NotRequired[ParameterSliderControlTypeDef],  # (6)
  1. See ParameterDateTimePickerControlTypeDef
  2. See ParameterListControlOutputTypeDef
  3. See ParameterDropDownControlOutputTypeDef
  4. See ParameterTextFieldControlTypeDef
  5. See ParameterTextAreaControlTypeDef
  6. See ParameterSliderControlTypeDef

TableFieldURLConfigurationTypeDef#

# TableFieldURLConfigurationTypeDef definition

class TableFieldURLConfigurationTypeDef(TypedDict):
    LinkConfiguration: NotRequired[TableFieldLinkConfigurationTypeDef],  # (1)
    ImageConfiguration: NotRequired[TableFieldImageConfigurationTypeDef],  # (2)
  1. See TableFieldLinkConfigurationTypeDef
  2. See TableFieldImageConfigurationTypeDef

GeospatialPointStyleOptionsTypeDef#

# GeospatialPointStyleOptionsTypeDef definition

class GeospatialPointStyleOptionsTypeDef(TypedDict):
    SelectedPointStyle: NotRequired[GeospatialSelectedPointStyleType],  # (1)
    ClusterMarkerConfiguration: NotRequired[ClusterMarkerConfigurationTypeDef],  # (2)
    HeatmapConfiguration: NotRequired[GeospatialHeatmapConfigurationUnionTypeDef],  # (3)
  1. See GeospatialSelectedPointStyleType
  2. See ClusterMarkerConfigurationTypeDef
  3. See GeospatialHeatmapConfigurationTypeDef GeospatialHeatmapConfigurationOutputTypeDef

PivotTableTotalOptionsOutputTypeDef#

# PivotTableTotalOptionsOutputTypeDef definition

class PivotTableTotalOptionsOutputTypeDef(TypedDict):
    RowSubtotalOptions: NotRequired[SubtotalOptionsOutputTypeDef],  # (1)
    ColumnSubtotalOptions: NotRequired[SubtotalOptionsOutputTypeDef],  # (1)
    RowTotalOptions: NotRequired[PivotTotalOptionsOutputTypeDef],  # (3)
    ColumnTotalOptions: NotRequired[PivotTotalOptionsOutputTypeDef],  # (3)
  1. See SubtotalOptionsOutputTypeDef
  2. See SubtotalOptionsOutputTypeDef
  3. See PivotTotalOptionsOutputTypeDef
  4. See PivotTotalOptionsOutputTypeDef

GaugeChartConditionalFormattingOptionOutputTypeDef#

# GaugeChartConditionalFormattingOptionOutputTypeDef definition

class GaugeChartConditionalFormattingOptionOutputTypeDef(TypedDict):
    PrimaryValue: NotRequired[GaugeChartPrimaryValueConditionalFormattingOutputTypeDef],  # (1)
    Arc: NotRequired[GaugeChartArcConditionalFormattingOutputTypeDef],  # (2)
  1. See GaugeChartPrimaryValueConditionalFormattingOutputTypeDef
  2. See GaugeChartArcConditionalFormattingOutputTypeDef

KPIConditionalFormattingOptionOutputTypeDef#

# KPIConditionalFormattingOptionOutputTypeDef definition

class KPIConditionalFormattingOptionOutputTypeDef(TypedDict):
    PrimaryValue: NotRequired[KPIPrimaryValueConditionalFormattingOutputTypeDef],  # (1)
    ProgressBar: NotRequired[KPIProgressBarConditionalFormattingOutputTypeDef],  # (2)
    ActualValue: NotRequired[KPIActualValueConditionalFormattingOutputTypeDef],  # (3)
    ComparisonValue: NotRequired[KPIComparisonValueConditionalFormattingOutputTypeDef],  # (4)
  1. See KPIPrimaryValueConditionalFormattingOutputTypeDef
  2. See KPIProgressBarConditionalFormattingOutputTypeDef
  3. See KPIActualValueConditionalFormattingOutputTypeDef
  4. See KPIComparisonValueConditionalFormattingOutputTypeDef

FilledMapShapeConditionalFormattingOutputTypeDef#

# FilledMapShapeConditionalFormattingOutputTypeDef definition

class FilledMapShapeConditionalFormattingOutputTypeDef(TypedDict):
    FieldId: str,
    Format: NotRequired[ShapeConditionalFormatOutputTypeDef],  # (1)
  1. See ShapeConditionalFormatOutputTypeDef

PivotTableCellConditionalFormattingOutputTypeDef#

# PivotTableCellConditionalFormattingOutputTypeDef definition

class PivotTableCellConditionalFormattingOutputTypeDef(TypedDict):
    FieldId: str,
    TextFormat: NotRequired[TextConditionalFormatOutputTypeDef],  # (1)
    Scope: NotRequired[PivotTableConditionalFormattingScopeTypeDef],  # (2)
    Scopes: NotRequired[List[PivotTableConditionalFormattingScopeTypeDef]],  # (3)
  1. See TextConditionalFormatOutputTypeDef
  2. See PivotTableConditionalFormattingScopeTypeDef
  3. See PivotTableConditionalFormattingScopeTypeDef

TableCellConditionalFormattingOutputTypeDef#

# TableCellConditionalFormattingOutputTypeDef definition

class TableCellConditionalFormattingOutputTypeDef(TypedDict):
    FieldId: str,
    TextFormat: NotRequired[TextConditionalFormatOutputTypeDef],  # (1)
  1. See TextConditionalFormatOutputTypeDef

ConditionalFormattingColorTypeDef#

# ConditionalFormattingColorTypeDef definition

class ConditionalFormattingColorTypeDef(TypedDict):
    Solid: NotRequired[ConditionalFormattingSolidColorTypeDef],  # (1)
    Gradient: NotRequired[ConditionalFormattingGradientColorUnionTypeDef],  # (2)
  1. See ConditionalFormattingSolidColorTypeDef
  2. See ConditionalFormattingGradientColorTypeDef ConditionalFormattingGradientColorOutputTypeDef

BrandDefinitionTypeDef#

# BrandDefinitionTypeDef definition

class BrandDefinitionTypeDef(TypedDict):
    BrandName: str,
    Description: NotRequired[str],
    ApplicationTheme: NotRequired[ApplicationThemeTypeDef],  # (1)
    LogoConfiguration: NotRequired[LogoConfigurationTypeDef],  # (2)
  1. See ApplicationThemeTypeDef
  2. See LogoConfigurationTypeDef

BrandDetailTypeDef#

# BrandDetailTypeDef definition

class BrandDetailTypeDef(TypedDict):
    BrandId: str,
    Arn: NotRequired[str],
    BrandStatus: NotRequired[BrandStatusType],  # (1)
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    VersionId: NotRequired[str],
    VersionStatus: NotRequired[BrandVersionStatusType],  # (2)
    Errors: NotRequired[List[str]],
    Logo: NotRequired[LogoTypeDef],  # (3)
  1. See BrandStatusType
  2. See BrandVersionStatusType
  3. See LogoTypeDef

ThemeTypeDef#

# ThemeTypeDef definition

class ThemeTypeDef(TypedDict):
    Arn: NotRequired[str],
    Name: NotRequired[str],
    ThemeId: NotRequired[str],
    Version: NotRequired[ThemeVersionTypeDef],  # (1)
    CreatedTime: NotRequired[datetime],
    LastUpdatedTime: NotRequired[datetime],
    Type: NotRequired[ThemeTypeType],  # (2)
  1. See ThemeVersionTypeDef
  2. See ThemeTypeType

GaugeChartOptionsTypeDef#

# GaugeChartOptionsTypeDef definition

class GaugeChartOptionsTypeDef(TypedDict):
    PrimaryValueDisplayType: NotRequired[PrimaryValueDisplayTypeType],  # (1)
    Comparison: NotRequired[ComparisonConfigurationTypeDef],  # (2)
    ArcAxis: NotRequired[ArcAxisConfigurationTypeDef],  # (3)
    Arc: NotRequired[ArcConfigurationTypeDef],  # (4)
    PrimaryValueFontConfiguration: NotRequired[FontConfigurationTypeDef],  # (5)
  1. See PrimaryValueDisplayTypeType
  2. See ComparisonConfigurationTypeDef
  3. See ArcAxisConfigurationTypeDef
  4. See ArcConfigurationTypeDef
  5. See FontConfigurationTypeDef

KPIOptionsTypeDef#

# KPIOptionsTypeDef definition

class KPIOptionsTypeDef(TypedDict):
    ProgressBar: NotRequired[ProgressBarOptionsTypeDef],  # (1)
    TrendArrows: NotRequired[TrendArrowOptionsTypeDef],  # (2)
    SecondaryValue: NotRequired[SecondaryValueOptionsTypeDef],  # (3)
    Comparison: NotRequired[ComparisonConfigurationTypeDef],  # (4)
    PrimaryValueDisplayType: NotRequired[PrimaryValueDisplayTypeType],  # (5)
    PrimaryValueFontConfiguration: NotRequired[FontConfigurationTypeDef],  # (6)
    SecondaryValueFontConfiguration: NotRequired[FontConfigurationTypeDef],  # (6)
    Sparkline: NotRequired[KPISparklineOptionsTypeDef],  # (8)
    VisualLayoutOptions: NotRequired[KPIVisualLayoutOptionsTypeDef],  # (9)
  1. See ProgressBarOptionsTypeDef
  2. See TrendArrowOptionsTypeDef
  3. See SecondaryValueOptionsTypeDef
  4. See ComparisonConfigurationTypeDef
  5. See PrimaryValueDisplayTypeType
  6. See FontConfigurationTypeDef
  7. See FontConfigurationTypeDef
  8. See KPISparklineOptionsTypeDef
  9. See KPIVisualLayoutOptionsTypeDef

DateDimensionFieldTypeDef#

# DateDimensionFieldTypeDef definition

class DateDimensionFieldTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    DateGranularity: NotRequired[TimeGranularityType],  # (2)
    HierarchyId: NotRequired[str],
    FormatConfiguration: NotRequired[DateTimeFormatConfigurationTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See TimeGranularityType
  3. See DateTimeFormatConfigurationTypeDef

DateMeasureFieldTypeDef#

# DateMeasureFieldTypeDef definition

class DateMeasureFieldTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    AggregationFunction: NotRequired[DateAggregationFunctionType],  # (2)
    FormatConfiguration: NotRequired[DateTimeFormatConfigurationTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See DateAggregationFunctionType
  3. See DateTimeFormatConfigurationTypeDef

NumericalDimensionFieldTypeDef#

# NumericalDimensionFieldTypeDef definition

class NumericalDimensionFieldTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    HierarchyId: NotRequired[str],
    FormatConfiguration: NotRequired[NumberFormatConfigurationTypeDef],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See NumberFormatConfigurationTypeDef

NumericalMeasureFieldTypeDef#

# NumericalMeasureFieldTypeDef definition

class NumericalMeasureFieldTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    AggregationFunction: NotRequired[NumericalAggregationFunctionTypeDef],  # (2)
    FormatConfiguration: NotRequired[NumberFormatConfigurationTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See NumericalAggregationFunctionTypeDef
  3. See NumberFormatConfigurationTypeDef

ReferenceLineLabelConfigurationTypeDef#

# ReferenceLineLabelConfigurationTypeDef definition

class ReferenceLineLabelConfigurationTypeDef(TypedDict):
    ValueLabelConfiguration: NotRequired[ReferenceLineValueLabelConfigurationTypeDef],  # (1)
    CustomLabelConfiguration: NotRequired[ReferenceLineCustomLabelConfigurationTypeDef],  # (2)
    FontConfiguration: NotRequired[FontConfigurationTypeDef],  # (3)
    FontColor: NotRequired[str],
    HorizontalPosition: NotRequired[ReferenceLineLabelHorizontalPositionType],  # (4)
    VerticalPosition: NotRequired[ReferenceLineLabelVerticalPositionType],  # (5)
  1. See ReferenceLineValueLabelConfigurationTypeDef
  2. See ReferenceLineCustomLabelConfigurationTypeDef
  3. See FontConfigurationTypeDef
  4. See ReferenceLineLabelHorizontalPositionType
  5. See ReferenceLineLabelVerticalPositionType

CategoricalDimensionFieldTypeDef#

# CategoricalDimensionFieldTypeDef definition

class CategoricalDimensionFieldTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    HierarchyId: NotRequired[str],
    FormatConfiguration: NotRequired[StringFormatConfigurationTypeDef],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See StringFormatConfigurationTypeDef

CategoricalMeasureFieldTypeDef#

# CategoricalMeasureFieldTypeDef definition

class CategoricalMeasureFieldTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    AggregationFunction: NotRequired[CategoricalAggregationFunctionType],  # (2)
    FormatConfiguration: NotRequired[StringFormatConfigurationTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See CategoricalAggregationFunctionType
  3. See StringFormatConfigurationTypeDef

FormatConfigurationTypeDef#

# FormatConfigurationTypeDef definition

class FormatConfigurationTypeDef(TypedDict):
    StringFormatConfiguration: NotRequired[StringFormatConfigurationTypeDef],  # (1)
    NumberFormatConfiguration: NotRequired[NumberFormatConfigurationTypeDef],  # (2)
    DateTimeFormatConfiguration: NotRequired[DateTimeFormatConfigurationTypeDef],  # (3)
  1. See StringFormatConfigurationTypeDef
  2. See NumberFormatConfigurationTypeDef
  3. See DateTimeFormatConfigurationTypeDef

BodySectionRepeatDimensionConfigurationOutputTypeDef#

# BodySectionRepeatDimensionConfigurationOutputTypeDef definition

class BodySectionRepeatDimensionConfigurationOutputTypeDef(TypedDict):
    DynamicCategoryDimensionConfiguration: NotRequired[BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef],  # (1)
    DynamicNumericDimensionConfiguration: NotRequired[BodySectionDynamicNumericDimensionConfigurationOutputTypeDef],  # (2)
  1. See BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef
  2. See BodySectionDynamicNumericDimensionConfigurationOutputTypeDef

BarChartSortConfigurationOutputTypeDef#

# BarChartSortConfigurationOutputTypeDef definition

class BarChartSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    ColorSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    ColorItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    SmallMultiplesSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    SmallMultiplesLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See FieldSortOptionsTypeDef
  4. See ItemsLimitConfigurationTypeDef
  5. See FieldSortOptionsTypeDef
  6. See ItemsLimitConfigurationTypeDef

BarChartSortConfigurationTypeDef#

# BarChartSortConfigurationTypeDef definition

class BarChartSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    ColorSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    ColorItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    SmallMultiplesSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    SmallMultiplesLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See FieldSortOptionsTypeDef
  4. See ItemsLimitConfigurationTypeDef
  5. See FieldSortOptionsTypeDef
  6. See ItemsLimitConfigurationTypeDef

BoxPlotSortConfigurationOutputTypeDef#

# BoxPlotSortConfigurationOutputTypeDef definition

class BoxPlotSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    PaginationConfiguration: NotRequired[PaginationConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PaginationConfigurationTypeDef

BoxPlotSortConfigurationTypeDef#

# BoxPlotSortConfigurationTypeDef definition

class BoxPlotSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    PaginationConfiguration: NotRequired[PaginationConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PaginationConfigurationTypeDef

ComboChartSortConfigurationOutputTypeDef#

# ComboChartSortConfigurationOutputTypeDef definition

class ComboChartSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    ColorSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    ColorItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See FieldSortOptionsTypeDef
  4. See ItemsLimitConfigurationTypeDef

ComboChartSortConfigurationTypeDef#

# ComboChartSortConfigurationTypeDef definition

class ComboChartSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    ColorSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    ColorItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See FieldSortOptionsTypeDef
  4. See ItemsLimitConfigurationTypeDef

FilledMapSortConfigurationOutputTypeDef#

# FilledMapSortConfigurationOutputTypeDef definition

class FilledMapSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
  1. See FieldSortOptionsTypeDef

FilledMapSortConfigurationTypeDef#

# FilledMapSortConfigurationTypeDef definition

class FilledMapSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
  1. See FieldSortOptionsTypeDef

FunnelChartSortConfigurationOutputTypeDef#

# FunnelChartSortConfigurationOutputTypeDef definition

class FunnelChartSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

FunnelChartSortConfigurationTypeDef#

# FunnelChartSortConfigurationTypeDef definition

class FunnelChartSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

HeatMapSortConfigurationOutputTypeDef#

# HeatMapSortConfigurationOutputTypeDef definition

class HeatMapSortConfigurationOutputTypeDef(TypedDict):
    HeatMapRowSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    HeatMapColumnSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    HeatMapRowItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (3)
    HeatMapColumnItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (3)
  1. See FieldSortOptionsTypeDef
  2. See FieldSortOptionsTypeDef
  3. See ItemsLimitConfigurationTypeDef
  4. See ItemsLimitConfigurationTypeDef

HeatMapSortConfigurationTypeDef#

# HeatMapSortConfigurationTypeDef definition

class HeatMapSortConfigurationTypeDef(TypedDict):
    HeatMapRowSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    HeatMapColumnSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    HeatMapRowItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (3)
    HeatMapColumnItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (3)
  1. See FieldSortOptionsTypeDef
  2. See FieldSortOptionsTypeDef
  3. See ItemsLimitConfigurationTypeDef
  4. See ItemsLimitConfigurationTypeDef

KPISortConfigurationOutputTypeDef#

# KPISortConfigurationOutputTypeDef definition

class KPISortConfigurationOutputTypeDef(TypedDict):
    TrendGroupSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
  1. See FieldSortOptionsTypeDef

KPISortConfigurationTypeDef#

# KPISortConfigurationTypeDef definition

class KPISortConfigurationTypeDef(TypedDict):
    TrendGroupSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
  1. See FieldSortOptionsTypeDef

LineChartSortConfigurationOutputTypeDef#

# LineChartSortConfigurationOutputTypeDef definition

class LineChartSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    ColorItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    SmallMultiplesSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    SmallMultiplesLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See ItemsLimitConfigurationTypeDef
  4. See FieldSortOptionsTypeDef
  5. See ItemsLimitConfigurationTypeDef

LineChartSortConfigurationTypeDef#

# LineChartSortConfigurationTypeDef definition

class LineChartSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    ColorItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    SmallMultiplesSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    SmallMultiplesLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See ItemsLimitConfigurationTypeDef
  4. See FieldSortOptionsTypeDef
  5. See ItemsLimitConfigurationTypeDef

PieChartSortConfigurationOutputTypeDef#

# PieChartSortConfigurationOutputTypeDef definition

class PieChartSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    SmallMultiplesSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    SmallMultiplesLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See FieldSortOptionsTypeDef
  4. See ItemsLimitConfigurationTypeDef

PieChartSortConfigurationTypeDef#

# PieChartSortConfigurationTypeDef definition

class PieChartSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    SmallMultiplesSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    SmallMultiplesLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See FieldSortOptionsTypeDef
  4. See ItemsLimitConfigurationTypeDef

RadarChartSortConfigurationOutputTypeDef#

# RadarChartSortConfigurationOutputTypeDef definition

class RadarChartSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    ColorSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    ColorItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See FieldSortOptionsTypeDef
  4. See ItemsLimitConfigurationTypeDef

RadarChartSortConfigurationTypeDef#

# RadarChartSortConfigurationTypeDef definition

class RadarChartSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    ColorSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    ColorItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See FieldSortOptionsTypeDef
  4. See ItemsLimitConfigurationTypeDef

SankeyDiagramSortConfigurationOutputTypeDef#

# SankeyDiagramSortConfigurationOutputTypeDef definition

class SankeyDiagramSortConfigurationOutputTypeDef(TypedDict):
    WeightSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    SourceItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    DestinationItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See ItemsLimitConfigurationTypeDef

SankeyDiagramSortConfigurationTypeDef#

# SankeyDiagramSortConfigurationTypeDef definition

class SankeyDiagramSortConfigurationTypeDef(TypedDict):
    WeightSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    SourceItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
    DestinationItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef
  3. See ItemsLimitConfigurationTypeDef

TableSortConfigurationOutputTypeDef#

# TableSortConfigurationOutputTypeDef definition

class TableSortConfigurationOutputTypeDef(TypedDict):
    RowSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    PaginationConfiguration: NotRequired[PaginationConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PaginationConfigurationTypeDef

TableSortConfigurationTypeDef#

# TableSortConfigurationTypeDef definition

class TableSortConfigurationTypeDef(TypedDict):
    RowSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    PaginationConfiguration: NotRequired[PaginationConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PaginationConfigurationTypeDef

TreeMapSortConfigurationOutputTypeDef#

# TreeMapSortConfigurationOutputTypeDef definition

class TreeMapSortConfigurationOutputTypeDef(TypedDict):
    TreeMapSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    TreeMapGroupItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

TreeMapSortConfigurationTypeDef#

# TreeMapSortConfigurationTypeDef definition

class TreeMapSortConfigurationTypeDef(TypedDict):
    TreeMapSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    TreeMapGroupItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

WaterfallChartSortConfigurationOutputTypeDef#

# WaterfallChartSortConfigurationOutputTypeDef definition

class WaterfallChartSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    BreakdownItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

WaterfallChartSortConfigurationTypeDef#

# WaterfallChartSortConfigurationTypeDef definition

class WaterfallChartSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    BreakdownItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

WordCloudSortConfigurationOutputTypeDef#

# WordCloudSortConfigurationOutputTypeDef definition

class WordCloudSortConfigurationOutputTypeDef(TypedDict):
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (1)
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (2)
  1. See ItemsLimitConfigurationTypeDef
  2. See FieldSortOptionsTypeDef

WordCloudSortConfigurationTypeDef#

# WordCloudSortConfigurationTypeDef definition

class WordCloudSortConfigurationTypeDef(TypedDict):
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (1)
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (2)
  1. See ItemsLimitConfigurationTypeDef
  2. See FieldSortOptionsTypeDef

PivotFieldSortOptionsOutputTypeDef#

# PivotFieldSortOptionsOutputTypeDef definition

class PivotFieldSortOptionsOutputTypeDef(TypedDict):
    FieldId: str,
    SortBy: PivotTableSortByOutputTypeDef,  # (1)
  1. See PivotTableSortByOutputTypeDef

FieldBasedTooltipOutputTypeDef#

# FieldBasedTooltipOutputTypeDef definition

class FieldBasedTooltipOutputTypeDef(TypedDict):
    AggregationVisibility: NotRequired[VisibilityType],  # (1)
    TooltipTitleType: NotRequired[TooltipTitleTypeType],  # (2)
    TooltipFields: NotRequired[List[TooltipItemTypeDef]],  # (3)
  1. See VisibilityType
  2. See TooltipTitleTypeType
  3. See TooltipItemTypeDef

FieldBasedTooltipTypeDef#

# FieldBasedTooltipTypeDef definition

class FieldBasedTooltipTypeDef(TypedDict):
    AggregationVisibility: NotRequired[VisibilityType],  # (1)
    TooltipTitleType: NotRequired[TooltipTitleTypeType],  # (2)
    TooltipFields: NotRequired[Sequence[TooltipItemTypeDef]],  # (3)
  1. See VisibilityType
  2. See TooltipTitleTypeType
  3. See TooltipItemTypeDef

TopicDetailsOutputTypeDef#

# TopicDetailsOutputTypeDef definition

class TopicDetailsOutputTypeDef(TypedDict):
    Name: NotRequired[str],
    Description: NotRequired[str],
    UserExperienceVersion: NotRequired[TopicUserExperienceVersionType],  # (1)
    DataSets: NotRequired[List[DatasetMetadataOutputTypeDef]],  # (2)
    ConfigOptions: NotRequired[TopicConfigOptionsTypeDef],  # (3)
  1. See TopicUserExperienceVersionType
  2. See DatasetMetadataOutputTypeDef
  3. See TopicConfigOptionsTypeDef

SnapshotJobResultTypeDef#

# SnapshotJobResultTypeDef definition

class SnapshotJobResultTypeDef(TypedDict):
    AnonymousUsers: NotRequired[List[AnonymousUserSnapshotJobResultTypeDef]],  # (1)
  1. See AnonymousUserSnapshotJobResultTypeDef

DefaultNewSheetConfigurationTypeDef#

# DefaultNewSheetConfigurationTypeDef definition

class DefaultNewSheetConfigurationTypeDef(TypedDict):
    InteractiveLayoutConfiguration: NotRequired[DefaultInteractiveLayoutConfigurationTypeDef],  # (1)
    PaginatedLayoutConfiguration: NotRequired[DefaultPaginatedLayoutConfigurationTypeDef],  # (2)
    SheetContentType: NotRequired[SheetContentTypeType],  # (3)
  1. See DefaultInteractiveLayoutConfigurationTypeDef
  2. See DefaultPaginatedLayoutConfigurationTypeDef
  3. See SheetContentTypeType

BodySectionContentOutputTypeDef#

# BodySectionContentOutputTypeDef definition

class BodySectionContentOutputTypeDef(TypedDict):
    Layout: NotRequired[SectionLayoutConfigurationOutputTypeDef],  # (1)
  1. See SectionLayoutConfigurationOutputTypeDef

HeaderFooterSectionConfigurationOutputTypeDef#

# HeaderFooterSectionConfigurationOutputTypeDef definition

class HeaderFooterSectionConfigurationOutputTypeDef(TypedDict):
    SectionId: str,
    Layout: SectionLayoutConfigurationOutputTypeDef,  # (1)
    Style: NotRequired[SectionStyleTypeDef],  # (2)
  1. See SectionLayoutConfigurationOutputTypeDef
  2. See SectionStyleTypeDef

ParameterDeclarationTypeDef#

# ParameterDeclarationTypeDef definition

class ParameterDeclarationTypeDef(TypedDict):
    StringParameterDeclaration: NotRequired[StringParameterDeclarationUnionTypeDef],  # (1)
    DecimalParameterDeclaration: NotRequired[DecimalParameterDeclarationUnionTypeDef],  # (2)
    IntegerParameterDeclaration: NotRequired[IntegerParameterDeclarationUnionTypeDef],  # (3)
    DateTimeParameterDeclaration: NotRequired[DateTimeParameterDeclarationUnionTypeDef],  # (4)
  1. See StringParameterDeclarationTypeDef StringParameterDeclarationOutputTypeDef
  2. See DecimalParameterDeclarationTypeDef DecimalParameterDeclarationOutputTypeDef
  3. See IntegerParameterDeclarationTypeDef IntegerParameterDeclarationOutputTypeDef
  4. See DateTimeParameterDeclarationTypeDef DateTimeParameterDeclarationOutputTypeDef

DescribeAssetBundleImportJobResponseTypeDef#

# DescribeAssetBundleImportJobResponseTypeDef definition

class DescribeAssetBundleImportJobResponseTypeDef(TypedDict):
    JobStatus: AssetBundleImportJobStatusType,  # (1)
    Errors: List[AssetBundleImportJobErrorTypeDef],  # (2)
    RollbackErrors: List[AssetBundleImportJobErrorTypeDef],  # (2)
    Arn: str,
    CreatedTime: datetime,
    AssetBundleImportJobId: str,
    AwsAccountId: str,
    AssetBundleImportSource: AssetBundleImportSourceDescriptionTypeDef,  # (4)
    OverrideParameters: AssetBundleImportJobOverrideParametersOutputTypeDef,  # (5)
    FailureAction: AssetBundleImportFailureActionType,  # (6)
    RequestId: str,
    Status: int,
    OverridePermissions: AssetBundleImportJobOverridePermissionsOutputTypeDef,  # (7)
    OverrideTags: AssetBundleImportJobOverrideTagsOutputTypeDef,  # (8)
    OverrideValidationStrategy: AssetBundleImportJobOverrideValidationStrategyTypeDef,  # (9)
    Warnings: List[AssetBundleImportJobWarningTypeDef],  # (10)
    ResponseMetadata: ResponseMetadataTypeDef,  # (11)
  1. See AssetBundleImportJobStatusType
  2. See AssetBundleImportJobErrorTypeDef
  3. See AssetBundleImportJobErrorTypeDef
  4. See AssetBundleImportSourceDescriptionTypeDef
  5. See AssetBundleImportJobOverrideParametersOutputTypeDef
  6. See AssetBundleImportFailureActionType
  7. See AssetBundleImportJobOverridePermissionsOutputTypeDef
  8. See AssetBundleImportJobOverrideTagsOutputTypeDef
  9. See AssetBundleImportJobOverrideValidationStrategyTypeDef
  10. See AssetBundleImportJobWarningTypeDef
  11. See ResponseMetadataTypeDef

AssetBundleImportJobOverridePermissionsTypeDef#

# AssetBundleImportJobOverridePermissionsTypeDef definition

class AssetBundleImportJobOverridePermissionsTypeDef(TypedDict):
    DataSources: NotRequired[Sequence[AssetBundleImportJobDataSourceOverridePermissionsUnionTypeDef]],  # (1)
    DataSets: NotRequired[Sequence[AssetBundleImportJobDataSetOverridePermissionsUnionTypeDef]],  # (2)
    Themes: NotRequired[Sequence[AssetBundleImportJobThemeOverridePermissionsUnionTypeDef]],  # (3)
    Analyses: NotRequired[Sequence[AssetBundleImportJobAnalysisOverridePermissionsUnionTypeDef]],  # (4)
    Dashboards: NotRequired[Sequence[AssetBundleImportJobDashboardOverridePermissionsUnionTypeDef]],  # (5)
    Folders: NotRequired[Sequence[AssetBundleImportJobFolderOverridePermissionsUnionTypeDef]],  # (6)
  1. See AssetBundleImportJobDataSourceOverridePermissionsTypeDef AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef
  2. See AssetBundleImportJobDataSetOverridePermissionsTypeDef AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef
  3. See AssetBundleImportJobThemeOverridePermissionsTypeDef AssetBundleImportJobThemeOverridePermissionsOutputTypeDef
  4. See AssetBundleImportJobAnalysisOverridePermissionsTypeDef AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef
  5. See AssetBundleImportJobDashboardOverridePermissionsTypeDef AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef
  6. See AssetBundleImportJobFolderOverridePermissionsTypeDef AssetBundleImportJobFolderOverridePermissionsOutputTypeDef

TopicFilterTypeDef#

# TopicFilterTypeDef definition

class TopicFilterTypeDef(TypedDict):
    FilterName: str,
    OperandFieldName: str,
    FilterDescription: NotRequired[str],
    FilterClass: NotRequired[FilterClassType],  # (1)
    FilterSynonyms: NotRequired[Sequence[str]],
    FilterType: NotRequired[NamedFilterTypeType],  # (2)
    CategoryFilter: NotRequired[TopicCategoryFilterUnionTypeDef],  # (3)
    NumericEqualityFilter: NotRequired[TopicNumericEqualityFilterTypeDef],  # (4)
    NumericRangeFilter: NotRequired[TopicNumericRangeFilterTypeDef],  # (5)
    DateRangeFilter: NotRequired[TopicDateRangeFilterTypeDef],  # (6)
    RelativeDateFilter: NotRequired[TopicRelativeDateFilterTypeDef],  # (7)
  1. See FilterClassType
  2. See NamedFilterTypeType
  3. See TopicCategoryFilterTypeDef TopicCategoryFilterOutputTypeDef
  4. See TopicNumericEqualityFilterTypeDef
  5. See TopicNumericRangeFilterTypeDef
  6. See TopicDateRangeFilterTypeDef
  7. See TopicRelativeDateFilterTypeDef

DescribeDataSetResponseTypeDef#

# DescribeDataSetResponseTypeDef definition

class DescribeDataSetResponseTypeDef(TypedDict):
    DataSet: DataSetTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DataSetTypeDef
  2. See ResponseMetadataTypeDef

VisualCustomActionOutputTypeDef#

# VisualCustomActionOutputTypeDef definition

class VisualCustomActionOutputTypeDef(TypedDict):
    CustomActionId: str,
    Name: str,
    Trigger: VisualCustomActionTriggerType,  # (2)
    ActionOperations: List[VisualCustomActionOperationOutputTypeDef],  # (3)
    Status: NotRequired[WidgetStatusType],  # (1)
  1. See WidgetStatusType
  2. See VisualCustomActionTriggerType
  3. See VisualCustomActionOperationOutputTypeDef

PivotTableFieldOptionsTypeDef#

# PivotTableFieldOptionsTypeDef definition

class PivotTableFieldOptionsTypeDef(TypedDict):
    SelectedFieldOptions: NotRequired[Sequence[PivotTableFieldOptionTypeDef]],  # (1)
    DataPathOptions: NotRequired[Sequence[PivotTableDataPathOptionUnionTypeDef]],  # (2)
    CollapseStateOptions: NotRequired[Sequence[PivotTableFieldCollapseStateOptionUnionTypeDef]],  # (3)
  1. See PivotTableFieldOptionTypeDef
  2. See PivotTableDataPathOptionTypeDef PivotTableDataPathOptionOutputTypeDef
  3. See PivotTableFieldCollapseStateOptionTypeDef PivotTableFieldCollapseStateOptionOutputTypeDef

TopicVisualOutputTypeDef#

# TopicVisualOutputTypeDef definition

class TopicVisualOutputTypeDef(TypedDict):
    VisualId: NotRequired[str],
    Role: NotRequired[VisualRoleType],  # (1)
    Ir: NotRequired[TopicIROutputTypeDef],  # (2)
    SupportingVisuals: NotRequired[List[Dict[str, Any]]],
  1. See VisualRoleType
  2. See TopicIROutputTypeDef

DefaultFilterControlOptionsTypeDef#

# DefaultFilterControlOptionsTypeDef definition

class DefaultFilterControlOptionsTypeDef(TypedDict):
    DefaultDateTimePickerOptions: NotRequired[DefaultDateTimePickerControlOptionsTypeDef],  # (1)
    DefaultListOptions: NotRequired[DefaultFilterListControlOptionsUnionTypeDef],  # (2)
    DefaultDropdownOptions: NotRequired[DefaultFilterDropDownControlOptionsUnionTypeDef],  # (3)
    DefaultTextFieldOptions: NotRequired[DefaultTextFieldControlOptionsTypeDef],  # (4)
    DefaultTextAreaOptions: NotRequired[DefaultTextAreaControlOptionsTypeDef],  # (5)
    DefaultSliderOptions: NotRequired[DefaultSliderControlOptionsTypeDef],  # (6)
    DefaultRelativeDateTimeOptions: NotRequired[DefaultRelativeDateTimeControlOptionsTypeDef],  # (7)
  1. See DefaultDateTimePickerControlOptionsTypeDef
  2. See DefaultFilterListControlOptionsTypeDef DefaultFilterListControlOptionsOutputTypeDef
  3. See DefaultFilterDropDownControlOptionsTypeDef DefaultFilterDropDownControlOptionsOutputTypeDef
  4. See DefaultTextFieldControlOptionsTypeDef
  5. See DefaultTextAreaControlOptionsTypeDef
  6. See DefaultSliderControlOptionsTypeDef
  7. See DefaultRelativeDateTimeControlOptionsTypeDef

FilterControlTypeDef#

# FilterControlTypeDef definition

class FilterControlTypeDef(TypedDict):
    DateTimePicker: NotRequired[FilterDateTimePickerControlTypeDef],  # (1)
    List: NotRequired[FilterListControlUnionTypeDef],  # (2)
    Dropdown: NotRequired[FilterDropDownControlUnionTypeDef],  # (3)
    TextField: NotRequired[FilterTextFieldControlTypeDef],  # (4)
    TextArea: NotRequired[FilterTextAreaControlTypeDef],  # (5)
    Slider: NotRequired[FilterSliderControlTypeDef],  # (6)
    RelativeDateTime: NotRequired[FilterRelativeDateTimeControlTypeDef],  # (7)
    CrossSheet: NotRequired[FilterCrossSheetControlUnionTypeDef],  # (8)
  1. See FilterDateTimePickerControlTypeDef
  2. See FilterListControlTypeDef FilterListControlOutputTypeDef
  3. See FilterDropDownControlTypeDef FilterDropDownControlOutputTypeDef
  4. See FilterTextFieldControlTypeDef
  5. See FilterTextAreaControlTypeDef
  6. See FilterSliderControlTypeDef
  7. See FilterRelativeDateTimeControlTypeDef
  8. See FilterCrossSheetControlTypeDef FilterCrossSheetControlOutputTypeDef

ParameterControlTypeDef#

# ParameterControlTypeDef definition

class ParameterControlTypeDef(TypedDict):
    DateTimePicker: NotRequired[ParameterDateTimePickerControlTypeDef],  # (1)
    List: NotRequired[ParameterListControlUnionTypeDef],  # (2)
    Dropdown: NotRequired[ParameterDropDownControlUnionTypeDef],  # (3)
    TextField: NotRequired[ParameterTextFieldControlTypeDef],  # (4)
    TextArea: NotRequired[ParameterTextAreaControlTypeDef],  # (5)
    Slider: NotRequired[ParameterSliderControlTypeDef],  # (6)
  1. See ParameterDateTimePickerControlTypeDef
  2. See ParameterListControlTypeDef ParameterListControlOutputTypeDef
  3. See ParameterDropDownControlTypeDef ParameterDropDownControlOutputTypeDef
  4. See ParameterTextFieldControlTypeDef
  5. See ParameterTextAreaControlTypeDef
  6. See ParameterSliderControlTypeDef

DefaultFilterControlConfigurationOutputTypeDef#

# DefaultFilterControlConfigurationOutputTypeDef definition

class DefaultFilterControlConfigurationOutputTypeDef(TypedDict):
    Title: str,
    ControlOptions: DefaultFilterControlOptionsOutputTypeDef,  # (1)
  1. See DefaultFilterControlOptionsOutputTypeDef

TableFieldOptionTypeDef#

# TableFieldOptionTypeDef definition

class TableFieldOptionTypeDef(TypedDict):
    FieldId: str,
    Width: NotRequired[str],
    CustomLabel: NotRequired[str],
    Visibility: NotRequired[VisibilityType],  # (1)
    URLStyling: NotRequired[TableFieldURLConfigurationTypeDef],  # (2)
  1. See VisibilityType
  2. See TableFieldURLConfigurationTypeDef

PivotTableTotalOptionsTypeDef#

# PivotTableTotalOptionsTypeDef definition

class PivotTableTotalOptionsTypeDef(TypedDict):
    RowSubtotalOptions: NotRequired[SubtotalOptionsUnionTypeDef],  # (1)
    ColumnSubtotalOptions: NotRequired[SubtotalOptionsUnionTypeDef],  # (1)
    RowTotalOptions: NotRequired[PivotTotalOptionsUnionTypeDef],  # (3)
    ColumnTotalOptions: NotRequired[PivotTotalOptionsUnionTypeDef],  # (3)
  1. See SubtotalOptionsTypeDef SubtotalOptionsOutputTypeDef
  2. See SubtotalOptionsTypeDef SubtotalOptionsOutputTypeDef
  3. See PivotTotalOptionsTypeDef PivotTotalOptionsOutputTypeDef
  4. See PivotTotalOptionsTypeDef PivotTotalOptionsOutputTypeDef

GaugeChartConditionalFormattingOutputTypeDef#

# GaugeChartConditionalFormattingOutputTypeDef definition

class GaugeChartConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[List[GaugeChartConditionalFormattingOptionOutputTypeDef]],  # (1)
  1. See GaugeChartConditionalFormattingOptionOutputTypeDef

KPIConditionalFormattingOutputTypeDef#

# KPIConditionalFormattingOutputTypeDef definition

class KPIConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[List[KPIConditionalFormattingOptionOutputTypeDef]],  # (1)
  1. See KPIConditionalFormattingOptionOutputTypeDef

FilledMapConditionalFormattingOptionOutputTypeDef#

# FilledMapConditionalFormattingOptionOutputTypeDef definition

class FilledMapConditionalFormattingOptionOutputTypeDef(TypedDict):
    Shape: FilledMapShapeConditionalFormattingOutputTypeDef,  # (1)
  1. See FilledMapShapeConditionalFormattingOutputTypeDef

PivotTableConditionalFormattingOptionOutputTypeDef#

# PivotTableConditionalFormattingOptionOutputTypeDef definition

class PivotTableConditionalFormattingOptionOutputTypeDef(TypedDict):
    Cell: NotRequired[PivotTableCellConditionalFormattingOutputTypeDef],  # (1)
  1. See PivotTableCellConditionalFormattingOutputTypeDef

TableConditionalFormattingOptionOutputTypeDef#

# TableConditionalFormattingOptionOutputTypeDef definition

class TableConditionalFormattingOptionOutputTypeDef(TypedDict):
    Cell: NotRequired[TableCellConditionalFormattingOutputTypeDef],  # (1)
    Row: NotRequired[TableRowConditionalFormattingOutputTypeDef],  # (2)
  1. See TableCellConditionalFormattingOutputTypeDef
  2. See TableRowConditionalFormattingOutputTypeDef

SheetControlLayoutTypeDef#

# SheetControlLayoutTypeDef definition

class SheetControlLayoutTypeDef(TypedDict):
    Configuration: SheetControlLayoutConfigurationUnionTypeDef,  # (1)
  1. See SheetControlLayoutConfigurationTypeDef SheetControlLayoutConfigurationOutputTypeDef

CreateBrandRequestRequestTypeDef#

# CreateBrandRequestRequestTypeDef definition

class CreateBrandRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    BrandId: str,
    BrandDefinition: NotRequired[BrandDefinitionTypeDef],  # (1)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
  1. See BrandDefinitionTypeDef
  2. See TagTypeDef

UpdateBrandRequestRequestTypeDef#

# UpdateBrandRequestRequestTypeDef definition

class UpdateBrandRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    BrandId: str,
    BrandDefinition: NotRequired[BrandDefinitionTypeDef],  # (1)
  1. See BrandDefinitionTypeDef

CreateBrandResponseTypeDef#

# CreateBrandResponseTypeDef definition

class CreateBrandResponseTypeDef(TypedDict):
    RequestId: str,
    BrandDetail: BrandDetailTypeDef,  # (1)
    BrandDefinition: BrandDefinitionTypeDef,  # (2)
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See BrandDetailTypeDef
  2. See BrandDefinitionTypeDef
  3. See ResponseMetadataTypeDef

DescribeBrandPublishedVersionResponseTypeDef#

# DescribeBrandPublishedVersionResponseTypeDef definition

class DescribeBrandPublishedVersionResponseTypeDef(TypedDict):
    RequestId: str,
    BrandDetail: BrandDetailTypeDef,  # (1)
    BrandDefinition: BrandDefinitionTypeDef,  # (2)
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See BrandDetailTypeDef
  2. See BrandDefinitionTypeDef
  3. See ResponseMetadataTypeDef

DescribeBrandResponseTypeDef#

# DescribeBrandResponseTypeDef definition

class DescribeBrandResponseTypeDef(TypedDict):
    RequestId: str,
    BrandDetail: BrandDetailTypeDef,  # (1)
    BrandDefinition: BrandDefinitionTypeDef,  # (2)
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See BrandDetailTypeDef
  2. See BrandDefinitionTypeDef
  3. See ResponseMetadataTypeDef

UpdateBrandResponseTypeDef#

# UpdateBrandResponseTypeDef definition

class UpdateBrandResponseTypeDef(TypedDict):
    RequestId: str,
    BrandDetail: BrandDetailTypeDef,  # (1)
    BrandDefinition: BrandDefinitionTypeDef,  # (2)
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See BrandDetailTypeDef
  2. See BrandDefinitionTypeDef
  3. See ResponseMetadataTypeDef

DescribeThemeResponseTypeDef#

# DescribeThemeResponseTypeDef definition

class DescribeThemeResponseTypeDef(TypedDict):
    Theme: ThemeTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ThemeTypeDef
  2. See ResponseMetadataTypeDef

ReferenceLineTypeDef#

# ReferenceLineTypeDef definition

class ReferenceLineTypeDef(TypedDict):
    DataConfiguration: ReferenceLineDataConfigurationTypeDef,  # (2)
    Status: NotRequired[WidgetStatusType],  # (1)
    StyleConfiguration: NotRequired[ReferenceLineStyleConfigurationTypeDef],  # (3)
    LabelConfiguration: NotRequired[ReferenceLineLabelConfigurationTypeDef],  # (4)
  1. See WidgetStatusType
  2. See ReferenceLineDataConfigurationTypeDef
  3. See ReferenceLineStyleConfigurationTypeDef
  4. See ReferenceLineLabelConfigurationTypeDef

DimensionFieldTypeDef#

# DimensionFieldTypeDef definition

class DimensionFieldTypeDef(TypedDict):
    NumericalDimensionField: NotRequired[NumericalDimensionFieldTypeDef],  # (1)
    CategoricalDimensionField: NotRequired[CategoricalDimensionFieldTypeDef],  # (2)
    DateDimensionField: NotRequired[DateDimensionFieldTypeDef],  # (3)
  1. See NumericalDimensionFieldTypeDef
  2. See CategoricalDimensionFieldTypeDef
  3. See DateDimensionFieldTypeDef

MeasureFieldTypeDef#

# MeasureFieldTypeDef definition

class MeasureFieldTypeDef(TypedDict):
    NumericalMeasureField: NotRequired[NumericalMeasureFieldTypeDef],  # (1)
    CategoricalMeasureField: NotRequired[CategoricalMeasureFieldTypeDef],  # (2)
    DateMeasureField: NotRequired[DateMeasureFieldTypeDef],  # (3)
    CalculatedMeasureField: NotRequired[CalculatedMeasureFieldTypeDef],  # (4)
  1. See NumericalMeasureFieldTypeDef
  2. See CategoricalMeasureFieldTypeDef
  3. See DateMeasureFieldTypeDef
  4. See CalculatedMeasureFieldTypeDef

ColumnConfigurationOutputTypeDef#

# ColumnConfigurationOutputTypeDef definition

class ColumnConfigurationOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    FormatConfiguration: NotRequired[FormatConfigurationTypeDef],  # (2)
    Role: NotRequired[ColumnRoleType],  # (3)
    ColorsConfiguration: NotRequired[ColorsConfigurationOutputTypeDef],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See FormatConfigurationTypeDef
  3. See ColumnRoleType
  4. See ColorsConfigurationOutputTypeDef

ColumnConfigurationTypeDef#

# ColumnConfigurationTypeDef definition

class ColumnConfigurationTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    FormatConfiguration: NotRequired[FormatConfigurationTypeDef],  # (2)
    Role: NotRequired[ColumnRoleType],  # (3)
    ColorsConfiguration: NotRequired[ColorsConfigurationUnionTypeDef],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See FormatConfigurationTypeDef
  3. See ColumnRoleType
  4. See ColorsConfigurationTypeDef ColorsConfigurationOutputTypeDef

UnaggregatedFieldTypeDef#

# UnaggregatedFieldTypeDef definition

class UnaggregatedFieldTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    FormatConfiguration: NotRequired[FormatConfigurationTypeDef],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See FormatConfigurationTypeDef

BodySectionRepeatConfigurationOutputTypeDef#

# BodySectionRepeatConfigurationOutputTypeDef definition

class BodySectionRepeatConfigurationOutputTypeDef(TypedDict):
    DimensionConfigurations: NotRequired[List[BodySectionRepeatDimensionConfigurationOutputTypeDef]],  # (1)
    PageBreakConfiguration: NotRequired[BodySectionRepeatPageBreakConfigurationTypeDef],  # (2)
    NonRepeatingVisuals: NotRequired[List[str]],
  1. See BodySectionRepeatDimensionConfigurationOutputTypeDef
  2. See BodySectionRepeatPageBreakConfigurationTypeDef

BodySectionRepeatDimensionConfigurationTypeDef#

# BodySectionRepeatDimensionConfigurationTypeDef definition

class BodySectionRepeatDimensionConfigurationTypeDef(TypedDict):
    DynamicCategoryDimensionConfiguration: NotRequired[BodySectionDynamicCategoryDimensionConfigurationUnionTypeDef],  # (1)
    DynamicNumericDimensionConfiguration: NotRequired[BodySectionDynamicNumericDimensionConfigurationUnionTypeDef],  # (2)
  1. See BodySectionDynamicCategoryDimensionConfigurationTypeDef BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef
  2. See BodySectionDynamicNumericDimensionConfigurationTypeDef BodySectionDynamicNumericDimensionConfigurationOutputTypeDef

PivotTableSortConfigurationOutputTypeDef#

# PivotTableSortConfigurationOutputTypeDef definition

class PivotTableSortConfigurationOutputTypeDef(TypedDict):
    FieldSortOptions: NotRequired[List[PivotFieldSortOptionsOutputTypeDef]],  # (1)
  1. See PivotFieldSortOptionsOutputTypeDef

PivotFieldSortOptionsTypeDef#

# PivotFieldSortOptionsTypeDef definition

class PivotFieldSortOptionsTypeDef(TypedDict):
    FieldId: str,
    SortBy: PivotTableSortByUnionTypeDef,  # (1)
  1. See PivotTableSortByTypeDef PivotTableSortByOutputTypeDef

TooltipOptionsOutputTypeDef#

# TooltipOptionsOutputTypeDef definition

class TooltipOptionsOutputTypeDef(TypedDict):
    TooltipVisibility: NotRequired[VisibilityType],  # (1)
    SelectedTooltipType: NotRequired[SelectedTooltipTypeType],  # (2)
    FieldBasedTooltip: NotRequired[FieldBasedTooltipOutputTypeDef],  # (3)
  1. See VisibilityType
  2. See SelectedTooltipTypeType
  3. See FieldBasedTooltipOutputTypeDef

DescribeTopicResponseTypeDef#

# DescribeTopicResponseTypeDef definition

class DescribeTopicResponseTypeDef(TypedDict):
    Arn: str,
    TopicId: str,
    Topic: TopicDetailsOutputTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TopicDetailsOutputTypeDef
  2. See ResponseMetadataTypeDef

AssetBundleImportJobDataSourceOverrideParametersTypeDef#

# AssetBundleImportJobDataSourceOverrideParametersTypeDef definition

class AssetBundleImportJobDataSourceOverrideParametersTypeDef(TypedDict):
    DataSourceId: str,
    Name: NotRequired[str],
    DataSourceParameters: NotRequired[DataSourceParametersUnionTypeDef],  # (1)
    VpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (2)
    SslProperties: NotRequired[SslPropertiesTypeDef],  # (3)
    Credentials: NotRequired[AssetBundleImportJobDataSourceCredentialsTypeDef],  # (4)
  1. See DataSourceParametersTypeDef DataSourceParametersOutputTypeDef
  2. See VpcConnectionPropertiesTypeDef
  3. See SslPropertiesTypeDef
  4. See AssetBundleImportJobDataSourceCredentialsTypeDef

CredentialPairTypeDef#

# CredentialPairTypeDef definition

class CredentialPairTypeDef(TypedDict):
    Username: str,
    Password: str,
    AlternateDataSourceParameters: NotRequired[Sequence[DataSourceParametersUnionTypeDef]],  # (1)
  1. See DataSourceParametersTypeDef DataSourceParametersOutputTypeDef

DescribeDashboardSnapshotJobResultResponseTypeDef#

# DescribeDashboardSnapshotJobResultResponseTypeDef definition

class DescribeDashboardSnapshotJobResultResponseTypeDef(TypedDict):
    Arn: str,
    JobStatus: SnapshotJobStatusType,  # (1)
    CreatedTime: datetime,
    LastUpdatedTime: datetime,
    Result: SnapshotJobResultTypeDef,  # (2)
    ErrorInfo: SnapshotJobErrorInfoTypeDef,  # (3)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (4)
  1. See SnapshotJobStatusType
  2. See SnapshotJobResultTypeDef
  3. See SnapshotJobErrorInfoTypeDef
  4. See ResponseMetadataTypeDef

AnalysisDefaultsTypeDef#

# AnalysisDefaultsTypeDef definition

class AnalysisDefaultsTypeDef(TypedDict):
    DefaultNewSheetConfiguration: DefaultNewSheetConfigurationTypeDef,  # (1)
  1. See DefaultNewSheetConfigurationTypeDef

SectionLayoutConfigurationTypeDef#

# SectionLayoutConfigurationTypeDef definition

class SectionLayoutConfigurationTypeDef(TypedDict):
    FreeFormLayout: FreeFormSectionLayoutConfigurationUnionTypeDef,  # (1)
  1. See FreeFormSectionLayoutConfigurationTypeDef FreeFormSectionLayoutConfigurationOutputTypeDef

SnapshotConfigurationTypeDef#

# SnapshotConfigurationTypeDef definition

class SnapshotConfigurationTypeDef(TypedDict):
    FileGroups: Sequence[SnapshotFileGroupUnionTypeDef],  # (1)
    DestinationConfiguration: NotRequired[SnapshotDestinationConfigurationUnionTypeDef],  # (2)
    Parameters: NotRequired[ParametersUnionTypeDef],  # (3)
  1. See SnapshotFileGroupTypeDef SnapshotFileGroupOutputTypeDef
  2. See SnapshotDestinationConfigurationTypeDef SnapshotDestinationConfigurationOutputTypeDef
  3. See ParametersTypeDef ParametersOutputTypeDef

SetParameterValueConfigurationTypeDef#

# SetParameterValueConfigurationTypeDef definition

class SetParameterValueConfigurationTypeDef(TypedDict):
    DestinationParameterName: str,
    Value: DestinationParameterValueConfigurationUnionTypeDef,  # (1)
  1. See DestinationParameterValueConfigurationTypeDef DestinationParameterValueConfigurationOutputTypeDef

LogicalTableTypeDef#

# LogicalTableTypeDef definition

class LogicalTableTypeDef(TypedDict):
    Alias: str,
    Source: LogicalTableSourceTypeDef,  # (2)
    DataTransforms: NotRequired[Sequence[TransformOperationUnionTypeDef]],  # (1)
  1. See TransformOperationTypeDef TransformOperationOutputTypeDef
  2. See LogicalTableSourceTypeDef

ColumnHierarchyTypeDef#

# ColumnHierarchyTypeDef definition

class ColumnHierarchyTypeDef(TypedDict):
    ExplicitHierarchy: NotRequired[ExplicitHierarchyUnionTypeDef],  # (1)
    DateTimeHierarchy: NotRequired[DateTimeHierarchyUnionTypeDef],  # (2)
    PredefinedHierarchy: NotRequired[PredefinedHierarchyUnionTypeDef],  # (3)
  1. See ExplicitHierarchyTypeDef ExplicitHierarchyOutputTypeDef
  2. See DateTimeHierarchyTypeDef DateTimeHierarchyOutputTypeDef
  3. See PredefinedHierarchyTypeDef PredefinedHierarchyOutputTypeDef

AxisDisplayOptionsTypeDef#

# AxisDisplayOptionsTypeDef definition

class AxisDisplayOptionsTypeDef(TypedDict):
    TickLabelOptions: NotRequired[AxisTickLabelOptionsTypeDef],  # (1)
    AxisLineVisibility: NotRequired[VisibilityType],  # (2)
    GridLineVisibility: NotRequired[VisibilityType],  # (2)
    DataOptions: NotRequired[AxisDataOptionsUnionTypeDef],  # (4)
    ScrollbarOptions: NotRequired[ScrollBarOptionsTypeDef],  # (5)
    AxisOffset: NotRequired[str],
  1. See AxisTickLabelOptionsTypeDef
  2. See VisibilityType
  3. See VisibilityType
  4. See AxisDataOptionsTypeDef AxisDataOptionsOutputTypeDef
  5. See ScrollBarOptionsTypeDef

TopicIRContributionAnalysisTypeDef#

# TopicIRContributionAnalysisTypeDef definition

class TopicIRContributionAnalysisTypeDef(TypedDict):
    Factors: NotRequired[Sequence[ContributionAnalysisFactorTypeDef]],  # (1)
    TimeRanges: NotRequired[ContributionAnalysisTimeRangesUnionTypeDef],  # (2)
    Direction: NotRequired[ContributionAnalysisDirectionType],  # (3)
    SortType: NotRequired[ContributionAnalysisSortTypeType],  # (4)
  1. See ContributionAnalysisFactorTypeDef
  2. See ContributionAnalysisTimeRangesTypeDef ContributionAnalysisTimeRangesOutputTypeDef
  3. See ContributionAnalysisDirectionType
  4. See ContributionAnalysisSortTypeType

CustomContentVisualOutputTypeDef#

# CustomContentVisualOutputTypeDef definition

class CustomContentVisualOutputTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[CustomContentConfigurationTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See CustomContentConfigurationTypeDef
  4. See VisualCustomActionOutputTypeDef

EmptyVisualOutputTypeDef#

# EmptyVisualOutputTypeDef definition

class EmptyVisualOutputTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (1)
  1. See VisualCustomActionOutputTypeDef

TopicReviewedAnswerTypeDef#

# TopicReviewedAnswerTypeDef definition

class TopicReviewedAnswerTypeDef(TypedDict):
    AnswerId: str,
    DatasetArn: str,
    Question: str,
    Arn: NotRequired[str],
    Mir: NotRequired[TopicIROutputTypeDef],  # (1)
    PrimaryVisual: NotRequired[TopicVisualOutputTypeDef],  # (2)
    Template: NotRequired[TopicTemplateOutputTypeDef],  # (3)
  1. See TopicIROutputTypeDef
  2. See TopicVisualOutputTypeDef
  3. See TopicTemplateOutputTypeDef

CategoryFilterOutputTypeDef#

# CategoryFilterOutputTypeDef definition

class CategoryFilterOutputTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    Configuration: CategoryFilterConfigurationOutputTypeDef,  # (2)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationOutputTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See CategoryFilterConfigurationOutputTypeDef
  3. See DefaultFilterControlConfigurationOutputTypeDef

CategoryInnerFilterOutputTypeDef#

# CategoryInnerFilterOutputTypeDef definition

class CategoryInnerFilterOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Configuration: CategoryFilterConfigurationOutputTypeDef,  # (2)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationOutputTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See CategoryFilterConfigurationOutputTypeDef
  3. See DefaultFilterControlConfigurationOutputTypeDef

NumericEqualityFilterOutputTypeDef#

# NumericEqualityFilterOutputTypeDef definition

class NumericEqualityFilterOutputTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    MatchOperator: NumericEqualityMatchOperatorType,  # (3)
    NullOption: FilterNullOptionType,  # (5)
    Value: NotRequired[float],
    SelectAllOptions: NotRequired[NumericFilterSelectAllOptionsType],  # (2)
    AggregationFunction: NotRequired[AggregationFunctionTypeDef],  # (4)
    ParameterName: NotRequired[str],
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationOutputTypeDef],  # (6)
  1. See ColumnIdentifierTypeDef
  2. See NumericFilterSelectAllOptionsType
  3. See NumericEqualityMatchOperatorType
  4. See AggregationFunctionTypeDef
  5. See FilterNullOptionType
  6. See DefaultFilterControlConfigurationOutputTypeDef

NumericRangeFilterOutputTypeDef#

# NumericRangeFilterOutputTypeDef definition

class NumericRangeFilterOutputTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    NullOption: FilterNullOptionType,  # (6)
    IncludeMinimum: NotRequired[bool],
    IncludeMaximum: NotRequired[bool],
    RangeMinimum: NotRequired[NumericRangeFilterValueTypeDef],  # (2)
    RangeMaximum: NotRequired[NumericRangeFilterValueTypeDef],  # (2)
    SelectAllOptions: NotRequired[NumericFilterSelectAllOptionsType],  # (4)
    AggregationFunction: NotRequired[AggregationFunctionTypeDef],  # (5)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationOutputTypeDef],  # (7)
  1. See ColumnIdentifierTypeDef
  2. See NumericRangeFilterValueTypeDef
  3. See NumericRangeFilterValueTypeDef
  4. See NumericFilterSelectAllOptionsType
  5. See AggregationFunctionTypeDef
  6. See FilterNullOptionType
  7. See DefaultFilterControlConfigurationOutputTypeDef

RelativeDatesFilterOutputTypeDef#

# RelativeDatesFilterOutputTypeDef definition

class RelativeDatesFilterOutputTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    AnchorDateConfiguration: AnchorDateConfigurationTypeDef,  # (2)
    TimeGranularity: TimeGranularityType,  # (3)
    RelativeDateType: RelativeDateTypeType,  # (5)
    NullOption: FilterNullOptionType,  # (6)
    MinimumGranularity: NotRequired[TimeGranularityType],  # (3)
    RelativeDateValue: NotRequired[int],
    ParameterName: NotRequired[str],
    ExcludePeriodConfiguration: NotRequired[ExcludePeriodConfigurationTypeDef],  # (7)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationOutputTypeDef],  # (8)
  1. See ColumnIdentifierTypeDef
  2. See AnchorDateConfigurationTypeDef
  3. See TimeGranularityType
  4. See TimeGranularityType
  5. See RelativeDateTypeType
  6. See FilterNullOptionType
  7. See ExcludePeriodConfigurationTypeDef
  8. See DefaultFilterControlConfigurationOutputTypeDef

TimeEqualityFilterOutputTypeDef#

# TimeEqualityFilterOutputTypeDef definition

class TimeEqualityFilterOutputTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    Value: NotRequired[datetime],
    ParameterName: NotRequired[str],
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
    RollingDate: NotRequired[RollingDateConfigurationTypeDef],  # (3)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationOutputTypeDef],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See TimeGranularityType
  3. See RollingDateConfigurationTypeDef
  4. See DefaultFilterControlConfigurationOutputTypeDef

TimeRangeFilterOutputTypeDef#

# TimeRangeFilterOutputTypeDef definition

class TimeRangeFilterOutputTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    NullOption: FilterNullOptionType,  # (4)
    IncludeMinimum: NotRequired[bool],
    IncludeMaximum: NotRequired[bool],
    RangeMinimumValue: NotRequired[TimeRangeFilterValueOutputTypeDef],  # (2)
    RangeMaximumValue: NotRequired[TimeRangeFilterValueOutputTypeDef],  # (2)
    ExcludePeriodConfiguration: NotRequired[ExcludePeriodConfigurationTypeDef],  # (5)
    TimeGranularity: NotRequired[TimeGranularityType],  # (6)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationOutputTypeDef],  # (7)
  1. See ColumnIdentifierTypeDef
  2. See TimeRangeFilterValueOutputTypeDef
  3. See TimeRangeFilterValueOutputTypeDef
  4. See FilterNullOptionType
  5. See ExcludePeriodConfigurationTypeDef
  6. See TimeGranularityType
  7. See DefaultFilterControlConfigurationOutputTypeDef

TopBottomFilterOutputTypeDef#

# TopBottomFilterOutputTypeDef definition

class TopBottomFilterOutputTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    AggregationSortConfigurations: List[AggregationSortConfigurationTypeDef],  # (2)
    Limit: NotRequired[int],
    TimeGranularity: NotRequired[TimeGranularityType],  # (3)
    ParameterName: NotRequired[str],
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationOutputTypeDef],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See AggregationSortConfigurationTypeDef
  3. See TimeGranularityType
  4. See DefaultFilterControlConfigurationOutputTypeDef

TableFieldOptionsOutputTypeDef#

# TableFieldOptionsOutputTypeDef definition

class TableFieldOptionsOutputTypeDef(TypedDict):
    SelectedFieldOptions: NotRequired[List[TableFieldOptionTypeDef]],  # (1)
    Order: NotRequired[List[str]],
    PinnedFieldOptions: NotRequired[TablePinnedFieldOptionsOutputTypeDef],  # (2)
  1. See TableFieldOptionTypeDef
  2. See TablePinnedFieldOptionsOutputTypeDef

TableFieldOptionsTypeDef#

# TableFieldOptionsTypeDef definition

class TableFieldOptionsTypeDef(TypedDict):
    SelectedFieldOptions: NotRequired[Sequence[TableFieldOptionTypeDef]],  # (1)
    Order: NotRequired[Sequence[str]],
    PinnedFieldOptions: NotRequired[TablePinnedFieldOptionsUnionTypeDef],  # (2)
  1. See TableFieldOptionTypeDef
  2. See TablePinnedFieldOptionsTypeDef TablePinnedFieldOptionsOutputTypeDef

FilledMapConditionalFormattingOutputTypeDef#

# FilledMapConditionalFormattingOutputTypeDef definition

class FilledMapConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: List[FilledMapConditionalFormattingOptionOutputTypeDef],  # (1)
  1. See FilledMapConditionalFormattingOptionOutputTypeDef

PivotTableConditionalFormattingOutputTypeDef#

# PivotTableConditionalFormattingOutputTypeDef definition

class PivotTableConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[List[PivotTableConditionalFormattingOptionOutputTypeDef]],  # (1)
  1. See PivotTableConditionalFormattingOptionOutputTypeDef

TableConditionalFormattingOutputTypeDef#

# TableConditionalFormattingOutputTypeDef definition

class TableConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[List[TableConditionalFormattingOptionOutputTypeDef]],  # (1)
  1. See TableConditionalFormattingOptionOutputTypeDef

GaugeChartArcConditionalFormattingTypeDef#

# GaugeChartArcConditionalFormattingTypeDef definition

class GaugeChartArcConditionalFormattingTypeDef(TypedDict):
    ForegroundColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
  1. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef

GaugeChartPrimaryValueConditionalFormattingTypeDef#

# GaugeChartPrimaryValueConditionalFormattingTypeDef definition

class GaugeChartPrimaryValueConditionalFormattingTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIActualValueConditionalFormattingTypeDef#

# KPIActualValueConditionalFormattingTypeDef definition

class KPIActualValueConditionalFormattingTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIComparisonValueConditionalFormattingTypeDef#

# KPIComparisonValueConditionalFormattingTypeDef definition

class KPIComparisonValueConditionalFormattingTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIPrimaryValueConditionalFormattingTypeDef#

# KPIPrimaryValueConditionalFormattingTypeDef definition

class KPIPrimaryValueConditionalFormattingTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIProgressBarConditionalFormattingTypeDef#

# KPIProgressBarConditionalFormattingTypeDef definition

class KPIProgressBarConditionalFormattingTypeDef(TypedDict):
    ForegroundColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
  1. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef

ShapeConditionalFormatTypeDef#

# ShapeConditionalFormatTypeDef definition

class ShapeConditionalFormatTypeDef(TypedDict):
    BackgroundColor: ConditionalFormattingColorUnionTypeDef,  # (1)
  1. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef

TableRowConditionalFormattingTypeDef#

# TableRowConditionalFormattingTypeDef definition

class TableRowConditionalFormattingTypeDef(TypedDict):
    BackgroundColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
    TextColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
  1. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef

TextConditionalFormatTypeDef#

# TextConditionalFormatTypeDef definition

class TextConditionalFormatTypeDef(TypedDict):
    BackgroundColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
    TextColor: NotRequired[ConditionalFormattingColorUnionTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (3)
  1. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingColorTypeDef ConditionalFormattingColorOutputTypeDef
  3. See ConditionalFormattingIconTypeDef

UniqueValuesComputationTypeDef#

# UniqueValuesComputationTypeDef definition

class UniqueValuesComputationTypeDef(TypedDict):
    ComputationId: str,
    Name: NotRequired[str],
    Category: NotRequired[DimensionFieldTypeDef],  # (1)
  1. See DimensionFieldTypeDef

BarChartAggregatedFieldWellsOutputTypeDef#

# BarChartAggregatedFieldWellsOutputTypeDef definition

class BarChartAggregatedFieldWellsOutputTypeDef(TypedDict):
    Category: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    SmallMultiples: NotRequired[List[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef
  4. See DimensionFieldTypeDef

BarChartAggregatedFieldWellsTypeDef#

# BarChartAggregatedFieldWellsTypeDef definition

class BarChartAggregatedFieldWellsTypeDef(TypedDict):
    Category: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    SmallMultiples: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef
  4. See DimensionFieldTypeDef

BoxPlotAggregatedFieldWellsOutputTypeDef#

# BoxPlotAggregatedFieldWellsOutputTypeDef definition

class BoxPlotAggregatedFieldWellsOutputTypeDef(TypedDict):
    GroupBy: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

BoxPlotAggregatedFieldWellsTypeDef#

# BoxPlotAggregatedFieldWellsTypeDef definition

class BoxPlotAggregatedFieldWellsTypeDef(TypedDict):
    GroupBy: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

ComboChartAggregatedFieldWellsOutputTypeDef#

# ComboChartAggregatedFieldWellsOutputTypeDef definition

class ComboChartAggregatedFieldWellsOutputTypeDef(TypedDict):
    Category: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    BarValues: NotRequired[List[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    LineValues: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef
  4. See MeasureFieldTypeDef

ComboChartAggregatedFieldWellsTypeDef#

# ComboChartAggregatedFieldWellsTypeDef definition

class ComboChartAggregatedFieldWellsTypeDef(TypedDict):
    Category: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    BarValues: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    LineValues: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef
  4. See MeasureFieldTypeDef

FilledMapAggregatedFieldWellsOutputTypeDef#

# FilledMapAggregatedFieldWellsOutputTypeDef definition

class FilledMapAggregatedFieldWellsOutputTypeDef(TypedDict):
    Geospatial: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

FilledMapAggregatedFieldWellsTypeDef#

# FilledMapAggregatedFieldWellsTypeDef definition

class FilledMapAggregatedFieldWellsTypeDef(TypedDict):
    Geospatial: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

ForecastComputationTypeDef#

# ForecastComputationTypeDef definition

class ForecastComputationTypeDef(TypedDict):
    ComputationId: str,
    Name: NotRequired[str],
    Time: NotRequired[DimensionFieldTypeDef],  # (1)
    Value: NotRequired[MeasureFieldTypeDef],  # (2)
    PeriodsForward: NotRequired[int],
    PeriodsBackward: NotRequired[int],
    UpperBoundary: NotRequired[float],
    LowerBoundary: NotRequired[float],
    PredictionInterval: NotRequired[int],
    Seasonality: NotRequired[ForecastComputationSeasonalityType],  # (3)
    CustomSeasonalityValue: NotRequired[int],
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See ForecastComputationSeasonalityType

FunnelChartAggregatedFieldWellsOutputTypeDef#

# FunnelChartAggregatedFieldWellsOutputTypeDef definition

class FunnelChartAggregatedFieldWellsOutputTypeDef(TypedDict):
    Category: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

FunnelChartAggregatedFieldWellsTypeDef#

# FunnelChartAggregatedFieldWellsTypeDef definition

class FunnelChartAggregatedFieldWellsTypeDef(TypedDict):
    Category: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

GaugeChartFieldWellsOutputTypeDef#

# GaugeChartFieldWellsOutputTypeDef definition

class GaugeChartFieldWellsOutputTypeDef(TypedDict):
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (1)
    TargetValues: NotRequired[List[MeasureFieldTypeDef]],  # (1)
  1. See MeasureFieldTypeDef
  2. See MeasureFieldTypeDef

GaugeChartFieldWellsTypeDef#

# GaugeChartFieldWellsTypeDef definition

class GaugeChartFieldWellsTypeDef(TypedDict):
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
    TargetValues: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
  1. See MeasureFieldTypeDef
  2. See MeasureFieldTypeDef

GeospatialMapAggregatedFieldWellsOutputTypeDef#

# GeospatialMapAggregatedFieldWellsOutputTypeDef definition

class GeospatialMapAggregatedFieldWellsOutputTypeDef(TypedDict):
    Geospatial: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[List[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef

GeospatialMapAggregatedFieldWellsTypeDef#

# GeospatialMapAggregatedFieldWellsTypeDef definition

class GeospatialMapAggregatedFieldWellsTypeDef(TypedDict):
    Geospatial: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef

GrowthRateComputationTypeDef#

# GrowthRateComputationTypeDef definition

class GrowthRateComputationTypeDef(TypedDict):
    ComputationId: str,
    Name: NotRequired[str],
    Time: NotRequired[DimensionFieldTypeDef],  # (1)
    Value: NotRequired[MeasureFieldTypeDef],  # (2)
    PeriodSize: NotRequired[int],
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

HeatMapAggregatedFieldWellsOutputTypeDef#

# HeatMapAggregatedFieldWellsOutputTypeDef definition

class HeatMapAggregatedFieldWellsOutputTypeDef(TypedDict):
    Rows: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Columns: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (3)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef

HeatMapAggregatedFieldWellsTypeDef#

# HeatMapAggregatedFieldWellsTypeDef definition

class HeatMapAggregatedFieldWellsTypeDef(TypedDict):
    Rows: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Columns: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (3)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef

HistogramAggregatedFieldWellsOutputTypeDef#

# HistogramAggregatedFieldWellsOutputTypeDef definition

class HistogramAggregatedFieldWellsOutputTypeDef(TypedDict):
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (1)
  1. See MeasureFieldTypeDef

HistogramAggregatedFieldWellsTypeDef#

# HistogramAggregatedFieldWellsTypeDef definition

class HistogramAggregatedFieldWellsTypeDef(TypedDict):
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
  1. See MeasureFieldTypeDef

KPIFieldWellsOutputTypeDef#

# KPIFieldWellsOutputTypeDef definition

class KPIFieldWellsOutputTypeDef(TypedDict):
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (1)
    TargetValues: NotRequired[List[MeasureFieldTypeDef]],  # (1)
    TrendGroups: NotRequired[List[DimensionFieldTypeDef]],  # (3)
  1. See MeasureFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef

KPIFieldWellsTypeDef#

# KPIFieldWellsTypeDef definition

class KPIFieldWellsTypeDef(TypedDict):
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
    TargetValues: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
    TrendGroups: NotRequired[Sequence[DimensionFieldTypeDef]],  # (3)
  1. See MeasureFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef

LineChartAggregatedFieldWellsOutputTypeDef#

# LineChartAggregatedFieldWellsOutputTypeDef definition

class LineChartAggregatedFieldWellsOutputTypeDef(TypedDict):
    Category: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    SmallMultiples: NotRequired[List[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef
  4. See DimensionFieldTypeDef

LineChartAggregatedFieldWellsTypeDef#

# LineChartAggregatedFieldWellsTypeDef definition

class LineChartAggregatedFieldWellsTypeDef(TypedDict):
    Category: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    SmallMultiples: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef
  4. See DimensionFieldTypeDef

MaximumMinimumComputationTypeDef#

# MaximumMinimumComputationTypeDef definition

class MaximumMinimumComputationTypeDef(TypedDict):
    ComputationId: str,
    Type: MaximumMinimumComputationTypeType,  # (3)
    Name: NotRequired[str],
    Time: NotRequired[DimensionFieldTypeDef],  # (1)
    Value: NotRequired[MeasureFieldTypeDef],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See MaximumMinimumComputationTypeType

MetricComparisonComputationTypeDef#

# MetricComparisonComputationTypeDef definition

class MetricComparisonComputationTypeDef(TypedDict):
    ComputationId: str,
    Name: NotRequired[str],
    Time: NotRequired[DimensionFieldTypeDef],  # (1)
    FromValue: NotRequired[MeasureFieldTypeDef],  # (2)
    TargetValue: NotRequired[MeasureFieldTypeDef],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See MeasureFieldTypeDef

PeriodOverPeriodComputationTypeDef#

# PeriodOverPeriodComputationTypeDef definition

class PeriodOverPeriodComputationTypeDef(TypedDict):
    ComputationId: str,
    Name: NotRequired[str],
    Time: NotRequired[DimensionFieldTypeDef],  # (1)
    Value: NotRequired[MeasureFieldTypeDef],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

PeriodToDateComputationTypeDef#

# PeriodToDateComputationTypeDef definition

class PeriodToDateComputationTypeDef(TypedDict):
    ComputationId: str,
    Name: NotRequired[str],
    Time: NotRequired[DimensionFieldTypeDef],  # (1)
    Value: NotRequired[MeasureFieldTypeDef],  # (2)
    PeriodTimeGranularity: NotRequired[TimeGranularityType],  # (3)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See TimeGranularityType

PieChartAggregatedFieldWellsOutputTypeDef#

# PieChartAggregatedFieldWellsOutputTypeDef definition

class PieChartAggregatedFieldWellsOutputTypeDef(TypedDict):
    Category: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
    SmallMultiples: NotRequired[List[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef

PieChartAggregatedFieldWellsTypeDef#

# PieChartAggregatedFieldWellsTypeDef definition

class PieChartAggregatedFieldWellsTypeDef(TypedDict):
    Category: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
    SmallMultiples: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef

PivotTableAggregatedFieldWellsOutputTypeDef#

# PivotTableAggregatedFieldWellsOutputTypeDef definition

class PivotTableAggregatedFieldWellsOutputTypeDef(TypedDict):
    Rows: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Columns: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (3)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef

PivotTableAggregatedFieldWellsTypeDef#

# PivotTableAggregatedFieldWellsTypeDef definition

class PivotTableAggregatedFieldWellsTypeDef(TypedDict):
    Rows: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Columns: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (3)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef

RadarChartAggregatedFieldWellsOutputTypeDef#

# RadarChartAggregatedFieldWellsOutputTypeDef definition

class RadarChartAggregatedFieldWellsOutputTypeDef(TypedDict):
    Category: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Color: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (3)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef

RadarChartAggregatedFieldWellsTypeDef#

# RadarChartAggregatedFieldWellsTypeDef definition

class RadarChartAggregatedFieldWellsTypeDef(TypedDict):
    Category: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Color: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (3)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef

SankeyDiagramAggregatedFieldWellsOutputTypeDef#

# SankeyDiagramAggregatedFieldWellsOutputTypeDef definition

class SankeyDiagramAggregatedFieldWellsOutputTypeDef(TypedDict):
    Source: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Destination: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Weight: NotRequired[List[MeasureFieldTypeDef]],  # (3)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef

SankeyDiagramAggregatedFieldWellsTypeDef#

# SankeyDiagramAggregatedFieldWellsTypeDef definition

class SankeyDiagramAggregatedFieldWellsTypeDef(TypedDict):
    Source: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Destination: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Weight: NotRequired[Sequence[MeasureFieldTypeDef]],  # (3)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef

ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef#

# ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef definition

class ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef(TypedDict):
    XAxis: NotRequired[List[MeasureFieldTypeDef]],  # (1)
    YAxis: NotRequired[List[MeasureFieldTypeDef]],  # (1)
    Category: NotRequired[List[DimensionFieldTypeDef]],  # (3)
    Size: NotRequired[List[MeasureFieldTypeDef]],  # (1)
    Label: NotRequired[List[DimensionFieldTypeDef]],  # (3)
  1. See MeasureFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef
  4. See MeasureFieldTypeDef
  5. See DimensionFieldTypeDef

ScatterPlotCategoricallyAggregatedFieldWellsTypeDef#

# ScatterPlotCategoricallyAggregatedFieldWellsTypeDef definition

class ScatterPlotCategoricallyAggregatedFieldWellsTypeDef(TypedDict):
    XAxis: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
    YAxis: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
    Category: NotRequired[Sequence[DimensionFieldTypeDef]],  # (3)
    Size: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
    Label: NotRequired[Sequence[DimensionFieldTypeDef]],  # (3)
  1. See MeasureFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef
  4. See MeasureFieldTypeDef
  5. See DimensionFieldTypeDef

ScatterPlotUnaggregatedFieldWellsOutputTypeDef#

# ScatterPlotUnaggregatedFieldWellsOutputTypeDef definition

class ScatterPlotUnaggregatedFieldWellsOutputTypeDef(TypedDict):
    XAxis: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    YAxis: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Size: NotRequired[List[MeasureFieldTypeDef]],  # (3)
    Category: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Label: NotRequired[List[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef
  4. See DimensionFieldTypeDef
  5. See DimensionFieldTypeDef

ScatterPlotUnaggregatedFieldWellsTypeDef#

# ScatterPlotUnaggregatedFieldWellsTypeDef definition

class ScatterPlotUnaggregatedFieldWellsTypeDef(TypedDict):
    XAxis: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    YAxis: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Size: NotRequired[Sequence[MeasureFieldTypeDef]],  # (3)
    Category: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Label: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef
  4. See DimensionFieldTypeDef
  5. See DimensionFieldTypeDef

TableAggregatedFieldWellsOutputTypeDef#

# TableAggregatedFieldWellsOutputTypeDef definition

class TableAggregatedFieldWellsOutputTypeDef(TypedDict):
    GroupBy: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

TableAggregatedFieldWellsTypeDef#

# TableAggregatedFieldWellsTypeDef definition

class TableAggregatedFieldWellsTypeDef(TypedDict):
    GroupBy: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

TopBottomMoversComputationTypeDef#

# TopBottomMoversComputationTypeDef definition

class TopBottomMoversComputationTypeDef(TypedDict):
    ComputationId: str,
    Type: TopBottomComputationTypeType,  # (5)
    Name: NotRequired[str],
    Time: NotRequired[DimensionFieldTypeDef],  # (1)
    Category: NotRequired[DimensionFieldTypeDef],  # (1)
    Value: NotRequired[MeasureFieldTypeDef],  # (3)
    MoverSize: NotRequired[int],
    SortOrder: NotRequired[TopBottomSortOrderType],  # (4)
  1. See DimensionFieldTypeDef
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef
  4. See TopBottomSortOrderType
  5. See TopBottomComputationTypeType

TopBottomRankedComputationTypeDef#

# TopBottomRankedComputationTypeDef definition

class TopBottomRankedComputationTypeDef(TypedDict):
    ComputationId: str,
    Type: TopBottomComputationTypeType,  # (3)
    Name: NotRequired[str],
    Category: NotRequired[DimensionFieldTypeDef],  # (1)
    Value: NotRequired[MeasureFieldTypeDef],  # (2)
    ResultSize: NotRequired[int],
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See TopBottomComputationTypeType

TotalAggregationComputationTypeDef#

# TotalAggregationComputationTypeDef definition

class TotalAggregationComputationTypeDef(TypedDict):
    ComputationId: str,
    Name: NotRequired[str],
    Value: NotRequired[MeasureFieldTypeDef],  # (1)
  1. See MeasureFieldTypeDef

TreeMapAggregatedFieldWellsOutputTypeDef#

# TreeMapAggregatedFieldWellsOutputTypeDef definition

class TreeMapAggregatedFieldWellsOutputTypeDef(TypedDict):
    Groups: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Sizes: NotRequired[List[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See MeasureFieldTypeDef

TreeMapAggregatedFieldWellsTypeDef#

# TreeMapAggregatedFieldWellsTypeDef definition

class TreeMapAggregatedFieldWellsTypeDef(TypedDict):
    Groups: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Sizes: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
    Colors: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See MeasureFieldTypeDef

WaterfallChartAggregatedFieldWellsOutputTypeDef#

# WaterfallChartAggregatedFieldWellsOutputTypeDef definition

class WaterfallChartAggregatedFieldWellsOutputTypeDef(TypedDict):
    Categories: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
    Breakdowns: NotRequired[List[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef

WaterfallChartAggregatedFieldWellsTypeDef#

# WaterfallChartAggregatedFieldWellsTypeDef definition

class WaterfallChartAggregatedFieldWellsTypeDef(TypedDict):
    Categories: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
    Breakdowns: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef
  3. See DimensionFieldTypeDef

WordCloudAggregatedFieldWellsOutputTypeDef#

# WordCloudAggregatedFieldWellsOutputTypeDef definition

class WordCloudAggregatedFieldWellsOutputTypeDef(TypedDict):
    GroupBy: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Size: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

WordCloudAggregatedFieldWellsTypeDef#

# WordCloudAggregatedFieldWellsTypeDef definition

class WordCloudAggregatedFieldWellsTypeDef(TypedDict):
    GroupBy: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Size: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

TableUnaggregatedFieldWellsOutputTypeDef#

# TableUnaggregatedFieldWellsOutputTypeDef definition

class TableUnaggregatedFieldWellsOutputTypeDef(TypedDict):
    Values: NotRequired[List[UnaggregatedFieldTypeDef]],  # (1)
  1. See UnaggregatedFieldTypeDef

TableUnaggregatedFieldWellsTypeDef#

# TableUnaggregatedFieldWellsTypeDef definition

class TableUnaggregatedFieldWellsTypeDef(TypedDict):
    Values: NotRequired[Sequence[UnaggregatedFieldTypeDef]],  # (1)
  1. See UnaggregatedFieldTypeDef

BodySectionConfigurationOutputTypeDef#

# BodySectionConfigurationOutputTypeDef definition

class BodySectionConfigurationOutputTypeDef(TypedDict):
    SectionId: str,
    Content: BodySectionContentOutputTypeDef,  # (1)
    Style: NotRequired[SectionStyleTypeDef],  # (2)
    PageBreakConfiguration: NotRequired[SectionPageBreakConfigurationTypeDef],  # (3)
    RepeatConfiguration: NotRequired[BodySectionRepeatConfigurationOutputTypeDef],  # (4)
  1. See BodySectionContentOutputTypeDef
  2. See SectionStyleTypeDef
  3. See SectionPageBreakConfigurationTypeDef
  4. See BodySectionRepeatConfigurationOutputTypeDef

TooltipOptionsTypeDef#

# TooltipOptionsTypeDef definition

class TooltipOptionsTypeDef(TypedDict):
    TooltipVisibility: NotRequired[VisibilityType],  # (1)
    SelectedTooltipType: NotRequired[SelectedTooltipTypeType],  # (2)
    FieldBasedTooltip: NotRequired[FieldBasedTooltipUnionTypeDef],  # (3)
  1. See VisibilityType
  2. See SelectedTooltipTypeType
  3. See FieldBasedTooltipTypeDef FieldBasedTooltipOutputTypeDef

DataSourceCredentialsTypeDef#

# DataSourceCredentialsTypeDef definition

class DataSourceCredentialsTypeDef(TypedDict):
    CredentialPair: NotRequired[CredentialPairTypeDef],  # (1)
    CopySourceArn: NotRequired[str],
    SecretArn: NotRequired[str],
  1. See CredentialPairTypeDef

StartDashboardSnapshotJobRequestRequestTypeDef#

# StartDashboardSnapshotJobRequestRequestTypeDef definition

class StartDashboardSnapshotJobRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    SnapshotJobId: str,
    UserConfiguration: SnapshotUserConfigurationTypeDef,  # (1)
    SnapshotConfiguration: SnapshotConfigurationTypeDef,  # (2)
  1. See SnapshotUserConfigurationTypeDef
  2. See SnapshotConfigurationTypeDef

UpdateDataSetRequestRequestTypeDef#

# UpdateDataSetRequestRequestTypeDef definition

class UpdateDataSetRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,
    Name: str,
    PhysicalTableMap: Mapping[str, PhysicalTableTypeDef],  # (1)
    ImportMode: DataSetImportModeType,  # (2)
    LogicalTableMap: NotRequired[Mapping[str, LogicalTableTypeDef]],  # (3)
    ColumnGroups: NotRequired[Sequence[ColumnGroupTypeDef]],  # (4)
    FieldFolders: NotRequired[Mapping[str, FieldFolderTypeDef]],  # (5)
    RowLevelPermissionDataSet: NotRequired[RowLevelPermissionDataSetTypeDef],  # (6)
    RowLevelPermissionTagConfiguration: NotRequired[RowLevelPermissionTagConfigurationTypeDef],  # (7)
    ColumnLevelPermissionRules: NotRequired[Sequence[ColumnLevelPermissionRuleTypeDef]],  # (8)
    DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef],  # (9)
    DatasetParameters: NotRequired[Sequence[DatasetParameterTypeDef]],  # (10)
  1. See PhysicalTableTypeDef
  2. See DataSetImportModeType
  3. See LogicalTableTypeDef
  4. See ColumnGroupTypeDef
  5. See FieldFolderTypeDef
  6. See RowLevelPermissionDataSetTypeDef
  7. See RowLevelPermissionTagConfigurationTypeDef
  8. See ColumnLevelPermissionRuleTypeDef
  9. See DataSetUsageConfigurationTypeDef
  10. See DatasetParameterTypeDef

DatasetMetadataTypeDef#

# DatasetMetadataTypeDef definition

class DatasetMetadataTypeDef(TypedDict):
    DatasetArn: str,
    DatasetName: NotRequired[str],
    DatasetDescription: NotRequired[str],
    DataAggregation: NotRequired[DataAggregationTypeDef],  # (1)
    Filters: NotRequired[Sequence[TopicFilterUnionTypeDef]],  # (2)
    Columns: NotRequired[Sequence[TopicColumnUnionTypeDef]],  # (3)
    CalculatedFields: NotRequired[Sequence[TopicCalculatedFieldUnionTypeDef]],  # (4)
    NamedEntities: NotRequired[Sequence[TopicNamedEntityUnionTypeDef]],  # (5)
  1. See DataAggregationTypeDef
  2. See TopicFilterTypeDef TopicFilterOutputTypeDef
  3. See TopicColumnTypeDef TopicColumnOutputTypeDef
  4. See TopicCalculatedFieldTypeDef TopicCalculatedFieldOutputTypeDef
  5. See TopicNamedEntityTypeDef TopicNamedEntityOutputTypeDef

ListTopicReviewedAnswersResponseTypeDef#

# ListTopicReviewedAnswersResponseTypeDef definition

class ListTopicReviewedAnswersResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    Answers: List[TopicReviewedAnswerTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TopicReviewedAnswerTypeDef
  2. See ResponseMetadataTypeDef

DefaultFilterControlConfigurationTypeDef#

# DefaultFilterControlConfigurationTypeDef definition

class DefaultFilterControlConfigurationTypeDef(TypedDict):
    Title: str,
    ControlOptions: DefaultFilterControlOptionsUnionTypeDef,  # (1)
  1. See DefaultFilterControlOptionsTypeDef DefaultFilterControlOptionsOutputTypeDef

InnerFilterOutputTypeDef#

# InnerFilterOutputTypeDef definition

class InnerFilterOutputTypeDef(TypedDict):
    CategoryInnerFilter: NotRequired[CategoryInnerFilterOutputTypeDef],  # (1)
  1. See CategoryInnerFilterOutputTypeDef

BarChartFieldWellsOutputTypeDef#

# BarChartFieldWellsOutputTypeDef definition

class BarChartFieldWellsOutputTypeDef(TypedDict):
    BarChartAggregatedFieldWells: NotRequired[BarChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See BarChartAggregatedFieldWellsOutputTypeDef

BoxPlotFieldWellsOutputTypeDef#

# BoxPlotFieldWellsOutputTypeDef definition

class BoxPlotFieldWellsOutputTypeDef(TypedDict):
    BoxPlotAggregatedFieldWells: NotRequired[BoxPlotAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See BoxPlotAggregatedFieldWellsOutputTypeDef

ComboChartFieldWellsOutputTypeDef#

# ComboChartFieldWellsOutputTypeDef definition

class ComboChartFieldWellsOutputTypeDef(TypedDict):
    ComboChartAggregatedFieldWells: NotRequired[ComboChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See ComboChartAggregatedFieldWellsOutputTypeDef

FilledMapFieldWellsOutputTypeDef#

# FilledMapFieldWellsOutputTypeDef definition

class FilledMapFieldWellsOutputTypeDef(TypedDict):
    FilledMapAggregatedFieldWells: NotRequired[FilledMapAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See FilledMapAggregatedFieldWellsOutputTypeDef

FunnelChartFieldWellsOutputTypeDef#

# FunnelChartFieldWellsOutputTypeDef definition

class FunnelChartFieldWellsOutputTypeDef(TypedDict):
    FunnelChartAggregatedFieldWells: NotRequired[FunnelChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See FunnelChartAggregatedFieldWellsOutputTypeDef

GaugeChartConfigurationOutputTypeDef#

# GaugeChartConfigurationOutputTypeDef definition

class GaugeChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[GaugeChartFieldWellsOutputTypeDef],  # (1)
    GaugeChartOptions: NotRequired[GaugeChartOptionsTypeDef],  # (2)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (3)
    TooltipOptions: NotRequired[TooltipOptionsOutputTypeDef],  # (4)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (5)
    ColorConfiguration: NotRequired[GaugeChartColorConfigurationTypeDef],  # (6)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (7)
  1. See GaugeChartFieldWellsOutputTypeDef
  2. See GaugeChartOptionsTypeDef
  3. See DataLabelOptionsOutputTypeDef
  4. See TooltipOptionsOutputTypeDef
  5. See VisualPaletteOutputTypeDef
  6. See GaugeChartColorConfigurationTypeDef
  7. See VisualInteractionOptionsTypeDef

GeospatialMapFieldWellsOutputTypeDef#

# GeospatialMapFieldWellsOutputTypeDef definition

class GeospatialMapFieldWellsOutputTypeDef(TypedDict):
    GeospatialMapAggregatedFieldWells: NotRequired[GeospatialMapAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See GeospatialMapAggregatedFieldWellsOutputTypeDef

HeatMapFieldWellsOutputTypeDef#

# HeatMapFieldWellsOutputTypeDef definition

class HeatMapFieldWellsOutputTypeDef(TypedDict):
    HeatMapAggregatedFieldWells: NotRequired[HeatMapAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See HeatMapAggregatedFieldWellsOutputTypeDef

HistogramFieldWellsOutputTypeDef#

# HistogramFieldWellsOutputTypeDef definition

class HistogramFieldWellsOutputTypeDef(TypedDict):
    HistogramAggregatedFieldWells: NotRequired[HistogramAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See HistogramAggregatedFieldWellsOutputTypeDef

KPIConfigurationOutputTypeDef#

# KPIConfigurationOutputTypeDef definition

class KPIConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[KPIFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[KPISortConfigurationOutputTypeDef],  # (2)
    KPIOptions: NotRequired[KPIOptionsTypeDef],  # (3)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (4)
  1. See KPIFieldWellsOutputTypeDef
  2. See KPISortConfigurationOutputTypeDef
  3. See KPIOptionsTypeDef
  4. See VisualInteractionOptionsTypeDef

LineChartFieldWellsOutputTypeDef#

# LineChartFieldWellsOutputTypeDef definition

class LineChartFieldWellsOutputTypeDef(TypedDict):
    LineChartAggregatedFieldWells: NotRequired[LineChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See LineChartAggregatedFieldWellsOutputTypeDef

PieChartFieldWellsOutputTypeDef#

# PieChartFieldWellsOutputTypeDef definition

class PieChartFieldWellsOutputTypeDef(TypedDict):
    PieChartAggregatedFieldWells: NotRequired[PieChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See PieChartAggregatedFieldWellsOutputTypeDef

PivotTableFieldWellsOutputTypeDef#

# PivotTableFieldWellsOutputTypeDef definition

class PivotTableFieldWellsOutputTypeDef(TypedDict):
    PivotTableAggregatedFieldWells: NotRequired[PivotTableAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See PivotTableAggregatedFieldWellsOutputTypeDef

RadarChartFieldWellsOutputTypeDef#

# RadarChartFieldWellsOutputTypeDef definition

class RadarChartFieldWellsOutputTypeDef(TypedDict):
    RadarChartAggregatedFieldWells: NotRequired[RadarChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See RadarChartAggregatedFieldWellsOutputTypeDef

SankeyDiagramFieldWellsOutputTypeDef#

# SankeyDiagramFieldWellsOutputTypeDef definition

class SankeyDiagramFieldWellsOutputTypeDef(TypedDict):
    SankeyDiagramAggregatedFieldWells: NotRequired[SankeyDiagramAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See SankeyDiagramAggregatedFieldWellsOutputTypeDef

ScatterPlotFieldWellsOutputTypeDef#

# ScatterPlotFieldWellsOutputTypeDef definition

class ScatterPlotFieldWellsOutputTypeDef(TypedDict):
    ScatterPlotCategoricallyAggregatedFieldWells: NotRequired[ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef],  # (1)
    ScatterPlotUnaggregatedFieldWells: NotRequired[ScatterPlotUnaggregatedFieldWellsOutputTypeDef],  # (2)
  1. See ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef
  2. See ScatterPlotUnaggregatedFieldWellsOutputTypeDef

ComputationTypeDef#

# ComputationTypeDef definition

class ComputationTypeDef(TypedDict):
    TopBottomRanked: NotRequired[TopBottomRankedComputationTypeDef],  # (1)
    TopBottomMovers: NotRequired[TopBottomMoversComputationTypeDef],  # (2)
    TotalAggregation: NotRequired[TotalAggregationComputationTypeDef],  # (3)
    MaximumMinimum: NotRequired[MaximumMinimumComputationTypeDef],  # (4)
    MetricComparison: NotRequired[MetricComparisonComputationTypeDef],  # (5)
    PeriodOverPeriod: NotRequired[PeriodOverPeriodComputationTypeDef],  # (6)
    PeriodToDate: NotRequired[PeriodToDateComputationTypeDef],  # (7)
    GrowthRate: NotRequired[GrowthRateComputationTypeDef],  # (8)
    UniqueValues: NotRequired[UniqueValuesComputationTypeDef],  # (9)
    Forecast: NotRequired[ForecastComputationTypeDef],  # (10)
  1. See TopBottomRankedComputationTypeDef
  2. See TopBottomMoversComputationTypeDef
  3. See TotalAggregationComputationTypeDef
  4. See MaximumMinimumComputationTypeDef
  5. See MetricComparisonComputationTypeDef
  6. See PeriodOverPeriodComputationTypeDef
  7. See PeriodToDateComputationTypeDef
  8. See GrowthRateComputationTypeDef
  9. See UniqueValuesComputationTypeDef
  10. See ForecastComputationTypeDef

TreeMapFieldWellsOutputTypeDef#

# TreeMapFieldWellsOutputTypeDef definition

class TreeMapFieldWellsOutputTypeDef(TypedDict):
    TreeMapAggregatedFieldWells: NotRequired[TreeMapAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See TreeMapAggregatedFieldWellsOutputTypeDef

WaterfallChartFieldWellsOutputTypeDef#

# WaterfallChartFieldWellsOutputTypeDef definition

class WaterfallChartFieldWellsOutputTypeDef(TypedDict):
    WaterfallChartAggregatedFieldWells: NotRequired[WaterfallChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See WaterfallChartAggregatedFieldWellsOutputTypeDef

WordCloudFieldWellsOutputTypeDef#

# WordCloudFieldWellsOutputTypeDef definition

class WordCloudFieldWellsOutputTypeDef(TypedDict):
    WordCloudAggregatedFieldWells: NotRequired[WordCloudAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See WordCloudAggregatedFieldWellsOutputTypeDef

TableFieldWellsOutputTypeDef#

# TableFieldWellsOutputTypeDef definition

class TableFieldWellsOutputTypeDef(TypedDict):
    TableAggregatedFieldWells: NotRequired[TableAggregatedFieldWellsOutputTypeDef],  # (1)
    TableUnaggregatedFieldWells: NotRequired[TableUnaggregatedFieldWellsOutputTypeDef],  # (2)
  1. See TableAggregatedFieldWellsOutputTypeDef
  2. See TableUnaggregatedFieldWellsOutputTypeDef

SectionBasedLayoutConfigurationOutputTypeDef#

# SectionBasedLayoutConfigurationOutputTypeDef definition

class SectionBasedLayoutConfigurationOutputTypeDef(TypedDict):
    HeaderSections: List[HeaderFooterSectionConfigurationOutputTypeDef],  # (1)
    BodySections: List[BodySectionConfigurationOutputTypeDef],  # (2)
    FooterSections: List[HeaderFooterSectionConfigurationOutputTypeDef],  # (1)
    CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptionsTypeDef,  # (4)
  1. See HeaderFooterSectionConfigurationOutputTypeDef
  2. See BodySectionConfigurationOutputTypeDef
  3. See HeaderFooterSectionConfigurationOutputTypeDef
  4. See SectionBasedLayoutCanvasSizeOptionsTypeDef

BodySectionRepeatConfigurationTypeDef#

# BodySectionRepeatConfigurationTypeDef definition

class BodySectionRepeatConfigurationTypeDef(TypedDict):
    DimensionConfigurations: NotRequired[Sequence[BodySectionRepeatDimensionConfigurationUnionTypeDef]],  # (1)
    PageBreakConfiguration: NotRequired[BodySectionRepeatPageBreakConfigurationTypeDef],  # (2)
    NonRepeatingVisuals: NotRequired[Sequence[str]],
  1. See BodySectionRepeatDimensionConfigurationTypeDef BodySectionRepeatDimensionConfigurationOutputTypeDef
  2. See BodySectionRepeatPageBreakConfigurationTypeDef

PivotTableSortConfigurationTypeDef#

# PivotTableSortConfigurationTypeDef definition

class PivotTableSortConfigurationTypeDef(TypedDict):
    FieldSortOptions: NotRequired[Sequence[PivotFieldSortOptionsUnionTypeDef]],  # (1)
  1. See PivotFieldSortOptionsTypeDef PivotFieldSortOptionsOutputTypeDef

AssetBundleImportJobOverrideParametersTypeDef#

# AssetBundleImportJobOverrideParametersTypeDef definition

class AssetBundleImportJobOverrideParametersTypeDef(TypedDict):
    ResourceIdOverrideConfiguration: NotRequired[AssetBundleImportJobResourceIdOverrideConfigurationTypeDef],  # (1)
    VPCConnections: NotRequired[Sequence[AssetBundleImportJobVPCConnectionOverrideParametersUnionTypeDef]],  # (2)
    RefreshSchedules: NotRequired[Sequence[AssetBundleImportJobRefreshScheduleOverrideParametersUnionTypeDef]],  # (3)
    DataSources: NotRequired[Sequence[AssetBundleImportJobDataSourceOverrideParametersUnionTypeDef]],  # (4)
    DataSets: NotRequired[Sequence[AssetBundleImportJobDataSetOverrideParametersTypeDef]],  # (5)
    Themes: NotRequired[Sequence[AssetBundleImportJobThemeOverrideParametersTypeDef]],  # (6)
    Analyses: NotRequired[Sequence[AssetBundleImportJobAnalysisOverrideParametersTypeDef]],  # (7)
    Dashboards: NotRequired[Sequence[AssetBundleImportJobDashboardOverrideParametersTypeDef]],  # (8)
    Folders: NotRequired[Sequence[AssetBundleImportJobFolderOverrideParametersTypeDef]],  # (9)
  1. See AssetBundleImportJobResourceIdOverrideConfigurationTypeDef
  2. See AssetBundleImportJobVPCConnectionOverrideParametersTypeDef AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef
  3. See AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef
  4. See AssetBundleImportJobDataSourceOverrideParametersTypeDef AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef
  5. See AssetBundleImportJobDataSetOverrideParametersTypeDef
  6. See AssetBundleImportJobThemeOverrideParametersTypeDef
  7. See AssetBundleImportJobAnalysisOverrideParametersTypeDef
  8. See AssetBundleImportJobDashboardOverrideParametersTypeDef
  9. See AssetBundleImportJobFolderOverrideParametersTypeDef

CreateDataSourceRequestRequestTypeDef#

# CreateDataSourceRequestRequestTypeDef definition

class CreateDataSourceRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSourceId: str,
    Name: str,
    Type: DataSourceTypeType,  # (1)
    DataSourceParameters: NotRequired[DataSourceParametersTypeDef],  # (2)
    Credentials: NotRequired[DataSourceCredentialsTypeDef],  # (3)
    Permissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (4)
    VpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (5)
    SslProperties: NotRequired[SslPropertiesTypeDef],  # (6)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (7)
    FolderArns: NotRequired[Sequence[str]],
  1. See DataSourceTypeType
  2. See DataSourceParametersTypeDef
  3. See DataSourceCredentialsTypeDef
  4. See ResourcePermissionTypeDef
  5. See VpcConnectionPropertiesTypeDef
  6. See SslPropertiesTypeDef
  7. See TagTypeDef

UpdateDataSourceRequestRequestTypeDef#

# UpdateDataSourceRequestRequestTypeDef definition

class UpdateDataSourceRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSourceId: str,
    Name: str,
    DataSourceParameters: NotRequired[DataSourceParametersTypeDef],  # (1)
    Credentials: NotRequired[DataSourceCredentialsTypeDef],  # (2)
    VpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (3)
    SslProperties: NotRequired[SslPropertiesTypeDef],  # (4)
  1. See DataSourceParametersTypeDef
  2. See DataSourceCredentialsTypeDef
  3. See VpcConnectionPropertiesTypeDef
  4. See SslPropertiesTypeDef

BodySectionContentTypeDef#

# BodySectionContentTypeDef definition

class BodySectionContentTypeDef(TypedDict):
    Layout: NotRequired[SectionLayoutConfigurationUnionTypeDef],  # (1)
  1. See SectionLayoutConfigurationTypeDef SectionLayoutConfigurationOutputTypeDef

HeaderFooterSectionConfigurationTypeDef#

# HeaderFooterSectionConfigurationTypeDef definition

class HeaderFooterSectionConfigurationTypeDef(TypedDict):
    SectionId: str,
    Layout: SectionLayoutConfigurationUnionTypeDef,  # (1)
    Style: NotRequired[SectionStyleTypeDef],  # (2)
  1. See SectionLayoutConfigurationTypeDef SectionLayoutConfigurationOutputTypeDef
  2. See SectionStyleTypeDef

CustomActionSetParametersOperationTypeDef#

# CustomActionSetParametersOperationTypeDef definition

class CustomActionSetParametersOperationTypeDef(TypedDict):
    ParameterValueConfigurations: Sequence[SetParameterValueConfigurationUnionTypeDef],  # (1)
  1. See SetParameterValueConfigurationTypeDef SetParameterValueConfigurationOutputTypeDef

CreateDataSetRequestRequestTypeDef#

# CreateDataSetRequestRequestTypeDef definition

class CreateDataSetRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,
    Name: str,
    PhysicalTableMap: Mapping[str, PhysicalTableUnionTypeDef],  # (1)
    ImportMode: DataSetImportModeType,  # (2)
    LogicalTableMap: NotRequired[Mapping[str, LogicalTableUnionTypeDef]],  # (3)
    ColumnGroups: NotRequired[Sequence[ColumnGroupUnionTypeDef]],  # (4)
    FieldFolders: NotRequired[Mapping[str, FieldFolderUnionTypeDef]],  # (5)
    Permissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (6)
    RowLevelPermissionDataSet: NotRequired[RowLevelPermissionDataSetTypeDef],  # (7)
    RowLevelPermissionTagConfiguration: NotRequired[RowLevelPermissionTagConfigurationTypeDef],  # (8)
    ColumnLevelPermissionRules: NotRequired[Sequence[ColumnLevelPermissionRuleUnionTypeDef]],  # (9)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (10)
    DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef],  # (11)
    DatasetParameters: NotRequired[Sequence[DatasetParameterUnionTypeDef]],  # (12)
    FolderArns: NotRequired[Sequence[str]],
  1. See PhysicalTableTypeDef PhysicalTableOutputTypeDef
  2. See DataSetImportModeType
  3. See LogicalTableTypeDef LogicalTableOutputTypeDef
  4. See ColumnGroupTypeDef ColumnGroupOutputTypeDef
  5. See FieldFolderTypeDef FieldFolderOutputTypeDef
  6. See ResourcePermissionTypeDef
  7. See RowLevelPermissionDataSetTypeDef
  8. See RowLevelPermissionTagConfigurationTypeDef
  9. See ColumnLevelPermissionRuleTypeDef ColumnLevelPermissionRuleOutputTypeDef
  10. See TagTypeDef
  11. See DataSetUsageConfigurationTypeDef
  12. See DatasetParameterTypeDef DatasetParameterOutputTypeDef

LineSeriesAxisDisplayOptionsTypeDef#

# LineSeriesAxisDisplayOptionsTypeDef definition

class LineSeriesAxisDisplayOptionsTypeDef(TypedDict):
    AxisOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (1)
    MissingDataConfigurations: NotRequired[Sequence[MissingDataConfigurationTypeDef]],  # (2)
  1. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  2. See MissingDataConfigurationTypeDef

TopicIRTypeDef#

# TopicIRTypeDef definition

class TopicIRTypeDef(TypedDict):
    Metrics: NotRequired[Sequence[TopicIRMetricUnionTypeDef]],  # (1)
    GroupByList: NotRequired[Sequence[TopicIRGroupByTypeDef]],  # (2)
    Filters: NotRequired[Sequence[Sequence[TopicIRFilterOptionUnionTypeDef]]],  # (3)
    Sort: NotRequired[TopicSortClauseTypeDef],  # (4)
    ContributionAnalysis: NotRequired[TopicIRContributionAnalysisUnionTypeDef],  # (5)
    Visual: NotRequired[VisualOptionsTypeDef],  # (6)
  1. See TopicIRMetricTypeDef TopicIRMetricOutputTypeDef
  2. See TopicIRGroupByTypeDef
  3. See TopicIRFilterOptionTypeDef TopicIRFilterOptionOutputTypeDef
  4. See TopicSortClauseTypeDef
  5. See TopicIRContributionAnalysisTypeDef TopicIRContributionAnalysisOutputTypeDef
  6. See VisualOptionsTypeDef

NestedFilterOutputTypeDef#

# NestedFilterOutputTypeDef definition

class NestedFilterOutputTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    IncludeInnerSet: bool,
    InnerFilter: InnerFilterOutputTypeDef,  # (2)
  1. See ColumnIdentifierTypeDef
  2. See InnerFilterOutputTypeDef

GaugeChartConditionalFormattingOptionTypeDef#

# GaugeChartConditionalFormattingOptionTypeDef definition

class GaugeChartConditionalFormattingOptionTypeDef(TypedDict):
    PrimaryValue: NotRequired[GaugeChartPrimaryValueConditionalFormattingUnionTypeDef],  # (1)
    Arc: NotRequired[GaugeChartArcConditionalFormattingUnionTypeDef],  # (2)
  1. See GaugeChartPrimaryValueConditionalFormattingTypeDef GaugeChartPrimaryValueConditionalFormattingOutputTypeDef
  2. See GaugeChartArcConditionalFormattingTypeDef GaugeChartArcConditionalFormattingOutputTypeDef

KPIConditionalFormattingOptionTypeDef#

# KPIConditionalFormattingOptionTypeDef definition

class KPIConditionalFormattingOptionTypeDef(TypedDict):
    PrimaryValue: NotRequired[KPIPrimaryValueConditionalFormattingUnionTypeDef],  # (1)
    ProgressBar: NotRequired[KPIProgressBarConditionalFormattingUnionTypeDef],  # (2)
    ActualValue: NotRequired[KPIActualValueConditionalFormattingUnionTypeDef],  # (3)
    ComparisonValue: NotRequired[KPIComparisonValueConditionalFormattingUnionTypeDef],  # (4)
  1. See KPIPrimaryValueConditionalFormattingTypeDef KPIPrimaryValueConditionalFormattingOutputTypeDef
  2. See KPIProgressBarConditionalFormattingTypeDef KPIProgressBarConditionalFormattingOutputTypeDef
  3. See KPIActualValueConditionalFormattingTypeDef KPIActualValueConditionalFormattingOutputTypeDef
  4. See KPIComparisonValueConditionalFormattingTypeDef KPIComparisonValueConditionalFormattingOutputTypeDef

FilledMapShapeConditionalFormattingTypeDef#

# FilledMapShapeConditionalFormattingTypeDef definition

class FilledMapShapeConditionalFormattingTypeDef(TypedDict):
    FieldId: str,
    Format: NotRequired[ShapeConditionalFormatUnionTypeDef],  # (1)
  1. See ShapeConditionalFormatTypeDef ShapeConditionalFormatOutputTypeDef

PivotTableCellConditionalFormattingTypeDef#

# PivotTableCellConditionalFormattingTypeDef definition

class PivotTableCellConditionalFormattingTypeDef(TypedDict):
    FieldId: str,
    TextFormat: NotRequired[TextConditionalFormatUnionTypeDef],  # (1)
    Scope: NotRequired[PivotTableConditionalFormattingScopeTypeDef],  # (2)
    Scopes: NotRequired[Sequence[PivotTableConditionalFormattingScopeTypeDef]],  # (3)
  1. See TextConditionalFormatTypeDef TextConditionalFormatOutputTypeDef
  2. See PivotTableConditionalFormattingScopeTypeDef
  3. See PivotTableConditionalFormattingScopeTypeDef

TableCellConditionalFormattingTypeDef#

# TableCellConditionalFormattingTypeDef definition

class TableCellConditionalFormattingTypeDef(TypedDict):
    FieldId: str,
    TextFormat: NotRequired[TextConditionalFormatUnionTypeDef],  # (1)
  1. See TextConditionalFormatTypeDef TextConditionalFormatOutputTypeDef

BarChartConfigurationOutputTypeDef#

# BarChartConfigurationOutputTypeDef definition

class BarChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[BarChartFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[BarChartSortConfigurationOutputTypeDef],  # (2)
    Orientation: NotRequired[BarChartOrientationType],  # (3)
    BarsArrangement: NotRequired[BarsArrangementType],  # (4)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (5)
    SmallMultiplesOptions: NotRequired[SmallMultiplesOptionsTypeDef],  # (6)
    CategoryAxis: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (7)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (8)
    ValueAxis: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (7)
    ValueLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (8)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (8)
    Legend: NotRequired[LegendOptionsTypeDef],  # (12)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (13)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (14)
    ReferenceLines: NotRequired[List[ReferenceLineTypeDef]],  # (15)
    ContributionAnalysisDefaults: NotRequired[List[ContributionAnalysisDefaultOutputTypeDef]],  # (16)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (17)
  1. See BarChartFieldWellsOutputTypeDef
  2. See BarChartSortConfigurationOutputTypeDef
  3. See BarChartOrientationType
  4. See BarsArrangementType
  5. See VisualPaletteOutputTypeDef
  6. See SmallMultiplesOptionsTypeDef
  7. See AxisDisplayOptionsOutputTypeDef
  8. See ChartAxisLabelOptionsOutputTypeDef
  9. See AxisDisplayOptionsOutputTypeDef
  10. See ChartAxisLabelOptionsOutputTypeDef
  11. See ChartAxisLabelOptionsOutputTypeDef
  12. See LegendOptionsTypeDef
  13. See DataLabelOptionsOutputTypeDef
  14. See TooltipOptionsOutputTypeDef
  15. See ReferenceLineTypeDef
  16. See ContributionAnalysisDefaultOutputTypeDef
  17. See VisualInteractionOptionsTypeDef

BarChartFieldWellsTypeDef#

# BarChartFieldWellsTypeDef definition

class BarChartFieldWellsTypeDef(TypedDict):
    BarChartAggregatedFieldWells: NotRequired[BarChartAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See BarChartAggregatedFieldWellsTypeDef BarChartAggregatedFieldWellsOutputTypeDef

BoxPlotChartConfigurationOutputTypeDef#

# BoxPlotChartConfigurationOutputTypeDef definition

class BoxPlotChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[BoxPlotFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[BoxPlotSortConfigurationOutputTypeDef],  # (2)
    BoxPlotOptions: NotRequired[BoxPlotOptionsTypeDef],  # (3)
    CategoryAxis: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (4)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (5)
    PrimaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (4)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (9)
    ReferenceLines: NotRequired[List[ReferenceLineTypeDef]],  # (10)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (11)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (12)
  1. See BoxPlotFieldWellsOutputTypeDef
  2. See BoxPlotSortConfigurationOutputTypeDef
  3. See BoxPlotOptionsTypeDef
  4. See AxisDisplayOptionsOutputTypeDef
  5. See ChartAxisLabelOptionsOutputTypeDef
  6. See AxisDisplayOptionsOutputTypeDef
  7. See ChartAxisLabelOptionsOutputTypeDef
  8. See LegendOptionsTypeDef
  9. See TooltipOptionsOutputTypeDef
  10. See ReferenceLineTypeDef
  11. See VisualPaletteOutputTypeDef
  12. See VisualInteractionOptionsTypeDef

BoxPlotFieldWellsTypeDef#

# BoxPlotFieldWellsTypeDef definition

class BoxPlotFieldWellsTypeDef(TypedDict):
    BoxPlotAggregatedFieldWells: NotRequired[BoxPlotAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See BoxPlotAggregatedFieldWellsTypeDef BoxPlotAggregatedFieldWellsOutputTypeDef

ComboChartConfigurationOutputTypeDef#

# ComboChartConfigurationOutputTypeDef definition

class ComboChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[ComboChartFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[ComboChartSortConfigurationOutputTypeDef],  # (2)
    BarsArrangement: NotRequired[BarsArrangementType],  # (3)
    CategoryAxis: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (4)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (5)
    PrimaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (4)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (5)
    SecondaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (4)
    SecondaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (5)
    SingleAxisOptions: NotRequired[SingleAxisOptionsTypeDef],  # (10)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (12)
    BarDataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (13)
    LineDataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (13)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (15)
    ReferenceLines: NotRequired[List[ReferenceLineTypeDef]],  # (16)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (17)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (18)
  1. See ComboChartFieldWellsOutputTypeDef
  2. See ComboChartSortConfigurationOutputTypeDef
  3. See BarsArrangementType
  4. See AxisDisplayOptionsOutputTypeDef
  5. See ChartAxisLabelOptionsOutputTypeDef
  6. See AxisDisplayOptionsOutputTypeDef
  7. See ChartAxisLabelOptionsOutputTypeDef
  8. See AxisDisplayOptionsOutputTypeDef
  9. See ChartAxisLabelOptionsOutputTypeDef
  10. See SingleAxisOptionsTypeDef
  11. See ChartAxisLabelOptionsOutputTypeDef
  12. See LegendOptionsTypeDef
  13. See DataLabelOptionsOutputTypeDef
  14. See DataLabelOptionsOutputTypeDef
  15. See TooltipOptionsOutputTypeDef
  16. See ReferenceLineTypeDef
  17. See VisualPaletteOutputTypeDef
  18. See VisualInteractionOptionsTypeDef

ComboChartFieldWellsTypeDef#

# ComboChartFieldWellsTypeDef definition

class ComboChartFieldWellsTypeDef(TypedDict):
    ComboChartAggregatedFieldWells: NotRequired[ComboChartAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See ComboChartAggregatedFieldWellsTypeDef ComboChartAggregatedFieldWellsOutputTypeDef

FilledMapConfigurationOutputTypeDef#

# FilledMapConfigurationOutputTypeDef definition

class FilledMapConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[FilledMapFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[FilledMapSortConfigurationOutputTypeDef],  # (2)
    Legend: NotRequired[LegendOptionsTypeDef],  # (3)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (4)
    WindowOptions: NotRequired[GeospatialWindowOptionsTypeDef],  # (5)
    MapStyleOptions: NotRequired[GeospatialMapStyleOptionsTypeDef],  # (6)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (7)
  1. See FilledMapFieldWellsOutputTypeDef
  2. See FilledMapSortConfigurationOutputTypeDef
  3. See LegendOptionsTypeDef
  4. See TooltipOptionsOutputTypeDef
  5. See GeospatialWindowOptionsTypeDef
  6. See GeospatialMapStyleOptionsTypeDef
  7. See VisualInteractionOptionsTypeDef

FilledMapFieldWellsTypeDef#

# FilledMapFieldWellsTypeDef definition

class FilledMapFieldWellsTypeDef(TypedDict):
    FilledMapAggregatedFieldWells: NotRequired[FilledMapAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See FilledMapAggregatedFieldWellsTypeDef FilledMapAggregatedFieldWellsOutputTypeDef

FunnelChartConfigurationOutputTypeDef#

# FunnelChartConfigurationOutputTypeDef definition

class FunnelChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[FunnelChartFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[FunnelChartSortConfigurationOutputTypeDef],  # (2)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    ValueLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (5)
    DataLabelOptions: NotRequired[FunnelChartDataLabelOptionsTypeDef],  # (6)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (7)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (8)
  1. See FunnelChartFieldWellsOutputTypeDef
  2. See FunnelChartSortConfigurationOutputTypeDef
  3. See ChartAxisLabelOptionsOutputTypeDef
  4. See ChartAxisLabelOptionsOutputTypeDef
  5. See TooltipOptionsOutputTypeDef
  6. See FunnelChartDataLabelOptionsTypeDef
  7. See VisualPaletteOutputTypeDef
  8. See VisualInteractionOptionsTypeDef

FunnelChartFieldWellsTypeDef#

# FunnelChartFieldWellsTypeDef definition

class FunnelChartFieldWellsTypeDef(TypedDict):
    FunnelChartAggregatedFieldWells: NotRequired[FunnelChartAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See FunnelChartAggregatedFieldWellsTypeDef FunnelChartAggregatedFieldWellsOutputTypeDef

GaugeChartVisualOutputTypeDef#

# GaugeChartVisualOutputTypeDef definition

class GaugeChartVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[GaugeChartConfigurationOutputTypeDef],  # (3)
    ConditionalFormatting: NotRequired[GaugeChartConditionalFormattingOutputTypeDef],  # (4)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GaugeChartConfigurationOutputTypeDef
  4. See GaugeChartConditionalFormattingOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

GeospatialMapConfigurationOutputTypeDef#

# GeospatialMapConfigurationOutputTypeDef definition

class GeospatialMapConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[GeospatialMapFieldWellsOutputTypeDef],  # (1)
    Legend: NotRequired[LegendOptionsTypeDef],  # (2)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (3)
    WindowOptions: NotRequired[GeospatialWindowOptionsTypeDef],  # (4)
    MapStyleOptions: NotRequired[GeospatialMapStyleOptionsTypeDef],  # (5)
    PointStyleOptions: NotRequired[GeospatialPointStyleOptionsOutputTypeDef],  # (6)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (7)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (8)
  1. See GeospatialMapFieldWellsOutputTypeDef
  2. See LegendOptionsTypeDef
  3. See TooltipOptionsOutputTypeDef
  4. See GeospatialWindowOptionsTypeDef
  5. See GeospatialMapStyleOptionsTypeDef
  6. See GeospatialPointStyleOptionsOutputTypeDef
  7. See VisualPaletteOutputTypeDef
  8. See VisualInteractionOptionsTypeDef

GeospatialMapFieldWellsTypeDef#

# GeospatialMapFieldWellsTypeDef definition

class GeospatialMapFieldWellsTypeDef(TypedDict):
    GeospatialMapAggregatedFieldWells: NotRequired[GeospatialMapAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See GeospatialMapAggregatedFieldWellsTypeDef GeospatialMapAggregatedFieldWellsOutputTypeDef

HeatMapConfigurationOutputTypeDef#

# HeatMapConfigurationOutputTypeDef definition

class HeatMapConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[HeatMapFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[HeatMapSortConfigurationOutputTypeDef],  # (2)
    RowLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    ColumnLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    ColorScale: NotRequired[ColorScaleOutputTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (6)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (7)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (8)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (9)
  1. See HeatMapFieldWellsOutputTypeDef
  2. See HeatMapSortConfigurationOutputTypeDef
  3. See ChartAxisLabelOptionsOutputTypeDef
  4. See ChartAxisLabelOptionsOutputTypeDef
  5. See ColorScaleOutputTypeDef
  6. See LegendOptionsTypeDef
  7. See DataLabelOptionsOutputTypeDef
  8. See TooltipOptionsOutputTypeDef
  9. See VisualInteractionOptionsTypeDef

HeatMapFieldWellsTypeDef#

# HeatMapFieldWellsTypeDef definition

class HeatMapFieldWellsTypeDef(TypedDict):
    HeatMapAggregatedFieldWells: NotRequired[HeatMapAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See HeatMapAggregatedFieldWellsTypeDef HeatMapAggregatedFieldWellsOutputTypeDef

HistogramConfigurationOutputTypeDef#

# HistogramConfigurationOutputTypeDef definition

class HistogramConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[HistogramFieldWellsOutputTypeDef],  # (1)
    XAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (2)
    XAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    YAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (2)
    BinOptions: NotRequired[HistogramBinOptionsTypeDef],  # (5)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (6)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (7)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (8)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (9)
  1. See HistogramFieldWellsOutputTypeDef
  2. See AxisDisplayOptionsOutputTypeDef
  3. See ChartAxisLabelOptionsOutputTypeDef
  4. See AxisDisplayOptionsOutputTypeDef
  5. See HistogramBinOptionsTypeDef
  6. See DataLabelOptionsOutputTypeDef
  7. See TooltipOptionsOutputTypeDef
  8. See VisualPaletteOutputTypeDef
  9. See VisualInteractionOptionsTypeDef

HistogramFieldWellsTypeDef#

# HistogramFieldWellsTypeDef definition

class HistogramFieldWellsTypeDef(TypedDict):
    HistogramAggregatedFieldWells: NotRequired[HistogramAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See HistogramAggregatedFieldWellsTypeDef HistogramAggregatedFieldWellsOutputTypeDef

KPIVisualOutputTypeDef#

# KPIVisualOutputTypeDef definition

class KPIVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[KPIConfigurationOutputTypeDef],  # (3)
    ConditionalFormatting: NotRequired[KPIConditionalFormattingOutputTypeDef],  # (4)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (5)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (6)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See KPIConfigurationOutputTypeDef
  4. See KPIConditionalFormattingOutputTypeDef
  5. See VisualCustomActionOutputTypeDef
  6. See ColumnHierarchyOutputTypeDef

KPIConfigurationTypeDef#

# KPIConfigurationTypeDef definition

class KPIConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[KPIFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[KPISortConfigurationUnionTypeDef],  # (2)
    KPIOptions: NotRequired[KPIOptionsTypeDef],  # (3)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (4)
  1. See KPIFieldWellsTypeDef KPIFieldWellsOutputTypeDef
  2. See KPISortConfigurationTypeDef KPISortConfigurationOutputTypeDef
  3. See KPIOptionsTypeDef
  4. See VisualInteractionOptionsTypeDef

LineChartConfigurationOutputTypeDef#

# LineChartConfigurationOutputTypeDef definition

class LineChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[LineChartFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[LineChartSortConfigurationOutputTypeDef],  # (2)
    ForecastConfigurations: NotRequired[List[ForecastConfigurationOutputTypeDef]],  # (3)
    Type: NotRequired[LineChartTypeType],  # (4)
    SmallMultiplesOptions: NotRequired[SmallMultiplesOptionsTypeDef],  # (5)
    XAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (6)
    XAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (7)
    PrimaryYAxisDisplayOptions: NotRequired[LineSeriesAxisDisplayOptionsOutputTypeDef],  # (8)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (7)
    SecondaryYAxisDisplayOptions: NotRequired[LineSeriesAxisDisplayOptionsOutputTypeDef],  # (8)
    SecondaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (7)
    SingleAxisOptions: NotRequired[SingleAxisOptionsTypeDef],  # (12)
    DefaultSeriesSettings: NotRequired[LineChartDefaultSeriesSettingsTypeDef],  # (13)
    Series: NotRequired[List[SeriesItemTypeDef]],  # (14)
    Legend: NotRequired[LegendOptionsTypeDef],  # (15)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (16)
    ReferenceLines: NotRequired[List[ReferenceLineTypeDef]],  # (17)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (18)
    ContributionAnalysisDefaults: NotRequired[List[ContributionAnalysisDefaultOutputTypeDef]],  # (19)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (20)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (21)
  1. See LineChartFieldWellsOutputTypeDef
  2. See LineChartSortConfigurationOutputTypeDef
  3. See ForecastConfigurationOutputTypeDef
  4. See LineChartTypeType
  5. See SmallMultiplesOptionsTypeDef
  6. See AxisDisplayOptionsOutputTypeDef
  7. See ChartAxisLabelOptionsOutputTypeDef
  8. See LineSeriesAxisDisplayOptionsOutputTypeDef
  9. See ChartAxisLabelOptionsOutputTypeDef
  10. See LineSeriesAxisDisplayOptionsOutputTypeDef
  11. See ChartAxisLabelOptionsOutputTypeDef
  12. See SingleAxisOptionsTypeDef
  13. See LineChartDefaultSeriesSettingsTypeDef
  14. See SeriesItemTypeDef
  15. See LegendOptionsTypeDef
  16. See DataLabelOptionsOutputTypeDef
  17. See ReferenceLineTypeDef
  18. See TooltipOptionsOutputTypeDef
  19. See ContributionAnalysisDefaultOutputTypeDef
  20. See VisualPaletteOutputTypeDef
  21. See VisualInteractionOptionsTypeDef

LineChartFieldWellsTypeDef#

# LineChartFieldWellsTypeDef definition

class LineChartFieldWellsTypeDef(TypedDict):
    LineChartAggregatedFieldWells: NotRequired[LineChartAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See LineChartAggregatedFieldWellsTypeDef LineChartAggregatedFieldWellsOutputTypeDef

PieChartConfigurationOutputTypeDef#

# PieChartConfigurationOutputTypeDef definition

class PieChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[PieChartFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[PieChartSortConfigurationOutputTypeDef],  # (2)
    DonutOptions: NotRequired[DonutOptionsTypeDef],  # (3)
    SmallMultiplesOptions: NotRequired[SmallMultiplesOptionsTypeDef],  # (4)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (5)
    ValueLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (7)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (9)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (10)
    ContributionAnalysisDefaults: NotRequired[List[ContributionAnalysisDefaultOutputTypeDef]],  # (11)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (12)
  1. See PieChartFieldWellsOutputTypeDef
  2. See PieChartSortConfigurationOutputTypeDef
  3. See DonutOptionsTypeDef
  4. See SmallMultiplesOptionsTypeDef
  5. See ChartAxisLabelOptionsOutputTypeDef
  6. See ChartAxisLabelOptionsOutputTypeDef
  7. See LegendOptionsTypeDef
  8. See DataLabelOptionsOutputTypeDef
  9. See TooltipOptionsOutputTypeDef
  10. See VisualPaletteOutputTypeDef
  11. See ContributionAnalysisDefaultOutputTypeDef
  12. See VisualInteractionOptionsTypeDef

PieChartFieldWellsTypeDef#

# PieChartFieldWellsTypeDef definition

class PieChartFieldWellsTypeDef(TypedDict):
    PieChartAggregatedFieldWells: NotRequired[PieChartAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See PieChartAggregatedFieldWellsTypeDef PieChartAggregatedFieldWellsOutputTypeDef

PivotTableConfigurationOutputTypeDef#

# PivotTableConfigurationOutputTypeDef definition

class PivotTableConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[PivotTableFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[PivotTableSortConfigurationOutputTypeDef],  # (2)
    TableOptions: NotRequired[PivotTableOptionsOutputTypeDef],  # (3)
    TotalOptions: NotRequired[PivotTableTotalOptionsOutputTypeDef],  # (4)
    FieldOptions: NotRequired[PivotTableFieldOptionsOutputTypeDef],  # (5)
    PaginatedReportOptions: NotRequired[PivotTablePaginatedReportOptionsTypeDef],  # (6)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (7)
  1. See PivotTableFieldWellsOutputTypeDef
  2. See PivotTableSortConfigurationOutputTypeDef
  3. See PivotTableOptionsOutputTypeDef
  4. See PivotTableTotalOptionsOutputTypeDef
  5. See PivotTableFieldOptionsOutputTypeDef
  6. See PivotTablePaginatedReportOptionsTypeDef
  7. See VisualInteractionOptionsTypeDef

PivotTableFieldWellsTypeDef#

# PivotTableFieldWellsTypeDef definition

class PivotTableFieldWellsTypeDef(TypedDict):
    PivotTableAggregatedFieldWells: NotRequired[PivotTableAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See PivotTableAggregatedFieldWellsTypeDef PivotTableAggregatedFieldWellsOutputTypeDef

RadarChartConfigurationOutputTypeDef#

# RadarChartConfigurationOutputTypeDef definition

class RadarChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[RadarChartFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[RadarChartSortConfigurationOutputTypeDef],  # (2)
    Shape: NotRequired[RadarChartShapeType],  # (3)
    BaseSeriesSettings: NotRequired[RadarChartSeriesSettingsTypeDef],  # (4)
    StartAngle: NotRequired[float],
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (5)
    AlternateBandColorsVisibility: NotRequired[VisibilityType],  # (6)
    AlternateBandEvenColor: NotRequired[str],
    AlternateBandOddColor: NotRequired[str],
    CategoryAxis: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (7)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (8)
    ColorAxis: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (7)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (8)
    Legend: NotRequired[LegendOptionsTypeDef],  # (11)
    AxesRangeScale: NotRequired[RadarChartAxesRangeScaleType],  # (12)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (13)
  1. See RadarChartFieldWellsOutputTypeDef
  2. See RadarChartSortConfigurationOutputTypeDef
  3. See RadarChartShapeType
  4. See RadarChartSeriesSettingsTypeDef
  5. See VisualPaletteOutputTypeDef
  6. See VisibilityType
  7. See AxisDisplayOptionsOutputTypeDef
  8. See ChartAxisLabelOptionsOutputTypeDef
  9. See AxisDisplayOptionsOutputTypeDef
  10. See ChartAxisLabelOptionsOutputTypeDef
  11. See LegendOptionsTypeDef
  12. See RadarChartAxesRangeScaleType
  13. See VisualInteractionOptionsTypeDef

RadarChartFieldWellsTypeDef#

# RadarChartFieldWellsTypeDef definition

class RadarChartFieldWellsTypeDef(TypedDict):
    RadarChartAggregatedFieldWells: NotRequired[RadarChartAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See RadarChartAggregatedFieldWellsTypeDef RadarChartAggregatedFieldWellsOutputTypeDef

SankeyDiagramChartConfigurationOutputTypeDef#

# SankeyDiagramChartConfigurationOutputTypeDef definition

class SankeyDiagramChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[SankeyDiagramFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[SankeyDiagramSortConfigurationOutputTypeDef],  # (2)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (3)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (4)
  1. See SankeyDiagramFieldWellsOutputTypeDef
  2. See SankeyDiagramSortConfigurationOutputTypeDef
  3. See DataLabelOptionsOutputTypeDef
  4. See VisualInteractionOptionsTypeDef

SankeyDiagramFieldWellsTypeDef#

# SankeyDiagramFieldWellsTypeDef definition

class SankeyDiagramFieldWellsTypeDef(TypedDict):
    SankeyDiagramAggregatedFieldWells: NotRequired[SankeyDiagramAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See SankeyDiagramAggregatedFieldWellsTypeDef SankeyDiagramAggregatedFieldWellsOutputTypeDef

ScatterPlotConfigurationOutputTypeDef#

# ScatterPlotConfigurationOutputTypeDef definition

class ScatterPlotConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[ScatterPlotFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[ScatterPlotSortConfigurationTypeDef],  # (2)
    XAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    XAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (4)
    YAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    YAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (4)
    Legend: NotRequired[LegendOptionsTypeDef],  # (7)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (9)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (10)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (11)
  1. See ScatterPlotFieldWellsOutputTypeDef
  2. See ScatterPlotSortConfigurationTypeDef
  3. See ChartAxisLabelOptionsOutputTypeDef
  4. See AxisDisplayOptionsOutputTypeDef
  5. See ChartAxisLabelOptionsOutputTypeDef
  6. See AxisDisplayOptionsOutputTypeDef
  7. See LegendOptionsTypeDef
  8. See DataLabelOptionsOutputTypeDef
  9. See TooltipOptionsOutputTypeDef
  10. See VisualPaletteOutputTypeDef
  11. See VisualInteractionOptionsTypeDef

ScatterPlotFieldWellsTypeDef#

# ScatterPlotFieldWellsTypeDef definition

class ScatterPlotFieldWellsTypeDef(TypedDict):
    ScatterPlotCategoricallyAggregatedFieldWells: NotRequired[ScatterPlotCategoricallyAggregatedFieldWellsUnionTypeDef],  # (1)
    ScatterPlotUnaggregatedFieldWells: NotRequired[ScatterPlotUnaggregatedFieldWellsUnionTypeDef],  # (2)
  1. See ScatterPlotCategoricallyAggregatedFieldWellsTypeDef ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef
  2. See ScatterPlotUnaggregatedFieldWellsTypeDef ScatterPlotUnaggregatedFieldWellsOutputTypeDef

InsightConfigurationOutputTypeDef#

# InsightConfigurationOutputTypeDef definition

class InsightConfigurationOutputTypeDef(TypedDict):
    Computations: NotRequired[List[ComputationTypeDef]],  # (1)
    CustomNarrative: NotRequired[CustomNarrativeOptionsTypeDef],  # (2)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (3)
  1. See ComputationTypeDef
  2. See CustomNarrativeOptionsTypeDef
  3. See VisualInteractionOptionsTypeDef

InsightConfigurationTypeDef#

# InsightConfigurationTypeDef definition

class InsightConfigurationTypeDef(TypedDict):
    Computations: NotRequired[Sequence[ComputationTypeDef]],  # (1)
    CustomNarrative: NotRequired[CustomNarrativeOptionsTypeDef],  # (2)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (3)
  1. See ComputationTypeDef
  2. See CustomNarrativeOptionsTypeDef
  3. See VisualInteractionOptionsTypeDef

TreeMapConfigurationOutputTypeDef#

# TreeMapConfigurationOutputTypeDef definition

class TreeMapConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[TreeMapFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[TreeMapSortConfigurationOutputTypeDef],  # (2)
    GroupLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    SizeLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    ColorScale: NotRequired[ColorScaleOutputTypeDef],  # (6)
    Legend: NotRequired[LegendOptionsTypeDef],  # (7)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (9)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (10)
  1. See TreeMapFieldWellsOutputTypeDef
  2. See TreeMapSortConfigurationOutputTypeDef
  3. See ChartAxisLabelOptionsOutputTypeDef
  4. See ChartAxisLabelOptionsOutputTypeDef
  5. See ChartAxisLabelOptionsOutputTypeDef
  6. See ColorScaleOutputTypeDef
  7. See LegendOptionsTypeDef
  8. See DataLabelOptionsOutputTypeDef
  9. See TooltipOptionsOutputTypeDef
  10. See VisualInteractionOptionsTypeDef

TreeMapFieldWellsTypeDef#

# TreeMapFieldWellsTypeDef definition

class TreeMapFieldWellsTypeDef(TypedDict):
    TreeMapAggregatedFieldWells: NotRequired[TreeMapAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See TreeMapAggregatedFieldWellsTypeDef TreeMapAggregatedFieldWellsOutputTypeDef

WaterfallChartConfigurationOutputTypeDef#

# WaterfallChartConfigurationOutputTypeDef definition

class WaterfallChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[WaterfallChartFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[WaterfallChartSortConfigurationOutputTypeDef],  # (2)
    WaterfallChartOptions: NotRequired[WaterfallChartOptionsTypeDef],  # (3)
    CategoryAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (4)
    CategoryAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (5)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (4)
    PrimaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (8)
    DataLabels: NotRequired[DataLabelOptionsOutputTypeDef],  # (9)
    VisualPalette: NotRequired[VisualPaletteOutputTypeDef],  # (10)
    ColorConfiguration: NotRequired[WaterfallChartColorConfigurationTypeDef],  # (11)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (12)
  1. See WaterfallChartFieldWellsOutputTypeDef
  2. See WaterfallChartSortConfigurationOutputTypeDef
  3. See WaterfallChartOptionsTypeDef
  4. See ChartAxisLabelOptionsOutputTypeDef
  5. See AxisDisplayOptionsOutputTypeDef
  6. See ChartAxisLabelOptionsOutputTypeDef
  7. See AxisDisplayOptionsOutputTypeDef
  8. See LegendOptionsTypeDef
  9. See DataLabelOptionsOutputTypeDef
  10. See VisualPaletteOutputTypeDef
  11. See WaterfallChartColorConfigurationTypeDef
  12. See VisualInteractionOptionsTypeDef

WaterfallChartFieldWellsTypeDef#

# WaterfallChartFieldWellsTypeDef definition

class WaterfallChartFieldWellsTypeDef(TypedDict):
    WaterfallChartAggregatedFieldWells: NotRequired[WaterfallChartAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See WaterfallChartAggregatedFieldWellsTypeDef WaterfallChartAggregatedFieldWellsOutputTypeDef

WordCloudChartConfigurationOutputTypeDef#

# WordCloudChartConfigurationOutputTypeDef definition

class WordCloudChartConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[WordCloudFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[WordCloudSortConfigurationOutputTypeDef],  # (2)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsOutputTypeDef],  # (3)
    WordCloudOptions: NotRequired[WordCloudOptionsTypeDef],  # (4)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (5)
  1. See WordCloudFieldWellsOutputTypeDef
  2. See WordCloudSortConfigurationOutputTypeDef
  3. See ChartAxisLabelOptionsOutputTypeDef
  4. See WordCloudOptionsTypeDef
  5. See VisualInteractionOptionsTypeDef

WordCloudFieldWellsTypeDef#

# WordCloudFieldWellsTypeDef definition

class WordCloudFieldWellsTypeDef(TypedDict):
    WordCloudAggregatedFieldWells: NotRequired[WordCloudAggregatedFieldWellsUnionTypeDef],  # (1)
  1. See WordCloudAggregatedFieldWellsTypeDef WordCloudAggregatedFieldWellsOutputTypeDef

TableConfigurationOutputTypeDef#

# TableConfigurationOutputTypeDef definition

class TableConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[TableFieldWellsOutputTypeDef],  # (1)
    SortConfiguration: NotRequired[TableSortConfigurationOutputTypeDef],  # (2)
    TableOptions: NotRequired[TableOptionsOutputTypeDef],  # (3)
    TotalOptions: NotRequired[TotalOptionsOutputTypeDef],  # (4)
    FieldOptions: NotRequired[TableFieldOptionsOutputTypeDef],  # (5)
    PaginatedReportOptions: NotRequired[TablePaginatedReportOptionsTypeDef],  # (6)
    TableInlineVisualizations: NotRequired[List[TableInlineVisualizationTypeDef]],  # (7)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (8)
  1. See TableFieldWellsOutputTypeDef
  2. See TableSortConfigurationOutputTypeDef
  3. See TableOptionsOutputTypeDef
  4. See TotalOptionsOutputTypeDef
  5. See TableFieldOptionsOutputTypeDef
  6. See TablePaginatedReportOptionsTypeDef
  7. See TableInlineVisualizationTypeDef
  8. See VisualInteractionOptionsTypeDef

TableFieldWellsTypeDef#

# TableFieldWellsTypeDef definition

class TableFieldWellsTypeDef(TypedDict):
    TableAggregatedFieldWells: NotRequired[TableAggregatedFieldWellsUnionTypeDef],  # (1)
    TableUnaggregatedFieldWells: NotRequired[TableUnaggregatedFieldWellsUnionTypeDef],  # (2)
  1. See TableAggregatedFieldWellsTypeDef TableAggregatedFieldWellsOutputTypeDef
  2. See TableUnaggregatedFieldWellsTypeDef TableUnaggregatedFieldWellsOutputTypeDef

LayoutConfigurationOutputTypeDef#

# LayoutConfigurationOutputTypeDef definition

class LayoutConfigurationOutputTypeDef(TypedDict):
    GridLayout: NotRequired[GridLayoutConfigurationOutputTypeDef],  # (1)
    FreeFormLayout: NotRequired[FreeFormLayoutConfigurationOutputTypeDef],  # (2)
    SectionBasedLayout: NotRequired[SectionBasedLayoutConfigurationOutputTypeDef],  # (3)
  1. See GridLayoutConfigurationOutputTypeDef
  2. See FreeFormLayoutConfigurationOutputTypeDef
  3. See SectionBasedLayoutConfigurationOutputTypeDef

GaugeChartConfigurationTypeDef#

# GaugeChartConfigurationTypeDef definition

class GaugeChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[GaugeChartFieldWellsUnionTypeDef],  # (1)
    GaugeChartOptions: NotRequired[GaugeChartOptionsTypeDef],  # (2)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (3)
    TooltipOptions: NotRequired[TooltipOptionsUnionTypeDef],  # (4)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (5)
    ColorConfiguration: NotRequired[GaugeChartColorConfigurationTypeDef],  # (6)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (7)
  1. See GaugeChartFieldWellsTypeDef GaugeChartFieldWellsOutputTypeDef
  2. See GaugeChartOptionsTypeDef
  3. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  4. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  5. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  6. See GaugeChartColorConfigurationTypeDef
  7. See VisualInteractionOptionsTypeDef

StartAssetBundleImportJobRequestRequestTypeDef#

# StartAssetBundleImportJobRequestRequestTypeDef definition

class StartAssetBundleImportJobRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssetBundleImportJobId: str,
    AssetBundleImportSource: AssetBundleImportSourceTypeDef,  # (1)
    OverrideParameters: NotRequired[AssetBundleImportJobOverrideParametersTypeDef],  # (2)
    FailureAction: NotRequired[AssetBundleImportFailureActionType],  # (3)
    OverridePermissions: NotRequired[AssetBundleImportJobOverridePermissionsTypeDef],  # (4)
    OverrideTags: NotRequired[AssetBundleImportJobOverrideTagsTypeDef],  # (5)
    OverrideValidationStrategy: NotRequired[AssetBundleImportJobOverrideValidationStrategyTypeDef],  # (6)
  1. See AssetBundleImportSourceTypeDef
  2. See AssetBundleImportJobOverrideParametersTypeDef
  3. See AssetBundleImportFailureActionType
  4. See AssetBundleImportJobOverridePermissionsTypeDef
  5. See AssetBundleImportJobOverrideTagsTypeDef
  6. See AssetBundleImportJobOverrideValidationStrategyTypeDef

TopicDetailsTypeDef#

# TopicDetailsTypeDef definition

class TopicDetailsTypeDef(TypedDict):
    Name: NotRequired[str],
    Description: NotRequired[str],
    UserExperienceVersion: NotRequired[TopicUserExperienceVersionType],  # (1)
    DataSets: NotRequired[Sequence[DatasetMetadataUnionTypeDef]],  # (2)
    ConfigOptions: NotRequired[TopicConfigOptionsTypeDef],  # (3)
  1. See TopicUserExperienceVersionType
  2. See DatasetMetadataTypeDef DatasetMetadataOutputTypeDef
  3. See TopicConfigOptionsTypeDef

CategoryFilterTypeDef#

# CategoryFilterTypeDef definition

class CategoryFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    Configuration: CategoryFilterConfigurationUnionTypeDef,  # (2)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationUnionTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See CategoryFilterConfigurationTypeDef CategoryFilterConfigurationOutputTypeDef
  3. See DefaultFilterControlConfigurationTypeDef DefaultFilterControlConfigurationOutputTypeDef

CategoryInnerFilterTypeDef#

# CategoryInnerFilterTypeDef definition

class CategoryInnerFilterTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Configuration: CategoryFilterConfigurationUnionTypeDef,  # (2)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationUnionTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See CategoryFilterConfigurationTypeDef CategoryFilterConfigurationOutputTypeDef
  3. See DefaultFilterControlConfigurationTypeDef DefaultFilterControlConfigurationOutputTypeDef

NumericEqualityFilterTypeDef#

# NumericEqualityFilterTypeDef definition

class NumericEqualityFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    MatchOperator: NumericEqualityMatchOperatorType,  # (3)
    NullOption: FilterNullOptionType,  # (5)
    Value: NotRequired[float],
    SelectAllOptions: NotRequired[NumericFilterSelectAllOptionsType],  # (2)
    AggregationFunction: NotRequired[AggregationFunctionTypeDef],  # (4)
    ParameterName: NotRequired[str],
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationUnionTypeDef],  # (6)
  1. See ColumnIdentifierTypeDef
  2. See NumericFilterSelectAllOptionsType
  3. See NumericEqualityMatchOperatorType
  4. See AggregationFunctionTypeDef
  5. See FilterNullOptionType
  6. See DefaultFilterControlConfigurationTypeDef DefaultFilterControlConfigurationOutputTypeDef

NumericRangeFilterTypeDef#

# NumericRangeFilterTypeDef definition

class NumericRangeFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    NullOption: FilterNullOptionType,  # (6)
    IncludeMinimum: NotRequired[bool],
    IncludeMaximum: NotRequired[bool],
    RangeMinimum: NotRequired[NumericRangeFilterValueTypeDef],  # (2)
    RangeMaximum: NotRequired[NumericRangeFilterValueTypeDef],  # (2)
    SelectAllOptions: NotRequired[NumericFilterSelectAllOptionsType],  # (4)
    AggregationFunction: NotRequired[AggregationFunctionTypeDef],  # (5)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationUnionTypeDef],  # (7)
  1. See ColumnIdentifierTypeDef
  2. See NumericRangeFilterValueTypeDef
  3. See NumericRangeFilterValueTypeDef
  4. See NumericFilterSelectAllOptionsType
  5. See AggregationFunctionTypeDef
  6. See FilterNullOptionType
  7. See DefaultFilterControlConfigurationTypeDef DefaultFilterControlConfigurationOutputTypeDef

RelativeDatesFilterTypeDef#

# RelativeDatesFilterTypeDef definition

class RelativeDatesFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    AnchorDateConfiguration: AnchorDateConfigurationTypeDef,  # (2)
    TimeGranularity: TimeGranularityType,  # (3)
    RelativeDateType: RelativeDateTypeType,  # (5)
    NullOption: FilterNullOptionType,  # (6)
    MinimumGranularity: NotRequired[TimeGranularityType],  # (3)
    RelativeDateValue: NotRequired[int],
    ParameterName: NotRequired[str],
    ExcludePeriodConfiguration: NotRequired[ExcludePeriodConfigurationTypeDef],  # (7)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationUnionTypeDef],  # (8)
  1. See ColumnIdentifierTypeDef
  2. See AnchorDateConfigurationTypeDef
  3. See TimeGranularityType
  4. See TimeGranularityType
  5. See RelativeDateTypeType
  6. See FilterNullOptionType
  7. See ExcludePeriodConfigurationTypeDef
  8. See DefaultFilterControlConfigurationTypeDef DefaultFilterControlConfigurationOutputTypeDef

TimeEqualityFilterTypeDef#

# TimeEqualityFilterTypeDef definition

class TimeEqualityFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    Value: NotRequired[TimestampTypeDef],
    ParameterName: NotRequired[str],
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
    RollingDate: NotRequired[RollingDateConfigurationTypeDef],  # (3)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationUnionTypeDef],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See TimeGranularityType
  3. See RollingDateConfigurationTypeDef
  4. See DefaultFilterControlConfigurationTypeDef DefaultFilterControlConfigurationOutputTypeDef

TimeRangeFilterTypeDef#

# TimeRangeFilterTypeDef definition

class TimeRangeFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    NullOption: FilterNullOptionType,  # (4)
    IncludeMinimum: NotRequired[bool],
    IncludeMaximum: NotRequired[bool],
    RangeMinimumValue: NotRequired[TimeRangeFilterValueUnionTypeDef],  # (2)
    RangeMaximumValue: NotRequired[TimeRangeFilterValueUnionTypeDef],  # (2)
    ExcludePeriodConfiguration: NotRequired[ExcludePeriodConfigurationTypeDef],  # (5)
    TimeGranularity: NotRequired[TimeGranularityType],  # (6)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationUnionTypeDef],  # (7)
  1. See ColumnIdentifierTypeDef
  2. See TimeRangeFilterValueTypeDef TimeRangeFilterValueOutputTypeDef
  3. See TimeRangeFilterValueTypeDef TimeRangeFilterValueOutputTypeDef
  4. See FilterNullOptionType
  5. See ExcludePeriodConfigurationTypeDef
  6. See TimeGranularityType
  7. See DefaultFilterControlConfigurationTypeDef DefaultFilterControlConfigurationOutputTypeDef

TopBottomFilterTypeDef#

# TopBottomFilterTypeDef definition

class TopBottomFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    AggregationSortConfigurations: Sequence[AggregationSortConfigurationTypeDef],  # (2)
    Limit: NotRequired[int],
    TimeGranularity: NotRequired[TimeGranularityType],  # (3)
    ParameterName: NotRequired[str],
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationUnionTypeDef],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See AggregationSortConfigurationTypeDef
  3. See TimeGranularityType
  4. See DefaultFilterControlConfigurationTypeDef DefaultFilterControlConfigurationOutputTypeDef

FilterOutputTypeDef#

# FilterOutputTypeDef definition

class FilterOutputTypeDef(TypedDict):
    CategoryFilter: NotRequired[CategoryFilterOutputTypeDef],  # (1)
    NumericRangeFilter: NotRequired[NumericRangeFilterOutputTypeDef],  # (2)
    NumericEqualityFilter: NotRequired[NumericEqualityFilterOutputTypeDef],  # (3)
    TimeEqualityFilter: NotRequired[TimeEqualityFilterOutputTypeDef],  # (4)
    TimeRangeFilter: NotRequired[TimeRangeFilterOutputTypeDef],  # (5)
    RelativeDatesFilter: NotRequired[RelativeDatesFilterOutputTypeDef],  # (6)
    TopBottomFilter: NotRequired[TopBottomFilterOutputTypeDef],  # (7)
    NestedFilter: NotRequired[NestedFilterOutputTypeDef],  # (8)
  1. See CategoryFilterOutputTypeDef
  2. See NumericRangeFilterOutputTypeDef
  3. See NumericEqualityFilterOutputTypeDef
  4. See TimeEqualityFilterOutputTypeDef
  5. See TimeRangeFilterOutputTypeDef
  6. See RelativeDatesFilterOutputTypeDef
  7. See TopBottomFilterOutputTypeDef
  8. See NestedFilterOutputTypeDef

BarChartVisualOutputTypeDef#

# BarChartVisualOutputTypeDef definition

class BarChartVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[BarChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See BarChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

BoxPlotVisualOutputTypeDef#

# BoxPlotVisualOutputTypeDef definition

class BoxPlotVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[BoxPlotChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See BoxPlotChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

ComboChartVisualOutputTypeDef#

# ComboChartVisualOutputTypeDef definition

class ComboChartVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[ComboChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See ComboChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

FilledMapVisualOutputTypeDef#

# FilledMapVisualOutputTypeDef definition

class FilledMapVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[FilledMapConfigurationOutputTypeDef],  # (3)
    ConditionalFormatting: NotRequired[FilledMapConditionalFormattingOutputTypeDef],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (6)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See FilledMapConfigurationOutputTypeDef
  4. See FilledMapConditionalFormattingOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef
  6. See VisualCustomActionOutputTypeDef

FunnelChartVisualOutputTypeDef#

# FunnelChartVisualOutputTypeDef definition

class FunnelChartVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[FunnelChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See FunnelChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

GeospatialMapVisualOutputTypeDef#

# GeospatialMapVisualOutputTypeDef definition

class GeospatialMapVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[GeospatialMapConfigurationOutputTypeDef],  # (3)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (4)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GeospatialMapConfigurationOutputTypeDef
  4. See ColumnHierarchyOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

HeatMapVisualOutputTypeDef#

# HeatMapVisualOutputTypeDef definition

class HeatMapVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[HeatMapConfigurationOutputTypeDef],  # (3)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (4)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See HeatMapConfigurationOutputTypeDef
  4. See ColumnHierarchyOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

HistogramVisualOutputTypeDef#

# HistogramVisualOutputTypeDef definition

class HistogramVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[HistogramConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See HistogramConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef

LineChartVisualOutputTypeDef#

# LineChartVisualOutputTypeDef definition

class LineChartVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[LineChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See LineChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

PieChartVisualOutputTypeDef#

# PieChartVisualOutputTypeDef definition

class PieChartVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[PieChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PieChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

PivotTableVisualOutputTypeDef#

# PivotTableVisualOutputTypeDef definition

class PivotTableVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[PivotTableConfigurationOutputTypeDef],  # (3)
    ConditionalFormatting: NotRequired[PivotTableConditionalFormattingOutputTypeDef],  # (4)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PivotTableConfigurationOutputTypeDef
  4. See PivotTableConditionalFormattingOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

RadarChartVisualOutputTypeDef#

# RadarChartVisualOutputTypeDef definition

class RadarChartVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[RadarChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See RadarChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

SankeyDiagramVisualOutputTypeDef#

# SankeyDiagramVisualOutputTypeDef definition

class SankeyDiagramVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[SankeyDiagramChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See SankeyDiagramChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef

ScatterPlotVisualOutputTypeDef#

# ScatterPlotVisualOutputTypeDef definition

class ScatterPlotVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[ScatterPlotConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See ScatterPlotConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

InsightVisualOutputTypeDef#

# InsightVisualOutputTypeDef definition

class InsightVisualOutputTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    InsightConfiguration: NotRequired[InsightConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See InsightConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef

TreeMapVisualOutputTypeDef#

# TreeMapVisualOutputTypeDef definition

class TreeMapVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[TreeMapConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See TreeMapConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

WaterfallVisualOutputTypeDef#

# WaterfallVisualOutputTypeDef definition

class WaterfallVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[WaterfallChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See WaterfallChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

WordCloudVisualOutputTypeDef#

# WordCloudVisualOutputTypeDef definition

class WordCloudVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[WordCloudChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[List[ColumnHierarchyOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See WordCloudChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

TableVisualOutputTypeDef#

# TableVisualOutputTypeDef definition

class TableVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[TableConfigurationOutputTypeDef],  # (3)
    ConditionalFormatting: NotRequired[TableConditionalFormattingOutputTypeDef],  # (4)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See TableConfigurationOutputTypeDef
  4. See TableConditionalFormattingOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

LayoutOutputTypeDef#

# LayoutOutputTypeDef definition

class LayoutOutputTypeDef(TypedDict):
    Configuration: LayoutConfigurationOutputTypeDef,  # (1)
  1. See LayoutConfigurationOutputTypeDef

BodySectionConfigurationTypeDef#

# BodySectionConfigurationTypeDef definition

class BodySectionConfigurationTypeDef(TypedDict):
    SectionId: str,
    Content: BodySectionContentUnionTypeDef,  # (1)
    Style: NotRequired[SectionStyleTypeDef],  # (2)
    PageBreakConfiguration: NotRequired[SectionPageBreakConfigurationTypeDef],  # (3)
    RepeatConfiguration: NotRequired[BodySectionRepeatConfigurationUnionTypeDef],  # (4)
  1. See BodySectionContentTypeDef BodySectionContentOutputTypeDef
  2. See SectionStyleTypeDef
  3. See SectionPageBreakConfigurationTypeDef
  4. See BodySectionRepeatConfigurationTypeDef BodySectionRepeatConfigurationOutputTypeDef

VisualCustomActionOperationTypeDef#

# VisualCustomActionOperationTypeDef definition

class VisualCustomActionOperationTypeDef(TypedDict):
    FilterOperation: NotRequired[CustomActionFilterOperationUnionTypeDef],  # (1)
    NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef],  # (2)
    URLOperation: NotRequired[CustomActionURLOperationTypeDef],  # (3)
    SetParametersOperation: NotRequired[CustomActionSetParametersOperationUnionTypeDef],  # (4)
  1. See CustomActionFilterOperationTypeDef CustomActionFilterOperationOutputTypeDef
  2. See CustomActionNavigationOperationTypeDef
  3. See CustomActionURLOperationTypeDef
  4. See CustomActionSetParametersOperationTypeDef CustomActionSetParametersOperationOutputTypeDef

TopicVisualTypeDef#

# TopicVisualTypeDef definition

class TopicVisualTypeDef(TypedDict):
    VisualId: NotRequired[str],
    Role: NotRequired[VisualRoleType],  # (1)
    Ir: NotRequired[TopicIRUnionTypeDef],  # (2)
    SupportingVisuals: NotRequired[Sequence[Mapping[str, Any]]],
  1. See VisualRoleType
  2. See TopicIRTypeDef TopicIROutputTypeDef

CreateTopicRequestRequestTypeDef#

# CreateTopicRequestRequestTypeDef definition

class CreateTopicRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    Topic: TopicDetailsTypeDef,  # (1)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
  1. See TopicDetailsTypeDef
  2. See TagTypeDef

UpdateTopicRequestRequestTypeDef#

# UpdateTopicRequestRequestTypeDef definition

class UpdateTopicRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    Topic: TopicDetailsTypeDef,  # (1)
  1. See TopicDetailsTypeDef

FilterGroupOutputTypeDef#

# FilterGroupOutputTypeDef definition

class FilterGroupOutputTypeDef(TypedDict):
    FilterGroupId: str,
    Filters: List[FilterOutputTypeDef],  # (1)
    ScopeConfiguration: FilterScopeConfigurationOutputTypeDef,  # (2)
    CrossDataset: CrossDatasetTypesType,  # (4)
    Status: NotRequired[WidgetStatusType],  # (3)
  1. See FilterOutputTypeDef
  2. See FilterScopeConfigurationOutputTypeDef
  3. See WidgetStatusType
  4. See CrossDatasetTypesType

GaugeChartConditionalFormattingTypeDef#

# GaugeChartConditionalFormattingTypeDef definition

class GaugeChartConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[Sequence[GaugeChartConditionalFormattingOptionUnionTypeDef]],  # (1)
  1. See GaugeChartConditionalFormattingOptionTypeDef GaugeChartConditionalFormattingOptionOutputTypeDef

KPIConditionalFormattingTypeDef#

# KPIConditionalFormattingTypeDef definition

class KPIConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[Sequence[KPIConditionalFormattingOptionUnionTypeDef]],  # (1)
  1. See KPIConditionalFormattingOptionTypeDef KPIConditionalFormattingOptionOutputTypeDef

FilledMapConditionalFormattingOptionTypeDef#

# FilledMapConditionalFormattingOptionTypeDef definition

class FilledMapConditionalFormattingOptionTypeDef(TypedDict):
    Shape: FilledMapShapeConditionalFormattingUnionTypeDef,  # (1)
  1. See FilledMapShapeConditionalFormattingTypeDef FilledMapShapeConditionalFormattingOutputTypeDef

PivotTableConditionalFormattingOptionTypeDef#

# PivotTableConditionalFormattingOptionTypeDef definition

class PivotTableConditionalFormattingOptionTypeDef(TypedDict):
    Cell: NotRequired[PivotTableCellConditionalFormattingUnionTypeDef],  # (1)
  1. See PivotTableCellConditionalFormattingTypeDef PivotTableCellConditionalFormattingOutputTypeDef

TableConditionalFormattingOptionTypeDef#

# TableConditionalFormattingOptionTypeDef definition

class TableConditionalFormattingOptionTypeDef(TypedDict):
    Cell: NotRequired[TableCellConditionalFormattingUnionTypeDef],  # (1)
    Row: NotRequired[TableRowConditionalFormattingUnionTypeDef],  # (2)
  1. See TableCellConditionalFormattingTypeDef TableCellConditionalFormattingOutputTypeDef
  2. See TableRowConditionalFormattingTypeDef TableRowConditionalFormattingOutputTypeDef

BarChartConfigurationTypeDef#

# BarChartConfigurationTypeDef definition

class BarChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[BarChartFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[BarChartSortConfigurationUnionTypeDef],  # (2)
    Orientation: NotRequired[BarChartOrientationType],  # (3)
    BarsArrangement: NotRequired[BarsArrangementType],  # (4)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (5)
    SmallMultiplesOptions: NotRequired[SmallMultiplesOptionsTypeDef],  # (6)
    CategoryAxis: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (7)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (8)
    ValueAxis: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (7)
    ValueLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (8)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (8)
    Legend: NotRequired[LegendOptionsTypeDef],  # (12)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (13)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (14)
    ReferenceLines: NotRequired[Sequence[ReferenceLineTypeDef]],  # (15)
    ContributionAnalysisDefaults: NotRequired[Sequence[ContributionAnalysisDefaultUnionTypeDef]],  # (16)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (17)
  1. See BarChartFieldWellsTypeDef BarChartFieldWellsOutputTypeDef
  2. See BarChartSortConfigurationTypeDef BarChartSortConfigurationOutputTypeDef
  3. See BarChartOrientationType
  4. See BarsArrangementType
  5. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  6. See SmallMultiplesOptionsTypeDef
  7. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  8. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  9. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  10. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  11. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  12. See LegendOptionsTypeDef
  13. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  14. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  15. See ReferenceLineTypeDef
  16. See ContributionAnalysisDefaultTypeDef ContributionAnalysisDefaultOutputTypeDef
  17. See VisualInteractionOptionsTypeDef

BoxPlotChartConfigurationTypeDef#

# BoxPlotChartConfigurationTypeDef definition

class BoxPlotChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[BoxPlotFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[BoxPlotSortConfigurationUnionTypeDef],  # (2)
    BoxPlotOptions: NotRequired[BoxPlotOptionsTypeDef],  # (3)
    CategoryAxis: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (4)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (5)
    PrimaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (4)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (9)
    ReferenceLines: NotRequired[Sequence[ReferenceLineTypeDef]],  # (10)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (11)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (12)
  1. See BoxPlotFieldWellsTypeDef BoxPlotFieldWellsOutputTypeDef
  2. See BoxPlotSortConfigurationTypeDef BoxPlotSortConfigurationOutputTypeDef
  3. See BoxPlotOptionsTypeDef
  4. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  5. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  6. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  7. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  8. See LegendOptionsTypeDef
  9. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  10. See ReferenceLineTypeDef
  11. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  12. See VisualInteractionOptionsTypeDef

ComboChartConfigurationTypeDef#

# ComboChartConfigurationTypeDef definition

class ComboChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[ComboChartFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[ComboChartSortConfigurationUnionTypeDef],  # (2)
    BarsArrangement: NotRequired[BarsArrangementType],  # (3)
    CategoryAxis: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (4)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (5)
    PrimaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (4)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (5)
    SecondaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (4)
    SecondaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (5)
    SingleAxisOptions: NotRequired[SingleAxisOptionsTypeDef],  # (10)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (12)
    BarDataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (13)
    LineDataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (13)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (15)
    ReferenceLines: NotRequired[Sequence[ReferenceLineTypeDef]],  # (16)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (17)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (18)
  1. See ComboChartFieldWellsTypeDef ComboChartFieldWellsOutputTypeDef
  2. See ComboChartSortConfigurationTypeDef ComboChartSortConfigurationOutputTypeDef
  3. See BarsArrangementType
  4. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  5. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  6. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  7. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  8. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  9. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  10. See SingleAxisOptionsTypeDef
  11. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  12. See LegendOptionsTypeDef
  13. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  14. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  15. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  16. See ReferenceLineTypeDef
  17. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  18. See VisualInteractionOptionsTypeDef

FilledMapConfigurationTypeDef#

# FilledMapConfigurationTypeDef definition

class FilledMapConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[FilledMapFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[FilledMapSortConfigurationUnionTypeDef],  # (2)
    Legend: NotRequired[LegendOptionsTypeDef],  # (3)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (4)
    WindowOptions: NotRequired[GeospatialWindowOptionsTypeDef],  # (5)
    MapStyleOptions: NotRequired[GeospatialMapStyleOptionsTypeDef],  # (6)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (7)
  1. See FilledMapFieldWellsTypeDef FilledMapFieldWellsOutputTypeDef
  2. See FilledMapSortConfigurationTypeDef FilledMapSortConfigurationOutputTypeDef
  3. See LegendOptionsTypeDef
  4. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  5. See GeospatialWindowOptionsTypeDef
  6. See GeospatialMapStyleOptionsTypeDef
  7. See VisualInteractionOptionsTypeDef

FunnelChartConfigurationTypeDef#

# FunnelChartConfigurationTypeDef definition

class FunnelChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[FunnelChartFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[FunnelChartSortConfigurationUnionTypeDef],  # (2)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    ValueLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (5)
    DataLabelOptions: NotRequired[FunnelChartDataLabelOptionsTypeDef],  # (6)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (7)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (8)
  1. See FunnelChartFieldWellsTypeDef FunnelChartFieldWellsOutputTypeDef
  2. See FunnelChartSortConfigurationTypeDef FunnelChartSortConfigurationOutputTypeDef
  3. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  4. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  5. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  6. See FunnelChartDataLabelOptionsTypeDef
  7. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  8. See VisualInteractionOptionsTypeDef

GeospatialMapConfigurationTypeDef#

# GeospatialMapConfigurationTypeDef definition

class GeospatialMapConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[GeospatialMapFieldWellsUnionTypeDef],  # (1)
    Legend: NotRequired[LegendOptionsTypeDef],  # (2)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (3)
    WindowOptions: NotRequired[GeospatialWindowOptionsTypeDef],  # (4)
    MapStyleOptions: NotRequired[GeospatialMapStyleOptionsTypeDef],  # (5)
    PointStyleOptions: NotRequired[GeospatialPointStyleOptionsUnionTypeDef],  # (6)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (7)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (8)
  1. See GeospatialMapFieldWellsTypeDef GeospatialMapFieldWellsOutputTypeDef
  2. See LegendOptionsTypeDef
  3. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  4. See GeospatialWindowOptionsTypeDef
  5. See GeospatialMapStyleOptionsTypeDef
  6. See GeospatialPointStyleOptionsTypeDef GeospatialPointStyleOptionsOutputTypeDef
  7. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  8. See VisualInteractionOptionsTypeDef

HeatMapConfigurationTypeDef#

# HeatMapConfigurationTypeDef definition

class HeatMapConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[HeatMapFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[HeatMapSortConfigurationUnionTypeDef],  # (2)
    RowLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    ColumnLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    ColorScale: NotRequired[ColorScaleUnionTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (6)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (7)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (8)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (9)
  1. See HeatMapFieldWellsTypeDef HeatMapFieldWellsOutputTypeDef
  2. See HeatMapSortConfigurationTypeDef HeatMapSortConfigurationOutputTypeDef
  3. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  4. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  5. See ColorScaleTypeDef ColorScaleOutputTypeDef
  6. See LegendOptionsTypeDef
  7. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  8. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  9. See VisualInteractionOptionsTypeDef

HistogramConfigurationTypeDef#

# HistogramConfigurationTypeDef definition

class HistogramConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[HistogramFieldWellsUnionTypeDef],  # (1)
    XAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (2)
    XAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    YAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (2)
    BinOptions: NotRequired[HistogramBinOptionsTypeDef],  # (5)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (6)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (7)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (8)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (9)
  1. See HistogramFieldWellsTypeDef HistogramFieldWellsOutputTypeDef
  2. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  3. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  4. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  5. See HistogramBinOptionsTypeDef
  6. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  7. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  8. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  9. See VisualInteractionOptionsTypeDef

LineChartConfigurationTypeDef#

# LineChartConfigurationTypeDef definition

class LineChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[LineChartFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[LineChartSortConfigurationUnionTypeDef],  # (2)
    ForecastConfigurations: NotRequired[Sequence[ForecastConfigurationUnionTypeDef]],  # (3)
    Type: NotRequired[LineChartTypeType],  # (4)
    SmallMultiplesOptions: NotRequired[SmallMultiplesOptionsTypeDef],  # (5)
    XAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (6)
    XAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (7)
    PrimaryYAxisDisplayOptions: NotRequired[LineSeriesAxisDisplayOptionsUnionTypeDef],  # (8)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (7)
    SecondaryYAxisDisplayOptions: NotRequired[LineSeriesAxisDisplayOptionsUnionTypeDef],  # (8)
    SecondaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (7)
    SingleAxisOptions: NotRequired[SingleAxisOptionsTypeDef],  # (12)
    DefaultSeriesSettings: NotRequired[LineChartDefaultSeriesSettingsTypeDef],  # (13)
    Series: NotRequired[Sequence[SeriesItemTypeDef]],  # (14)
    Legend: NotRequired[LegendOptionsTypeDef],  # (15)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (16)
    ReferenceLines: NotRequired[Sequence[ReferenceLineTypeDef]],  # (17)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (18)
    ContributionAnalysisDefaults: NotRequired[Sequence[ContributionAnalysisDefaultUnionTypeDef]],  # (19)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (20)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (21)
  1. See LineChartFieldWellsTypeDef LineChartFieldWellsOutputTypeDef
  2. See LineChartSortConfigurationTypeDef LineChartSortConfigurationOutputTypeDef
  3. See ForecastConfigurationTypeDef ForecastConfigurationOutputTypeDef
  4. See LineChartTypeType
  5. See SmallMultiplesOptionsTypeDef
  6. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  7. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  8. See LineSeriesAxisDisplayOptionsTypeDef LineSeriesAxisDisplayOptionsOutputTypeDef
  9. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  10. See LineSeriesAxisDisplayOptionsTypeDef LineSeriesAxisDisplayOptionsOutputTypeDef
  11. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  12. See SingleAxisOptionsTypeDef
  13. See LineChartDefaultSeriesSettingsTypeDef
  14. See SeriesItemTypeDef
  15. See LegendOptionsTypeDef
  16. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  17. See ReferenceLineTypeDef
  18. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  19. See ContributionAnalysisDefaultTypeDef ContributionAnalysisDefaultOutputTypeDef
  20. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  21. See VisualInteractionOptionsTypeDef

PieChartConfigurationTypeDef#

# PieChartConfigurationTypeDef definition

class PieChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[PieChartFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[PieChartSortConfigurationUnionTypeDef],  # (2)
    DonutOptions: NotRequired[DonutOptionsTypeDef],  # (3)
    SmallMultiplesOptions: NotRequired[SmallMultiplesOptionsTypeDef],  # (4)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (5)
    ValueLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (7)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (9)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (10)
    ContributionAnalysisDefaults: NotRequired[Sequence[ContributionAnalysisDefaultUnionTypeDef]],  # (11)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (12)
  1. See PieChartFieldWellsTypeDef PieChartFieldWellsOutputTypeDef
  2. See PieChartSortConfigurationTypeDef PieChartSortConfigurationOutputTypeDef
  3. See DonutOptionsTypeDef
  4. See SmallMultiplesOptionsTypeDef
  5. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  6. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  7. See LegendOptionsTypeDef
  8. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  9. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  10. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  11. See ContributionAnalysisDefaultTypeDef ContributionAnalysisDefaultOutputTypeDef
  12. See VisualInteractionOptionsTypeDef

PivotTableConfigurationTypeDef#

# PivotTableConfigurationTypeDef definition

class PivotTableConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[PivotTableFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[PivotTableSortConfigurationUnionTypeDef],  # (2)
    TableOptions: NotRequired[PivotTableOptionsUnionTypeDef],  # (3)
    TotalOptions: NotRequired[PivotTableTotalOptionsUnionTypeDef],  # (4)
    FieldOptions: NotRequired[PivotTableFieldOptionsUnionTypeDef],  # (5)
    PaginatedReportOptions: NotRequired[PivotTablePaginatedReportOptionsTypeDef],  # (6)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (7)
  1. See PivotTableFieldWellsTypeDef PivotTableFieldWellsOutputTypeDef
  2. See PivotTableSortConfigurationTypeDef PivotTableSortConfigurationOutputTypeDef
  3. See PivotTableOptionsTypeDef PivotTableOptionsOutputTypeDef
  4. See PivotTableTotalOptionsTypeDef PivotTableTotalOptionsOutputTypeDef
  5. See PivotTableFieldOptionsTypeDef PivotTableFieldOptionsOutputTypeDef
  6. See PivotTablePaginatedReportOptionsTypeDef
  7. See VisualInteractionOptionsTypeDef

RadarChartConfigurationTypeDef#

# RadarChartConfigurationTypeDef definition

class RadarChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[RadarChartFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[RadarChartSortConfigurationUnionTypeDef],  # (2)
    Shape: NotRequired[RadarChartShapeType],  # (3)
    BaseSeriesSettings: NotRequired[RadarChartSeriesSettingsTypeDef],  # (4)
    StartAngle: NotRequired[float],
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (5)
    AlternateBandColorsVisibility: NotRequired[VisibilityType],  # (6)
    AlternateBandEvenColor: NotRequired[str],
    AlternateBandOddColor: NotRequired[str],
    CategoryAxis: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (7)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (8)
    ColorAxis: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (7)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (8)
    Legend: NotRequired[LegendOptionsTypeDef],  # (11)
    AxesRangeScale: NotRequired[RadarChartAxesRangeScaleType],  # (12)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (13)
  1. See RadarChartFieldWellsTypeDef RadarChartFieldWellsOutputTypeDef
  2. See RadarChartSortConfigurationTypeDef RadarChartSortConfigurationOutputTypeDef
  3. See RadarChartShapeType
  4. See RadarChartSeriesSettingsTypeDef
  5. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  6. See VisibilityType
  7. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  8. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  9. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  10. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  11. See LegendOptionsTypeDef
  12. See RadarChartAxesRangeScaleType
  13. See VisualInteractionOptionsTypeDef

SankeyDiagramChartConfigurationTypeDef#

# SankeyDiagramChartConfigurationTypeDef definition

class SankeyDiagramChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[SankeyDiagramFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[SankeyDiagramSortConfigurationUnionTypeDef],  # (2)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (3)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (4)
  1. See SankeyDiagramFieldWellsTypeDef SankeyDiagramFieldWellsOutputTypeDef
  2. See SankeyDiagramSortConfigurationTypeDef SankeyDiagramSortConfigurationOutputTypeDef
  3. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  4. See VisualInteractionOptionsTypeDef

ScatterPlotConfigurationTypeDef#

# ScatterPlotConfigurationTypeDef definition

class ScatterPlotConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[ScatterPlotFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[ScatterPlotSortConfigurationTypeDef],  # (2)
    XAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    XAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (4)
    YAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    YAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (4)
    Legend: NotRequired[LegendOptionsTypeDef],  # (7)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (9)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (10)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (11)
  1. See ScatterPlotFieldWellsTypeDef ScatterPlotFieldWellsOutputTypeDef
  2. See ScatterPlotSortConfigurationTypeDef
  3. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  4. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  5. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  6. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  7. See LegendOptionsTypeDef
  8. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  9. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  10. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  11. See VisualInteractionOptionsTypeDef

TreeMapConfigurationTypeDef#

# TreeMapConfigurationTypeDef definition

class TreeMapConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[TreeMapFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[TreeMapSortConfigurationUnionTypeDef],  # (2)
    GroupLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    SizeLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    ColorScale: NotRequired[ColorScaleUnionTypeDef],  # (6)
    Legend: NotRequired[LegendOptionsTypeDef],  # (7)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsUnionTypeDef],  # (9)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (10)
  1. See TreeMapFieldWellsTypeDef TreeMapFieldWellsOutputTypeDef
  2. See TreeMapSortConfigurationTypeDef TreeMapSortConfigurationOutputTypeDef
  3. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  4. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  5. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  6. See ColorScaleTypeDef ColorScaleOutputTypeDef
  7. See LegendOptionsTypeDef
  8. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  9. See TooltipOptionsTypeDef TooltipOptionsOutputTypeDef
  10. See VisualInteractionOptionsTypeDef

WaterfallChartConfigurationTypeDef#

# WaterfallChartConfigurationTypeDef definition

class WaterfallChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[WaterfallChartFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[WaterfallChartSortConfigurationUnionTypeDef],  # (2)
    WaterfallChartOptions: NotRequired[WaterfallChartOptionsTypeDef],  # (3)
    CategoryAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (4)
    CategoryAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (5)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (4)
    PrimaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsUnionTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (8)
    DataLabels: NotRequired[DataLabelOptionsUnionTypeDef],  # (9)
    VisualPalette: NotRequired[VisualPaletteUnionTypeDef],  # (10)
    ColorConfiguration: NotRequired[WaterfallChartColorConfigurationTypeDef],  # (11)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (12)
  1. See WaterfallChartFieldWellsTypeDef WaterfallChartFieldWellsOutputTypeDef
  2. See WaterfallChartSortConfigurationTypeDef WaterfallChartSortConfigurationOutputTypeDef
  3. See WaterfallChartOptionsTypeDef
  4. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  5. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  6. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  7. See AxisDisplayOptionsTypeDef AxisDisplayOptionsOutputTypeDef
  8. See LegendOptionsTypeDef
  9. See DataLabelOptionsTypeDef DataLabelOptionsOutputTypeDef
  10. See VisualPaletteTypeDef VisualPaletteOutputTypeDef
  11. See WaterfallChartColorConfigurationTypeDef
  12. See VisualInteractionOptionsTypeDef

WordCloudChartConfigurationTypeDef#

# WordCloudChartConfigurationTypeDef definition

class WordCloudChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[WordCloudFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[WordCloudSortConfigurationUnionTypeDef],  # (2)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsUnionTypeDef],  # (3)
    WordCloudOptions: NotRequired[WordCloudOptionsTypeDef],  # (4)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (5)
  1. See WordCloudFieldWellsTypeDef WordCloudFieldWellsOutputTypeDef
  2. See WordCloudSortConfigurationTypeDef WordCloudSortConfigurationOutputTypeDef
  3. See ChartAxisLabelOptionsTypeDef ChartAxisLabelOptionsOutputTypeDef
  4. See WordCloudOptionsTypeDef
  5. See VisualInteractionOptionsTypeDef

VisualOutputTypeDef#

# VisualOutputTypeDef definition

class VisualOutputTypeDef(TypedDict):
    TableVisual: NotRequired[TableVisualOutputTypeDef],  # (1)
    PivotTableVisual: NotRequired[PivotTableVisualOutputTypeDef],  # (2)
    BarChartVisual: NotRequired[BarChartVisualOutputTypeDef],  # (3)
    KPIVisual: NotRequired[KPIVisualOutputTypeDef],  # (4)
    PieChartVisual: NotRequired[PieChartVisualOutputTypeDef],  # (5)
    GaugeChartVisual: NotRequired[GaugeChartVisualOutputTypeDef],  # (6)
    LineChartVisual: NotRequired[LineChartVisualOutputTypeDef],  # (7)
    HeatMapVisual: NotRequired[HeatMapVisualOutputTypeDef],  # (8)
    TreeMapVisual: NotRequired[TreeMapVisualOutputTypeDef],  # (9)
    GeospatialMapVisual: NotRequired[GeospatialMapVisualOutputTypeDef],  # (10)
    FilledMapVisual: NotRequired[FilledMapVisualOutputTypeDef],  # (11)
    FunnelChartVisual: NotRequired[FunnelChartVisualOutputTypeDef],  # (12)
    ScatterPlotVisual: NotRequired[ScatterPlotVisualOutputTypeDef],  # (13)
    ComboChartVisual: NotRequired[ComboChartVisualOutputTypeDef],  # (14)
    BoxPlotVisual: NotRequired[BoxPlotVisualOutputTypeDef],  # (15)
    WaterfallVisual: NotRequired[WaterfallVisualOutputTypeDef],  # (16)
    HistogramVisual: NotRequired[HistogramVisualOutputTypeDef],  # (17)
    WordCloudVisual: NotRequired[WordCloudVisualOutputTypeDef],  # (18)
    InsightVisual: NotRequired[InsightVisualOutputTypeDef],  # (19)
    SankeyDiagramVisual: NotRequired[SankeyDiagramVisualOutputTypeDef],  # (20)
    CustomContentVisual: NotRequired[CustomContentVisualOutputTypeDef],  # (21)
    EmptyVisual: NotRequired[EmptyVisualOutputTypeDef],  # (22)
    RadarChartVisual: NotRequired[RadarChartVisualOutputTypeDef],  # (23)
  1. See TableVisualOutputTypeDef
  2. See PivotTableVisualOutputTypeDef
  3. See BarChartVisualOutputTypeDef
  4. See KPIVisualOutputTypeDef
  5. See PieChartVisualOutputTypeDef
  6. See GaugeChartVisualOutputTypeDef
  7. See LineChartVisualOutputTypeDef
  8. See HeatMapVisualOutputTypeDef
  9. See TreeMapVisualOutputTypeDef
  10. See GeospatialMapVisualOutputTypeDef
  11. See FilledMapVisualOutputTypeDef
  12. See FunnelChartVisualOutputTypeDef
  13. See ScatterPlotVisualOutputTypeDef
  14. See ComboChartVisualOutputTypeDef
  15. See BoxPlotVisualOutputTypeDef
  16. See WaterfallVisualOutputTypeDef
  17. See HistogramVisualOutputTypeDef
  18. See WordCloudVisualOutputTypeDef
  19. See InsightVisualOutputTypeDef
  20. See SankeyDiagramVisualOutputTypeDef
  21. See CustomContentVisualOutputTypeDef
  22. See EmptyVisualOutputTypeDef
  23. See RadarChartVisualOutputTypeDef

TableConfigurationTypeDef#

# TableConfigurationTypeDef definition

class TableConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[TableFieldWellsUnionTypeDef],  # (1)
    SortConfiguration: NotRequired[TableSortConfigurationUnionTypeDef],  # (2)
    TableOptions: NotRequired[TableOptionsUnionTypeDef],  # (3)
    TotalOptions: NotRequired[TotalOptionsUnionTypeDef],  # (4)
    FieldOptions: NotRequired[TableFieldOptionsUnionTypeDef],  # (5)
    PaginatedReportOptions: NotRequired[TablePaginatedReportOptionsTypeDef],  # (6)
    TableInlineVisualizations: NotRequired[Sequence[TableInlineVisualizationTypeDef]],  # (7)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (8)
  1. See TableFieldWellsTypeDef TableFieldWellsOutputTypeDef
  2. See TableSortConfigurationTypeDef TableSortConfigurationOutputTypeDef
  3. See TableOptionsTypeDef TableOptionsOutputTypeDef
  4. See TotalOptionsTypeDef TotalOptionsOutputTypeDef
  5. See TableFieldOptionsTypeDef TableFieldOptionsOutputTypeDef
  6. See TablePaginatedReportOptionsTypeDef
  7. See TableInlineVisualizationTypeDef
  8. See VisualInteractionOptionsTypeDef

InnerFilterTypeDef#

# InnerFilterTypeDef definition

class InnerFilterTypeDef(TypedDict):
    CategoryInnerFilter: NotRequired[CategoryInnerFilterUnionTypeDef],  # (1)
  1. See CategoryInnerFilterTypeDef CategoryInnerFilterOutputTypeDef

SheetDefinitionOutputTypeDef#

# SheetDefinitionOutputTypeDef definition

class SheetDefinitionOutputTypeDef(TypedDict):
    SheetId: str,
    Title: NotRequired[str],
    Description: NotRequired[str],
    Name: NotRequired[str],
    ParameterControls: NotRequired[List[ParameterControlOutputTypeDef]],  # (1)
    FilterControls: NotRequired[List[FilterControlOutputTypeDef]],  # (2)
    Visuals: NotRequired[List[VisualOutputTypeDef]],  # (3)
    TextBoxes: NotRequired[List[SheetTextBoxTypeDef]],  # (4)
    Layouts: NotRequired[List[LayoutOutputTypeDef]],  # (5)
    SheetControlLayouts: NotRequired[List[SheetControlLayoutOutputTypeDef]],  # (6)
    ContentType: NotRequired[SheetContentTypeType],  # (7)
  1. See ParameterControlOutputTypeDef
  2. See FilterControlOutputTypeDef
  3. See VisualOutputTypeDef
  4. See SheetTextBoxTypeDef
  5. See LayoutOutputTypeDef
  6. See SheetControlLayoutOutputTypeDef
  7. See SheetContentTypeType

SectionBasedLayoutConfigurationTypeDef#

# SectionBasedLayoutConfigurationTypeDef definition

class SectionBasedLayoutConfigurationTypeDef(TypedDict):
    HeaderSections: Sequence[HeaderFooterSectionConfigurationUnionTypeDef],  # (1)
    BodySections: Sequence[BodySectionConfigurationUnionTypeDef],  # (2)
    FooterSections: Sequence[HeaderFooterSectionConfigurationUnionTypeDef],  # (1)
    CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptionsTypeDef,  # (4)
  1. See HeaderFooterSectionConfigurationTypeDef HeaderFooterSectionConfigurationOutputTypeDef
  2. See BodySectionConfigurationTypeDef BodySectionConfigurationOutputTypeDef
  3. See HeaderFooterSectionConfigurationTypeDef HeaderFooterSectionConfigurationOutputTypeDef
  4. See SectionBasedLayoutCanvasSizeOptionsTypeDef

VisualCustomActionTypeDef#

# VisualCustomActionTypeDef definition

class VisualCustomActionTypeDef(TypedDict):
    CustomActionId: str,
    Name: str,
    Trigger: VisualCustomActionTriggerType,  # (2)
    ActionOperations: Sequence[VisualCustomActionOperationUnionTypeDef],  # (3)
    Status: NotRequired[WidgetStatusType],  # (1)
  1. See WidgetStatusType
  2. See VisualCustomActionTriggerType
  3. See VisualCustomActionOperationTypeDef VisualCustomActionOperationOutputTypeDef

CreateTopicReviewedAnswerTypeDef#

# CreateTopicReviewedAnswerTypeDef definition

class CreateTopicReviewedAnswerTypeDef(TypedDict):
    AnswerId: str,
    DatasetArn: str,
    Question: str,
    Mir: NotRequired[TopicIRUnionTypeDef],  # (1)
    PrimaryVisual: NotRequired[TopicVisualUnionTypeDef],  # (2)
    Template: NotRequired[TopicTemplateUnionTypeDef],  # (3)
  1. See TopicIRTypeDef TopicIROutputTypeDef
  2. See TopicVisualTypeDef TopicVisualOutputTypeDef
  3. See TopicTemplateTypeDef TopicTemplateOutputTypeDef

FilledMapConditionalFormattingTypeDef#

# FilledMapConditionalFormattingTypeDef definition

class FilledMapConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: Sequence[FilledMapConditionalFormattingOptionUnionTypeDef],  # (1)
  1. See FilledMapConditionalFormattingOptionTypeDef FilledMapConditionalFormattingOptionOutputTypeDef

PivotTableConditionalFormattingTypeDef#

# PivotTableConditionalFormattingTypeDef definition

class PivotTableConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[Sequence[PivotTableConditionalFormattingOptionUnionTypeDef]],  # (1)
  1. See PivotTableConditionalFormattingOptionTypeDef PivotTableConditionalFormattingOptionOutputTypeDef

TableConditionalFormattingTypeDef#

# TableConditionalFormattingTypeDef definition

class TableConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[Sequence[TableConditionalFormattingOptionUnionTypeDef]],  # (1)
  1. See TableConditionalFormattingOptionTypeDef TableConditionalFormattingOptionOutputTypeDef

AnalysisDefinitionOutputTypeDef#

# AnalysisDefinitionOutputTypeDef definition

class AnalysisDefinitionOutputTypeDef(TypedDict):
    DataSetIdentifierDeclarations: List[DataSetIdentifierDeclarationTypeDef],  # (1)
    Sheets: NotRequired[List[SheetDefinitionOutputTypeDef]],  # (2)
    CalculatedFields: NotRequired[List[CalculatedFieldTypeDef]],  # (3)
    ParameterDeclarations: NotRequired[List[ParameterDeclarationOutputTypeDef]],  # (4)
    FilterGroups: NotRequired[List[FilterGroupOutputTypeDef]],  # (5)
    ColumnConfigurations: NotRequired[List[ColumnConfigurationOutputTypeDef]],  # (6)
    AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef],  # (7)
    Options: NotRequired[AssetOptionsTypeDef],  # (8)
    QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef],  # (9)
  1. See DataSetIdentifierDeclarationTypeDef
  2. See SheetDefinitionOutputTypeDef
  3. See CalculatedFieldTypeDef
  4. See ParameterDeclarationOutputTypeDef
  5. See FilterGroupOutputTypeDef
  6. See ColumnConfigurationOutputTypeDef
  7. See AnalysisDefaultsTypeDef
  8. See AssetOptionsTypeDef
  9. See QueryExecutionOptionsTypeDef

DashboardVersionDefinitionOutputTypeDef#

# DashboardVersionDefinitionOutputTypeDef definition

class DashboardVersionDefinitionOutputTypeDef(TypedDict):
    DataSetIdentifierDeclarations: List[DataSetIdentifierDeclarationTypeDef],  # (1)
    Sheets: NotRequired[List[SheetDefinitionOutputTypeDef]],  # (2)
    CalculatedFields: NotRequired[List[CalculatedFieldTypeDef]],  # (3)
    ParameterDeclarations: NotRequired[List[ParameterDeclarationOutputTypeDef]],  # (4)
    FilterGroups: NotRequired[List[FilterGroupOutputTypeDef]],  # (5)
    ColumnConfigurations: NotRequired[List[ColumnConfigurationOutputTypeDef]],  # (6)
    AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef],  # (7)
    Options: NotRequired[AssetOptionsTypeDef],  # (8)
  1. See DataSetIdentifierDeclarationTypeDef
  2. See SheetDefinitionOutputTypeDef
  3. See CalculatedFieldTypeDef
  4. See ParameterDeclarationOutputTypeDef
  5. See FilterGroupOutputTypeDef
  6. See ColumnConfigurationOutputTypeDef
  7. See AnalysisDefaultsTypeDef
  8. See AssetOptionsTypeDef

TemplateVersionDefinitionOutputTypeDef#

# TemplateVersionDefinitionOutputTypeDef definition

class TemplateVersionDefinitionOutputTypeDef(TypedDict):
    DataSetConfigurations: List[DataSetConfigurationOutputTypeDef],  # (1)
    Sheets: NotRequired[List[SheetDefinitionOutputTypeDef]],  # (2)
    CalculatedFields: NotRequired[List[CalculatedFieldTypeDef]],  # (3)
    ParameterDeclarations: NotRequired[List[ParameterDeclarationOutputTypeDef]],  # (4)
    FilterGroups: NotRequired[List[FilterGroupOutputTypeDef]],  # (5)
    ColumnConfigurations: NotRequired[List[ColumnConfigurationOutputTypeDef]],  # (6)
    AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef],  # (7)
    Options: NotRequired[AssetOptionsTypeDef],  # (8)
    QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef],  # (9)
  1. See DataSetConfigurationOutputTypeDef
  2. See SheetDefinitionOutputTypeDef
  3. See CalculatedFieldTypeDef
  4. See ParameterDeclarationOutputTypeDef
  5. See FilterGroupOutputTypeDef
  6. See ColumnConfigurationOutputTypeDef
  7. See AnalysisDefaultsTypeDef
  8. See AssetOptionsTypeDef
  9. See QueryExecutionOptionsTypeDef

BoxPlotVisualTypeDef#

# BoxPlotVisualTypeDef definition

class BoxPlotVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[BoxPlotChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See BoxPlotChartConfigurationTypeDef BoxPlotChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

ComboChartVisualTypeDef#

# ComboChartVisualTypeDef definition

class ComboChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[ComboChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See ComboChartConfigurationTypeDef ComboChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

CustomContentVisualTypeDef#

# CustomContentVisualTypeDef definition

class CustomContentVisualTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[CustomContentConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See CustomContentConfigurationTypeDef
  4. See VisualCustomActionTypeDef

EmptyVisualTypeDef#

# EmptyVisualTypeDef definition

class EmptyVisualTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (1)
  1. See VisualCustomActionTypeDef

FunnelChartVisualTypeDef#

# FunnelChartVisualTypeDef definition

class FunnelChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[FunnelChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See FunnelChartConfigurationTypeDef FunnelChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

GaugeChartVisualTypeDef#

# GaugeChartVisualTypeDef definition

class GaugeChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[GaugeChartConfigurationUnionTypeDef],  # (3)
    ConditionalFormatting: NotRequired[GaugeChartConditionalFormattingUnionTypeDef],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GaugeChartConfigurationTypeDef GaugeChartConfigurationOutputTypeDef
  4. See GaugeChartConditionalFormattingTypeDef GaugeChartConditionalFormattingOutputTypeDef
  5. See VisualCustomActionTypeDef

GeospatialMapVisualTypeDef#

# GeospatialMapVisualTypeDef definition

class GeospatialMapVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[GeospatialMapConfigurationUnionTypeDef],  # (3)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GeospatialMapConfigurationTypeDef GeospatialMapConfigurationOutputTypeDef
  4. See ColumnHierarchyTypeDef
  5. See VisualCustomActionTypeDef

HeatMapVisualTypeDef#

# HeatMapVisualTypeDef definition

class HeatMapVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[HeatMapConfigurationUnionTypeDef],  # (3)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See HeatMapConfigurationTypeDef HeatMapConfigurationOutputTypeDef
  4. See ColumnHierarchyTypeDef
  5. See VisualCustomActionTypeDef

HistogramVisualTypeDef#

# HistogramVisualTypeDef definition

class HistogramVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[HistogramConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See HistogramConfigurationTypeDef HistogramConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef

InsightVisualTypeDef#

# InsightVisualTypeDef definition

class InsightVisualTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    InsightConfiguration: NotRequired[InsightConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See InsightConfigurationTypeDef InsightConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef

KPIVisualTypeDef#

# KPIVisualTypeDef definition

class KPIVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[KPIConfigurationUnionTypeDef],  # (3)
    ConditionalFormatting: NotRequired[KPIConditionalFormattingUnionTypeDef],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyUnionTypeDef]],  # (6)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See KPIConfigurationTypeDef KPIConfigurationOutputTypeDef
  4. See KPIConditionalFormattingTypeDef KPIConditionalFormattingOutputTypeDef
  5. See VisualCustomActionTypeDef
  6. See ColumnHierarchyTypeDef ColumnHierarchyOutputTypeDef

LineChartVisualTypeDef#

# LineChartVisualTypeDef definition

class LineChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[LineChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See LineChartConfigurationTypeDef LineChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

PieChartVisualTypeDef#

# PieChartVisualTypeDef definition

class PieChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[PieChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyUnionTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PieChartConfigurationTypeDef PieChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef ColumnHierarchyOutputTypeDef

RadarChartVisualTypeDef#

# RadarChartVisualTypeDef definition

class RadarChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[RadarChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See RadarChartConfigurationTypeDef RadarChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

SankeyDiagramVisualTypeDef#

# SankeyDiagramVisualTypeDef definition

class SankeyDiagramVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[SankeyDiagramChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See SankeyDiagramChartConfigurationTypeDef SankeyDiagramChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef

ScatterPlotVisualTypeDef#

# ScatterPlotVisualTypeDef definition

class ScatterPlotVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[ScatterPlotConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See ScatterPlotConfigurationTypeDef ScatterPlotConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

TreeMapVisualTypeDef#

# TreeMapVisualTypeDef definition

class TreeMapVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[TreeMapConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See TreeMapConfigurationTypeDef TreeMapConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

WaterfallVisualTypeDef#

# WaterfallVisualTypeDef definition

class WaterfallVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[WaterfallChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See WaterfallChartConfigurationTypeDef WaterfallChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

WordCloudVisualTypeDef#

# WordCloudVisualTypeDef definition

class WordCloudVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[WordCloudChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See WordCloudChartConfigurationTypeDef WordCloudChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

BatchCreateTopicReviewedAnswerRequestRequestTypeDef#

# BatchCreateTopicReviewedAnswerRequestRequestTypeDef definition

class BatchCreateTopicReviewedAnswerRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    Answers: Sequence[CreateTopicReviewedAnswerTypeDef],  # (1)
  1. See CreateTopicReviewedAnswerTypeDef

NestedFilterTypeDef#

# NestedFilterTypeDef definition

class NestedFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    IncludeInnerSet: bool,
    InnerFilter: InnerFilterUnionTypeDef,  # (2)
  1. See ColumnIdentifierTypeDef
  2. See InnerFilterTypeDef InnerFilterOutputTypeDef

DescribeAnalysisDefinitionResponseTypeDef#

# DescribeAnalysisDefinitionResponseTypeDef definition

class DescribeAnalysisDefinitionResponseTypeDef(TypedDict):
    AnalysisId: str,
    Name: str,
    Errors: List[AnalysisErrorTypeDef],  # (1)
    ResourceStatus: ResourceStatusType,  # (2)
    ThemeArn: str,
    Definition: AnalysisDefinitionOutputTypeDef,  # (3)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (4)
  1. See AnalysisErrorTypeDef
  2. See ResourceStatusType
  3. See AnalysisDefinitionOutputTypeDef
  4. See ResponseMetadataTypeDef

DescribeDashboardDefinitionResponseTypeDef#

# DescribeDashboardDefinitionResponseTypeDef definition

class DescribeDashboardDefinitionResponseTypeDef(TypedDict):
    DashboardId: str,
    Errors: List[DashboardErrorTypeDef],  # (1)
    Name: str,
    ResourceStatus: ResourceStatusType,  # (2)
    ThemeArn: str,
    Definition: DashboardVersionDefinitionOutputTypeDef,  # (3)
    Status: int,
    RequestId: str,
    DashboardPublishOptions: DashboardPublishOptionsTypeDef,  # (4)
    ResponseMetadata: ResponseMetadataTypeDef,  # (5)
  1. See DashboardErrorTypeDef
  2. See ResourceStatusType
  3. See DashboardVersionDefinitionOutputTypeDef
  4. See DashboardPublishOptionsTypeDef
  5. See ResponseMetadataTypeDef

DescribeTemplateDefinitionResponseTypeDef#

# DescribeTemplateDefinitionResponseTypeDef definition

class DescribeTemplateDefinitionResponseTypeDef(TypedDict):
    Name: str,
    TemplateId: str,
    Errors: List[TemplateErrorTypeDef],  # (1)
    ResourceStatus: ResourceStatusType,  # (2)
    ThemeArn: str,
    Definition: TemplateVersionDefinitionOutputTypeDef,  # (3)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (4)
  1. See TemplateErrorTypeDef
  2. See ResourceStatusType
  3. See TemplateVersionDefinitionOutputTypeDef
  4. See ResponseMetadataTypeDef

LayoutConfigurationTypeDef#

# LayoutConfigurationTypeDef definition

class LayoutConfigurationTypeDef(TypedDict):
    GridLayout: NotRequired[GridLayoutConfigurationUnionTypeDef],  # (1)
    FreeFormLayout: NotRequired[FreeFormLayoutConfigurationUnionTypeDef],  # (2)
    SectionBasedLayout: NotRequired[SectionBasedLayoutConfigurationUnionTypeDef],  # (3)
  1. See GridLayoutConfigurationTypeDef GridLayoutConfigurationOutputTypeDef
  2. See FreeFormLayoutConfigurationTypeDef FreeFormLayoutConfigurationOutputTypeDef
  3. See SectionBasedLayoutConfigurationTypeDef SectionBasedLayoutConfigurationOutputTypeDef

BarChartVisualTypeDef#

# BarChartVisualTypeDef definition

class BarChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[BarChartConfigurationUnionTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionUnionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyUnionTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See BarChartConfigurationTypeDef BarChartConfigurationOutputTypeDef
  4. See VisualCustomActionTypeDef VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyTypeDef ColumnHierarchyOutputTypeDef

FilledMapVisualTypeDef#

# FilledMapVisualTypeDef definition

class FilledMapVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[FilledMapConfigurationUnionTypeDef],  # (3)
    ConditionalFormatting: NotRequired[FilledMapConditionalFormattingUnionTypeDef],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (6)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See FilledMapConfigurationTypeDef FilledMapConfigurationOutputTypeDef
  4. See FilledMapConditionalFormattingTypeDef FilledMapConditionalFormattingOutputTypeDef
  5. See ColumnHierarchyTypeDef
  6. See VisualCustomActionTypeDef

PivotTableVisualTypeDef#

# PivotTableVisualTypeDef definition

class PivotTableVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[PivotTableConfigurationUnionTypeDef],  # (3)
    ConditionalFormatting: NotRequired[PivotTableConditionalFormattingUnionTypeDef],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionUnionTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PivotTableConfigurationTypeDef PivotTableConfigurationOutputTypeDef
  4. See PivotTableConditionalFormattingTypeDef PivotTableConditionalFormattingOutputTypeDef
  5. See VisualCustomActionTypeDef VisualCustomActionOutputTypeDef

TableVisualTypeDef#

# TableVisualTypeDef definition

class TableVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[TableConfigurationUnionTypeDef],  # (3)
    ConditionalFormatting: NotRequired[TableConditionalFormattingUnionTypeDef],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionUnionTypeDef]],  # (5)
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See TableConfigurationTypeDef TableConfigurationOutputTypeDef
  4. See TableConditionalFormattingTypeDef TableConditionalFormattingOutputTypeDef
  5. See VisualCustomActionTypeDef VisualCustomActionOutputTypeDef

FilterTypeDef#

# FilterTypeDef definition

class FilterTypeDef(TypedDict):
    CategoryFilter: NotRequired[CategoryFilterUnionTypeDef],  # (1)
    NumericRangeFilter: NotRequired[NumericRangeFilterUnionTypeDef],  # (2)
    NumericEqualityFilter: NotRequired[NumericEqualityFilterUnionTypeDef],  # (3)
    TimeEqualityFilter: NotRequired[TimeEqualityFilterUnionTypeDef],  # (4)
    TimeRangeFilter: NotRequired[TimeRangeFilterUnionTypeDef],  # (5)
    RelativeDatesFilter: NotRequired[RelativeDatesFilterUnionTypeDef],  # (6)
    TopBottomFilter: NotRequired[TopBottomFilterUnionTypeDef],  # (7)
    NestedFilter: NotRequired[NestedFilterUnionTypeDef],  # (8)
  1. See CategoryFilterTypeDef CategoryFilterOutputTypeDef
  2. See NumericRangeFilterTypeDef NumericRangeFilterOutputTypeDef
  3. See NumericEqualityFilterTypeDef NumericEqualityFilterOutputTypeDef
  4. See TimeEqualityFilterTypeDef TimeEqualityFilterOutputTypeDef
  5. See TimeRangeFilterTypeDef TimeRangeFilterOutputTypeDef
  6. See RelativeDatesFilterTypeDef RelativeDatesFilterOutputTypeDef
  7. See TopBottomFilterTypeDef TopBottomFilterOutputTypeDef
  8. See NestedFilterTypeDef NestedFilterOutputTypeDef

LayoutTypeDef#

# LayoutTypeDef definition

class LayoutTypeDef(TypedDict):
    Configuration: LayoutConfigurationUnionTypeDef,  # (1)
  1. See LayoutConfigurationTypeDef LayoutConfigurationOutputTypeDef

VisualTypeDef#

# VisualTypeDef definition

class VisualTypeDef(TypedDict):
    TableVisual: NotRequired[TableVisualUnionTypeDef],  # (1)
    PivotTableVisual: NotRequired[PivotTableVisualUnionTypeDef],  # (2)
    BarChartVisual: NotRequired[BarChartVisualUnionTypeDef],  # (3)
    KPIVisual: NotRequired[KPIVisualUnionTypeDef],  # (4)
    PieChartVisual: NotRequired[PieChartVisualUnionTypeDef],  # (5)
    GaugeChartVisual: NotRequired[GaugeChartVisualUnionTypeDef],  # (6)
    LineChartVisual: NotRequired[LineChartVisualUnionTypeDef],  # (7)
    HeatMapVisual: NotRequired[HeatMapVisualUnionTypeDef],  # (8)
    TreeMapVisual: NotRequired[TreeMapVisualUnionTypeDef],  # (9)
    GeospatialMapVisual: NotRequired[GeospatialMapVisualUnionTypeDef],  # (10)
    FilledMapVisual: NotRequired[FilledMapVisualUnionTypeDef],  # (11)
    FunnelChartVisual: NotRequired[FunnelChartVisualUnionTypeDef],  # (12)
    ScatterPlotVisual: NotRequired[ScatterPlotVisualUnionTypeDef],  # (13)
    ComboChartVisual: NotRequired[ComboChartVisualUnionTypeDef],  # (14)
    BoxPlotVisual: NotRequired[BoxPlotVisualUnionTypeDef],  # (15)
    WaterfallVisual: NotRequired[WaterfallVisualUnionTypeDef],  # (16)
    HistogramVisual: NotRequired[HistogramVisualUnionTypeDef],  # (17)
    WordCloudVisual: NotRequired[WordCloudVisualUnionTypeDef],  # (18)
    InsightVisual: NotRequired[InsightVisualUnionTypeDef],  # (19)
    SankeyDiagramVisual: NotRequired[SankeyDiagramVisualUnionTypeDef],  # (20)
    CustomContentVisual: NotRequired[CustomContentVisualUnionTypeDef],  # (21)
    EmptyVisual: NotRequired[EmptyVisualUnionTypeDef],  # (22)
    RadarChartVisual: NotRequired[RadarChartVisualUnionTypeDef],  # (23)
  1. See TableVisualTypeDef TableVisualOutputTypeDef
  2. See PivotTableVisualTypeDef PivotTableVisualOutputTypeDef
  3. See BarChartVisualTypeDef BarChartVisualOutputTypeDef
  4. See KPIVisualTypeDef KPIVisualOutputTypeDef
  5. See PieChartVisualTypeDef PieChartVisualOutputTypeDef
  6. See GaugeChartVisualTypeDef GaugeChartVisualOutputTypeDef
  7. See LineChartVisualTypeDef LineChartVisualOutputTypeDef
  8. See HeatMapVisualTypeDef HeatMapVisualOutputTypeDef
  9. See TreeMapVisualTypeDef TreeMapVisualOutputTypeDef
  10. See GeospatialMapVisualTypeDef GeospatialMapVisualOutputTypeDef
  11. See FilledMapVisualTypeDef FilledMapVisualOutputTypeDef
  12. See FunnelChartVisualTypeDef FunnelChartVisualOutputTypeDef
  13. See ScatterPlotVisualTypeDef ScatterPlotVisualOutputTypeDef
  14. See ComboChartVisualTypeDef ComboChartVisualOutputTypeDef
  15. See BoxPlotVisualTypeDef BoxPlotVisualOutputTypeDef
  16. See WaterfallVisualTypeDef WaterfallVisualOutputTypeDef
  17. See HistogramVisualTypeDef HistogramVisualOutputTypeDef
  18. See WordCloudVisualTypeDef WordCloudVisualOutputTypeDef
  19. See InsightVisualTypeDef InsightVisualOutputTypeDef
  20. See SankeyDiagramVisualTypeDef SankeyDiagramVisualOutputTypeDef
  21. See CustomContentVisualTypeDef CustomContentVisualOutputTypeDef
  22. See EmptyVisualTypeDef EmptyVisualOutputTypeDef
  23. See RadarChartVisualTypeDef RadarChartVisualOutputTypeDef

FilterGroupTypeDef#

# FilterGroupTypeDef definition

class FilterGroupTypeDef(TypedDict):
    FilterGroupId: str,
    Filters: Sequence[FilterUnionTypeDef],  # (1)
    ScopeConfiguration: FilterScopeConfigurationUnionTypeDef,  # (2)
    CrossDataset: CrossDatasetTypesType,  # (4)
    Status: NotRequired[WidgetStatusType],  # (3)
  1. See FilterTypeDef FilterOutputTypeDef
  2. See FilterScopeConfigurationTypeDef FilterScopeConfigurationOutputTypeDef
  3. See WidgetStatusType
  4. See CrossDatasetTypesType

SheetDefinitionTypeDef#

# SheetDefinitionTypeDef definition

class SheetDefinitionTypeDef(TypedDict):
    SheetId: str,
    Title: NotRequired[str],
    Description: NotRequired[str],
    Name: NotRequired[str],
    ParameterControls: NotRequired[Sequence[ParameterControlUnionTypeDef]],  # (1)
    FilterControls: NotRequired[Sequence[FilterControlUnionTypeDef]],  # (2)
    Visuals: NotRequired[Sequence[VisualUnionTypeDef]],  # (3)
    TextBoxes: NotRequired[Sequence[SheetTextBoxTypeDef]],  # (4)
    Layouts: NotRequired[Sequence[LayoutUnionTypeDef]],  # (5)
    SheetControlLayouts: NotRequired[Sequence[SheetControlLayoutUnionTypeDef]],  # (6)
    ContentType: NotRequired[SheetContentTypeType],  # (7)
  1. See ParameterControlTypeDef ParameterControlOutputTypeDef
  2. See FilterControlTypeDef FilterControlOutputTypeDef
  3. See VisualTypeDef VisualOutputTypeDef
  4. See SheetTextBoxTypeDef
  5. See LayoutTypeDef LayoutOutputTypeDef
  6. See SheetControlLayoutTypeDef SheetControlLayoutOutputTypeDef
  7. See SheetContentTypeType

AnalysisDefinitionTypeDef#

# AnalysisDefinitionTypeDef definition

class AnalysisDefinitionTypeDef(TypedDict):
    DataSetIdentifierDeclarations: Sequence[DataSetIdentifierDeclarationTypeDef],  # (1)
    Sheets: NotRequired[Sequence[SheetDefinitionUnionTypeDef]],  # (2)
    CalculatedFields: NotRequired[Sequence[CalculatedFieldTypeDef]],  # (3)
    ParameterDeclarations: NotRequired[Sequence[ParameterDeclarationUnionTypeDef]],  # (4)
    FilterGroups: NotRequired[Sequence[FilterGroupUnionTypeDef]],  # (5)
    ColumnConfigurations: NotRequired[Sequence[ColumnConfigurationUnionTypeDef]],  # (6)
    AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef],  # (7)
    Options: NotRequired[AssetOptionsTypeDef],  # (8)
    QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef],  # (9)
  1. See DataSetIdentifierDeclarationTypeDef
  2. See SheetDefinitionTypeDef SheetDefinitionOutputTypeDef
  3. See CalculatedFieldTypeDef
  4. See ParameterDeclarationTypeDef ParameterDeclarationOutputTypeDef
  5. See FilterGroupTypeDef FilterGroupOutputTypeDef
  6. See ColumnConfigurationTypeDef ColumnConfigurationOutputTypeDef
  7. See AnalysisDefaultsTypeDef
  8. See AssetOptionsTypeDef
  9. See QueryExecutionOptionsTypeDef

DashboardVersionDefinitionTypeDef#

# DashboardVersionDefinitionTypeDef definition

class DashboardVersionDefinitionTypeDef(TypedDict):
    DataSetIdentifierDeclarations: Sequence[DataSetIdentifierDeclarationTypeDef],  # (1)
    Sheets: NotRequired[Sequence[SheetDefinitionUnionTypeDef]],  # (2)
    CalculatedFields: NotRequired[Sequence[CalculatedFieldTypeDef]],  # (3)
    ParameterDeclarations: NotRequired[Sequence[ParameterDeclarationUnionTypeDef]],  # (4)
    FilterGroups: NotRequired[Sequence[FilterGroupUnionTypeDef]],  # (5)
    ColumnConfigurations: NotRequired[Sequence[ColumnConfigurationUnionTypeDef]],  # (6)
    AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef],  # (7)
    Options: NotRequired[AssetOptionsTypeDef],  # (8)
  1. See DataSetIdentifierDeclarationTypeDef
  2. See SheetDefinitionTypeDef SheetDefinitionOutputTypeDef
  3. See CalculatedFieldTypeDef
  4. See ParameterDeclarationTypeDef ParameterDeclarationOutputTypeDef
  5. See FilterGroupTypeDef FilterGroupOutputTypeDef
  6. See ColumnConfigurationTypeDef ColumnConfigurationOutputTypeDef
  7. See AnalysisDefaultsTypeDef
  8. See AssetOptionsTypeDef

TemplateVersionDefinitionTypeDef#

# TemplateVersionDefinitionTypeDef definition

class TemplateVersionDefinitionTypeDef(TypedDict):
    DataSetConfigurations: Sequence[DataSetConfigurationUnionTypeDef],  # (1)
    Sheets: NotRequired[Sequence[SheetDefinitionUnionTypeDef]],  # (2)
    CalculatedFields: NotRequired[Sequence[CalculatedFieldTypeDef]],  # (3)
    ParameterDeclarations: NotRequired[Sequence[ParameterDeclarationUnionTypeDef]],  # (4)
    FilterGroups: NotRequired[Sequence[FilterGroupUnionTypeDef]],  # (5)
    ColumnConfigurations: NotRequired[Sequence[ColumnConfigurationUnionTypeDef]],  # (6)
    AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef],  # (7)
    Options: NotRequired[AssetOptionsTypeDef],  # (8)
    QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef],  # (9)
  1. See DataSetConfigurationTypeDef DataSetConfigurationOutputTypeDef
  2. See SheetDefinitionTypeDef SheetDefinitionOutputTypeDef
  3. See CalculatedFieldTypeDef
  4. See ParameterDeclarationTypeDef ParameterDeclarationOutputTypeDef
  5. See FilterGroupTypeDef FilterGroupOutputTypeDef
  6. See ColumnConfigurationTypeDef ColumnConfigurationOutputTypeDef
  7. See AnalysisDefaultsTypeDef
  8. See AssetOptionsTypeDef
  9. See QueryExecutionOptionsTypeDef

CreateAnalysisRequestRequestTypeDef#

# CreateAnalysisRequestRequestTypeDef definition

class CreateAnalysisRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,
    Name: str,
    Parameters: NotRequired[ParametersTypeDef],  # (1)
    Permissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (2)
    SourceEntity: NotRequired[AnalysisSourceEntityTypeDef],  # (3)
    ThemeArn: NotRequired[str],
    Tags: NotRequired[Sequence[TagTypeDef]],  # (4)
    Definition: NotRequired[AnalysisDefinitionTypeDef],  # (5)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (6)
    FolderArns: NotRequired[Sequence[str]],
  1. See ParametersTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  3. See AnalysisSourceEntityTypeDef
  4. See TagTypeDef
  5. See AnalysisDefinitionTypeDef
  6. See ValidationStrategyTypeDef

UpdateAnalysisRequestRequestTypeDef#

# UpdateAnalysisRequestRequestTypeDef definition

class UpdateAnalysisRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,
    Name: str,
    Parameters: NotRequired[ParametersTypeDef],  # (1)
    SourceEntity: NotRequired[AnalysisSourceEntityTypeDef],  # (2)
    ThemeArn: NotRequired[str],
    Definition: NotRequired[AnalysisDefinitionTypeDef],  # (3)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (4)
  1. See ParametersTypeDef
  2. See AnalysisSourceEntityTypeDef
  3. See AnalysisDefinitionTypeDef
  4. See ValidationStrategyTypeDef

CreateDashboardRequestRequestTypeDef#

# CreateDashboardRequestRequestTypeDef definition

class CreateDashboardRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    Name: str,
    Parameters: NotRequired[ParametersTypeDef],  # (1)
    Permissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (2)
    SourceEntity: NotRequired[DashboardSourceEntityTypeDef],  # (3)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (4)
    VersionDescription: NotRequired[str],
    DashboardPublishOptions: NotRequired[DashboardPublishOptionsTypeDef],  # (5)
    ThemeArn: NotRequired[str],
    Definition: NotRequired[DashboardVersionDefinitionTypeDef],  # (6)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (7)
    FolderArns: NotRequired[Sequence[str]],
    LinkSharingConfiguration: NotRequired[LinkSharingConfigurationTypeDef],  # (8)
    LinkEntities: NotRequired[Sequence[str]],
  1. See ParametersTypeDef
  2. See ResourcePermissionTypeDef
  3. See DashboardSourceEntityTypeDef
  4. See TagTypeDef
  5. See DashboardPublishOptionsTypeDef
  6. See DashboardVersionDefinitionTypeDef
  7. See ValidationStrategyTypeDef
  8. See LinkSharingConfigurationTypeDef

UpdateDashboardRequestRequestTypeDef#

# UpdateDashboardRequestRequestTypeDef definition

class UpdateDashboardRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    Name: str,
    SourceEntity: NotRequired[DashboardSourceEntityTypeDef],  # (1)
    Parameters: NotRequired[ParametersTypeDef],  # (2)
    VersionDescription: NotRequired[str],
    DashboardPublishOptions: NotRequired[DashboardPublishOptionsTypeDef],  # (3)
    ThemeArn: NotRequired[str],
    Definition: NotRequired[DashboardVersionDefinitionTypeDef],  # (4)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (5)
  1. See DashboardSourceEntityTypeDef
  2. See ParametersTypeDef
  3. See DashboardPublishOptionsTypeDef
  4. See DashboardVersionDefinitionTypeDef
  5. See ValidationStrategyTypeDef

CreateTemplateRequestRequestTypeDef#

# CreateTemplateRequestRequestTypeDef definition

class CreateTemplateRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    Name: NotRequired[str],
    Permissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
    SourceEntity: NotRequired[TemplateSourceEntityTypeDef],  # (2)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (3)
    VersionDescription: NotRequired[str],
    Definition: NotRequired[TemplateVersionDefinitionTypeDef],  # (4)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (5)
  1. See ResourcePermissionTypeDef
  2. See TemplateSourceEntityTypeDef
  3. See TagTypeDef
  4. See TemplateVersionDefinitionTypeDef
  5. See ValidationStrategyTypeDef

UpdateTemplateRequestRequestTypeDef#

# UpdateTemplateRequestRequestTypeDef definition

class UpdateTemplateRequestRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    SourceEntity: NotRequired[TemplateSourceEntityTypeDef],  # (1)
    VersionDescription: NotRequired[str],
    Name: NotRequired[str],
    Definition: NotRequired[TemplateVersionDefinitionTypeDef],  # (2)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (3)
  1. See TemplateSourceEntityTypeDef
  2. See TemplateVersionDefinitionTypeDef
  3. See ValidationStrategyTypeDef