Skip to content

Type definitions#

Index > QuickSight > Type definitions

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

TimestampTypeDef#

# TimestampTypeDef Union usage example

from types_boto3_quicksight.type_defs import TimestampTypeDef


def get_value() -> TimestampTypeDef:
    return ...


# TimestampTypeDef definition

TimestampTypeDef = Union[
    datetime,
    str,
]

BlobTypeDef#

# BlobTypeDef Union usage example

from types_boto3_quicksight.type_defs import BlobTypeDef


def get_value() -> BlobTypeDef:
    return ...


# BlobTypeDef definition

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

AggFunctionUnionTypeDef#

# AggFunctionUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import AggFunctionUnionTypeDef


def get_value() -> AggFunctionUnionTypeDef:
    return ...


# AggFunctionUnionTypeDef definition

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

ColumnLevelPermissionRuleUnionTypeDef#

# ColumnLevelPermissionRuleUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import ColumnLevelPermissionRuleUnionTypeDef


def get_value() -> ColumnLevelPermissionRuleUnionTypeDef:
    return ...


# ColumnLevelPermissionRuleUnionTypeDef definition

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

DecimalDatasetParameterDefaultValuesUnionTypeDef#

# DecimalDatasetParameterDefaultValuesUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import DecimalDatasetParameterDefaultValuesUnionTypeDef


def get_value() -> DecimalDatasetParameterDefaultValuesUnionTypeDef:
    return ...


# DecimalDatasetParameterDefaultValuesUnionTypeDef definition

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

FieldFolderUnionTypeDef#

# FieldFolderUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import FieldFolderUnionTypeDef


def get_value() -> FieldFolderUnionTypeDef:
    return ...


# FieldFolderUnionTypeDef definition

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

GeoSpatialColumnGroupUnionTypeDef#

# GeoSpatialColumnGroupUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import GeoSpatialColumnGroupUnionTypeDef


def get_value() -> GeoSpatialColumnGroupUnionTypeDef:
    return ...


# GeoSpatialColumnGroupUnionTypeDef definition

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

IntegerDatasetParameterDefaultValuesUnionTypeDef#

# IntegerDatasetParameterDefaultValuesUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import IntegerDatasetParameterDefaultValuesUnionTypeDef


def get_value() -> IntegerDatasetParameterDefaultValuesUnionTypeDef:
    return ...


# IntegerDatasetParameterDefaultValuesUnionTypeDef definition

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

ResourcePermissionUnionTypeDef#

# ResourcePermissionUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import ResourcePermissionUnionTypeDef


def get_value() -> ResourcePermissionUnionTypeDef:
    return ...


# ResourcePermissionUnionTypeDef definition

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

ProjectOperationUnionTypeDef#

# ProjectOperationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import ProjectOperationUnionTypeDef


def get_value() -> ProjectOperationUnionTypeDef:
    return ...


# ProjectOperationUnionTypeDef definition

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

RedshiftIAMParametersUnionTypeDef#

# RedshiftIAMParametersUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import RedshiftIAMParametersUnionTypeDef


def get_value() -> RedshiftIAMParametersUnionTypeDef:
    return ...


# RedshiftIAMParametersUnionTypeDef definition

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

StringDatasetParameterDefaultValuesUnionTypeDef#

# StringDatasetParameterDefaultValuesUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import StringDatasetParameterDefaultValuesUnionTypeDef


def get_value() -> StringDatasetParameterDefaultValuesUnionTypeDef:
    return ...


# StringDatasetParameterDefaultValuesUnionTypeDef definition

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

UntagColumnOperationUnionTypeDef#

# UntagColumnOperationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import UntagColumnOperationUnionTypeDef


def get_value() -> UntagColumnOperationUnionTypeDef:
    return ...


# UntagColumnOperationUnionTypeDef definition

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

AssetBundleCloudFormationOverridePropertyConfigurationUnionTypeDef#

# AssetBundleCloudFormationOverridePropertyConfigurationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import AssetBundleCloudFormationOverridePropertyConfigurationUnionTypeDef


def get_value() -> AssetBundleCloudFormationOverridePropertyConfigurationUnionTypeDef:
    return ...


# AssetBundleCloudFormationOverridePropertyConfigurationUnionTypeDef definition

AssetBundleCloudFormationOverridePropertyConfigurationUnionTypeDef = Union[
    AssetBundleCloudFormationOverridePropertyConfigurationTypeDef,  # (1)
    AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef,  # (2)
]
  1. See AssetBundleCloudFormationOverridePropertyConfigurationTypeDef
  2. See AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef

DateTimeDatasetParameterDefaultValuesUnionTypeDef#

# DateTimeDatasetParameterDefaultValuesUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import DateTimeDatasetParameterDefaultValuesUnionTypeDef


def get_value() -> DateTimeDatasetParameterDefaultValuesUnionTypeDef:
    return ...


# DateTimeDatasetParameterDefaultValuesUnionTypeDef definition

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

NewDefaultValuesUnionTypeDef#

# NewDefaultValuesUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import NewDefaultValuesUnionTypeDef


def get_value() -> NewDefaultValuesUnionTypeDef:
    return ...


# NewDefaultValuesUnionTypeDef definition

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

TopicRefreshScheduleUnionTypeDef#

# TopicRefreshScheduleUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TopicRefreshScheduleUnionTypeDef


def get_value() -> TopicRefreshScheduleUnionTypeDef:
    return ...


# TopicRefreshScheduleUnionTypeDef definition

TopicRefreshScheduleUnionTypeDef = Union[
    TopicRefreshScheduleTypeDef,  # (1)
    TopicRefreshScheduleOutputTypeDef,  # (2)
]
  1. See TopicRefreshScheduleTypeDef
  2. See TopicRefreshScheduleOutputTypeDef

CreateColumnsOperationUnionTypeDef#

# CreateColumnsOperationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import CreateColumnsOperationUnionTypeDef


def get_value() -> CreateColumnsOperationUnionTypeDef:
    return ...


# CreateColumnsOperationUnionTypeDef definition

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

TopicConstantValueUnionTypeDef#

# TopicConstantValueUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TopicConstantValueUnionTypeDef


def get_value() -> TopicConstantValueUnionTypeDef:
    return ...


# TopicConstantValueUnionTypeDef definition

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

CustomSqlUnionTypeDef#

# CustomSqlUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import CustomSqlUnionTypeDef


def get_value() -> CustomSqlUnionTypeDef:
    return ...


# CustomSqlUnionTypeDef definition

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

RelationalTableUnionTypeDef#

# RelationalTableUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import RelationalTableUnionTypeDef


def get_value() -> RelationalTableUnionTypeDef:
    return ...


# RelationalTableUnionTypeDef definition

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

LinkSharingConfigurationUnionTypeDef#

# LinkSharingConfigurationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import LinkSharingConfigurationUnionTypeDef


def get_value() -> LinkSharingConfigurationUnionTypeDef:
    return ...


# LinkSharingConfigurationUnionTypeDef definition

LinkSharingConfigurationUnionTypeDef = Union[
    LinkSharingConfigurationTypeDef,  # (1)
    LinkSharingConfigurationOutputTypeDef,  # (2)
]
  1. See LinkSharingConfigurationTypeDef
  2. See LinkSharingConfigurationOutputTypeDef

PerformanceConfigurationUnionTypeDef#

# PerformanceConfigurationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import PerformanceConfigurationUnionTypeDef


def get_value() -> PerformanceConfigurationUnionTypeDef:
    return ...


# PerformanceConfigurationUnionTypeDef definition

PerformanceConfigurationUnionTypeDef = Union[
    PerformanceConfigurationTypeDef,  # (1)
    PerformanceConfigurationOutputTypeDef,  # (2)
]
  1. See PerformanceConfigurationTypeDef
  2. See PerformanceConfigurationOutputTypeDef

RowLevelPermissionTagConfigurationUnionTypeDef#

# RowLevelPermissionTagConfigurationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import RowLevelPermissionTagConfigurationUnionTypeDef


def get_value() -> RowLevelPermissionTagConfigurationUnionTypeDef:
    return ...


# RowLevelPermissionTagConfigurationUnionTypeDef definition

RowLevelPermissionTagConfigurationUnionTypeDef = Union[
    RowLevelPermissionTagConfigurationTypeDef,  # (1)
    RowLevelPermissionTagConfigurationOutputTypeDef,  # (2)
]
  1. See RowLevelPermissionTagConfigurationTypeDef
  2. See RowLevelPermissionTagConfigurationOutputTypeDef

S3SourceUnionTypeDef#

# S3SourceUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import S3SourceUnionTypeDef


def get_value() -> S3SourceUnionTypeDef:
    return ...


# S3SourceUnionTypeDef definition

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

TopicTemplateUnionTypeDef#

# TopicTemplateUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TopicTemplateUnionTypeDef


def get_value() -> TopicTemplateUnionTypeDef:
    return ...


# TopicTemplateUnionTypeDef definition

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

AssetBundleImportJobOverrideTagsUnionTypeDef#

# AssetBundleImportJobOverrideTagsUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverrideTagsUnionTypeDef


def get_value() -> AssetBundleImportJobOverrideTagsUnionTypeDef:
    return ...


# AssetBundleImportJobOverrideTagsUnionTypeDef definition

AssetBundleImportJobOverrideTagsUnionTypeDef = Union[
    AssetBundleImportJobOverrideTagsTypeDef,  # (1)
    AssetBundleImportJobOverrideTagsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobOverrideTagsTypeDef
  2. See AssetBundleImportJobOverrideTagsOutputTypeDef

ParametersUnionTypeDef#

# ParametersUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import ParametersUnionTypeDef


def get_value() -> ParametersUnionTypeDef:
    return ...


# ParametersUnionTypeDef definition

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

TagColumnOperationUnionTypeDef#

# TagColumnOperationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TagColumnOperationUnionTypeDef


def get_value() -> TagColumnOperationUnionTypeDef:
    return ...


# TagColumnOperationUnionTypeDef definition

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

DecimalDatasetParameterUnionTypeDef#

# DecimalDatasetParameterUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import DecimalDatasetParameterUnionTypeDef


def get_value() -> DecimalDatasetParameterUnionTypeDef:
    return ...


# DecimalDatasetParameterUnionTypeDef definition

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

TopicIRMetricUnionTypeDef#

# TopicIRMetricUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TopicIRMetricUnionTypeDef


def get_value() -> TopicIRMetricUnionTypeDef:
    return ...


# TopicIRMetricUnionTypeDef definition

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

ColumnGroupUnionTypeDef#

# ColumnGroupUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import ColumnGroupUnionTypeDef


def get_value() -> ColumnGroupUnionTypeDef:
    return ...


# ColumnGroupUnionTypeDef definition

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

IntegerDatasetParameterUnionTypeDef#

# IntegerDatasetParameterUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import IntegerDatasetParameterUnionTypeDef


def get_value() -> IntegerDatasetParameterUnionTypeDef:
    return ...


# IntegerDatasetParameterUnionTypeDef definition

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

RedshiftParametersUnionTypeDef#

# RedshiftParametersUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import RedshiftParametersUnionTypeDef


def get_value() -> RedshiftParametersUnionTypeDef:
    return ...


# RedshiftParametersUnionTypeDef definition

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

RefreshScheduleUnionTypeDef#

# RefreshScheduleUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import RefreshScheduleUnionTypeDef


def get_value() -> RefreshScheduleUnionTypeDef:
    return ...


# RefreshScheduleUnionTypeDef definition

RefreshScheduleUnionTypeDef = Union[
    RefreshScheduleTypeDef,  # (1)
    RefreshScheduleOutputTypeDef,  # (2)
]
  1. See RefreshScheduleTypeDef
  2. See RefreshScheduleOutputTypeDef

StringDatasetParameterUnionTypeDef#

# StringDatasetParameterUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import StringDatasetParameterUnionTypeDef


def get_value() -> StringDatasetParameterUnionTypeDef:
    return ...


# StringDatasetParameterUnionTypeDef definition

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

AssetBundleImportJobOverridePermissionsUnionTypeDef#

# AssetBundleImportJobOverridePermissionsUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverridePermissionsUnionTypeDef


def get_value() -> AssetBundleImportJobOverridePermissionsUnionTypeDef:
    return ...


# AssetBundleImportJobOverridePermissionsUnionTypeDef definition

AssetBundleImportJobOverridePermissionsUnionTypeDef = Union[
    AssetBundleImportJobOverridePermissionsTypeDef,  # (1)
    AssetBundleImportJobOverridePermissionsOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobOverridePermissionsTypeDef
  2. See AssetBundleImportJobOverridePermissionsOutputTypeDef

DateTimeDatasetParameterUnionTypeDef#

# DateTimeDatasetParameterUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import DateTimeDatasetParameterUnionTypeDef


def get_value() -> DateTimeDatasetParameterUnionTypeDef:
    return ...


# DateTimeDatasetParameterUnionTypeDef definition

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

OverrideDatasetParameterOperationUnionTypeDef#

# OverrideDatasetParameterOperationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import OverrideDatasetParameterOperationUnionTypeDef


def get_value() -> OverrideDatasetParameterOperationUnionTypeDef:
    return ...


# OverrideDatasetParameterOperationUnionTypeDef definition

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

TopicIRFilterOptionUnionTypeDef#

# TopicIRFilterOptionUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TopicIRFilterOptionUnionTypeDef


def get_value() -> TopicIRFilterOptionUnionTypeDef:
    return ...


# TopicIRFilterOptionUnionTypeDef definition

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

ThemeConfigurationUnionTypeDef#

# ThemeConfigurationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import ThemeConfigurationUnionTypeDef


def get_value() -> ThemeConfigurationUnionTypeDef:
    return ...


# ThemeConfigurationUnionTypeDef definition

ThemeConfigurationUnionTypeDef = Union[
    ThemeConfigurationTypeDef,  # (1)
    ThemeConfigurationOutputTypeDef,  # (2)
]
  1. See ThemeConfigurationTypeDef
  2. See ThemeConfigurationOutputTypeDef

PhysicalTableUnionTypeDef#

# PhysicalTableUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import PhysicalTableUnionTypeDef


def get_value() -> PhysicalTableUnionTypeDef:
    return ...


# PhysicalTableUnionTypeDef definition

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

SnapshotConfigurationUnionTypeDef#

# SnapshotConfigurationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import SnapshotConfigurationUnionTypeDef


def get_value() -> SnapshotConfigurationUnionTypeDef:
    return ...


# SnapshotConfigurationUnionTypeDef definition

SnapshotConfigurationUnionTypeDef = Union[
    SnapshotConfigurationTypeDef,  # (1)
    SnapshotConfigurationOutputTypeDef,  # (2)
]
  1. See SnapshotConfigurationTypeDef
  2. See SnapshotConfigurationOutputTypeDef

DataSourceParametersUnionTypeDef#

# DataSourceParametersUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import DataSourceParametersUnionTypeDef


def get_value() -> DataSourceParametersUnionTypeDef:
    return ...


# DataSourceParametersUnionTypeDef definition

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

DatasetParameterUnionTypeDef#

# DatasetParameterUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import DatasetParameterUnionTypeDef


def get_value() -> DatasetParameterUnionTypeDef:
    return ...


# DatasetParameterUnionTypeDef definition

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

TransformOperationUnionTypeDef#

# TransformOperationUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TransformOperationUnionTypeDef


def get_value() -> TransformOperationUnionTypeDef:
    return ...


# TransformOperationUnionTypeDef definition

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

ContributionAnalysisTimeRangesUnionTypeDef#

# ContributionAnalysisTimeRangesUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import ContributionAnalysisTimeRangesUnionTypeDef


def get_value() -> ContributionAnalysisTimeRangesUnionTypeDef:
    return ...


# ContributionAnalysisTimeRangesUnionTypeDef definition

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

TopicDetailsUnionTypeDef#

# TopicDetailsUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TopicDetailsUnionTypeDef


def get_value() -> TopicDetailsUnionTypeDef:
    return ...


# TopicDetailsUnionTypeDef definition

TopicDetailsUnionTypeDef = Union[
    TopicDetailsTypeDef,  # (1)
    TopicDetailsOutputTypeDef,  # (2)
]
  1. See TopicDetailsTypeDef
  2. See TopicDetailsOutputTypeDef

AssetBundleImportJobOverrideParametersUnionTypeDef#

# AssetBundleImportJobOverrideParametersUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverrideParametersUnionTypeDef


def get_value() -> AssetBundleImportJobOverrideParametersUnionTypeDef:
    return ...


# AssetBundleImportJobOverrideParametersUnionTypeDef definition

AssetBundleImportJobOverrideParametersUnionTypeDef = Union[
    AssetBundleImportJobOverrideParametersTypeDef,  # (1)
    AssetBundleImportJobOverrideParametersOutputTypeDef,  # (2)
]
  1. See AssetBundleImportJobOverrideParametersTypeDef
  2. See AssetBundleImportJobOverrideParametersOutputTypeDef

LogicalTableUnionTypeDef#

# LogicalTableUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import LogicalTableUnionTypeDef


def get_value() -> LogicalTableUnionTypeDef:
    return ...


# LogicalTableUnionTypeDef definition

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

TopicIRContributionAnalysisUnionTypeDef#

# TopicIRContributionAnalysisUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TopicIRContributionAnalysisUnionTypeDef


def get_value() -> TopicIRContributionAnalysisUnionTypeDef:
    return ...


# TopicIRContributionAnalysisUnionTypeDef definition

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

TopicIRUnionTypeDef#

# TopicIRUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TopicIRUnionTypeDef


def get_value() -> TopicIRUnionTypeDef:
    return ...


# TopicIRUnionTypeDef definition

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

TopicVisualUnionTypeDef#

# TopicVisualUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TopicVisualUnionTypeDef


def get_value() -> TopicVisualUnionTypeDef:
    return ...


# TopicVisualUnionTypeDef definition

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

AnalysisDefinitionUnionTypeDef#

# AnalysisDefinitionUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import AnalysisDefinitionUnionTypeDef


def get_value() -> AnalysisDefinitionUnionTypeDef:
    return ...


# AnalysisDefinitionUnionTypeDef definition

AnalysisDefinitionUnionTypeDef = Union[
    AnalysisDefinitionTypeDef,  # (1)
    AnalysisDefinitionOutputTypeDef,  # (2)
]
  1. See AnalysisDefinitionTypeDef
  2. See AnalysisDefinitionOutputTypeDef

DashboardVersionDefinitionUnionTypeDef#

# DashboardVersionDefinitionUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import DashboardVersionDefinitionUnionTypeDef


def get_value() -> DashboardVersionDefinitionUnionTypeDef:
    return ...


# DashboardVersionDefinitionUnionTypeDef definition

DashboardVersionDefinitionUnionTypeDef = Union[
    DashboardVersionDefinitionTypeDef,  # (1)
    DashboardVersionDefinitionOutputTypeDef,  # (2)
]
  1. See DashboardVersionDefinitionTypeDef
  2. See DashboardVersionDefinitionOutputTypeDef

TemplateVersionDefinitionUnionTypeDef#

# TemplateVersionDefinitionUnionTypeDef Union usage example

from types_boto3_quicksight.type_defs import TemplateVersionDefinitionUnionTypeDef


def get_value() -> TemplateVersionDefinitionUnionTypeDef:
    return ...


# TemplateVersionDefinitionUnionTypeDef definition

TemplateVersionDefinitionUnionTypeDef = Union[
    TemplateVersionDefinitionTypeDef,  # (1)
    TemplateVersionDefinitionOutputTypeDef,  # (2)
]
  1. See TemplateVersionDefinitionTypeDef
  2. See TemplateVersionDefinitionOutputTypeDef

AccountCustomizationTypeDef#

# AccountCustomizationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AccountCustomizationTypeDef


def get_value() -> AccountCustomizationTypeDef:
    return {
        "DefaultTheme": ...,
    }


# AccountCustomizationTypeDef definition

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

AccountInfoTypeDef#

# AccountInfoTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AccountInfoTypeDef


def get_value() -> AccountInfoTypeDef:
    return {
        "AccountName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import AccountSettingsTypeDef


def get_value() -> AccountSettingsTypeDef:
    return {
        "AccountName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ActiveIAMPolicyAssignmentTypeDef


def get_value() -> ActiveIAMPolicyAssignmentTypeDef:
    return {
        "AssignmentName": ...,
    }


# ActiveIAMPolicyAssignmentTypeDef definition

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

AdHocFilteringOptionTypeDef#

# AdHocFilteringOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AdHocFilteringOptionTypeDef


def get_value() -> AdHocFilteringOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# AdHocFilteringOptionTypeDef definition

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

AggFunctionOutputTypeDef#

# AggFunctionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AggFunctionOutputTypeDef


def get_value() -> AggFunctionOutputTypeDef:
    return {
        "Aggregation": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import AggFunctionTypeDef


def get_value() -> AggFunctionTypeDef:
    return {
        "Aggregation": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import AttributeAggregationFunctionTypeDef


def get_value() -> AttributeAggregationFunctionTypeDef:
    return {
        "SimpleAttributeAggregation": ...,
    }


# AttributeAggregationFunctionTypeDef definition

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

AggregationPartitionByTypeDef#

# AggregationPartitionByTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AggregationPartitionByTypeDef


def get_value() -> AggregationPartitionByTypeDef:
    return {
        "FieldName": ...,
    }


# AggregationPartitionByTypeDef definition

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

ColumnIdentifierTypeDef#

# ColumnIdentifierTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnIdentifierTypeDef


def get_value() -> ColumnIdentifierTypeDef:
    return {
        "DataSetIdentifier": ...,
    }


# ColumnIdentifierTypeDef definition

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

AmazonElasticsearchParametersTypeDef#

# AmazonElasticsearchParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AmazonElasticsearchParametersTypeDef


def get_value() -> AmazonElasticsearchParametersTypeDef:
    return {
        "Domain": ...,
    }


# AmazonElasticsearchParametersTypeDef definition

class AmazonElasticsearchParametersTypeDef(TypedDict):
    Domain: str,

AmazonOpenSearchParametersTypeDef#

# AmazonOpenSearchParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AmazonOpenSearchParametersTypeDef


def get_value() -> AmazonOpenSearchParametersTypeDef:
    return {
        "Domain": ...,
    }


# AmazonOpenSearchParametersTypeDef definition

class AmazonOpenSearchParametersTypeDef(TypedDict):
    Domain: str,

AssetOptionsTypeDef#

# AssetOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetOptionsTypeDef


def get_value() -> AssetOptionsTypeDef:
    return {
        "Timezone": ...,
    }


# AssetOptionsTypeDef definition

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

CalculatedFieldTypeDef#

# CalculatedFieldTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CalculatedFieldTypeDef


def get_value() -> CalculatedFieldTypeDef:
    return {
        "DataSetIdentifier": ...,
    }


# CalculatedFieldTypeDef definition

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

DataSetIdentifierDeclarationTypeDef#

# DataSetIdentifierDeclarationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetIdentifierDeclarationTypeDef


def get_value() -> DataSetIdentifierDeclarationTypeDef:
    return {
        "Identifier": ...,
    }


# DataSetIdentifierDeclarationTypeDef definition

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

QueryExecutionOptionsTypeDef#

# QueryExecutionOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import QueryExecutionOptionsTypeDef


def get_value() -> QueryExecutionOptionsTypeDef:
    return {
        "QueryExecutionMode": ...,
    }


# QueryExecutionOptionsTypeDef definition

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

EntityTypeDef#

# EntityTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import EntityTypeDef


def get_value() -> EntityTypeDef:
    return {
        "Path": ...,
    }


# EntityTypeDef definition

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

AnalysisSearchFilterTypeDef#

# AnalysisSearchFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnalysisSearchFilterTypeDef


def get_value() -> AnalysisSearchFilterTypeDef:
    return {
        "Operator": ...,
    }


# AnalysisSearchFilterTypeDef definition

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

DataSetReferenceTypeDef#

# DataSetReferenceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetReferenceTypeDef


def get_value() -> DataSetReferenceTypeDef:
    return {
        "DataSetPlaceholder": ...,
    }


# DataSetReferenceTypeDef definition

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

AnalysisSummaryTypeDef#

# AnalysisSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnalysisSummaryTypeDef


def get_value() -> AnalysisSummaryTypeDef:
    return {
        "Arn": ...,
    }


# 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

AnchorDateConfigurationTypeDef#

# AnchorDateConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnchorDateConfigurationTypeDef


def get_value() -> AnchorDateConfigurationTypeDef:
    return {
        "AnchorOption": ...,
    }


# AnchorDateConfigurationTypeDef definition

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

AnchorTypeDef#

# AnchorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnchorTypeDef


def get_value() -> AnchorTypeDef:
    return {
        "AnchorType": ...,
    }


# AnchorTypeDef definition

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

SharedViewConfigurationsTypeDef#

# SharedViewConfigurationsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SharedViewConfigurationsTypeDef


def get_value() -> SharedViewConfigurationsTypeDef:
    return {
        "Enabled": ...,
    }


# SharedViewConfigurationsTypeDef definition

class SharedViewConfigurationsTypeDef(TypedDict):
    Enabled: bool,

DashboardVisualIdTypeDef#

# DashboardVisualIdTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardVisualIdTypeDef


def get_value() -> DashboardVisualIdTypeDef:
    return {
        "DashboardId": ...,
    }


# DashboardVisualIdTypeDef definition

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

AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef#

# AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef


def get_value() -> AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef:
    return {
        "InitialTopicId": ...,
    }


# AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef definition

class AnonymousUserGenerativeQnAEmbeddingConfigurationTypeDef(TypedDict):
    InitialTopicId: str,

AnonymousUserQSearchBarEmbeddingConfigurationTypeDef#

# AnonymousUserQSearchBarEmbeddingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnonymousUserQSearchBarEmbeddingConfigurationTypeDef


def get_value() -> AnonymousUserQSearchBarEmbeddingConfigurationTypeDef:
    return {
        "InitialTopicId": ...,
    }


# AnonymousUserQSearchBarEmbeddingConfigurationTypeDef definition

class AnonymousUserQSearchBarEmbeddingConfigurationTypeDef(TypedDict):
    InitialTopicId: str,

ArcAxisDisplayRangeTypeDef#

# ArcAxisDisplayRangeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ArcAxisDisplayRangeTypeDef


def get_value() -> ArcAxisDisplayRangeTypeDef:
    return {
        "Min": ...,
    }


# ArcAxisDisplayRangeTypeDef definition

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

ArcConfigurationTypeDef#

# ArcConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ArcConfigurationTypeDef


def get_value() -> ArcConfigurationTypeDef:
    return {
        "ArcAngle": ...,
    }


# ArcConfigurationTypeDef definition

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

ArcOptionsTypeDef#

# ArcOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ArcOptionsTypeDef


def get_value() -> ArcOptionsTypeDef:
    return {
        "ArcThickness": ...,
    }


# ArcOptionsTypeDef definition

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

AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef#

# AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef


def get_value() -> AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef definition

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

AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef#

# AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef


def get_value() -> AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef definition

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

AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef#

# AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef


def get_value() -> AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef definition

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

AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef#

# AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef


def get_value() -> AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef definition

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

AssetBundleExportJobFolderOverridePropertiesOutputTypeDef#

# AssetBundleExportJobFolderOverridePropertiesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobFolderOverridePropertiesOutputTypeDef


def get_value() -> AssetBundleExportJobFolderOverridePropertiesOutputTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobFolderOverridePropertiesOutputTypeDef definition

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

AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef#

# AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef


def get_value() -> AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef definition

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

AssetBundleExportJobResourceIdOverrideConfigurationTypeDef#

# AssetBundleExportJobResourceIdOverrideConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobResourceIdOverrideConfigurationTypeDef


def get_value() -> AssetBundleExportJobResourceIdOverrideConfigurationTypeDef:
    return {
        "PrefixForAllResources": ...,
    }


# AssetBundleExportJobResourceIdOverrideConfigurationTypeDef definition

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

AssetBundleExportJobThemeOverridePropertiesOutputTypeDef#

# AssetBundleExportJobThemeOverridePropertiesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobThemeOverridePropertiesOutputTypeDef


def get_value() -> AssetBundleExportJobThemeOverridePropertiesOutputTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobThemeOverridePropertiesOutputTypeDef definition

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

AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef#

# AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef


def get_value() -> AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef definition

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

AssetBundleExportJobAnalysisOverridePropertiesTypeDef#

# AssetBundleExportJobAnalysisOverridePropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobAnalysisOverridePropertiesTypeDef


def get_value() -> AssetBundleExportJobAnalysisOverridePropertiesTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobAnalysisOverridePropertiesTypeDef definition

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

AssetBundleExportJobDashboardOverridePropertiesTypeDef#

# AssetBundleExportJobDashboardOverridePropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobDashboardOverridePropertiesTypeDef


def get_value() -> AssetBundleExportJobDashboardOverridePropertiesTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobDashboardOverridePropertiesTypeDef definition

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

AssetBundleExportJobDataSetOverridePropertiesTypeDef#

# AssetBundleExportJobDataSetOverridePropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobDataSetOverridePropertiesTypeDef


def get_value() -> AssetBundleExportJobDataSetOverridePropertiesTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobDataSetOverridePropertiesTypeDef definition

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

AssetBundleExportJobDataSourceOverridePropertiesTypeDef#

# AssetBundleExportJobDataSourceOverridePropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobDataSourceOverridePropertiesTypeDef


def get_value() -> AssetBundleExportJobDataSourceOverridePropertiesTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobDataSourceOverridePropertiesTypeDef definition

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

AssetBundleExportJobFolderOverridePropertiesTypeDef#

# AssetBundleExportJobFolderOverridePropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobFolderOverridePropertiesTypeDef


def get_value() -> AssetBundleExportJobFolderOverridePropertiesTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobFolderOverridePropertiesTypeDef definition

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

AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef#

# AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef


def get_value() -> AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef definition

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

AssetBundleExportJobThemeOverridePropertiesTypeDef#

# AssetBundleExportJobThemeOverridePropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobThemeOverridePropertiesTypeDef


def get_value() -> AssetBundleExportJobThemeOverridePropertiesTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobThemeOverridePropertiesTypeDef definition

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

AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef#

# AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef


def get_value() -> AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef definition

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

AssetBundleExportJobErrorTypeDef#

# AssetBundleExportJobErrorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobErrorTypeDef


def get_value() -> AssetBundleExportJobErrorTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobErrorTypeDef definition

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

AssetBundleExportJobSummaryTypeDef#

# AssetBundleExportJobSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobSummaryTypeDef


def get_value() -> AssetBundleExportJobSummaryTypeDef:
    return {
        "JobStatus": ...,
    }


# 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

AssetBundleExportJobValidationStrategyTypeDef#

# AssetBundleExportJobValidationStrategyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobValidationStrategyTypeDef


def get_value() -> AssetBundleExportJobValidationStrategyTypeDef:
    return {
        "StrictModeForAllResources": ...,
    }


# AssetBundleExportJobValidationStrategyTypeDef definition

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

AssetBundleExportJobWarningTypeDef#

# AssetBundleExportJobWarningTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleExportJobWarningTypeDef


def get_value() -> AssetBundleExportJobWarningTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleExportJobWarningTypeDef definition

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

AssetBundleImportJobAnalysisOverrideParametersTypeDef#

# AssetBundleImportJobAnalysisOverrideParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobAnalysisOverrideParametersTypeDef


def get_value() -> AssetBundleImportJobAnalysisOverrideParametersTypeDef:
    return {
        "AnalysisId": ...,
    }


# AssetBundleImportJobAnalysisOverrideParametersTypeDef definition

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

AssetBundleResourcePermissionsOutputTypeDef#

# AssetBundleResourcePermissionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleResourcePermissionsOutputTypeDef


def get_value() -> AssetBundleResourcePermissionsOutputTypeDef:
    return {
        "Principals": ...,
    }


# AssetBundleResourcePermissionsOutputTypeDef definition

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

AssetBundleResourcePermissionsTypeDef#

# AssetBundleResourcePermissionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleResourcePermissionsTypeDef


def get_value() -> AssetBundleResourcePermissionsTypeDef:
    return {
        "Principals": ...,
    }


# AssetBundleResourcePermissionsTypeDef definition

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

TagTypeDef#

# TagTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TagTypeDef


def get_value() -> TagTypeDef:
    return {
        "Key": ...,
    }


# TagTypeDef definition

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

AssetBundleImportJobDashboardOverrideParametersTypeDef#

# AssetBundleImportJobDashboardOverrideParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDashboardOverrideParametersTypeDef


def get_value() -> AssetBundleImportJobDashboardOverrideParametersTypeDef:
    return {
        "DashboardId": ...,
    }


# AssetBundleImportJobDashboardOverrideParametersTypeDef definition

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

AssetBundleImportJobDataSetOverrideParametersTypeDef#

# AssetBundleImportJobDataSetOverrideParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSetOverrideParametersTypeDef


def get_value() -> AssetBundleImportJobDataSetOverrideParametersTypeDef:
    return {
        "DataSetId": ...,
    }


# AssetBundleImportJobDataSetOverrideParametersTypeDef definition

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

AssetBundleImportJobDataSourceCredentialPairTypeDef#

# AssetBundleImportJobDataSourceCredentialPairTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSourceCredentialPairTypeDef


def get_value() -> AssetBundleImportJobDataSourceCredentialPairTypeDef:
    return {
        "Username": ...,
    }


# AssetBundleImportJobDataSourceCredentialPairTypeDef definition

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

SslPropertiesTypeDef#

# SslPropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SslPropertiesTypeDef


def get_value() -> SslPropertiesTypeDef:
    return {
        "DisableSsl": ...,
    }


# SslPropertiesTypeDef definition

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

VpcConnectionPropertiesTypeDef#

# VpcConnectionPropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VpcConnectionPropertiesTypeDef


def get_value() -> VpcConnectionPropertiesTypeDef:
    return {
        "VpcConnectionArn": ...,
    }


# VpcConnectionPropertiesTypeDef definition

class VpcConnectionPropertiesTypeDef(TypedDict):
    VpcConnectionArn: str,

AssetBundleImportJobErrorTypeDef#

# AssetBundleImportJobErrorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobErrorTypeDef


def get_value() -> AssetBundleImportJobErrorTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleImportJobErrorTypeDef definition

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

AssetBundleImportJobFolderOverrideParametersTypeDef#

# AssetBundleImportJobFolderOverrideParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobFolderOverrideParametersTypeDef


def get_value() -> AssetBundleImportJobFolderOverrideParametersTypeDef:
    return {
        "FolderId": ...,
    }


# AssetBundleImportJobFolderOverrideParametersTypeDef definition

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

AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef#

# AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef


def get_value() -> AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef:
    return {
        "DataSetId": ...,
    }


# AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef definition

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

AssetBundleImportJobResourceIdOverrideConfigurationTypeDef#

# AssetBundleImportJobResourceIdOverrideConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobResourceIdOverrideConfigurationTypeDef


def get_value() -> AssetBundleImportJobResourceIdOverrideConfigurationTypeDef:
    return {
        "PrefixForAllResources": ...,
    }


# AssetBundleImportJobResourceIdOverrideConfigurationTypeDef definition

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

AssetBundleImportJobThemeOverrideParametersTypeDef#

# AssetBundleImportJobThemeOverrideParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobThemeOverrideParametersTypeDef


def get_value() -> AssetBundleImportJobThemeOverrideParametersTypeDef:
    return {
        "ThemeId": ...,
    }


# AssetBundleImportJobThemeOverrideParametersTypeDef definition

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

AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef#

# AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef


def get_value() -> AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef:
    return {
        "VPCConnectionId": ...,
    }


# 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],

AssetBundleImportJobVPCConnectionOverrideParametersTypeDef#

# AssetBundleImportJobVPCConnectionOverrideParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobVPCConnectionOverrideParametersTypeDef


def get_value() -> AssetBundleImportJobVPCConnectionOverrideParametersTypeDef:
    return {
        "VPCConnectionId": ...,
    }


# 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],

AssetBundleImportJobOverrideValidationStrategyTypeDef#

# AssetBundleImportJobOverrideValidationStrategyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverrideValidationStrategyTypeDef


def get_value() -> AssetBundleImportJobOverrideValidationStrategyTypeDef:
    return {
        "StrictModeForAllResources": ...,
    }


# AssetBundleImportJobOverrideValidationStrategyTypeDef definition

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

AssetBundleImportJobSummaryTypeDef#

# AssetBundleImportJobSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobSummaryTypeDef


def get_value() -> AssetBundleImportJobSummaryTypeDef:
    return {
        "JobStatus": ...,
    }


# 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

AssetBundleImportJobWarningTypeDef#

# AssetBundleImportJobWarningTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobWarningTypeDef


def get_value() -> AssetBundleImportJobWarningTypeDef:
    return {
        "Arn": ...,
    }


# AssetBundleImportJobWarningTypeDef definition

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

AssetBundleImportSourceDescriptionTypeDef#

# AssetBundleImportSourceDescriptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportSourceDescriptionTypeDef


def get_value() -> AssetBundleImportSourceDescriptionTypeDef:
    return {
        "Body": ...,
    }


# AssetBundleImportSourceDescriptionTypeDef definition

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

AthenaParametersTypeDef#

# AthenaParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AthenaParametersTypeDef


def get_value() -> AthenaParametersTypeDef:
    return {
        "WorkGroup": ...,
    }


# AthenaParametersTypeDef definition

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

AuroraParametersTypeDef#

# AuroraParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AuroraParametersTypeDef


def get_value() -> AuroraParametersTypeDef:
    return {
        "Host": ...,
    }


# AuroraParametersTypeDef definition

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

AuroraPostgreSqlParametersTypeDef#

# AuroraPostgreSqlParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AuroraPostgreSqlParametersTypeDef


def get_value() -> AuroraPostgreSqlParametersTypeDef:
    return {
        "Host": ...,
    }


# AuroraPostgreSqlParametersTypeDef definition

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

AuthorizedTargetsByServiceTypeDef#

# AuthorizedTargetsByServiceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AuthorizedTargetsByServiceTypeDef


def get_value() -> AuthorizedTargetsByServiceTypeDef:
    return {
        "Service": ...,
    }


# AuthorizedTargetsByServiceTypeDef definition

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

AwsIotAnalyticsParametersTypeDef#

# AwsIotAnalyticsParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AwsIotAnalyticsParametersTypeDef


def get_value() -> AwsIotAnalyticsParametersTypeDef:
    return {
        "DataSetName": ...,
    }


# AwsIotAnalyticsParametersTypeDef definition

class AwsIotAnalyticsParametersTypeDef(TypedDict):
    DataSetName: str,

DateAxisOptionsTypeDef#

# DateAxisOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateAxisOptionsTypeDef


def get_value() -> DateAxisOptionsTypeDef:
    return {
        "MissingDateVisibility": ...,
    }


# DateAxisOptionsTypeDef definition

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

AxisDisplayMinMaxRangeTypeDef#

# AxisDisplayMinMaxRangeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisDisplayMinMaxRangeTypeDef


def get_value() -> AxisDisplayMinMaxRangeTypeDef:
    return {
        "Minimum": ...,
    }


# AxisDisplayMinMaxRangeTypeDef definition

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

AxisLinearScaleTypeDef#

# AxisLinearScaleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisLinearScaleTypeDef


def get_value() -> AxisLinearScaleTypeDef:
    return {
        "StepCount": ...,
    }


# AxisLinearScaleTypeDef definition

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

AxisLogarithmicScaleTypeDef#

# AxisLogarithmicScaleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisLogarithmicScaleTypeDef


def get_value() -> AxisLogarithmicScaleTypeDef:
    return {
        "Base": ...,
    }


# AxisLogarithmicScaleTypeDef definition

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

ItemsLimitConfigurationTypeDef#

# ItemsLimitConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ItemsLimitConfigurationTypeDef


def get_value() -> ItemsLimitConfigurationTypeDef:
    return {
        "ItemsLimit": ...,
    }


# ItemsLimitConfigurationTypeDef definition

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

InvalidTopicReviewedAnswerTypeDef#

# InvalidTopicReviewedAnswerTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import InvalidTopicReviewedAnswerTypeDef


def get_value() -> InvalidTopicReviewedAnswerTypeDef:
    return {
        "AnswerId": ...,
    }


# InvalidTopicReviewedAnswerTypeDef definition

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

ResponseMetadataTypeDef#

# ResponseMetadataTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ResponseMetadataTypeDef


def get_value() -> ResponseMetadataTypeDef:
    return {
        "RequestId": ...,
    }


# ResponseMetadataTypeDef definition

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

SucceededTopicReviewedAnswerTypeDef#

# SucceededTopicReviewedAnswerTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SucceededTopicReviewedAnswerTypeDef


def get_value() -> SucceededTopicReviewedAnswerTypeDef:
    return {
        "AnswerId": ...,
    }


# SucceededTopicReviewedAnswerTypeDef definition

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

BatchDeleteTopicReviewedAnswerRequestTypeDef#

# BatchDeleteTopicReviewedAnswerRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BatchDeleteTopicReviewedAnswerRequestTypeDef


def get_value() -> BatchDeleteTopicReviewedAnswerRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# BatchDeleteTopicReviewedAnswerRequestTypeDef definition

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

BigQueryParametersTypeDef#

# BigQueryParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BigQueryParametersTypeDef


def get_value() -> BigQueryParametersTypeDef:
    return {
        "ProjectId": ...,
    }


# BigQueryParametersTypeDef definition

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

BinCountOptionsTypeDef#

# BinCountOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BinCountOptionsTypeDef


def get_value() -> BinCountOptionsTypeDef:
    return {
        "Value": ...,
    }


# BinCountOptionsTypeDef definition

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

BinWidthOptionsTypeDef#

# BinWidthOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BinWidthOptionsTypeDef


def get_value() -> BinWidthOptionsTypeDef:
    return {
        "Value": ...,
    }


# BinWidthOptionsTypeDef definition

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

SectionAfterPageBreakTypeDef#

# SectionAfterPageBreakTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SectionAfterPageBreakTypeDef


def get_value() -> SectionAfterPageBreakTypeDef:
    return {
        "Status": ...,
    }


# SectionAfterPageBreakTypeDef definition

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

BookmarksConfigurationsTypeDef#

# BookmarksConfigurationsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BookmarksConfigurationsTypeDef


def get_value() -> BookmarksConfigurationsTypeDef:
    return {
        "Enabled": ...,
    }


# BookmarksConfigurationsTypeDef definition

class BookmarksConfigurationsTypeDef(TypedDict):
    Enabled: bool,

BorderStyleTypeDef#

# BorderStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BorderStyleTypeDef


def get_value() -> BorderStyleTypeDef:
    return {
        "Show": ...,
    }


# BorderStyleTypeDef definition

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

BoxPlotStyleOptionsTypeDef#

# BoxPlotStyleOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotStyleOptionsTypeDef


def get_value() -> BoxPlotStyleOptionsTypeDef:
    return {
        "FillStyle": ...,
    }


# BoxPlotStyleOptionsTypeDef definition

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

PaginationConfigurationTypeDef#

# PaginationConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PaginationConfigurationTypeDef


def get_value() -> PaginationConfigurationTypeDef:
    return {
        "PageSize": ...,
    }


# PaginationConfigurationTypeDef definition

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

PaletteTypeDef#

# PaletteTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PaletteTypeDef


def get_value() -> PaletteTypeDef:
    return {
        "Foreground": ...,
    }


# PaletteTypeDef definition

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

BrandSummaryTypeDef#

# BrandSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BrandSummaryTypeDef


def get_value() -> BrandSummaryTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CalculatedColumnTypeDef


def get_value() -> CalculatedColumnTypeDef:
    return {
        "ColumnName": ...,
    }


# CalculatedColumnTypeDef definition

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

CalculatedMeasureFieldTypeDef#

# CalculatedMeasureFieldTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CalculatedMeasureFieldTypeDef


def get_value() -> CalculatedMeasureFieldTypeDef:
    return {
        "FieldId": ...,
    }


# CalculatedMeasureFieldTypeDef definition

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

CancelIngestionRequestTypeDef#

# CancelIngestionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CancelIngestionRequestTypeDef


def get_value() -> CancelIngestionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CancelIngestionRequestTypeDef definition

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

CapabilitiesTypeDef#

# CapabilitiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CapabilitiesTypeDef


def get_value() -> CapabilitiesTypeDef:
    return {
        "ExportToCsv": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CastColumnTypeOperationTypeDef


def get_value() -> CastColumnTypeOperationTypeDef:
    return {
        "ColumnName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CustomFilterConfigurationTypeDef


def get_value() -> CustomFilterConfigurationTypeDef:
    return {
        "MatchOperator": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CustomFilterListConfigurationOutputTypeDef


def get_value() -> CustomFilterListConfigurationOutputTypeDef:
    return {
        "MatchOperator": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilterListConfigurationOutputTypeDef


def get_value() -> FilterListConfigurationOutputTypeDef:
    return {
        "MatchOperator": ...,
    }


# 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

CustomFilterListConfigurationTypeDef#

# CustomFilterListConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomFilterListConfigurationTypeDef


def get_value() -> CustomFilterListConfigurationTypeDef:
    return {
        "MatchOperator": ...,
    }


# 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

FilterListConfigurationTypeDef#

# FilterListConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterListConfigurationTypeDef


def get_value() -> FilterListConfigurationTypeDef:
    return {
        "MatchOperator": ...,
    }


# 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

CellValueSynonymOutputTypeDef#

# CellValueSynonymOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CellValueSynonymOutputTypeDef


def get_value() -> CellValueSynonymOutputTypeDef:
    return {
        "CellValue": ...,
    }


# CellValueSynonymOutputTypeDef definition

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

CellValueSynonymTypeDef#

# CellValueSynonymTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CellValueSynonymTypeDef


def get_value() -> CellValueSynonymTypeDef:
    return {
        "CellValue": ...,
    }


# CellValueSynonymTypeDef definition

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

SimpleClusterMarkerTypeDef#

# SimpleClusterMarkerTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SimpleClusterMarkerTypeDef


def get_value() -> SimpleClusterMarkerTypeDef:
    return {
        "Color": ...,
    }


# SimpleClusterMarkerTypeDef definition

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

CollectiveConstantEntryTypeDef#

# CollectiveConstantEntryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CollectiveConstantEntryTypeDef


def get_value() -> CollectiveConstantEntryTypeDef:
    return {
        "ConstantType": ...,
    }


# CollectiveConstantEntryTypeDef definition

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

CollectiveConstantOutputTypeDef#

# CollectiveConstantOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CollectiveConstantOutputTypeDef


def get_value() -> CollectiveConstantOutputTypeDef:
    return {
        "ValueList": ...,
    }


# CollectiveConstantOutputTypeDef definition

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

CollectiveConstantTypeDef#

# CollectiveConstantTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CollectiveConstantTypeDef


def get_value() -> CollectiveConstantTypeDef:
    return {
        "ValueList": ...,
    }


# CollectiveConstantTypeDef definition

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

DataColorTypeDef#

# DataColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataColorTypeDef


def get_value() -> DataColorTypeDef:
    return {
        "Color": ...,
    }


# DataColorTypeDef definition

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

CustomColorTypeDef#

# CustomColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomColorTypeDef


def get_value() -> CustomColorTypeDef:
    return {
        "FieldValue": ...,
    }


# CustomColorTypeDef definition

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

ColumnDescriptionTypeDef#

# ColumnDescriptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnDescriptionTypeDef


def get_value() -> ColumnDescriptionTypeDef:
    return {
        "Text": ...,
    }


# ColumnDescriptionTypeDef definition

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

ColumnGroupColumnSchemaTypeDef#

# ColumnGroupColumnSchemaTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnGroupColumnSchemaTypeDef


def get_value() -> ColumnGroupColumnSchemaTypeDef:
    return {
        "Name": ...,
    }


# ColumnGroupColumnSchemaTypeDef definition

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

GeoSpatialColumnGroupOutputTypeDef#

# GeoSpatialColumnGroupOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeoSpatialColumnGroupOutputTypeDef


def get_value() -> GeoSpatialColumnGroupOutputTypeDef:
    return {
        "Name": ...,
    }


# GeoSpatialColumnGroupOutputTypeDef definition

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

ColumnLevelPermissionRuleOutputTypeDef#

# ColumnLevelPermissionRuleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnLevelPermissionRuleOutputTypeDef


def get_value() -> ColumnLevelPermissionRuleOutputTypeDef:
    return {
        "Principals": ...,
    }


# ColumnLevelPermissionRuleOutputTypeDef definition

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

ColumnLevelPermissionRuleTypeDef#

# ColumnLevelPermissionRuleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnLevelPermissionRuleTypeDef


def get_value() -> ColumnLevelPermissionRuleTypeDef:
    return {
        "Principals": ...,
    }


# ColumnLevelPermissionRuleTypeDef definition

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

ColumnSchemaTypeDef#

# ColumnSchemaTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnSchemaTypeDef


def get_value() -> ColumnSchemaTypeDef:
    return {
        "Name": ...,
    }


# ColumnSchemaTypeDef definition

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

ComparativeOrderOutputTypeDef#

# ComparativeOrderOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComparativeOrderOutputTypeDef


def get_value() -> ComparativeOrderOutputTypeDef:
    return {
        "UseOrdering": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ComparativeOrderTypeDef


def get_value() -> ComparativeOrderTypeDef:
    return {
        "UseOrdering": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingSolidColorTypeDef


def get_value() -> ConditionalFormattingSolidColorTypeDef:
    return {
        "Expression": ...,
    }


# ConditionalFormattingSolidColorTypeDef definition

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

ConditionalFormattingCustomIconOptionsTypeDef#

# ConditionalFormattingCustomIconOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingCustomIconOptionsTypeDef


def get_value() -> ConditionalFormattingCustomIconOptionsTypeDef:
    return {
        "Icon": ...,
    }


# ConditionalFormattingCustomIconOptionsTypeDef definition

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

ConditionalFormattingIconDisplayConfigurationTypeDef#

# ConditionalFormattingIconDisplayConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingIconDisplayConfigurationTypeDef


def get_value() -> ConditionalFormattingIconDisplayConfigurationTypeDef:
    return {
        "IconDisplayOption": ...,
    }


# ConditionalFormattingIconDisplayConfigurationTypeDef definition

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

ConditionalFormattingIconSetTypeDef#

# ConditionalFormattingIconSetTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingIconSetTypeDef


def get_value() -> ConditionalFormattingIconSetTypeDef:
    return {
        "Expression": ...,
    }


# ConditionalFormattingIconSetTypeDef definition

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

ContextMenuOptionTypeDef#

# ContextMenuOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ContextMenuOptionTypeDef


def get_value() -> ContextMenuOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# ContextMenuOptionTypeDef definition

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

ContributionAnalysisFactorTypeDef#

# ContributionAnalysisFactorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ContributionAnalysisFactorTypeDef


def get_value() -> ContributionAnalysisFactorTypeDef:
    return {
        "FieldName": ...,
    }


# ContributionAnalysisFactorTypeDef definition

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

CreateAccountSubscriptionRequestTypeDef#

# CreateAccountSubscriptionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateAccountSubscriptionRequestTypeDef


def get_value() -> CreateAccountSubscriptionRequestTypeDef:
    return {
        "AuthenticationMethod": ...,
    }


# CreateAccountSubscriptionRequestTypeDef definition

class CreateAccountSubscriptionRequestTypeDef(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 TypedDict usage example

from types_boto3_quicksight.type_defs import SignupResponseTypeDef


def get_value() -> SignupResponseTypeDef:
    return {
        "IAMUser": ...,
    }


# SignupResponseTypeDef definition

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

ValidationStrategyTypeDef#

# ValidationStrategyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ValidationStrategyTypeDef


def get_value() -> ValidationStrategyTypeDef:
    return {
        "Mode": ...,
    }


# ValidationStrategyTypeDef definition

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

DataSetUsageConfigurationTypeDef#

# DataSetUsageConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetUsageConfigurationTypeDef


def get_value() -> DataSetUsageConfigurationTypeDef:
    return {
        "DisableUseAsDirectQuerySource": ...,
    }


# DataSetUsageConfigurationTypeDef definition

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

RowLevelPermissionDataSetTypeDef#

# RowLevelPermissionDataSetTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RowLevelPermissionDataSetTypeDef


def get_value() -> RowLevelPermissionDataSetTypeDef:
    return {
        "Namespace": ...,
    }


# 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

CreateFolderMembershipRequestTypeDef#

# CreateFolderMembershipRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateFolderMembershipRequestTypeDef


def get_value() -> CreateFolderMembershipRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateFolderMembershipRequestTypeDef definition

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

FolderMemberTypeDef#

# FolderMemberTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FolderMemberTypeDef


def get_value() -> FolderMemberTypeDef:
    return {
        "MemberId": ...,
    }


# FolderMemberTypeDef definition

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

CreateGroupMembershipRequestTypeDef#

# CreateGroupMembershipRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateGroupMembershipRequestTypeDef


def get_value() -> CreateGroupMembershipRequestTypeDef:
    return {
        "MemberName": ...,
    }


# CreateGroupMembershipRequestTypeDef definition

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

GroupMemberTypeDef#

# GroupMemberTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GroupMemberTypeDef


def get_value() -> GroupMemberTypeDef:
    return {
        "Arn": ...,
    }


# GroupMemberTypeDef definition

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

CreateGroupRequestTypeDef#

# CreateGroupRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateGroupRequestTypeDef


def get_value() -> CreateGroupRequestTypeDef:
    return {
        "GroupName": ...,
    }


# CreateGroupRequestTypeDef definition

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

GroupTypeDef#

# GroupTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GroupTypeDef


def get_value() -> GroupTypeDef:
    return {
        "Arn": ...,
    }


# GroupTypeDef definition

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

CreateIAMPolicyAssignmentRequestTypeDef#

# CreateIAMPolicyAssignmentRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateIAMPolicyAssignmentRequestTypeDef


def get_value() -> CreateIAMPolicyAssignmentRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateIAMPolicyAssignmentRequestTypeDef definition

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

CreateIngestionRequestTypeDef#

# CreateIngestionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateIngestionRequestTypeDef


def get_value() -> CreateIngestionRequestTypeDef:
    return {
        "DataSetId": ...,
    }


# CreateIngestionRequestTypeDef definition

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

CreateRoleMembershipRequestTypeDef#

# CreateRoleMembershipRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateRoleMembershipRequestTypeDef


def get_value() -> CreateRoleMembershipRequestTypeDef:
    return {
        "MemberName": ...,
    }


# CreateRoleMembershipRequestTypeDef definition

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

CreateTemplateAliasRequestTypeDef#

# CreateTemplateAliasRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateTemplateAliasRequestTypeDef


def get_value() -> CreateTemplateAliasRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateTemplateAliasRequestTypeDef definition

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

TemplateAliasTypeDef#

# TemplateAliasTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateAliasTypeDef


def get_value() -> TemplateAliasTypeDef:
    return {
        "AliasName": ...,
    }


# TemplateAliasTypeDef definition

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

CreateThemeAliasRequestTypeDef#

# CreateThemeAliasRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateThemeAliasRequestTypeDef


def get_value() -> CreateThemeAliasRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateThemeAliasRequestTypeDef definition

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

ThemeAliasTypeDef#

# ThemeAliasTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ThemeAliasTypeDef


def get_value() -> ThemeAliasTypeDef:
    return {
        "Arn": ...,
    }


# ThemeAliasTypeDef definition

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

DecimalPlacesConfigurationTypeDef#

# DecimalPlacesConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalPlacesConfigurationTypeDef


def get_value() -> DecimalPlacesConfigurationTypeDef:
    return {
        "DecimalPlaces": ...,
    }


# DecimalPlacesConfigurationTypeDef definition

class DecimalPlacesConfigurationTypeDef(TypedDict):
    DecimalPlaces: int,

NegativeValueConfigurationTypeDef#

# NegativeValueConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NegativeValueConfigurationTypeDef


def get_value() -> NegativeValueConfigurationTypeDef:
    return {
        "DisplayMode": ...,
    }


# NegativeValueConfigurationTypeDef definition

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

NullValueFormatConfigurationTypeDef#

# NullValueFormatConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NullValueFormatConfigurationTypeDef


def get_value() -> NullValueFormatConfigurationTypeDef:
    return {
        "NullString": ...,
    }


# NullValueFormatConfigurationTypeDef definition

class NullValueFormatConfigurationTypeDef(TypedDict):
    NullString: str,

LocalNavigationConfigurationTypeDef#

# LocalNavigationConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LocalNavigationConfigurationTypeDef


def get_value() -> LocalNavigationConfigurationTypeDef:
    return {
        "TargetSheetId": ...,
    }


# LocalNavigationConfigurationTypeDef definition

class LocalNavigationConfigurationTypeDef(TypedDict):
    TargetSheetId: str,

CustomActionURLOperationTypeDef#

# CustomActionURLOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomActionURLOperationTypeDef


def get_value() -> CustomActionURLOperationTypeDef:
    return {
        "URLTemplate": ...,
    }


# CustomActionURLOperationTypeDef definition

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

CustomNarrativeOptionsTypeDef#

# CustomNarrativeOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomNarrativeOptionsTypeDef


def get_value() -> CustomNarrativeOptionsTypeDef:
    return {
        "Narrative": ...,
    }


# CustomNarrativeOptionsTypeDef definition

class CustomNarrativeOptionsTypeDef(TypedDict):
    Narrative: str,

CustomParameterValuesOutputTypeDef#

# CustomParameterValuesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomParameterValuesOutputTypeDef


def get_value() -> CustomParameterValuesOutputTypeDef:
    return {
        "StringValues": ...,
    }


# CustomParameterValuesOutputTypeDef definition

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

InputColumnTypeDef#

# InputColumnTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import InputColumnTypeDef


def get_value() -> InputColumnTypeDef:
    return {
        "Name": ...,
    }


# InputColumnTypeDef definition

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

DataPointDrillUpDownOptionTypeDef#

# DataPointDrillUpDownOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataPointDrillUpDownOptionTypeDef


def get_value() -> DataPointDrillUpDownOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# DataPointDrillUpDownOptionTypeDef definition

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

DataPointMenuLabelOptionTypeDef#

# DataPointMenuLabelOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataPointMenuLabelOptionTypeDef


def get_value() -> DataPointMenuLabelOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# DataPointMenuLabelOptionTypeDef definition

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

DataPointTooltipOptionTypeDef#

# DataPointTooltipOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataPointTooltipOptionTypeDef


def get_value() -> DataPointTooltipOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# DataPointTooltipOptionTypeDef definition

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

ExportToCSVOptionTypeDef#

# ExportToCSVOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ExportToCSVOptionTypeDef


def get_value() -> ExportToCSVOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# ExportToCSVOptionTypeDef definition

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

ExportWithHiddenFieldsOptionTypeDef#

# ExportWithHiddenFieldsOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ExportWithHiddenFieldsOptionTypeDef


def get_value() -> ExportWithHiddenFieldsOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# ExportWithHiddenFieldsOptionTypeDef definition

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

SheetControlsOptionTypeDef#

# SheetControlsOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetControlsOptionTypeDef


def get_value() -> SheetControlsOptionTypeDef:
    return {
        "VisibilityState": ...,
    }


# SheetControlsOptionTypeDef definition

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

SheetLayoutElementMaximizationOptionTypeDef#

# SheetLayoutElementMaximizationOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetLayoutElementMaximizationOptionTypeDef


def get_value() -> SheetLayoutElementMaximizationOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# SheetLayoutElementMaximizationOptionTypeDef definition

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

VisualAxisSortOptionTypeDef#

# VisualAxisSortOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualAxisSortOptionTypeDef


def get_value() -> VisualAxisSortOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# VisualAxisSortOptionTypeDef definition

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

VisualMenuOptionTypeDef#

# VisualMenuOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualMenuOptionTypeDef


def get_value() -> VisualMenuOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# VisualMenuOptionTypeDef definition

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

DashboardSearchFilterTypeDef#

# DashboardSearchFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardSearchFilterTypeDef


def get_value() -> DashboardSearchFilterTypeDef:
    return {
        "Operator": ...,
    }


# DashboardSearchFilterTypeDef definition

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

DashboardSummaryTypeDef#

# DashboardSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardSummaryTypeDef


def get_value() -> DashboardSummaryTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardVersionSummaryTypeDef


def get_value() -> DashboardVersionSummaryTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ExportHiddenFieldsOptionTypeDef


def get_value() -> ExportHiddenFieldsOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# ExportHiddenFieldsOptionTypeDef definition

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

DashboardVisualResultTypeDef#

# DashboardVisualResultTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardVisualResultTypeDef


def get_value() -> DashboardVisualResultTypeDef:
    return {
        "DashboardId": ...,
    }


# DashboardVisualResultTypeDef definition

class DashboardVisualResultTypeDef(TypedDict):
    DashboardId: NotRequired[str],
    DashboardName: NotRequired[str],
    SheetId: NotRequired[str],
    SheetName: NotRequired[str],
    VisualId: NotRequired[str],
    VisualTitle: NotRequired[str],
    VisualSubtitle: NotRequired[str],
    DashboardUrl: NotRequired[str],

DataAggregationTypeDef#

# DataAggregationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataAggregationTypeDef


def get_value() -> DataAggregationTypeDef:
    return {
        "DatasetRowDateGranularity": ...,
    }


# DataAggregationTypeDef definition

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

DataBarsOptionsTypeDef#

# DataBarsOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataBarsOptionsTypeDef


def get_value() -> DataBarsOptionsTypeDef:
    return {
        "FieldId": ...,
    }


# DataBarsOptionsTypeDef definition

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

DataColorPaletteOutputTypeDef#

# DataColorPaletteOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataColorPaletteOutputTypeDef


def get_value() -> DataColorPaletteOutputTypeDef:
    return {
        "Colors": ...,
    }


# DataColorPaletteOutputTypeDef definition

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

DataColorPaletteTypeDef#

# DataColorPaletteTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataColorPaletteTypeDef


def get_value() -> DataColorPaletteTypeDef:
    return {
        "Colors": ...,
    }


# DataColorPaletteTypeDef definition

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

DataPathLabelTypeTypeDef#

# DataPathLabelTypeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataPathLabelTypeTypeDef


def get_value() -> DataPathLabelTypeTypeDef:
    return {
        "FieldId": ...,
    }


# DataPathLabelTypeTypeDef definition

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

FieldLabelTypeTypeDef#

# FieldLabelTypeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FieldLabelTypeTypeDef


def get_value() -> FieldLabelTypeTypeDef:
    return {
        "FieldId": ...,
    }


# FieldLabelTypeTypeDef definition

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

MaximumLabelTypeTypeDef#

# MaximumLabelTypeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import MaximumLabelTypeTypeDef


def get_value() -> MaximumLabelTypeTypeDef:
    return {
        "Visibility": ...,
    }


# MaximumLabelTypeTypeDef definition

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

MinimumLabelTypeTypeDef#

# MinimumLabelTypeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import MinimumLabelTypeTypeDef


def get_value() -> MinimumLabelTypeTypeDef:
    return {
        "Visibility": ...,
    }


# MinimumLabelTypeTypeDef definition

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

RangeEndsLabelTypeTypeDef#

# RangeEndsLabelTypeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RangeEndsLabelTypeTypeDef


def get_value() -> RangeEndsLabelTypeTypeDef:
    return {
        "Visibility": ...,
    }


# RangeEndsLabelTypeTypeDef definition

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

DataPathTypeTypeDef#

# DataPathTypeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataPathTypeTypeDef


def get_value() -> DataPathTypeTypeDef:
    return {
        "PivotTableDataPathType": ...,
    }


# DataPathTypeTypeDef definition

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

DataSetSearchFilterTypeDef#

# DataSetSearchFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetSearchFilterTypeDef


def get_value() -> DataSetSearchFilterTypeDef:
    return {
        "Operator": ...,
    }


# DataSetSearchFilterTypeDef definition

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

FieldFolderOutputTypeDef#

# FieldFolderOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FieldFolderOutputTypeDef


def get_value() -> FieldFolderOutputTypeDef:
    return {
        "description": ...,
    }


# FieldFolderOutputTypeDef definition

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

OutputColumnTypeDef#

# OutputColumnTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import OutputColumnTypeDef


def get_value() -> OutputColumnTypeDef:
    return {
        "Name": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DataSourceErrorInfoTypeDef


def get_value() -> DataSourceErrorInfoTypeDef:
    return {
        "Type": ...,
    }


# DataSourceErrorInfoTypeDef definition

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

DatabricksParametersTypeDef#

# DatabricksParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DatabricksParametersTypeDef


def get_value() -> DatabricksParametersTypeDef:
    return {
        "Host": ...,
    }


# DatabricksParametersTypeDef definition

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

ExasolParametersTypeDef#

# ExasolParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ExasolParametersTypeDef


def get_value() -> ExasolParametersTypeDef:
    return {
        "Host": ...,
    }


# ExasolParametersTypeDef definition

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

JiraParametersTypeDef#

# JiraParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import JiraParametersTypeDef


def get_value() -> JiraParametersTypeDef:
    return {
        "SiteBaseUrl": ...,
    }


# JiraParametersTypeDef definition

class JiraParametersTypeDef(TypedDict):
    SiteBaseUrl: str,

MariaDbParametersTypeDef#

# MariaDbParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import MariaDbParametersTypeDef


def get_value() -> MariaDbParametersTypeDef:
    return {
        "Host": ...,
    }


# MariaDbParametersTypeDef definition

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

MySqlParametersTypeDef#

# MySqlParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import MySqlParametersTypeDef


def get_value() -> MySqlParametersTypeDef:
    return {
        "Host": ...,
    }


# MySqlParametersTypeDef definition

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

OracleParametersTypeDef#

# OracleParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import OracleParametersTypeDef


def get_value() -> OracleParametersTypeDef:
    return {
        "Host": ...,
    }


# OracleParametersTypeDef definition

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

PostgreSqlParametersTypeDef#

# PostgreSqlParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PostgreSqlParametersTypeDef


def get_value() -> PostgreSqlParametersTypeDef:
    return {
        "Host": ...,
    }


# PostgreSqlParametersTypeDef definition

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

PrestoParametersTypeDef#

# PrestoParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PrestoParametersTypeDef


def get_value() -> PrestoParametersTypeDef:
    return {
        "Host": ...,
    }


# PrestoParametersTypeDef definition

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

RdsParametersTypeDef#

# RdsParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RdsParametersTypeDef


def get_value() -> RdsParametersTypeDef:
    return {
        "InstanceId": ...,
    }


# RdsParametersTypeDef definition

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

ServiceNowParametersTypeDef#

# ServiceNowParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ServiceNowParametersTypeDef


def get_value() -> ServiceNowParametersTypeDef:
    return {
        "SiteBaseUrl": ...,
    }


# ServiceNowParametersTypeDef definition

class ServiceNowParametersTypeDef(TypedDict):
    SiteBaseUrl: str,

SparkParametersTypeDef#

# SparkParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SparkParametersTypeDef


def get_value() -> SparkParametersTypeDef:
    return {
        "Host": ...,
    }


# SparkParametersTypeDef definition

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

SqlServerParametersTypeDef#

# SqlServerParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SqlServerParametersTypeDef


def get_value() -> SqlServerParametersTypeDef:
    return {
        "Host": ...,
    }


# SqlServerParametersTypeDef definition

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

TeradataParametersTypeDef#

# TeradataParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TeradataParametersTypeDef


def get_value() -> TeradataParametersTypeDef:
    return {
        "Host": ...,
    }


# TeradataParametersTypeDef definition

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

TrinoParametersTypeDef#

# TrinoParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TrinoParametersTypeDef


def get_value() -> TrinoParametersTypeDef:
    return {
        "Host": ...,
    }


# TrinoParametersTypeDef definition

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

TwitterParametersTypeDef#

# TwitterParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TwitterParametersTypeDef


def get_value() -> TwitterParametersTypeDef:
    return {
        "Query": ...,
    }


# TwitterParametersTypeDef definition

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

DataSourceSearchFilterTypeDef#

# DataSourceSearchFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSourceSearchFilterTypeDef


def get_value() -> DataSourceSearchFilterTypeDef:
    return {
        "Operator": ...,
    }


# DataSourceSearchFilterTypeDef definition

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

DataSourceSummaryTypeDef#

# DataSourceSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSourceSummaryTypeDef


def get_value() -> DataSourceSummaryTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeDatasetParameterDefaultValuesOutputTypeDef


def get_value() -> DateTimeDatasetParameterDefaultValuesOutputTypeDef:
    return {
        "StaticValues": ...,
    }


# DateTimeDatasetParameterDefaultValuesOutputTypeDef definition

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

RollingDateConfigurationTypeDef#

# RollingDateConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RollingDateConfigurationTypeDef


def get_value() -> RollingDateConfigurationTypeDef:
    return {
        "DataSetIdentifier": ...,
    }


# RollingDateConfigurationTypeDef definition

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

DateTimeValueWhenUnsetConfigurationOutputTypeDef#

# DateTimeValueWhenUnsetConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeValueWhenUnsetConfigurationOutputTypeDef


def get_value() -> DateTimeValueWhenUnsetConfigurationOutputTypeDef:
    return {
        "ValueWhenUnsetOption": ...,
    }


# DateTimeValueWhenUnsetConfigurationOutputTypeDef definition

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

MappedDataSetParameterTypeDef#

# MappedDataSetParameterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import MappedDataSetParameterTypeDef


def get_value() -> MappedDataSetParameterTypeDef:
    return {
        "DataSetIdentifier": ...,
    }


# MappedDataSetParameterTypeDef definition

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

DateTimeParameterOutputTypeDef#

# DateTimeParameterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeParameterOutputTypeDef


def get_value() -> DateTimeParameterOutputTypeDef:
    return {
        "Name": ...,
    }


# DateTimeParameterOutputTypeDef definition

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

SheetControlInfoIconLabelOptionsTypeDef#

# SheetControlInfoIconLabelOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetControlInfoIconLabelOptionsTypeDef


def get_value() -> SheetControlInfoIconLabelOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# SheetControlInfoIconLabelOptionsTypeDef definition

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

DecimalDatasetParameterDefaultValuesOutputTypeDef#

# DecimalDatasetParameterDefaultValuesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalDatasetParameterDefaultValuesOutputTypeDef


def get_value() -> DecimalDatasetParameterDefaultValuesOutputTypeDef:
    return {
        "StaticValues": ...,
    }


# DecimalDatasetParameterDefaultValuesOutputTypeDef definition

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

DecimalDatasetParameterDefaultValuesTypeDef#

# DecimalDatasetParameterDefaultValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalDatasetParameterDefaultValuesTypeDef


def get_value() -> DecimalDatasetParameterDefaultValuesTypeDef:
    return {
        "StaticValues": ...,
    }


# DecimalDatasetParameterDefaultValuesTypeDef definition

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

DecimalValueWhenUnsetConfigurationTypeDef#

# DecimalValueWhenUnsetConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalValueWhenUnsetConfigurationTypeDef


def get_value() -> DecimalValueWhenUnsetConfigurationTypeDef:
    return {
        "ValueWhenUnsetOption": ...,
    }


# DecimalValueWhenUnsetConfigurationTypeDef definition

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

DecimalParameterOutputTypeDef#

# DecimalParameterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalParameterOutputTypeDef


def get_value() -> DecimalParameterOutputTypeDef:
    return {
        "Name": ...,
    }


# DecimalParameterOutputTypeDef definition

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

DecimalParameterTypeDef#

# DecimalParameterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalParameterTypeDef


def get_value() -> DecimalParameterTypeDef:
    return {
        "Name": ...,
    }


# DecimalParameterTypeDef definition

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

FilterSelectableValuesOutputTypeDef#

# FilterSelectableValuesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterSelectableValuesOutputTypeDef


def get_value() -> FilterSelectableValuesOutputTypeDef:
    return {
        "Values": ...,
    }


# FilterSelectableValuesOutputTypeDef definition

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

FilterSelectableValuesTypeDef#

# FilterSelectableValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterSelectableValuesTypeDef


def get_value() -> FilterSelectableValuesTypeDef:
    return {
        "Values": ...,
    }


# FilterSelectableValuesTypeDef definition

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

DeleteAccountCustomizationRequestTypeDef#

# DeleteAccountCustomizationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteAccountCustomizationRequestTypeDef


def get_value() -> DeleteAccountCustomizationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteAccountCustomizationRequestTypeDef definition

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

DeleteAccountSubscriptionRequestTypeDef#

# DeleteAccountSubscriptionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteAccountSubscriptionRequestTypeDef


def get_value() -> DeleteAccountSubscriptionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteAccountSubscriptionRequestTypeDef definition

class DeleteAccountSubscriptionRequestTypeDef(TypedDict):
    AwsAccountId: str,

DeleteAnalysisRequestTypeDef#

# DeleteAnalysisRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteAnalysisRequestTypeDef


def get_value() -> DeleteAnalysisRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteAnalysisRequestTypeDef definition

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

DeleteBrandAssignmentRequestTypeDef#

# DeleteBrandAssignmentRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteBrandAssignmentRequestTypeDef


def get_value() -> DeleteBrandAssignmentRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteBrandAssignmentRequestTypeDef definition

class DeleteBrandAssignmentRequestTypeDef(TypedDict):
    AwsAccountId: str,

DeleteBrandRequestTypeDef#

# DeleteBrandRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteBrandRequestTypeDef


def get_value() -> DeleteBrandRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteBrandRequestTypeDef definition

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

DeleteCustomPermissionsRequestTypeDef#

# DeleteCustomPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteCustomPermissionsRequestTypeDef


def get_value() -> DeleteCustomPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteCustomPermissionsRequestTypeDef definition

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

DeleteDashboardRequestTypeDef#

# DeleteDashboardRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDashboardRequestTypeDef


def get_value() -> DeleteDashboardRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteDashboardRequestTypeDef definition

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

DeleteDataSetRefreshPropertiesRequestTypeDef#

# DeleteDataSetRefreshPropertiesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDataSetRefreshPropertiesRequestTypeDef


def get_value() -> DeleteDataSetRefreshPropertiesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteDataSetRefreshPropertiesRequestTypeDef definition

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

DeleteDataSetRequestTypeDef#

# DeleteDataSetRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDataSetRequestTypeDef


def get_value() -> DeleteDataSetRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteDataSetRequestTypeDef definition

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

DeleteDataSourceRequestTypeDef#

# DeleteDataSourceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDataSourceRequestTypeDef


def get_value() -> DeleteDataSourceRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteDataSourceRequestTypeDef definition

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

DeleteDefaultQBusinessApplicationRequestTypeDef#

# DeleteDefaultQBusinessApplicationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDefaultQBusinessApplicationRequestTypeDef


def get_value() -> DeleteDefaultQBusinessApplicationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteDefaultQBusinessApplicationRequestTypeDef definition

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

DeleteFolderMembershipRequestTypeDef#

# DeleteFolderMembershipRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteFolderMembershipRequestTypeDef


def get_value() -> DeleteFolderMembershipRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteFolderMembershipRequestTypeDef definition

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

DeleteFolderRequestTypeDef#

# DeleteFolderRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteFolderRequestTypeDef


def get_value() -> DeleteFolderRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteFolderRequestTypeDef definition

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

DeleteGroupMembershipRequestTypeDef#

# DeleteGroupMembershipRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteGroupMembershipRequestTypeDef


def get_value() -> DeleteGroupMembershipRequestTypeDef:
    return {
        "MemberName": ...,
    }


# DeleteGroupMembershipRequestTypeDef definition

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

DeleteGroupRequestTypeDef#

# DeleteGroupRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteGroupRequestTypeDef


def get_value() -> DeleteGroupRequestTypeDef:
    return {
        "GroupName": ...,
    }


# DeleteGroupRequestTypeDef definition

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

DeleteIAMPolicyAssignmentRequestTypeDef#

# DeleteIAMPolicyAssignmentRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteIAMPolicyAssignmentRequestTypeDef


def get_value() -> DeleteIAMPolicyAssignmentRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteIAMPolicyAssignmentRequestTypeDef definition

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

DeleteIdentityPropagationConfigRequestTypeDef#

# DeleteIdentityPropagationConfigRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteIdentityPropagationConfigRequestTypeDef


def get_value() -> DeleteIdentityPropagationConfigRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteIdentityPropagationConfigRequestTypeDef definition

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

DeleteNamespaceRequestTypeDef#

# DeleteNamespaceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteNamespaceRequestTypeDef


def get_value() -> DeleteNamespaceRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteNamespaceRequestTypeDef definition

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

DeleteRefreshScheduleRequestTypeDef#

# DeleteRefreshScheduleRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteRefreshScheduleRequestTypeDef


def get_value() -> DeleteRefreshScheduleRequestTypeDef:
    return {
        "DataSetId": ...,
    }


# DeleteRefreshScheduleRequestTypeDef definition

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

DeleteRoleCustomPermissionRequestTypeDef#

# DeleteRoleCustomPermissionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteRoleCustomPermissionRequestTypeDef


def get_value() -> DeleteRoleCustomPermissionRequestTypeDef:
    return {
        "Role": ...,
    }


# DeleteRoleCustomPermissionRequestTypeDef definition

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

DeleteRoleMembershipRequestTypeDef#

# DeleteRoleMembershipRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteRoleMembershipRequestTypeDef


def get_value() -> DeleteRoleMembershipRequestTypeDef:
    return {
        "MemberName": ...,
    }


# DeleteRoleMembershipRequestTypeDef definition

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

DeleteTemplateAliasRequestTypeDef#

# DeleteTemplateAliasRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteTemplateAliasRequestTypeDef


def get_value() -> DeleteTemplateAliasRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteTemplateAliasRequestTypeDef definition

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

DeleteTemplateRequestTypeDef#

# DeleteTemplateRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteTemplateRequestTypeDef


def get_value() -> DeleteTemplateRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteTemplateRequestTypeDef definition

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

DeleteThemeAliasRequestTypeDef#

# DeleteThemeAliasRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteThemeAliasRequestTypeDef


def get_value() -> DeleteThemeAliasRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteThemeAliasRequestTypeDef definition

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

DeleteThemeRequestTypeDef#

# DeleteThemeRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteThemeRequestTypeDef


def get_value() -> DeleteThemeRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteThemeRequestTypeDef definition

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

DeleteTopicRefreshScheduleRequestTypeDef#

# DeleteTopicRefreshScheduleRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteTopicRefreshScheduleRequestTypeDef


def get_value() -> DeleteTopicRefreshScheduleRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteTopicRefreshScheduleRequestTypeDef definition

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

DeleteTopicRequestTypeDef#

# DeleteTopicRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteTopicRequestTypeDef


def get_value() -> DeleteTopicRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteTopicRequestTypeDef definition

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

DeleteUserByPrincipalIdRequestTypeDef#

# DeleteUserByPrincipalIdRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteUserByPrincipalIdRequestTypeDef


def get_value() -> DeleteUserByPrincipalIdRequestTypeDef:
    return {
        "PrincipalId": ...,
    }


# DeleteUserByPrincipalIdRequestTypeDef definition

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

DeleteUserCustomPermissionRequestTypeDef#

# DeleteUserCustomPermissionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteUserCustomPermissionRequestTypeDef


def get_value() -> DeleteUserCustomPermissionRequestTypeDef:
    return {
        "UserName": ...,
    }


# DeleteUserCustomPermissionRequestTypeDef definition

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

DeleteUserRequestTypeDef#

# DeleteUserRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteUserRequestTypeDef


def get_value() -> DeleteUserRequestTypeDef:
    return {
        "UserName": ...,
    }


# DeleteUserRequestTypeDef definition

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

DeleteVPCConnectionRequestTypeDef#

# DeleteVPCConnectionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteVPCConnectionRequestTypeDef


def get_value() -> DeleteVPCConnectionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DeleteVPCConnectionRequestTypeDef definition

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

DescribeAccountCustomizationRequestTypeDef#

# DescribeAccountCustomizationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAccountCustomizationRequestTypeDef


def get_value() -> DescribeAccountCustomizationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeAccountCustomizationRequestTypeDef definition

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

DescribeAccountSettingsRequestTypeDef#

# DescribeAccountSettingsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAccountSettingsRequestTypeDef


def get_value() -> DescribeAccountSettingsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeAccountSettingsRequestTypeDef definition

class DescribeAccountSettingsRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeAccountSubscriptionRequestTypeDef#

# DescribeAccountSubscriptionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAccountSubscriptionRequestTypeDef


def get_value() -> DescribeAccountSubscriptionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeAccountSubscriptionRequestTypeDef definition

class DescribeAccountSubscriptionRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeAnalysisDefinitionRequestTypeDef#

# DescribeAnalysisDefinitionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAnalysisDefinitionRequestTypeDef


def get_value() -> DescribeAnalysisDefinitionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeAnalysisDefinitionRequestTypeDef definition

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

DescribeAnalysisPermissionsRequestTypeDef#

# DescribeAnalysisPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAnalysisPermissionsRequestTypeDef


def get_value() -> DescribeAnalysisPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeAnalysisPermissionsRequestTypeDef definition

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

ResourcePermissionOutputTypeDef#

# ResourcePermissionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ResourcePermissionOutputTypeDef


def get_value() -> ResourcePermissionOutputTypeDef:
    return {
        "Principal": ...,
    }


# ResourcePermissionOutputTypeDef definition

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

DescribeAnalysisRequestTypeDef#

# DescribeAnalysisRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAnalysisRequestTypeDef


def get_value() -> DescribeAnalysisRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeAnalysisRequestTypeDef definition

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

DescribeAssetBundleExportJobRequestTypeDef#

# DescribeAssetBundleExportJobRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAssetBundleExportJobRequestTypeDef


def get_value() -> DescribeAssetBundleExportJobRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeAssetBundleExportJobRequestTypeDef definition

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

DescribeAssetBundleImportJobRequestTypeDef#

# DescribeAssetBundleImportJobRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAssetBundleImportJobRequestTypeDef


def get_value() -> DescribeAssetBundleImportJobRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeAssetBundleImportJobRequestTypeDef definition

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

DescribeBrandAssignmentRequestTypeDef#

# DescribeBrandAssignmentRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeBrandAssignmentRequestTypeDef


def get_value() -> DescribeBrandAssignmentRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeBrandAssignmentRequestTypeDef definition

class DescribeBrandAssignmentRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeBrandPublishedVersionRequestTypeDef#

# DescribeBrandPublishedVersionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeBrandPublishedVersionRequestTypeDef


def get_value() -> DescribeBrandPublishedVersionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeBrandPublishedVersionRequestTypeDef definition

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

DescribeBrandRequestTypeDef#

# DescribeBrandRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeBrandRequestTypeDef


def get_value() -> DescribeBrandRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeBrandRequestTypeDef definition

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

DescribeCustomPermissionsRequestTypeDef#

# DescribeCustomPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeCustomPermissionsRequestTypeDef


def get_value() -> DescribeCustomPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeCustomPermissionsRequestTypeDef definition

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

DescribeDashboardDefinitionRequestTypeDef#

# DescribeDashboardDefinitionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardDefinitionRequestTypeDef


def get_value() -> DescribeDashboardDefinitionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDashboardDefinitionRequestTypeDef definition

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

DescribeDashboardPermissionsRequestTypeDef#

# DescribeDashboardPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardPermissionsRequestTypeDef


def get_value() -> DescribeDashboardPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDashboardPermissionsRequestTypeDef definition

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

DescribeDashboardRequestTypeDef#

# DescribeDashboardRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardRequestTypeDef


def get_value() -> DescribeDashboardRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDashboardRequestTypeDef definition

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

DescribeDashboardSnapshotJobRequestTypeDef#

# DescribeDashboardSnapshotJobRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardSnapshotJobRequestTypeDef


def get_value() -> DescribeDashboardSnapshotJobRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDashboardSnapshotJobRequestTypeDef definition

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

DescribeDashboardSnapshotJobResultRequestTypeDef#

# DescribeDashboardSnapshotJobResultRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardSnapshotJobResultRequestTypeDef


def get_value() -> DescribeDashboardSnapshotJobResultRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDashboardSnapshotJobResultRequestTypeDef definition

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

SnapshotJobErrorInfoTypeDef#

# SnapshotJobErrorInfoTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotJobErrorInfoTypeDef


def get_value() -> SnapshotJobErrorInfoTypeDef:
    return {
        "ErrorMessage": ...,
    }


# SnapshotJobErrorInfoTypeDef definition

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

DescribeDashboardsQAConfigurationRequestTypeDef#

# DescribeDashboardsQAConfigurationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardsQAConfigurationRequestTypeDef


def get_value() -> DescribeDashboardsQAConfigurationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDashboardsQAConfigurationRequestTypeDef definition

class DescribeDashboardsQAConfigurationRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeDataSetPermissionsRequestTypeDef#

# DescribeDataSetPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSetPermissionsRequestTypeDef


def get_value() -> DescribeDataSetPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDataSetPermissionsRequestTypeDef definition

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

DescribeDataSetRefreshPropertiesRequestTypeDef#

# DescribeDataSetRefreshPropertiesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSetRefreshPropertiesRequestTypeDef


def get_value() -> DescribeDataSetRefreshPropertiesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDataSetRefreshPropertiesRequestTypeDef definition

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

DescribeDataSetRequestTypeDef#

# DescribeDataSetRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSetRequestTypeDef


def get_value() -> DescribeDataSetRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDataSetRequestTypeDef definition

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

DescribeDataSourcePermissionsRequestTypeDef#

# DescribeDataSourcePermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSourcePermissionsRequestTypeDef


def get_value() -> DescribeDataSourcePermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDataSourcePermissionsRequestTypeDef definition

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

DescribeDataSourceRequestTypeDef#

# DescribeDataSourceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSourceRequestTypeDef


def get_value() -> DescribeDataSourceRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDataSourceRequestTypeDef definition

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

DescribeDefaultQBusinessApplicationRequestTypeDef#

# DescribeDefaultQBusinessApplicationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDefaultQBusinessApplicationRequestTypeDef


def get_value() -> DescribeDefaultQBusinessApplicationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeDefaultQBusinessApplicationRequestTypeDef definition

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

PaginatorConfigTypeDef#

# PaginatorConfigTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PaginatorConfigTypeDef


def get_value() -> PaginatorConfigTypeDef:
    return {
        "MaxItems": ...,
    }


# PaginatorConfigTypeDef definition

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

DescribeFolderPermissionsRequestTypeDef#

# DescribeFolderPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeFolderPermissionsRequestTypeDef


def get_value() -> DescribeFolderPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeFolderPermissionsRequestTypeDef definition

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

DescribeFolderRequestTypeDef#

# DescribeFolderRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeFolderRequestTypeDef


def get_value() -> DescribeFolderRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeFolderRequestTypeDef definition

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

DescribeFolderResolvedPermissionsRequestTypeDef#

# DescribeFolderResolvedPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeFolderResolvedPermissionsRequestTypeDef


def get_value() -> DescribeFolderResolvedPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeFolderResolvedPermissionsRequestTypeDef definition

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

FolderTypeDef#

# FolderTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FolderTypeDef


def get_value() -> FolderTypeDef:
    return {
        "FolderId": ...,
    }


# 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

DescribeGroupMembershipRequestTypeDef#

# DescribeGroupMembershipRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeGroupMembershipRequestTypeDef


def get_value() -> DescribeGroupMembershipRequestTypeDef:
    return {
        "MemberName": ...,
    }


# DescribeGroupMembershipRequestTypeDef definition

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

DescribeGroupRequestTypeDef#

# DescribeGroupRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeGroupRequestTypeDef


def get_value() -> DescribeGroupRequestTypeDef:
    return {
        "GroupName": ...,
    }


# DescribeGroupRequestTypeDef definition

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

DescribeIAMPolicyAssignmentRequestTypeDef#

# DescribeIAMPolicyAssignmentRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeIAMPolicyAssignmentRequestTypeDef


def get_value() -> DescribeIAMPolicyAssignmentRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeIAMPolicyAssignmentRequestTypeDef definition

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

IAMPolicyAssignmentTypeDef#

# IAMPolicyAssignmentTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IAMPolicyAssignmentTypeDef


def get_value() -> IAMPolicyAssignmentTypeDef:
    return {
        "AwsAccountId": ...,
    }


# 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

DescribeIngestionRequestTypeDef#

# DescribeIngestionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeIngestionRequestTypeDef


def get_value() -> DescribeIngestionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeIngestionRequestTypeDef definition

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

DescribeIpRestrictionRequestTypeDef#

# DescribeIpRestrictionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeIpRestrictionRequestTypeDef


def get_value() -> DescribeIpRestrictionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeIpRestrictionRequestTypeDef definition

class DescribeIpRestrictionRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeKeyRegistrationRequestTypeDef#

# DescribeKeyRegistrationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeKeyRegistrationRequestTypeDef


def get_value() -> DescribeKeyRegistrationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeKeyRegistrationRequestTypeDef definition

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

RegisteredCustomerManagedKeyTypeDef#

# RegisteredCustomerManagedKeyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RegisteredCustomerManagedKeyTypeDef


def get_value() -> RegisteredCustomerManagedKeyTypeDef:
    return {
        "KeyArn": ...,
    }


# RegisteredCustomerManagedKeyTypeDef definition

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

DescribeNamespaceRequestTypeDef#

# DescribeNamespaceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeNamespaceRequestTypeDef


def get_value() -> DescribeNamespaceRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeNamespaceRequestTypeDef definition

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

DescribeQPersonalizationConfigurationRequestTypeDef#

# DescribeQPersonalizationConfigurationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeQPersonalizationConfigurationRequestTypeDef


def get_value() -> DescribeQPersonalizationConfigurationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeQPersonalizationConfigurationRequestTypeDef definition

class DescribeQPersonalizationConfigurationRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeQuickSightQSearchConfigurationRequestTypeDef#

# DescribeQuickSightQSearchConfigurationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeQuickSightQSearchConfigurationRequestTypeDef


def get_value() -> DescribeQuickSightQSearchConfigurationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeQuickSightQSearchConfigurationRequestTypeDef definition

class DescribeQuickSightQSearchConfigurationRequestTypeDef(TypedDict):
    AwsAccountId: str,

DescribeRefreshScheduleRequestTypeDef#

# DescribeRefreshScheduleRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeRefreshScheduleRequestTypeDef


def get_value() -> DescribeRefreshScheduleRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeRefreshScheduleRequestTypeDef definition

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

DescribeRoleCustomPermissionRequestTypeDef#

# DescribeRoleCustomPermissionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeRoleCustomPermissionRequestTypeDef


def get_value() -> DescribeRoleCustomPermissionRequestTypeDef:
    return {
        "Role": ...,
    }


# DescribeRoleCustomPermissionRequestTypeDef definition

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

DescribeTemplateAliasRequestTypeDef#

# DescribeTemplateAliasRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTemplateAliasRequestTypeDef


def get_value() -> DescribeTemplateAliasRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeTemplateAliasRequestTypeDef definition

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

DescribeTemplateDefinitionRequestTypeDef#

# DescribeTemplateDefinitionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTemplateDefinitionRequestTypeDef


def get_value() -> DescribeTemplateDefinitionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeTemplateDefinitionRequestTypeDef definition

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

DescribeTemplatePermissionsRequestTypeDef#

# DescribeTemplatePermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTemplatePermissionsRequestTypeDef


def get_value() -> DescribeTemplatePermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeTemplatePermissionsRequestTypeDef definition

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

DescribeTemplateRequestTypeDef#

# DescribeTemplateRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTemplateRequestTypeDef


def get_value() -> DescribeTemplateRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeTemplateRequestTypeDef definition

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

DescribeThemeAliasRequestTypeDef#

# DescribeThemeAliasRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeThemeAliasRequestTypeDef


def get_value() -> DescribeThemeAliasRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeThemeAliasRequestTypeDef definition

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

DescribeThemePermissionsRequestTypeDef#

# DescribeThemePermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeThemePermissionsRequestTypeDef


def get_value() -> DescribeThemePermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeThemePermissionsRequestTypeDef definition

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

DescribeThemeRequestTypeDef#

# DescribeThemeRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeThemeRequestTypeDef


def get_value() -> DescribeThemeRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeThemeRequestTypeDef definition

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

DescribeTopicPermissionsRequestTypeDef#

# DescribeTopicPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTopicPermissionsRequestTypeDef


def get_value() -> DescribeTopicPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeTopicPermissionsRequestTypeDef definition

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

DescribeTopicRefreshRequestTypeDef#

# DescribeTopicRefreshRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTopicRefreshRequestTypeDef


def get_value() -> DescribeTopicRefreshRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeTopicRefreshRequestTypeDef definition

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

TopicRefreshDetailsTypeDef#

# TopicRefreshDetailsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicRefreshDetailsTypeDef


def get_value() -> TopicRefreshDetailsTypeDef:
    return {
        "RefreshArn": ...,
    }


# TopicRefreshDetailsTypeDef definition

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

DescribeTopicRefreshScheduleRequestTypeDef#

# DescribeTopicRefreshScheduleRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTopicRefreshScheduleRequestTypeDef


def get_value() -> DescribeTopicRefreshScheduleRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeTopicRefreshScheduleRequestTypeDef definition

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

TopicRefreshScheduleOutputTypeDef#

# TopicRefreshScheduleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicRefreshScheduleOutputTypeDef


def get_value() -> TopicRefreshScheduleOutputTypeDef:
    return {
        "IsEnabled": ...,
    }


# 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

DescribeTopicRequestTypeDef#

# DescribeTopicRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTopicRequestTypeDef


def get_value() -> DescribeTopicRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeTopicRequestTypeDef definition

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

DescribeUserRequestTypeDef#

# DescribeUserRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeUserRequestTypeDef


def get_value() -> DescribeUserRequestTypeDef:
    return {
        "UserName": ...,
    }


# DescribeUserRequestTypeDef definition

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

UserTypeDef#

# UserTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UserTypeDef


def get_value() -> UserTypeDef:
    return {
        "Arn": ...,
    }


# 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

DescribeVPCConnectionRequestTypeDef#

# DescribeVPCConnectionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeVPCConnectionRequestTypeDef


def get_value() -> DescribeVPCConnectionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeVPCConnectionRequestTypeDef definition

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

NegativeFormatTypeDef#

# NegativeFormatTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NegativeFormatTypeDef


def get_value() -> NegativeFormatTypeDef:
    return {
        "Prefix": ...,
    }


# NegativeFormatTypeDef definition

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

DonutCenterOptionsTypeDef#

# DonutCenterOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DonutCenterOptionsTypeDef


def get_value() -> DonutCenterOptionsTypeDef:
    return {
        "LabelVisibility": ...,
    }


# DonutCenterOptionsTypeDef definition

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

ListControlSelectAllOptionsTypeDef#

# ListControlSelectAllOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListControlSelectAllOptionsTypeDef


def get_value() -> ListControlSelectAllOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# ListControlSelectAllOptionsTypeDef definition

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

ErrorInfoTypeDef#

# ErrorInfoTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ErrorInfoTypeDef


def get_value() -> ErrorInfoTypeDef:
    return {
        "Type": ...,
    }


# ErrorInfoTypeDef definition

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

ExcludePeriodConfigurationTypeDef#

# ExcludePeriodConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ExcludePeriodConfigurationTypeDef


def get_value() -> ExcludePeriodConfigurationTypeDef:
    return {
        "Amount": ...,
    }


# ExcludePeriodConfigurationTypeDef definition

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

FailedKeyRegistrationEntryTypeDef#

# FailedKeyRegistrationEntryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FailedKeyRegistrationEntryTypeDef


def get_value() -> FailedKeyRegistrationEntryTypeDef:
    return {
        "KeyArn": ...,
    }


# FailedKeyRegistrationEntryTypeDef definition

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

FieldFolderTypeDef#

# FieldFolderTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FieldFolderTypeDef


def get_value() -> FieldFolderTypeDef:
    return {
        "description": ...,
    }


# FieldFolderTypeDef definition

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

FieldSortTypeDef#

# FieldSortTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FieldSortTypeDef


def get_value() -> FieldSortTypeDef:
    return {
        "FieldId": ...,
    }


# FieldSortTypeDef definition

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

FieldTooltipItemTypeDef#

# FieldTooltipItemTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FieldTooltipItemTypeDef


def get_value() -> FieldTooltipItemTypeDef:
    return {
        "FieldId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapStyleOptionsTypeDef


def get_value() -> GeospatialMapStyleOptionsTypeDef:
    return {
        "BaseMapStyle": ...,
    }


# GeospatialMapStyleOptionsTypeDef definition

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

IdentifierTypeDef#

# IdentifierTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IdentifierTypeDef


def get_value() -> IdentifierTypeDef:
    return {
        "Identity": ...,
    }


# IdentifierTypeDef definition

class IdentifierTypeDef(TypedDict):
    Identity: str,

SameSheetTargetVisualConfigurationOutputTypeDef#

# SameSheetTargetVisualConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SameSheetTargetVisualConfigurationOutputTypeDef


def get_value() -> SameSheetTargetVisualConfigurationOutputTypeDef:
    return {
        "TargetVisuals": ...,
    }


# SameSheetTargetVisualConfigurationOutputTypeDef definition

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

SameSheetTargetVisualConfigurationTypeDef#

# SameSheetTargetVisualConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SameSheetTargetVisualConfigurationTypeDef


def get_value() -> SameSheetTargetVisualConfigurationTypeDef:
    return {
        "TargetVisuals": ...,
    }


# SameSheetTargetVisualConfigurationTypeDef definition

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

FilterOperationTypeDef#

# FilterOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterOperationTypeDef


def get_value() -> FilterOperationTypeDef:
    return {
        "ConditionExpression": ...,
    }


# FilterOperationTypeDef definition

class FilterOperationTypeDef(TypedDict):
    ConditionExpression: str,

FolderSearchFilterTypeDef#

# FolderSearchFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FolderSearchFilterTypeDef


def get_value() -> FolderSearchFilterTypeDef:
    return {
        "Operator": ...,
    }


# FolderSearchFilterTypeDef definition

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

FolderSummaryTypeDef#

# FolderSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FolderSummaryTypeDef


def get_value() -> FolderSummaryTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FontSizeTypeDef


def get_value() -> FontSizeTypeDef:
    return {
        "Relative": ...,
    }


# FontSizeTypeDef definition

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

FontWeightTypeDef#

# FontWeightTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FontWeightTypeDef


def get_value() -> FontWeightTypeDef:
    return {
        "Name": ...,
    }


# FontWeightTypeDef definition

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

FontTypeDef#

# FontTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FontTypeDef


def get_value() -> FontTypeDef:
    return {
        "FontFamily": ...,
    }


# FontTypeDef definition

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

TimeBasedForecastPropertiesTypeDef#

# TimeBasedForecastPropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TimeBasedForecastPropertiesTypeDef


def get_value() -> TimeBasedForecastPropertiesTypeDef:
    return {
        "PeriodsForward": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import WhatIfPointScenarioOutputTypeDef


def get_value() -> WhatIfPointScenarioOutputTypeDef:
    return {
        "Date": ...,
    }


# WhatIfPointScenarioOutputTypeDef definition

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

WhatIfRangeScenarioOutputTypeDef#

# WhatIfRangeScenarioOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WhatIfRangeScenarioOutputTypeDef


def get_value() -> WhatIfRangeScenarioOutputTypeDef:
    return {
        "StartDate": ...,
    }


# WhatIfRangeScenarioOutputTypeDef definition

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

FreeFormLayoutScreenCanvasSizeOptionsTypeDef#

# FreeFormLayoutScreenCanvasSizeOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormLayoutScreenCanvasSizeOptionsTypeDef


def get_value() -> FreeFormLayoutScreenCanvasSizeOptionsTypeDef:
    return {
        "OptimizedViewPortWidth": ...,
    }


# FreeFormLayoutScreenCanvasSizeOptionsTypeDef definition

class FreeFormLayoutScreenCanvasSizeOptionsTypeDef(TypedDict):
    OptimizedViewPortWidth: str,

FreeFormLayoutElementBackgroundStyleTypeDef#

# FreeFormLayoutElementBackgroundStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormLayoutElementBackgroundStyleTypeDef


def get_value() -> FreeFormLayoutElementBackgroundStyleTypeDef:
    return {
        "Visibility": ...,
    }


# FreeFormLayoutElementBackgroundStyleTypeDef definition

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

FreeFormLayoutElementBorderStyleTypeDef#

# FreeFormLayoutElementBorderStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormLayoutElementBorderStyleTypeDef


def get_value() -> FreeFormLayoutElementBorderStyleTypeDef:
    return {
        "Visibility": ...,
    }


# FreeFormLayoutElementBorderStyleTypeDef definition

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

LoadingAnimationTypeDef#

# LoadingAnimationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LoadingAnimationTypeDef


def get_value() -> LoadingAnimationTypeDef:
    return {
        "Visibility": ...,
    }


# LoadingAnimationTypeDef definition

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

GaugeChartColorConfigurationTypeDef#

# GaugeChartColorConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartColorConfigurationTypeDef


def get_value() -> GaugeChartColorConfigurationTypeDef:
    return {
        "ForegroundColor": ...,
    }


# GaugeChartColorConfigurationTypeDef definition

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

SessionTagTypeDef#

# SessionTagTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SessionTagTypeDef


def get_value() -> SessionTagTypeDef:
    return {
        "Key": ...,
    }


# SessionTagTypeDef definition

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

GeneratedAnswerResultTypeDef#

# GeneratedAnswerResultTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeneratedAnswerResultTypeDef


def get_value() -> GeneratedAnswerResultTypeDef:
    return {
        "QuestionText": ...,
    }


# GeneratedAnswerResultTypeDef definition

class GeneratedAnswerResultTypeDef(TypedDict):
    QuestionText: NotRequired[str],
    AnswerStatus: NotRequired[GeneratedAnswerStatusType],  # (1)
    TopicId: NotRequired[str],
    TopicName: NotRequired[str],
    Restatement: NotRequired[str],
    QuestionId: NotRequired[str],
    AnswerId: NotRequired[str],
    QuestionUrl: NotRequired[str],
  1. See GeneratedAnswerStatusType

GeoSpatialColumnGroupTypeDef#

# GeoSpatialColumnGroupTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeoSpatialColumnGroupTypeDef


def get_value() -> GeoSpatialColumnGroupTypeDef:
    return {
        "Name": ...,
    }


# GeoSpatialColumnGroupTypeDef definition

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

GeospatialCategoricalDataColorTypeDef#

# GeospatialCategoricalDataColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialCategoricalDataColorTypeDef


def get_value() -> GeospatialCategoricalDataColorTypeDef:
    return {
        "Color": ...,
    }


# GeospatialCategoricalDataColorTypeDef definition

class GeospatialCategoricalDataColorTypeDef(TypedDict):
    Color: str,
    DataValue: str,

GeospatialCircleRadiusTypeDef#

# GeospatialCircleRadiusTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialCircleRadiusTypeDef


def get_value() -> GeospatialCircleRadiusTypeDef:
    return {
        "Radius": ...,
    }


# GeospatialCircleRadiusTypeDef definition

class GeospatialCircleRadiusTypeDef(TypedDict):
    Radius: NotRequired[float],

GeospatialLineWidthTypeDef#

# GeospatialLineWidthTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLineWidthTypeDef


def get_value() -> GeospatialLineWidthTypeDef:
    return {
        "LineWidth": ...,
    }


# GeospatialLineWidthTypeDef definition

class GeospatialLineWidthTypeDef(TypedDict):
    LineWidth: NotRequired[float],

GeospatialSolidColorTypeDef#

# GeospatialSolidColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialSolidColorTypeDef


def get_value() -> GeospatialSolidColorTypeDef:
    return {
        "Color": ...,
    }


# GeospatialSolidColorTypeDef definition

class GeospatialSolidColorTypeDef(TypedDict):
    Color: str,
    State: NotRequired[GeospatialColorStateType],  # (1)
  1. See GeospatialColorStateType

GeospatialCoordinateBoundsTypeDef#

# GeospatialCoordinateBoundsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialCoordinateBoundsTypeDef


def get_value() -> GeospatialCoordinateBoundsTypeDef:
    return {
        "North": ...,
    }


# GeospatialCoordinateBoundsTypeDef definition

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

GeospatialStaticFileSourceTypeDef#

# GeospatialStaticFileSourceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialStaticFileSourceTypeDef


def get_value() -> GeospatialStaticFileSourceTypeDef:
    return {
        "StaticFileId": ...,
    }


# GeospatialStaticFileSourceTypeDef definition

class GeospatialStaticFileSourceTypeDef(TypedDict):
    StaticFileId: str,

GeospatialGradientStepColorTypeDef#

# GeospatialGradientStepColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialGradientStepColorTypeDef


def get_value() -> GeospatialGradientStepColorTypeDef:
    return {
        "Color": ...,
    }


# GeospatialGradientStepColorTypeDef definition

class GeospatialGradientStepColorTypeDef(TypedDict):
    Color: str,
    DataValue: float,

GeospatialHeatmapDataColorTypeDef#

# GeospatialHeatmapDataColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialHeatmapDataColorTypeDef


def get_value() -> GeospatialHeatmapDataColorTypeDef:
    return {
        "Color": ...,
    }


# GeospatialHeatmapDataColorTypeDef definition

class GeospatialHeatmapDataColorTypeDef(TypedDict):
    Color: str,

GeospatialMapStyleTypeDef#

# GeospatialMapStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapStyleTypeDef


def get_value() -> GeospatialMapStyleTypeDef:
    return {
        "BaseMapStyle": ...,
    }


# GeospatialMapStyleTypeDef definition

class GeospatialMapStyleTypeDef(TypedDict):
    BaseMapStyle: NotRequired[BaseMapStyleTypeType],  # (1)
    BackgroundColor: NotRequired[str],
    BaseMapVisibility: NotRequired[VisibilityType],  # (2)
  1. See BaseMapStyleTypeType
  2. See VisibilityType

GeospatialNullSymbolStyleTypeDef#

# GeospatialNullSymbolStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialNullSymbolStyleTypeDef


def get_value() -> GeospatialNullSymbolStyleTypeDef:
    return {
        "FillColor": ...,
    }


# GeospatialNullSymbolStyleTypeDef definition

class GeospatialNullSymbolStyleTypeDef(TypedDict):
    FillColor: NotRequired[str],
    StrokeColor: NotRequired[str],
    StrokeWidth: NotRequired[float],

GetDashboardEmbedUrlRequestTypeDef#

# GetDashboardEmbedUrlRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GetDashboardEmbedUrlRequestTypeDef


def get_value() -> GetDashboardEmbedUrlRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# GetDashboardEmbedUrlRequestTypeDef definition

class GetDashboardEmbedUrlRequestTypeDef(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

GetSessionEmbedUrlRequestTypeDef#

# GetSessionEmbedUrlRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GetSessionEmbedUrlRequestTypeDef


def get_value() -> GetSessionEmbedUrlRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# GetSessionEmbedUrlRequestTypeDef definition

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

TableBorderOptionsTypeDef#

# TableBorderOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableBorderOptionsTypeDef


def get_value() -> TableBorderOptionsTypeDef:
    return {
        "Color": ...,
    }


# TableBorderOptionsTypeDef definition

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

GradientStopTypeDef#

# GradientStopTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GradientStopTypeDef


def get_value() -> GradientStopTypeDef:
    return {
        "GradientOffset": ...,
    }


# GradientStopTypeDef definition

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

GridLayoutScreenCanvasSizeOptionsTypeDef#

# GridLayoutScreenCanvasSizeOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GridLayoutScreenCanvasSizeOptionsTypeDef


def get_value() -> GridLayoutScreenCanvasSizeOptionsTypeDef:
    return {
        "ResizeOption": ...,
    }


# GridLayoutScreenCanvasSizeOptionsTypeDef definition

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

GridLayoutElementTypeDef#

# GridLayoutElementTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GridLayoutElementTypeDef


def get_value() -> GridLayoutElementTypeDef:
    return {
        "ElementId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import GroupSearchFilterTypeDef


def get_value() -> GroupSearchFilterTypeDef:
    return {
        "Operator": ...,
    }


# GroupSearchFilterTypeDef definition

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

GutterStyleTypeDef#

# GutterStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GutterStyleTypeDef


def get_value() -> GutterStyleTypeDef:
    return {
        "Show": ...,
    }


# GutterStyleTypeDef definition

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

IAMPolicyAssignmentSummaryTypeDef#

# IAMPolicyAssignmentSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IAMPolicyAssignmentSummaryTypeDef


def get_value() -> IAMPolicyAssignmentSummaryTypeDef:
    return {
        "AssignmentName": ...,
    }


# IAMPolicyAssignmentSummaryTypeDef definition

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

IdentityCenterConfigurationTypeDef#

# IdentityCenterConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IdentityCenterConfigurationTypeDef


def get_value() -> IdentityCenterConfigurationTypeDef:
    return {
        "EnableIdentityPropagation": ...,
    }


# IdentityCenterConfigurationTypeDef definition

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

ImageSourceTypeDef#

# ImageSourceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageSourceTypeDef


def get_value() -> ImageSourceTypeDef:
    return {
        "PublicUrl": ...,
    }


# ImageSourceTypeDef definition

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

ImageMenuOptionTypeDef#

# ImageMenuOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageMenuOptionTypeDef


def get_value() -> ImageMenuOptionTypeDef:
    return {
        "AvailabilityStatus": ...,
    }


# ImageMenuOptionTypeDef definition

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

LookbackWindowTypeDef#

# LookbackWindowTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LookbackWindowTypeDef


def get_value() -> LookbackWindowTypeDef:
    return {
        "ColumnName": ...,
    }


# LookbackWindowTypeDef definition

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

QueueInfoTypeDef#

# QueueInfoTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import QueueInfoTypeDef


def get_value() -> QueueInfoTypeDef:
    return {
        "WaitingOnIngestion": ...,
    }


# QueueInfoTypeDef definition

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

RowInfoTypeDef#

# RowInfoTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RowInfoTypeDef


def get_value() -> RowInfoTypeDef:
    return {
        "RowsIngested": ...,
    }


# RowInfoTypeDef definition

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

IntegerDatasetParameterDefaultValuesOutputTypeDef#

# IntegerDatasetParameterDefaultValuesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerDatasetParameterDefaultValuesOutputTypeDef


def get_value() -> IntegerDatasetParameterDefaultValuesOutputTypeDef:
    return {
        "StaticValues": ...,
    }


# IntegerDatasetParameterDefaultValuesOutputTypeDef definition

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

IntegerDatasetParameterDefaultValuesTypeDef#

# IntegerDatasetParameterDefaultValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerDatasetParameterDefaultValuesTypeDef


def get_value() -> IntegerDatasetParameterDefaultValuesTypeDef:
    return {
        "StaticValues": ...,
    }


# IntegerDatasetParameterDefaultValuesTypeDef definition

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

IntegerValueWhenUnsetConfigurationTypeDef#

# IntegerValueWhenUnsetConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerValueWhenUnsetConfigurationTypeDef


def get_value() -> IntegerValueWhenUnsetConfigurationTypeDef:
    return {
        "ValueWhenUnsetOption": ...,
    }


# IntegerValueWhenUnsetConfigurationTypeDef definition

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

IntegerParameterOutputTypeDef#

# IntegerParameterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerParameterOutputTypeDef


def get_value() -> IntegerParameterOutputTypeDef:
    return {
        "Name": ...,
    }


# IntegerParameterOutputTypeDef definition

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

IntegerParameterTypeDef#

# IntegerParameterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerParameterTypeDef


def get_value() -> IntegerParameterTypeDef:
    return {
        "Name": ...,
    }


# IntegerParameterTypeDef definition

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

JoinKeyPropertiesTypeDef#

# JoinKeyPropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import JoinKeyPropertiesTypeDef


def get_value() -> JoinKeyPropertiesTypeDef:
    return {
        "UniqueKey": ...,
    }


# JoinKeyPropertiesTypeDef definition

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

KPISparklineOptionsTypeDef#

# KPISparklineOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPISparklineOptionsTypeDef


def get_value() -> KPISparklineOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ProgressBarOptionsTypeDef


def get_value() -> ProgressBarOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# ProgressBarOptionsTypeDef definition

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

SecondaryValueOptionsTypeDef#

# SecondaryValueOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SecondaryValueOptionsTypeDef


def get_value() -> SecondaryValueOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# SecondaryValueOptionsTypeDef definition

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

TrendArrowOptionsTypeDef#

# TrendArrowOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TrendArrowOptionsTypeDef


def get_value() -> TrendArrowOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# TrendArrowOptionsTypeDef definition

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

KPIVisualStandardLayoutTypeDef#

# KPIVisualStandardLayoutTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIVisualStandardLayoutTypeDef


def get_value() -> KPIVisualStandardLayoutTypeDef:
    return {
        "Type": ...,
    }


# KPIVisualStandardLayoutTypeDef definition

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

LineChartLineStyleSettingsTypeDef#

# LineChartLineStyleSettingsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartLineStyleSettingsTypeDef


def get_value() -> LineChartLineStyleSettingsTypeDef:
    return {
        "LineVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartMarkerStyleSettingsTypeDef


def get_value() -> LineChartMarkerStyleSettingsTypeDef:
    return {
        "MarkerVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import MissingDataConfigurationTypeDef


def get_value() -> MissingDataConfigurationTypeDef:
    return {
        "TreatmentOption": ...,
    }


# MissingDataConfigurationTypeDef definition

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

ResourcePermissionTypeDef#

# ResourcePermissionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ResourcePermissionTypeDef


def get_value() -> ResourcePermissionTypeDef:
    return {
        "Principal": ...,
    }


# ResourcePermissionTypeDef definition

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

ListAnalysesRequestTypeDef#

# ListAnalysesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListAnalysesRequestTypeDef


def get_value() -> ListAnalysesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListAnalysesRequestTypeDef definition

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

ListAssetBundleExportJobsRequestTypeDef#

# ListAssetBundleExportJobsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListAssetBundleExportJobsRequestTypeDef


def get_value() -> ListAssetBundleExportJobsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListAssetBundleExportJobsRequestTypeDef definition

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

ListAssetBundleImportJobsRequestTypeDef#

# ListAssetBundleImportJobsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListAssetBundleImportJobsRequestTypeDef


def get_value() -> ListAssetBundleImportJobsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListAssetBundleImportJobsRequestTypeDef definition

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

ListBrandsRequestTypeDef#

# ListBrandsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListBrandsRequestTypeDef


def get_value() -> ListBrandsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListBrandsRequestTypeDef definition

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

ListControlSearchOptionsTypeDef#

# ListControlSearchOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListControlSearchOptionsTypeDef


def get_value() -> ListControlSearchOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# ListControlSearchOptionsTypeDef definition

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

ListCustomPermissionsRequestTypeDef#

# ListCustomPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListCustomPermissionsRequestTypeDef


def get_value() -> ListCustomPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListCustomPermissionsRequestTypeDef definition

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

ListDashboardVersionsRequestTypeDef#

# ListDashboardVersionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDashboardVersionsRequestTypeDef


def get_value() -> ListDashboardVersionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListDashboardVersionsRequestTypeDef definition

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

ListDashboardsRequestTypeDef#

# ListDashboardsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDashboardsRequestTypeDef


def get_value() -> ListDashboardsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListDashboardsRequestTypeDef definition

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

ListDataSetsRequestTypeDef#

# ListDataSetsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDataSetsRequestTypeDef


def get_value() -> ListDataSetsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListDataSetsRequestTypeDef definition

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

ListDataSourcesRequestTypeDef#

# ListDataSourcesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDataSourcesRequestTypeDef


def get_value() -> ListDataSourcesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListDataSourcesRequestTypeDef definition

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

ListFolderMembersRequestTypeDef#

# ListFolderMembersRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListFolderMembersRequestTypeDef


def get_value() -> ListFolderMembersRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListFolderMembersRequestTypeDef definition

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

MemberIdArnPairTypeDef#

# MemberIdArnPairTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import MemberIdArnPairTypeDef


def get_value() -> MemberIdArnPairTypeDef:
    return {
        "MemberId": ...,
    }


# MemberIdArnPairTypeDef definition

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

ListFoldersForResourceRequestTypeDef#

# ListFoldersForResourceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListFoldersForResourceRequestTypeDef


def get_value() -> ListFoldersForResourceRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListFoldersForResourceRequestTypeDef definition

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

ListFoldersRequestTypeDef#

# ListFoldersRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListFoldersRequestTypeDef


def get_value() -> ListFoldersRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListFoldersRequestTypeDef definition

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

ListGroupMembershipsRequestTypeDef#

# ListGroupMembershipsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListGroupMembershipsRequestTypeDef


def get_value() -> ListGroupMembershipsRequestTypeDef:
    return {
        "GroupName": ...,
    }


# ListGroupMembershipsRequestTypeDef definition

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

ListGroupsRequestTypeDef#

# ListGroupsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListGroupsRequestTypeDef


def get_value() -> ListGroupsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListGroupsRequestTypeDef definition

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

ListIAMPolicyAssignmentsForUserRequestTypeDef#

# ListIAMPolicyAssignmentsForUserRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIAMPolicyAssignmentsForUserRequestTypeDef


def get_value() -> ListIAMPolicyAssignmentsForUserRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListIAMPolicyAssignmentsForUserRequestTypeDef definition

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

ListIAMPolicyAssignmentsRequestTypeDef#

# ListIAMPolicyAssignmentsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIAMPolicyAssignmentsRequestTypeDef


def get_value() -> ListIAMPolicyAssignmentsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListIAMPolicyAssignmentsRequestTypeDef definition

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

ListIdentityPropagationConfigsRequestTypeDef#

# ListIdentityPropagationConfigsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIdentityPropagationConfigsRequestTypeDef


def get_value() -> ListIdentityPropagationConfigsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListIdentityPropagationConfigsRequestTypeDef definition

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

ListIngestionsRequestTypeDef#

# ListIngestionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIngestionsRequestTypeDef


def get_value() -> ListIngestionsRequestTypeDef:
    return {
        "DataSetId": ...,
    }


# ListIngestionsRequestTypeDef definition

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

ListNamespacesRequestTypeDef#

# ListNamespacesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListNamespacesRequestTypeDef


def get_value() -> ListNamespacesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListNamespacesRequestTypeDef definition

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

ListRefreshSchedulesRequestTypeDef#

# ListRefreshSchedulesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListRefreshSchedulesRequestTypeDef


def get_value() -> ListRefreshSchedulesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListRefreshSchedulesRequestTypeDef definition

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

ListRoleMembershipsRequestTypeDef#

# ListRoleMembershipsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListRoleMembershipsRequestTypeDef


def get_value() -> ListRoleMembershipsRequestTypeDef:
    return {
        "Role": ...,
    }


# ListRoleMembershipsRequestTypeDef definition

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

ListTagsForResourceRequestTypeDef#

# ListTagsForResourceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTagsForResourceRequestTypeDef


def get_value() -> ListTagsForResourceRequestTypeDef:
    return {
        "ResourceArn": ...,
    }


# ListTagsForResourceRequestTypeDef definition

class ListTagsForResourceRequestTypeDef(TypedDict):
    ResourceArn: str,

ListTemplateAliasesRequestTypeDef#

# ListTemplateAliasesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTemplateAliasesRequestTypeDef


def get_value() -> ListTemplateAliasesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListTemplateAliasesRequestTypeDef definition

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

ListTemplateVersionsRequestTypeDef#

# ListTemplateVersionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTemplateVersionsRequestTypeDef


def get_value() -> ListTemplateVersionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListTemplateVersionsRequestTypeDef definition

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

TemplateVersionSummaryTypeDef#

# TemplateVersionSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateVersionSummaryTypeDef


def get_value() -> TemplateVersionSummaryTypeDef:
    return {
        "Arn": ...,
    }


# TemplateVersionSummaryTypeDef definition

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

ListTemplatesRequestTypeDef#

# ListTemplatesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTemplatesRequestTypeDef


def get_value() -> ListTemplatesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListTemplatesRequestTypeDef definition

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

TemplateSummaryTypeDef#

# TemplateSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateSummaryTypeDef


def get_value() -> TemplateSummaryTypeDef:
    return {
        "Arn": ...,
    }


# TemplateSummaryTypeDef definition

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

ListThemeAliasesRequestTypeDef#

# ListThemeAliasesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListThemeAliasesRequestTypeDef


def get_value() -> ListThemeAliasesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListThemeAliasesRequestTypeDef definition

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

ListThemeVersionsRequestTypeDef#

# ListThemeVersionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListThemeVersionsRequestTypeDef


def get_value() -> ListThemeVersionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListThemeVersionsRequestTypeDef definition

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

ThemeVersionSummaryTypeDef#

# ThemeVersionSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ThemeVersionSummaryTypeDef


def get_value() -> ThemeVersionSummaryTypeDef:
    return {
        "VersionNumber": ...,
    }


# ThemeVersionSummaryTypeDef definition

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

ListThemesRequestTypeDef#

# ListThemesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListThemesRequestTypeDef


def get_value() -> ListThemesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListThemesRequestTypeDef definition

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

ThemeSummaryTypeDef#

# ThemeSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ThemeSummaryTypeDef


def get_value() -> ThemeSummaryTypeDef:
    return {
        "Arn": ...,
    }


# ThemeSummaryTypeDef definition

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

ListTopicRefreshSchedulesRequestTypeDef#

# ListTopicRefreshSchedulesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTopicRefreshSchedulesRequestTypeDef


def get_value() -> ListTopicRefreshSchedulesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListTopicRefreshSchedulesRequestTypeDef definition

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

ListTopicReviewedAnswersRequestTypeDef#

# ListTopicReviewedAnswersRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTopicReviewedAnswersRequestTypeDef


def get_value() -> ListTopicReviewedAnswersRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListTopicReviewedAnswersRequestTypeDef definition

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

ListTopicsRequestTypeDef#

# ListTopicsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTopicsRequestTypeDef


def get_value() -> ListTopicsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListTopicsRequestTypeDef definition

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

TopicSummaryTypeDef#

# TopicSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicSummaryTypeDef


def get_value() -> TopicSummaryTypeDef:
    return {
        "Arn": ...,
    }


# TopicSummaryTypeDef definition

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

ListUserGroupsRequestTypeDef#

# ListUserGroupsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListUserGroupsRequestTypeDef


def get_value() -> ListUserGroupsRequestTypeDef:
    return {
        "UserName": ...,
    }


# ListUserGroupsRequestTypeDef definition

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

ListUsersRequestTypeDef#

# ListUsersRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListUsersRequestTypeDef


def get_value() -> ListUsersRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListUsersRequestTypeDef definition

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

ListVPCConnectionsRequestTypeDef#

# ListVPCConnectionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListVPCConnectionsRequestTypeDef


def get_value() -> ListVPCConnectionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListVPCConnectionsRequestTypeDef definition

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

LongFormatTextTypeDef#

# LongFormatTextTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LongFormatTextTypeDef


def get_value() -> LongFormatTextTypeDef:
    return {
        "PlainText": ...,
    }


# LongFormatTextTypeDef definition

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

ManifestFileLocationTypeDef#

# ManifestFileLocationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ManifestFileLocationTypeDef


def get_value() -> ManifestFileLocationTypeDef:
    return {
        "Bucket": ...,
    }


# ManifestFileLocationTypeDef definition

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

MarginStyleTypeDef#

# MarginStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import MarginStyleTypeDef


def get_value() -> MarginStyleTypeDef:
    return {
        "Show": ...,
    }


# MarginStyleTypeDef definition

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

NamedEntityDefinitionMetricOutputTypeDef#

# NamedEntityDefinitionMetricOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NamedEntityDefinitionMetricOutputTypeDef


def get_value() -> NamedEntityDefinitionMetricOutputTypeDef:
    return {
        "Aggregation": ...,
    }


# NamedEntityDefinitionMetricOutputTypeDef definition

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

NamedEntityDefinitionMetricTypeDef#

# NamedEntityDefinitionMetricTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NamedEntityDefinitionMetricTypeDef


def get_value() -> NamedEntityDefinitionMetricTypeDef:
    return {
        "Aggregation": ...,
    }


# NamedEntityDefinitionMetricTypeDef definition

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

NamedEntityRefTypeDef#

# NamedEntityRefTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NamedEntityRefTypeDef


def get_value() -> NamedEntityRefTypeDef:
    return {
        "NamedEntityName": ...,
    }


# NamedEntityRefTypeDef definition

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

NamespaceErrorTypeDef#

# NamespaceErrorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NamespaceErrorTypeDef


def get_value() -> NamespaceErrorTypeDef:
    return {
        "Type": ...,
    }


# NamespaceErrorTypeDef definition

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

NetworkInterfaceTypeDef#

# NetworkInterfaceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NetworkInterfaceTypeDef


def get_value() -> NetworkInterfaceTypeDef:
    return {
        "SubnetId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import NewDefaultValuesOutputTypeDef


def get_value() -> NewDefaultValuesOutputTypeDef:
    return {
        "StringStaticValues": ...,
    }


# NewDefaultValuesOutputTypeDef definition

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

NumericRangeFilterValueTypeDef#

# NumericRangeFilterValueTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NumericRangeFilterValueTypeDef


def get_value() -> NumericRangeFilterValueTypeDef:
    return {
        "StaticValue": ...,
    }


# NumericRangeFilterValueTypeDef definition

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

ThousandSeparatorOptionsTypeDef#

# ThousandSeparatorOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ThousandSeparatorOptionsTypeDef


def get_value() -> ThousandSeparatorOptionsTypeDef:
    return {
        "Symbol": ...,
    }


# ThousandSeparatorOptionsTypeDef definition

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

PercentileAggregationTypeDef#

# PercentileAggregationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PercentileAggregationTypeDef


def get_value() -> PercentileAggregationTypeDef:
    return {
        "PercentileValue": ...,
    }


# PercentileAggregationTypeDef definition

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

StringParameterOutputTypeDef#

# StringParameterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringParameterOutputTypeDef


def get_value() -> StringParameterOutputTypeDef:
    return {
        "Name": ...,
    }


# StringParameterOutputTypeDef definition

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

StringParameterTypeDef#

# StringParameterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringParameterTypeDef


def get_value() -> StringParameterTypeDef:
    return {
        "Name": ...,
    }


# StringParameterTypeDef definition

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

PercentVisibleRangeTypeDef#

# PercentVisibleRangeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PercentVisibleRangeTypeDef


def get_value() -> PercentVisibleRangeTypeDef:
    return {
        "From": ...,
    }


# PercentVisibleRangeTypeDef definition

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

UniqueKeyOutputTypeDef#

# UniqueKeyOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UniqueKeyOutputTypeDef


def get_value() -> UniqueKeyOutputTypeDef:
    return {
        "ColumnNames": ...,
    }


# UniqueKeyOutputTypeDef definition

class UniqueKeyOutputTypeDef(TypedDict):
    ColumnNames: List[str],

UniqueKeyTypeDef#

# UniqueKeyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UniqueKeyTypeDef


def get_value() -> UniqueKeyTypeDef:
    return {
        "ColumnNames": ...,
    }


# UniqueKeyTypeDef definition

class UniqueKeyTypeDef(TypedDict):
    ColumnNames: Sequence[str],

PivotTableConditionalFormattingScopeTypeDef#

# PivotTableConditionalFormattingScopeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableConditionalFormattingScopeTypeDef


def get_value() -> PivotTableConditionalFormattingScopeTypeDef:
    return {
        "Role": ...,
    }


# PivotTableConditionalFormattingScopeTypeDef definition

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

PivotTablePaginatedReportOptionsTypeDef#

# PivotTablePaginatedReportOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTablePaginatedReportOptionsTypeDef


def get_value() -> PivotTablePaginatedReportOptionsTypeDef:
    return {
        "VerticalOverflowVisibility": ...,
    }


# PivotTablePaginatedReportOptionsTypeDef definition

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

PivotTableFieldOptionTypeDef#

# PivotTableFieldOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldOptionTypeDef


def get_value() -> PivotTableFieldOptionTypeDef:
    return {
        "FieldId": ...,
    }


# PivotTableFieldOptionTypeDef definition

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

PivotTableFieldSubtotalOptionsTypeDef#

# PivotTableFieldSubtotalOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldSubtotalOptionsTypeDef


def get_value() -> PivotTableFieldSubtotalOptionsTypeDef:
    return {
        "FieldId": ...,
    }


# PivotTableFieldSubtotalOptionsTypeDef definition

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

PivotTableRowsLabelOptionsTypeDef#

# PivotTableRowsLabelOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableRowsLabelOptionsTypeDef


def get_value() -> PivotTableRowsLabelOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# PivotTableRowsLabelOptionsTypeDef definition

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

RowAlternateColorOptionsOutputTypeDef#

# RowAlternateColorOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RowAlternateColorOptionsOutputTypeDef


def get_value() -> RowAlternateColorOptionsOutputTypeDef:
    return {
        "Status": ...,
    }


# RowAlternateColorOptionsOutputTypeDef definition

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

RowAlternateColorOptionsTypeDef#

# RowAlternateColorOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RowAlternateColorOptionsTypeDef


def get_value() -> RowAlternateColorOptionsTypeDef:
    return {
        "Status": ...,
    }


# RowAlternateColorOptionsTypeDef definition

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

PluginVisualItemsLimitConfigurationTypeDef#

# PluginVisualItemsLimitConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualItemsLimitConfigurationTypeDef


def get_value() -> PluginVisualItemsLimitConfigurationTypeDef:
    return {
        "ItemsLimit": ...,
    }


# PluginVisualItemsLimitConfigurationTypeDef definition

class PluginVisualItemsLimitConfigurationTypeDef(TypedDict):
    ItemsLimit: NotRequired[int],

PluginVisualPropertyTypeDef#

# PluginVisualPropertyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualPropertyTypeDef


def get_value() -> PluginVisualPropertyTypeDef:
    return {
        "Name": ...,
    }


# PluginVisualPropertyTypeDef definition

class PluginVisualPropertyTypeDef(TypedDict):
    Name: NotRequired[str],
    Value: NotRequired[str],

PredictQAResultsRequestTypeDef#

# PredictQAResultsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PredictQAResultsRequestTypeDef


def get_value() -> PredictQAResultsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# PredictQAResultsRequestTypeDef definition

class PredictQAResultsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    QueryText: str,
    IncludeQuickSightQIndex: NotRequired[IncludeQuickSightQIndexType],  # (1)
    IncludeGeneratedAnswer: NotRequired[IncludeGeneratedAnswerType],  # (2)
    MaxTopicsToConsider: NotRequired[int],
  1. See IncludeQuickSightQIndexType
  2. See IncludeGeneratedAnswerType

ProjectOperationOutputTypeDef#

# ProjectOperationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ProjectOperationOutputTypeDef


def get_value() -> ProjectOperationOutputTypeDef:
    return {
        "ProjectedColumns": ...,
    }


# ProjectOperationOutputTypeDef definition

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

ProjectOperationTypeDef#

# ProjectOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ProjectOperationTypeDef


def get_value() -> ProjectOperationTypeDef:
    return {
        "ProjectedColumns": ...,
    }


# ProjectOperationTypeDef definition

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

RadarChartAreaStyleSettingsTypeDef#

# RadarChartAreaStyleSettingsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartAreaStyleSettingsTypeDef


def get_value() -> RadarChartAreaStyleSettingsTypeDef:
    return {
        "Visibility": ...,
    }


# RadarChartAreaStyleSettingsTypeDef definition

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

RangeConstantTypeDef#

# RangeConstantTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RangeConstantTypeDef


def get_value() -> RangeConstantTypeDef:
    return {
        "Minimum": ...,
    }


# RangeConstantTypeDef definition

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

RedshiftIAMParametersOutputTypeDef#

# RedshiftIAMParametersOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RedshiftIAMParametersOutputTypeDef


def get_value() -> RedshiftIAMParametersOutputTypeDef:
    return {
        "RoleArn": ...,
    }


# RedshiftIAMParametersOutputTypeDef definition

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

RedshiftIAMParametersTypeDef#

# RedshiftIAMParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RedshiftIAMParametersTypeDef


def get_value() -> RedshiftIAMParametersTypeDef:
    return {
        "RoleArn": ...,
    }


# RedshiftIAMParametersTypeDef definition

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

ReferenceLineCustomLabelConfigurationTypeDef#

# ReferenceLineCustomLabelConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ReferenceLineCustomLabelConfigurationTypeDef


def get_value() -> ReferenceLineCustomLabelConfigurationTypeDef:
    return {
        "CustomLabel": ...,
    }


# ReferenceLineCustomLabelConfigurationTypeDef definition

class ReferenceLineCustomLabelConfigurationTypeDef(TypedDict):
    CustomLabel: str,

ReferenceLineStaticDataConfigurationTypeDef#

# ReferenceLineStaticDataConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ReferenceLineStaticDataConfigurationTypeDef


def get_value() -> ReferenceLineStaticDataConfigurationTypeDef:
    return {
        "Value": ...,
    }


# ReferenceLineStaticDataConfigurationTypeDef definition

class ReferenceLineStaticDataConfigurationTypeDef(TypedDict):
    Value: float,

ReferenceLineStyleConfigurationTypeDef#

# ReferenceLineStyleConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ReferenceLineStyleConfigurationTypeDef


def get_value() -> ReferenceLineStyleConfigurationTypeDef:
    return {
        "Pattern": ...,
    }


# ReferenceLineStyleConfigurationTypeDef definition

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

ScheduleRefreshOnEntityTypeDef#

# ScheduleRefreshOnEntityTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ScheduleRefreshOnEntityTypeDef


def get_value() -> ScheduleRefreshOnEntityTypeDef:
    return {
        "DayOfWeek": ...,
    }


# ScheduleRefreshOnEntityTypeDef definition

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

StatePersistenceConfigurationsTypeDef#

# StatePersistenceConfigurationsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StatePersistenceConfigurationsTypeDef


def get_value() -> StatePersistenceConfigurationsTypeDef:
    return {
        "Enabled": ...,
    }


# StatePersistenceConfigurationsTypeDef definition

class StatePersistenceConfigurationsTypeDef(TypedDict):
    Enabled: bool,

RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef#

# RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef


def get_value() -> RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef:
    return {
        "InitialTopicId": ...,
    }


# RegisteredUserGenerativeQnAEmbeddingConfigurationTypeDef definition

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

RegisteredUserQSearchBarEmbeddingConfigurationTypeDef#

# RegisteredUserQSearchBarEmbeddingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RegisteredUserQSearchBarEmbeddingConfigurationTypeDef


def get_value() -> RegisteredUserQSearchBarEmbeddingConfigurationTypeDef:
    return {
        "InitialTopicId": ...,
    }


# RegisteredUserQSearchBarEmbeddingConfigurationTypeDef definition

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

RenameColumnOperationTypeDef#

# RenameColumnOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RenameColumnOperationTypeDef


def get_value() -> RenameColumnOperationTypeDef:
    return {
        "ColumnName": ...,
    }


# RenameColumnOperationTypeDef definition

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

RestoreAnalysisRequestTypeDef#

# RestoreAnalysisRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RestoreAnalysisRequestTypeDef


def get_value() -> RestoreAnalysisRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# RestoreAnalysisRequestTypeDef definition

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

RowLevelPermissionTagRuleTypeDef#

# RowLevelPermissionTagRuleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RowLevelPermissionTagRuleTypeDef


def get_value() -> RowLevelPermissionTagRuleTypeDef:
    return {
        "TagKey": ...,
    }


# RowLevelPermissionTagRuleTypeDef definition

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

S3BucketConfigurationTypeDef#

# S3BucketConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import S3BucketConfigurationTypeDef


def get_value() -> S3BucketConfigurationTypeDef:
    return {
        "BucketName": ...,
    }


# S3BucketConfigurationTypeDef definition

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

UploadSettingsTypeDef#

# UploadSettingsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UploadSettingsTypeDef


def get_value() -> UploadSettingsTypeDef:
    return {
        "Format": ...,
    }


# 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

TopicSearchFilterTypeDef#

# TopicSearchFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicSearchFilterTypeDef


def get_value() -> TopicSearchFilterTypeDef:
    return {
        "Operator": ...,
    }


# TopicSearchFilterTypeDef definition

class TopicSearchFilterTypeDef(TypedDict):
    Operator: TopicFilterOperatorType,  # (1)
    Name: TopicFilterAttributeType,  # (2)
    Value: str,
  1. See TopicFilterOperatorType
  2. See TopicFilterAttributeType

SpacingTypeDef#

# SpacingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SpacingTypeDef


def get_value() -> SpacingTypeDef:
    return {
        "Top": ...,
    }


# SpacingTypeDef definition

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

SheetVisualScopingConfigurationOutputTypeDef#

# SheetVisualScopingConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetVisualScopingConfigurationOutputTypeDef


def get_value() -> SheetVisualScopingConfigurationOutputTypeDef:
    return {
        "SheetId": ...,
    }


# SheetVisualScopingConfigurationOutputTypeDef definition

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

SheetVisualScopingConfigurationTypeDef#

# SheetVisualScopingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetVisualScopingConfigurationTypeDef


def get_value() -> SheetVisualScopingConfigurationTypeDef:
    return {
        "SheetId": ...,
    }


# SheetVisualScopingConfigurationTypeDef definition

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

SemanticEntityTypeOutputTypeDef#

# SemanticEntityTypeOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SemanticEntityTypeOutputTypeDef


def get_value() -> SemanticEntityTypeOutputTypeDef:
    return {
        "TypeName": ...,
    }


# SemanticEntityTypeOutputTypeDef definition

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

SemanticEntityTypeTypeDef#

# SemanticEntityTypeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SemanticEntityTypeTypeDef


def get_value() -> SemanticEntityTypeTypeDef:
    return {
        "TypeName": ...,
    }


# SemanticEntityTypeTypeDef definition

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

SemanticTypeOutputTypeDef#

# SemanticTypeOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SemanticTypeOutputTypeDef


def get_value() -> SemanticTypeOutputTypeDef:
    return {
        "TypeName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SemanticTypeTypeDef


def get_value() -> SemanticTypeTypeDef:
    return {
        "TypeName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SheetTextBoxTypeDef


def get_value() -> SheetTextBoxTypeDef:
    return {
        "SheetTextBoxId": ...,
    }


# SheetTextBoxTypeDef definition

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

SheetElementConfigurationOverridesTypeDef#

# SheetElementConfigurationOverridesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetElementConfigurationOverridesTypeDef


def get_value() -> SheetElementConfigurationOverridesTypeDef:
    return {
        "Visibility": ...,
    }


# SheetElementConfigurationOverridesTypeDef definition

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

SheetImageScalingConfigurationTypeDef#

# SheetImageScalingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetImageScalingConfigurationTypeDef


def get_value() -> SheetImageScalingConfigurationTypeDef:
    return {
        "ScalingType": ...,
    }


# SheetImageScalingConfigurationTypeDef definition

class SheetImageScalingConfigurationTypeDef(TypedDict):
    ScalingType: NotRequired[SheetImageScalingTypeType],  # (1)
  1. See SheetImageScalingTypeType

SheetImageStaticFileSourceTypeDef#

# SheetImageStaticFileSourceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetImageStaticFileSourceTypeDef


def get_value() -> SheetImageStaticFileSourceTypeDef:
    return {
        "StaticFileId": ...,
    }


# SheetImageStaticFileSourceTypeDef definition

class SheetImageStaticFileSourceTypeDef(TypedDict):
    StaticFileId: str,

SheetImageTooltipTextTypeDef#

# SheetImageTooltipTextTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetImageTooltipTextTypeDef


def get_value() -> SheetImageTooltipTextTypeDef:
    return {
        "PlainText": ...,
    }


# SheetImageTooltipTextTypeDef definition

class SheetImageTooltipTextTypeDef(TypedDict):
    PlainText: NotRequired[str],

ShortFormatTextTypeDef#

# ShortFormatTextTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ShortFormatTextTypeDef


def get_value() -> ShortFormatTextTypeDef:
    return {
        "PlainText": ...,
    }


# ShortFormatTextTypeDef definition

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

YAxisOptionsTypeDef#

# YAxisOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import YAxisOptionsTypeDef


def get_value() -> YAxisOptionsTypeDef:
    return {
        "YAxis": ...,
    }


# YAxisOptionsTypeDef definition

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

SlotTypeDef#

# SlotTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SlotTypeDef


def get_value() -> SlotTypeDef:
    return {
        "SlotId": ...,
    }


# SlotTypeDef definition

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

SmallMultiplesAxisPropertiesTypeDef#

# SmallMultiplesAxisPropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SmallMultiplesAxisPropertiesTypeDef


def get_value() -> SmallMultiplesAxisPropertiesTypeDef:
    return {
        "Scale": ...,
    }


# SmallMultiplesAxisPropertiesTypeDef definition

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

SnapshotAnonymousUserRedactedTypeDef#

# SnapshotAnonymousUserRedactedTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotAnonymousUserRedactedTypeDef


def get_value() -> SnapshotAnonymousUserRedactedTypeDef:
    return {
        "RowLevelPermissionTagKeys": ...,
    }


# SnapshotAnonymousUserRedactedTypeDef definition

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

SnapshotFileSheetSelectionOutputTypeDef#

# SnapshotFileSheetSelectionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotFileSheetSelectionOutputTypeDef


def get_value() -> SnapshotFileSheetSelectionOutputTypeDef:
    return {
        "SheetId": ...,
    }


# SnapshotFileSheetSelectionOutputTypeDef definition

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

SnapshotFileSheetSelectionTypeDef#

# SnapshotFileSheetSelectionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotFileSheetSelectionTypeDef


def get_value() -> SnapshotFileSheetSelectionTypeDef:
    return {
        "SheetId": ...,
    }


# SnapshotFileSheetSelectionTypeDef definition

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

SnapshotJobResultErrorInfoTypeDef#

# SnapshotJobResultErrorInfoTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotJobResultErrorInfoTypeDef


def get_value() -> SnapshotJobResultErrorInfoTypeDef:
    return {
        "ErrorMessage": ...,
    }


# SnapshotJobResultErrorInfoTypeDef definition

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

StartDashboardSnapshotJobScheduleRequestTypeDef#

# StartDashboardSnapshotJobScheduleRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StartDashboardSnapshotJobScheduleRequestTypeDef


def get_value() -> StartDashboardSnapshotJobScheduleRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# StartDashboardSnapshotJobScheduleRequestTypeDef definition

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

StaticFileS3SourceOptionsTypeDef#

# StaticFileS3SourceOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StaticFileS3SourceOptionsTypeDef


def get_value() -> StaticFileS3SourceOptionsTypeDef:
    return {
        "BucketName": ...,
    }


# StaticFileS3SourceOptionsTypeDef definition

class StaticFileS3SourceOptionsTypeDef(TypedDict):
    BucketName: str,
    ObjectKey: str,
    Region: str,

StaticFileUrlSourceOptionsTypeDef#

# StaticFileUrlSourceOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StaticFileUrlSourceOptionsTypeDef


def get_value() -> StaticFileUrlSourceOptionsTypeDef:
    return {
        "Url": ...,
    }


# StaticFileUrlSourceOptionsTypeDef definition

class StaticFileUrlSourceOptionsTypeDef(TypedDict):
    Url: str,

StringDatasetParameterDefaultValuesOutputTypeDef#

# StringDatasetParameterDefaultValuesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringDatasetParameterDefaultValuesOutputTypeDef


def get_value() -> StringDatasetParameterDefaultValuesOutputTypeDef:
    return {
        "StaticValues": ...,
    }


# StringDatasetParameterDefaultValuesOutputTypeDef definition

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

StringDatasetParameterDefaultValuesTypeDef#

# StringDatasetParameterDefaultValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringDatasetParameterDefaultValuesTypeDef


def get_value() -> StringDatasetParameterDefaultValuesTypeDef:
    return {
        "StaticValues": ...,
    }


# StringDatasetParameterDefaultValuesTypeDef definition

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

StringValueWhenUnsetConfigurationTypeDef#

# StringValueWhenUnsetConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringValueWhenUnsetConfigurationTypeDef


def get_value() -> StringValueWhenUnsetConfigurationTypeDef:
    return {
        "ValueWhenUnsetOption": ...,
    }


# StringValueWhenUnsetConfigurationTypeDef definition

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

TableStyleTargetTypeDef#

# TableStyleTargetTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableStyleTargetTypeDef


def get_value() -> TableStyleTargetTypeDef:
    return {
        "CellType": ...,
    }


# TableStyleTargetTypeDef definition

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

SuccessfulKeyRegistrationEntryTypeDef#

# SuccessfulKeyRegistrationEntryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SuccessfulKeyRegistrationEntryTypeDef


def get_value() -> SuccessfulKeyRegistrationEntryTypeDef:
    return {
        "KeyArn": ...,
    }


# SuccessfulKeyRegistrationEntryTypeDef definition

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

TableCellImageSizingConfigurationTypeDef#

# TableCellImageSizingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableCellImageSizingConfigurationTypeDef


def get_value() -> TableCellImageSizingConfigurationTypeDef:
    return {
        "TableCellImageScalingConfiguration": ...,
    }


# TableCellImageSizingConfigurationTypeDef definition

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

TablePaginatedReportOptionsTypeDef#

# TablePaginatedReportOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TablePaginatedReportOptionsTypeDef


def get_value() -> TablePaginatedReportOptionsTypeDef:
    return {
        "VerticalOverflowVisibility": ...,
    }


# TablePaginatedReportOptionsTypeDef definition

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

TableFieldCustomIconContentTypeDef#

# TableFieldCustomIconContentTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldCustomIconContentTypeDef


def get_value() -> TableFieldCustomIconContentTypeDef:
    return {
        "Icon": ...,
    }


# TableFieldCustomIconContentTypeDef definition

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

TablePinnedFieldOptionsOutputTypeDef#

# TablePinnedFieldOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TablePinnedFieldOptionsOutputTypeDef


def get_value() -> TablePinnedFieldOptionsOutputTypeDef:
    return {
        "PinnedLeftFields": ...,
    }


# TablePinnedFieldOptionsOutputTypeDef definition

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

TablePinnedFieldOptionsTypeDef#

# TablePinnedFieldOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TablePinnedFieldOptionsTypeDef


def get_value() -> TablePinnedFieldOptionsTypeDef:
    return {
        "PinnedLeftFields": ...,
    }


# TablePinnedFieldOptionsTypeDef definition

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

TemplateSourceTemplateTypeDef#

# TemplateSourceTemplateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateSourceTemplateTypeDef


def get_value() -> TemplateSourceTemplateTypeDef:
    return {
        "Arn": ...,
    }


# TemplateSourceTemplateTypeDef definition

class TemplateSourceTemplateTypeDef(TypedDict):
    Arn: str,

TextControlPlaceholderOptionsTypeDef#

# TextControlPlaceholderOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TextControlPlaceholderOptionsTypeDef


def get_value() -> TextControlPlaceholderOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# TextControlPlaceholderOptionsTypeDef definition

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

UIColorPaletteTypeDef#

# UIColorPaletteTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UIColorPaletteTypeDef


def get_value() -> UIColorPaletteTypeDef:
    return {
        "PrimaryForeground": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ThemeErrorTypeDef


def get_value() -> ThemeErrorTypeDef:
    return {
        "Type": ...,
    }


# ThemeErrorTypeDef definition

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

TopicConfigOptionsTypeDef#

# TopicConfigOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicConfigOptionsTypeDef


def get_value() -> TopicConfigOptionsTypeDef:
    return {
        "QBusinessInsightsEnabled": ...,
    }


# TopicConfigOptionsTypeDef definition

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

TopicIRComparisonMethodTypeDef#

# TopicIRComparisonMethodTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIRComparisonMethodTypeDef


def get_value() -> TopicIRComparisonMethodTypeDef:
    return {
        "Type": ...,
    }


# TopicIRComparisonMethodTypeDef definition

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

VisualOptionsTypeDef#

# VisualOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualOptionsTypeDef


def get_value() -> VisualOptionsTypeDef:
    return {
        "type": ...,
    }


# VisualOptionsTypeDef definition

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

TopicSingularFilterConstantTypeDef#

# TopicSingularFilterConstantTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicSingularFilterConstantTypeDef


def get_value() -> TopicSingularFilterConstantTypeDef:
    return {
        "ConstantType": ...,
    }


# TopicSingularFilterConstantTypeDef definition

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

TotalAggregationFunctionTypeDef#

# TotalAggregationFunctionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TotalAggregationFunctionTypeDef


def get_value() -> TotalAggregationFunctionTypeDef:
    return {
        "SimpleTotalAggregationFunction": ...,
    }


# TotalAggregationFunctionTypeDef definition

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

UntagColumnOperationOutputTypeDef#

# UntagColumnOperationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UntagColumnOperationOutputTypeDef


def get_value() -> UntagColumnOperationOutputTypeDef:
    return {
        "ColumnName": ...,
    }


# UntagColumnOperationOutputTypeDef definition

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

UntagColumnOperationTypeDef#

# UntagColumnOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UntagColumnOperationTypeDef


def get_value() -> UntagColumnOperationTypeDef:
    return {
        "ColumnName": ...,
    }


# UntagColumnOperationTypeDef definition

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

UntagResourceRequestTypeDef#

# UntagResourceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UntagResourceRequestTypeDef


def get_value() -> UntagResourceRequestTypeDef:
    return {
        "ResourceArn": ...,
    }


# UntagResourceRequestTypeDef definition

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

UpdateAccountSettingsRequestTypeDef#

# UpdateAccountSettingsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateAccountSettingsRequestTypeDef


def get_value() -> UpdateAccountSettingsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateAccountSettingsRequestTypeDef definition

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

UpdateApplicationWithTokenExchangeGrantRequestTypeDef#

# UpdateApplicationWithTokenExchangeGrantRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateApplicationWithTokenExchangeGrantRequestTypeDef


def get_value() -> UpdateApplicationWithTokenExchangeGrantRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateApplicationWithTokenExchangeGrantRequestTypeDef definition

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

UpdateBrandAssignmentRequestTypeDef#

# UpdateBrandAssignmentRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateBrandAssignmentRequestTypeDef


def get_value() -> UpdateBrandAssignmentRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateBrandAssignmentRequestTypeDef definition

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

UpdateBrandPublishedVersionRequestTypeDef#

# UpdateBrandPublishedVersionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateBrandPublishedVersionRequestTypeDef


def get_value() -> UpdateBrandPublishedVersionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateBrandPublishedVersionRequestTypeDef definition

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

UpdateDashboardLinksRequestTypeDef#

# UpdateDashboardLinksRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardLinksRequestTypeDef


def get_value() -> UpdateDashboardLinksRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDashboardLinksRequestTypeDef definition

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

UpdateDashboardPublishedVersionRequestTypeDef#

# UpdateDashboardPublishedVersionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardPublishedVersionRequestTypeDef


def get_value() -> UpdateDashboardPublishedVersionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDashboardPublishedVersionRequestTypeDef definition

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

UpdateDashboardsQAConfigurationRequestTypeDef#

# UpdateDashboardsQAConfigurationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardsQAConfigurationRequestTypeDef


def get_value() -> UpdateDashboardsQAConfigurationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDashboardsQAConfigurationRequestTypeDef definition

class UpdateDashboardsQAConfigurationRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardsQAStatus: DashboardsQAStatusType,  # (1)
  1. See DashboardsQAStatusType

UpdateDefaultQBusinessApplicationRequestTypeDef#

# UpdateDefaultQBusinessApplicationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDefaultQBusinessApplicationRequestTypeDef


def get_value() -> UpdateDefaultQBusinessApplicationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDefaultQBusinessApplicationRequestTypeDef definition

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

UpdateFolderRequestTypeDef#

# UpdateFolderRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateFolderRequestTypeDef


def get_value() -> UpdateFolderRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateFolderRequestTypeDef definition

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

UpdateGroupRequestTypeDef#

# UpdateGroupRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateGroupRequestTypeDef


def get_value() -> UpdateGroupRequestTypeDef:
    return {
        "GroupName": ...,
    }


# UpdateGroupRequestTypeDef definition

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

UpdateIAMPolicyAssignmentRequestTypeDef#

# UpdateIAMPolicyAssignmentRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateIAMPolicyAssignmentRequestTypeDef


def get_value() -> UpdateIAMPolicyAssignmentRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateIAMPolicyAssignmentRequestTypeDef definition

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

UpdateIdentityPropagationConfigRequestTypeDef#

# UpdateIdentityPropagationConfigRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateIdentityPropagationConfigRequestTypeDef


def get_value() -> UpdateIdentityPropagationConfigRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateIdentityPropagationConfigRequestTypeDef definition

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

UpdateIpRestrictionRequestTypeDef#

# UpdateIpRestrictionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateIpRestrictionRequestTypeDef


def get_value() -> UpdateIpRestrictionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateIpRestrictionRequestTypeDef definition

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

UpdatePublicSharingSettingsRequestTypeDef#

# UpdatePublicSharingSettingsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdatePublicSharingSettingsRequestTypeDef


def get_value() -> UpdatePublicSharingSettingsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdatePublicSharingSettingsRequestTypeDef definition

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

UpdateQPersonalizationConfigurationRequestTypeDef#

# UpdateQPersonalizationConfigurationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateQPersonalizationConfigurationRequestTypeDef


def get_value() -> UpdateQPersonalizationConfigurationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateQPersonalizationConfigurationRequestTypeDef definition

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

UpdateQuickSightQSearchConfigurationRequestTypeDef#

# UpdateQuickSightQSearchConfigurationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateQuickSightQSearchConfigurationRequestTypeDef


def get_value() -> UpdateQuickSightQSearchConfigurationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateQuickSightQSearchConfigurationRequestTypeDef definition

class UpdateQuickSightQSearchConfigurationRequestTypeDef(TypedDict):
    AwsAccountId: str,
    QSearchStatus: QSearchStatusType,  # (1)
  1. See QSearchStatusType

UpdateRoleCustomPermissionRequestTypeDef#

# UpdateRoleCustomPermissionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateRoleCustomPermissionRequestTypeDef


def get_value() -> UpdateRoleCustomPermissionRequestTypeDef:
    return {
        "CustomPermissionsName": ...,
    }


# UpdateRoleCustomPermissionRequestTypeDef definition

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

UpdateSPICECapacityConfigurationRequestTypeDef#

# UpdateSPICECapacityConfigurationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateSPICECapacityConfigurationRequestTypeDef


def get_value() -> UpdateSPICECapacityConfigurationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateSPICECapacityConfigurationRequestTypeDef definition

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

UpdateTemplateAliasRequestTypeDef#

# UpdateTemplateAliasRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTemplateAliasRequestTypeDef


def get_value() -> UpdateTemplateAliasRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateTemplateAliasRequestTypeDef definition

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

UpdateThemeAliasRequestTypeDef#

# UpdateThemeAliasRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateThemeAliasRequestTypeDef


def get_value() -> UpdateThemeAliasRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateThemeAliasRequestTypeDef definition

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

UpdateUserCustomPermissionRequestTypeDef#

# UpdateUserCustomPermissionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateUserCustomPermissionRequestTypeDef


def get_value() -> UpdateUserCustomPermissionRequestTypeDef:
    return {
        "UserName": ...,
    }


# UpdateUserCustomPermissionRequestTypeDef definition

class UpdateUserCustomPermissionRequestTypeDef(TypedDict):
    UserName: str,
    AwsAccountId: str,
    Namespace: str,
    CustomPermissionsName: str,

UpdateUserRequestTypeDef#

# UpdateUserRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateUserRequestTypeDef


def get_value() -> UpdateUserRequestTypeDef:
    return {
        "UserName": ...,
    }


# UpdateUserRequestTypeDef definition

class UpdateUserRequestTypeDef(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

UpdateVPCConnectionRequestTypeDef#

# UpdateVPCConnectionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateVPCConnectionRequestTypeDef


def get_value() -> UpdateVPCConnectionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateVPCConnectionRequestTypeDef definition

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

WaterfallChartGroupColorConfigurationTypeDef#

# WaterfallChartGroupColorConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartGroupColorConfigurationTypeDef


def get_value() -> WaterfallChartGroupColorConfigurationTypeDef:
    return {
        "PositiveBarColor": ...,
    }


# WaterfallChartGroupColorConfigurationTypeDef definition

class WaterfallChartGroupColorConfigurationTypeDef(TypedDict):
    PositiveBarColor: NotRequired[str],
    NegativeBarColor: NotRequired[str],
    TotalBarColor: NotRequired[str],

WaterfallChartOptionsTypeDef#

# WaterfallChartOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartOptionsTypeDef


def get_value() -> WaterfallChartOptionsTypeDef:
    return {
        "TotalBarLabel": ...,
    }


# WaterfallChartOptionsTypeDef definition

class WaterfallChartOptionsTypeDef(TypedDict):
    TotalBarLabel: NotRequired[str],

WordCloudOptionsTypeDef#

# WordCloudOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudOptionsTypeDef


def get_value() -> WordCloudOptionsTypeDef:
    return {
        "WordOrientation": ...,
    }


# 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

UpdateAccountCustomizationRequestTypeDef#

# UpdateAccountCustomizationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateAccountCustomizationRequestTypeDef


def get_value() -> UpdateAccountCustomizationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateAccountCustomizationRequestTypeDef definition

class UpdateAccountCustomizationRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AccountCustomization: AccountCustomizationTypeDef,  # (1)
    Namespace: NotRequired[str],
  1. See AccountCustomizationTypeDef

AxisLabelReferenceOptionsTypeDef#

# AxisLabelReferenceOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisLabelReferenceOptionsTypeDef


def get_value() -> AxisLabelReferenceOptionsTypeDef:
    return {
        "FieldId": ...,
    }


# AxisLabelReferenceOptionsTypeDef definition

class AxisLabelReferenceOptionsTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
  1. See ColumnIdentifierTypeDef

CascadingControlSourceTypeDef#

# CascadingControlSourceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CascadingControlSourceTypeDef


def get_value() -> CascadingControlSourceTypeDef:
    return {
        "SourceSheetControlId": ...,
    }


# CascadingControlSourceTypeDef definition

class CascadingControlSourceTypeDef(TypedDict):
    SourceSheetControlId: NotRequired[str],
    ColumnToMatch: NotRequired[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

CategoryDrillDownFilterOutputTypeDef#

# CategoryDrillDownFilterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CategoryDrillDownFilterOutputTypeDef


def get_value() -> CategoryDrillDownFilterOutputTypeDef:
    return {
        "Column": ...,
    }


# CategoryDrillDownFilterOutputTypeDef definition

class CategoryDrillDownFilterOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    CategoryValues: List[str],
  1. See ColumnIdentifierTypeDef

CategoryDrillDownFilterTypeDef#

# CategoryDrillDownFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CategoryDrillDownFilterTypeDef


def get_value() -> CategoryDrillDownFilterTypeDef:
    return {
        "Column": ...,
    }


# CategoryDrillDownFilterTypeDef definition

class CategoryDrillDownFilterTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    CategoryValues: Sequence[str],
  1. See ColumnIdentifierTypeDef

ContributionAnalysisDefaultOutputTypeDef#

# ContributionAnalysisDefaultOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ContributionAnalysisDefaultOutputTypeDef


def get_value() -> ContributionAnalysisDefaultOutputTypeDef:
    return {
        "MeasureFieldId": ...,
    }


# ContributionAnalysisDefaultOutputTypeDef definition

class ContributionAnalysisDefaultOutputTypeDef(TypedDict):
    MeasureFieldId: str,
    ContributorDimensions: List[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

ContributionAnalysisDefaultTypeDef#

# ContributionAnalysisDefaultTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ContributionAnalysisDefaultTypeDef


def get_value() -> ContributionAnalysisDefaultTypeDef:
    return {
        "MeasureFieldId": ...,
    }


# ContributionAnalysisDefaultTypeDef definition

class ContributionAnalysisDefaultTypeDef(TypedDict):
    MeasureFieldId: str,
    ContributorDimensions: Sequence[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

DynamicDefaultValueTypeDef#

# DynamicDefaultValueTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DynamicDefaultValueTypeDef


def get_value() -> DynamicDefaultValueTypeDef:
    return {
        "UserNameColumn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilterOperationSelectedFieldsConfigurationOutputTypeDef


def get_value() -> FilterOperationSelectedFieldsConfigurationOutputTypeDef:
    return {
        "SelectedFields": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilterOperationSelectedFieldsConfigurationTypeDef


def get_value() -> FilterOperationSelectedFieldsConfigurationTypeDef:
    return {
        "SelectedFields": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import NumericEqualityDrillDownFilterTypeDef


def get_value() -> NumericEqualityDrillDownFilterTypeDef:
    return {
        "Column": ...,
    }


# NumericEqualityDrillDownFilterTypeDef definition

class NumericEqualityDrillDownFilterTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Value: float,
  1. See ColumnIdentifierTypeDef

ParameterSelectableValuesOutputTypeDef#

# ParameterSelectableValuesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterSelectableValuesOutputTypeDef


def get_value() -> ParameterSelectableValuesOutputTypeDef:
    return {
        "Values": ...,
    }


# ParameterSelectableValuesOutputTypeDef definition

class ParameterSelectableValuesOutputTypeDef(TypedDict):
    Values: NotRequired[List[str]],
    LinkToDataSetColumn: NotRequired[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

ParameterSelectableValuesTypeDef#

# ParameterSelectableValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterSelectableValuesTypeDef


def get_value() -> ParameterSelectableValuesTypeDef:
    return {
        "Values": ...,
    }


# ParameterSelectableValuesTypeDef definition

class ParameterSelectableValuesTypeDef(TypedDict):
    Values: NotRequired[Sequence[str]],
    LinkToDataSetColumn: NotRequired[ColumnIdentifierTypeDef],  # (1)
  1. See ColumnIdentifierTypeDef

TimeRangeDrillDownFilterOutputTypeDef#

# TimeRangeDrillDownFilterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TimeRangeDrillDownFilterOutputTypeDef


def get_value() -> TimeRangeDrillDownFilterOutputTypeDef:
    return {
        "Column": ...,
    }


# TimeRangeDrillDownFilterOutputTypeDef definition

class TimeRangeDrillDownFilterOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    RangeMinimum: datetime,
    RangeMaximum: datetime,
    TimeGranularity: TimeGranularityType,  # (2)
  1. See ColumnIdentifierTypeDef
  2. See TimeGranularityType

AnalysisErrorTypeDef#

# AnalysisErrorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnalysisErrorTypeDef


def get_value() -> AnalysisErrorTypeDef:
    return {
        "Type": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardErrorTypeDef


def get_value() -> DashboardErrorTypeDef:
    return {
        "Type": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateErrorTypeDef


def get_value() -> TemplateErrorTypeDef:
    return {
        "Type": ...,
    }


# TemplateErrorTypeDef definition

class TemplateErrorTypeDef(TypedDict):
    Type: NotRequired[TemplateErrorTypeType],  # (1)
    Message: NotRequired[str],
    ViolatedEntities: NotRequired[List[EntityTypeDef]],  # (2)
  1. See TemplateErrorTypeType
  2. See EntityTypeDef

SearchAnalysesRequestTypeDef#

# SearchAnalysesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchAnalysesRequestTypeDef


def get_value() -> SearchAnalysesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchAnalysesRequestTypeDef definition

class SearchAnalysesRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[AnalysisSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See AnalysisSearchFilterTypeDef

AnalysisSourceTemplateTypeDef#

# AnalysisSourceTemplateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnalysisSourceTemplateTypeDef


def get_value() -> AnalysisSourceTemplateTypeDef:
    return {
        "DataSetReferences": ...,
    }


# AnalysisSourceTemplateTypeDef definition

class AnalysisSourceTemplateTypeDef(TypedDict):
    DataSetReferences: Sequence[DataSetReferenceTypeDef],  # (1)
    Arn: str,
  1. See DataSetReferenceTypeDef

DashboardSourceTemplateTypeDef#

# DashboardSourceTemplateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardSourceTemplateTypeDef


def get_value() -> DashboardSourceTemplateTypeDef:
    return {
        "DataSetReferences": ...,
    }


# DashboardSourceTemplateTypeDef definition

class DashboardSourceTemplateTypeDef(TypedDict):
    DataSetReferences: Sequence[DataSetReferenceTypeDef],  # (1)
    Arn: str,
  1. See DataSetReferenceTypeDef

TemplateSourceAnalysisTypeDef#

# TemplateSourceAnalysisTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateSourceAnalysisTypeDef


def get_value() -> TemplateSourceAnalysisTypeDef:
    return {
        "Arn": ...,
    }


# TemplateSourceAnalysisTypeDef definition

class TemplateSourceAnalysisTypeDef(TypedDict):
    Arn: str,
    DataSetReferences: Sequence[DataSetReferenceTypeDef],  # (1)
  1. See DataSetReferenceTypeDef

AnonymousUserDashboardFeatureConfigurationsTypeDef#

# AnonymousUserDashboardFeatureConfigurationsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnonymousUserDashboardFeatureConfigurationsTypeDef


def get_value() -> AnonymousUserDashboardFeatureConfigurationsTypeDef:
    return {
        "SharedView": ...,
    }


# AnonymousUserDashboardFeatureConfigurationsTypeDef definition

class AnonymousUserDashboardFeatureConfigurationsTypeDef(TypedDict):
    SharedView: NotRequired[SharedViewConfigurationsTypeDef],  # (1)
  1. See SharedViewConfigurationsTypeDef

AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef#

# AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef


def get_value() -> AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef:
    return {
        "InitialDashboardVisualId": ...,
    }


# AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef definition

class AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef(TypedDict):
    InitialDashboardVisualId: DashboardVisualIdTypeDef,  # (1)
  1. See DashboardVisualIdTypeDef

RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef#

# RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef


def get_value() -> RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef:
    return {
        "InitialDashboardVisualId": ...,
    }


# RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef definition

class RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef(TypedDict):
    InitialDashboardVisualId: DashboardVisualIdTypeDef,  # (1)
  1. See DashboardVisualIdTypeDef

ArcAxisConfigurationTypeDef#

# ArcAxisConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ArcAxisConfigurationTypeDef


def get_value() -> ArcAxisConfigurationTypeDef:
    return {
        "Range": ...,
    }


# ArcAxisConfigurationTypeDef definition

class ArcAxisConfigurationTypeDef(TypedDict):
    Range: NotRequired[ArcAxisDisplayRangeTypeDef],  # (1)
    ReserveRange: NotRequired[int],
  1. See ArcAxisDisplayRangeTypeDef

AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef#

# AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef


def get_value() -> AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef:
    return {
        "ResourceIdOverrideConfiguration": ...,
    }


# 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

AssetBundleCloudFormationOverridePropertyConfigurationTypeDef#

# AssetBundleCloudFormationOverridePropertyConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleCloudFormationOverridePropertyConfigurationTypeDef


def get_value() -> AssetBundleCloudFormationOverridePropertyConfigurationTypeDef:
    return {
        "ResourceIdOverrideConfiguration": ...,
    }


# AssetBundleCloudFormationOverridePropertyConfigurationTypeDef definition

class AssetBundleCloudFormationOverridePropertyConfigurationTypeDef(TypedDict):
    ResourceIdOverrideConfiguration: NotRequired[AssetBundleExportJobResourceIdOverrideConfigurationTypeDef],  # (1)
    VPCConnections: NotRequired[Sequence[AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef]],  # (2)
    RefreshSchedules: NotRequired[Sequence[AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef]],  # (3)
    DataSources: NotRequired[Sequence[AssetBundleExportJobDataSourceOverridePropertiesTypeDef]],  # (4)
    DataSets: NotRequired[Sequence[AssetBundleExportJobDataSetOverridePropertiesTypeDef]],  # (5)
    Themes: NotRequired[Sequence[AssetBundleExportJobThemeOverridePropertiesTypeDef]],  # (6)
    Analyses: NotRequired[Sequence[AssetBundleExportJobAnalysisOverridePropertiesTypeDef]],  # (7)
    Dashboards: NotRequired[Sequence[AssetBundleExportJobDashboardOverridePropertiesTypeDef]],  # (8)
    Folders: NotRequired[Sequence[AssetBundleExportJobFolderOverridePropertiesTypeDef]],  # (9)
  1. See AssetBundleExportJobResourceIdOverrideConfigurationTypeDef
  2. See AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef
  3. See AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef
  4. See AssetBundleExportJobDataSourceOverridePropertiesTypeDef
  5. See AssetBundleExportJobDataSetOverridePropertiesTypeDef
  6. See AssetBundleExportJobThemeOverridePropertiesTypeDef
  7. See AssetBundleExportJobAnalysisOverridePropertiesTypeDef
  8. See AssetBundleExportJobDashboardOverridePropertiesTypeDef
  9. See AssetBundleExportJobFolderOverridePropertiesTypeDef

AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef#

# AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef


def get_value() -> AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef:
    return {
        "AnalysisIds": ...,
    }


# AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef(TypedDict):
    AnalysisIds: List[str],
    Permissions: AssetBundleResourcePermissionsOutputTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef#

# AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef


def get_value() -> AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef:
    return {
        "DataSetIds": ...,
    }


# AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef(TypedDict):
    DataSetIds: List[str],
    Permissions: AssetBundleResourcePermissionsOutputTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef#

# AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef


def get_value() -> AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef:
    return {
        "DataSourceIds": ...,
    }


# AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef(TypedDict):
    DataSourceIds: List[str],
    Permissions: AssetBundleResourcePermissionsOutputTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobFolderOverridePermissionsOutputTypeDef#

# AssetBundleImportJobFolderOverridePermissionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobFolderOverridePermissionsOutputTypeDef


def get_value() -> AssetBundleImportJobFolderOverridePermissionsOutputTypeDef:
    return {
        "FolderIds": ...,
    }


# AssetBundleImportJobFolderOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobFolderOverridePermissionsOutputTypeDef(TypedDict):
    FolderIds: List[str],
    Permissions: NotRequired[AssetBundleResourcePermissionsOutputTypeDef],  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobThemeOverridePermissionsOutputTypeDef#

# AssetBundleImportJobThemeOverridePermissionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobThemeOverridePermissionsOutputTypeDef


def get_value() -> AssetBundleImportJobThemeOverridePermissionsOutputTypeDef:
    return {
        "ThemeIds": ...,
    }


# AssetBundleImportJobThemeOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobThemeOverridePermissionsOutputTypeDef(TypedDict):
    ThemeIds: List[str],
    Permissions: AssetBundleResourcePermissionsOutputTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleResourceLinkSharingConfigurationOutputTypeDef#

# AssetBundleResourceLinkSharingConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleResourceLinkSharingConfigurationOutputTypeDef


def get_value() -> AssetBundleResourceLinkSharingConfigurationOutputTypeDef:
    return {
        "Permissions": ...,
    }


# AssetBundleResourceLinkSharingConfigurationOutputTypeDef definition

class AssetBundleResourceLinkSharingConfigurationOutputTypeDef(TypedDict):
    Permissions: NotRequired[AssetBundleResourcePermissionsOutputTypeDef],  # (1)
  1. See AssetBundleResourcePermissionsOutputTypeDef

AssetBundleImportJobAnalysisOverridePermissionsTypeDef#

# AssetBundleImportJobAnalysisOverridePermissionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobAnalysisOverridePermissionsTypeDef


def get_value() -> AssetBundleImportJobAnalysisOverridePermissionsTypeDef:
    return {
        "AnalysisIds": ...,
    }


# AssetBundleImportJobAnalysisOverridePermissionsTypeDef definition

class AssetBundleImportJobAnalysisOverridePermissionsTypeDef(TypedDict):
    AnalysisIds: Sequence[str],
    Permissions: AssetBundleResourcePermissionsTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsTypeDef

AssetBundleImportJobDataSetOverridePermissionsTypeDef#

# AssetBundleImportJobDataSetOverridePermissionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSetOverridePermissionsTypeDef


def get_value() -> AssetBundleImportJobDataSetOverridePermissionsTypeDef:
    return {
        "DataSetIds": ...,
    }


# AssetBundleImportJobDataSetOverridePermissionsTypeDef definition

class AssetBundleImportJobDataSetOverridePermissionsTypeDef(TypedDict):
    DataSetIds: Sequence[str],
    Permissions: AssetBundleResourcePermissionsTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsTypeDef

AssetBundleImportJobDataSourceOverridePermissionsTypeDef#

# AssetBundleImportJobDataSourceOverridePermissionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSourceOverridePermissionsTypeDef


def get_value() -> AssetBundleImportJobDataSourceOverridePermissionsTypeDef:
    return {
        "DataSourceIds": ...,
    }


# AssetBundleImportJobDataSourceOverridePermissionsTypeDef definition

class AssetBundleImportJobDataSourceOverridePermissionsTypeDef(TypedDict):
    DataSourceIds: Sequence[str],
    Permissions: AssetBundleResourcePermissionsTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsTypeDef

AssetBundleImportJobFolderOverridePermissionsTypeDef#

# AssetBundleImportJobFolderOverridePermissionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobFolderOverridePermissionsTypeDef


def get_value() -> AssetBundleImportJobFolderOverridePermissionsTypeDef:
    return {
        "FolderIds": ...,
    }


# AssetBundleImportJobFolderOverridePermissionsTypeDef definition

class AssetBundleImportJobFolderOverridePermissionsTypeDef(TypedDict):
    FolderIds: Sequence[str],
    Permissions: NotRequired[AssetBundleResourcePermissionsTypeDef],  # (1)
  1. See AssetBundleResourcePermissionsTypeDef

AssetBundleImportJobThemeOverridePermissionsTypeDef#

# AssetBundleImportJobThemeOverridePermissionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobThemeOverridePermissionsTypeDef


def get_value() -> AssetBundleImportJobThemeOverridePermissionsTypeDef:
    return {
        "ThemeIds": ...,
    }


# AssetBundleImportJobThemeOverridePermissionsTypeDef definition

class AssetBundleImportJobThemeOverridePermissionsTypeDef(TypedDict):
    ThemeIds: Sequence[str],
    Permissions: AssetBundleResourcePermissionsTypeDef,  # (1)
  1. See AssetBundleResourcePermissionsTypeDef

AssetBundleResourceLinkSharingConfigurationTypeDef#

# AssetBundleResourceLinkSharingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleResourceLinkSharingConfigurationTypeDef


def get_value() -> AssetBundleResourceLinkSharingConfigurationTypeDef:
    return {
        "Permissions": ...,
    }


# AssetBundleResourceLinkSharingConfigurationTypeDef definition

class AssetBundleResourceLinkSharingConfigurationTypeDef(TypedDict):
    Permissions: NotRequired[AssetBundleResourcePermissionsTypeDef],  # (1)
  1. See AssetBundleResourcePermissionsTypeDef

AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef#

# AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef


def get_value() -> AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef:
    return {
        "AnalysisIds": ...,
    }


# AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef definition

class AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef(TypedDict):
    AnalysisIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobAnalysisOverrideTagsTypeDef#

# AssetBundleImportJobAnalysisOverrideTagsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobAnalysisOverrideTagsTypeDef


def get_value() -> AssetBundleImportJobAnalysisOverrideTagsTypeDef:
    return {
        "AnalysisIds": ...,
    }


# AssetBundleImportJobAnalysisOverrideTagsTypeDef definition

class AssetBundleImportJobAnalysisOverrideTagsTypeDef(TypedDict):
    AnalysisIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDashboardOverrideTagsOutputTypeDef#

# AssetBundleImportJobDashboardOverrideTagsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDashboardOverrideTagsOutputTypeDef


def get_value() -> AssetBundleImportJobDashboardOverrideTagsOutputTypeDef:
    return {
        "DashboardIds": ...,
    }


# AssetBundleImportJobDashboardOverrideTagsOutputTypeDef definition

class AssetBundleImportJobDashboardOverrideTagsOutputTypeDef(TypedDict):
    DashboardIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDashboardOverrideTagsTypeDef#

# AssetBundleImportJobDashboardOverrideTagsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDashboardOverrideTagsTypeDef


def get_value() -> AssetBundleImportJobDashboardOverrideTagsTypeDef:
    return {
        "DashboardIds": ...,
    }


# AssetBundleImportJobDashboardOverrideTagsTypeDef definition

class AssetBundleImportJobDashboardOverrideTagsTypeDef(TypedDict):
    DashboardIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSetOverrideTagsOutputTypeDef#

# AssetBundleImportJobDataSetOverrideTagsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSetOverrideTagsOutputTypeDef


def get_value() -> AssetBundleImportJobDataSetOverrideTagsOutputTypeDef:
    return {
        "DataSetIds": ...,
    }


# AssetBundleImportJobDataSetOverrideTagsOutputTypeDef definition

class AssetBundleImportJobDataSetOverrideTagsOutputTypeDef(TypedDict):
    DataSetIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSetOverrideTagsTypeDef#

# AssetBundleImportJobDataSetOverrideTagsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSetOverrideTagsTypeDef


def get_value() -> AssetBundleImportJobDataSetOverrideTagsTypeDef:
    return {
        "DataSetIds": ...,
    }


# AssetBundleImportJobDataSetOverrideTagsTypeDef definition

class AssetBundleImportJobDataSetOverrideTagsTypeDef(TypedDict):
    DataSetIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef#

# AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef


def get_value() -> AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef:
    return {
        "DataSourceIds": ...,
    }


# AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef definition

class AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef(TypedDict):
    DataSourceIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSourceOverrideTagsTypeDef#

# AssetBundleImportJobDataSourceOverrideTagsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSourceOverrideTagsTypeDef


def get_value() -> AssetBundleImportJobDataSourceOverrideTagsTypeDef:
    return {
        "DataSourceIds": ...,
    }


# AssetBundleImportJobDataSourceOverrideTagsTypeDef definition

class AssetBundleImportJobDataSourceOverrideTagsTypeDef(TypedDict):
    DataSourceIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobFolderOverrideTagsOutputTypeDef#

# AssetBundleImportJobFolderOverrideTagsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobFolderOverrideTagsOutputTypeDef


def get_value() -> AssetBundleImportJobFolderOverrideTagsOutputTypeDef:
    return {
        "FolderIds": ...,
    }


# AssetBundleImportJobFolderOverrideTagsOutputTypeDef definition

class AssetBundleImportJobFolderOverrideTagsOutputTypeDef(TypedDict):
    FolderIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobFolderOverrideTagsTypeDef#

# AssetBundleImportJobFolderOverrideTagsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobFolderOverrideTagsTypeDef


def get_value() -> AssetBundleImportJobFolderOverrideTagsTypeDef:
    return {
        "FolderIds": ...,
    }


# AssetBundleImportJobFolderOverrideTagsTypeDef definition

class AssetBundleImportJobFolderOverrideTagsTypeDef(TypedDict):
    FolderIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobThemeOverrideTagsOutputTypeDef#

# AssetBundleImportJobThemeOverrideTagsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobThemeOverrideTagsOutputTypeDef


def get_value() -> AssetBundleImportJobThemeOverrideTagsOutputTypeDef:
    return {
        "ThemeIds": ...,
    }


# AssetBundleImportJobThemeOverrideTagsOutputTypeDef definition

class AssetBundleImportJobThemeOverrideTagsOutputTypeDef(TypedDict):
    ThemeIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobThemeOverrideTagsTypeDef#

# AssetBundleImportJobThemeOverrideTagsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobThemeOverrideTagsTypeDef


def get_value() -> AssetBundleImportJobThemeOverrideTagsTypeDef:
    return {
        "ThemeIds": ...,
    }


# AssetBundleImportJobThemeOverrideTagsTypeDef definition

class AssetBundleImportJobThemeOverrideTagsTypeDef(TypedDict):
    ThemeIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef#

# AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef


def get_value() -> AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef:
    return {
        "VPCConnectionIds": ...,
    }


# AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef definition

class AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef(TypedDict):
    VPCConnectionIds: List[str],
    Tags: List[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobVPCConnectionOverrideTagsTypeDef#

# AssetBundleImportJobVPCConnectionOverrideTagsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobVPCConnectionOverrideTagsTypeDef


def get_value() -> AssetBundleImportJobVPCConnectionOverrideTagsTypeDef:
    return {
        "VPCConnectionIds": ...,
    }


# AssetBundleImportJobVPCConnectionOverrideTagsTypeDef definition

class AssetBundleImportJobVPCConnectionOverrideTagsTypeDef(TypedDict):
    VPCConnectionIds: Sequence[str],
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

CreateAccountCustomizationRequestTypeDef#

# CreateAccountCustomizationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateAccountCustomizationRequestTypeDef


def get_value() -> CreateAccountCustomizationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateAccountCustomizationRequestTypeDef definition

class CreateAccountCustomizationRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AccountCustomization: AccountCustomizationTypeDef,  # (1)
    Namespace: NotRequired[str],
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
  1. See AccountCustomizationTypeDef
  2. See TagTypeDef

CreateNamespaceRequestTypeDef#

# CreateNamespaceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateNamespaceRequestTypeDef


def get_value() -> CreateNamespaceRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateNamespaceRequestTypeDef definition

class CreateNamespaceRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    IdentityStore: IdentityStoreType,  # (1)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
  1. See IdentityStoreType
  2. See TagTypeDef

CreateVPCConnectionRequestTypeDef#

# CreateVPCConnectionRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateVPCConnectionRequestTypeDef


def get_value() -> CreateVPCConnectionRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateVPCConnectionRequestTypeDef definition

class CreateVPCConnectionRequestTypeDef(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

RegisterUserRequestTypeDef#

# RegisterUserRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RegisterUserRequestTypeDef


def get_value() -> RegisterUserRequestTypeDef:
    return {
        "IdentityType": ...,
    }


# RegisterUserRequestTypeDef definition

class RegisterUserRequestTypeDef(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

TagResourceRequestTypeDef#

# TagResourceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TagResourceRequestTypeDef


def get_value() -> TagResourceRequestTypeDef:
    return {
        "ResourceArn": ...,
    }


# TagResourceRequestTypeDef definition

class TagResourceRequestTypeDef(TypedDict):
    ResourceArn: str,
    Tags: Sequence[TagTypeDef],  # (1)
  1. See TagTypeDef

AssetBundleImportJobDataSourceCredentialsTypeDef#

# AssetBundleImportJobDataSourceCredentialsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSourceCredentialsTypeDef


def get_value() -> AssetBundleImportJobDataSourceCredentialsTypeDef:
    return {
        "CredentialPair": ...,
    }


# AssetBundleImportJobDataSourceCredentialsTypeDef definition

class AssetBundleImportJobDataSourceCredentialsTypeDef(TypedDict):
    CredentialPair: NotRequired[AssetBundleImportJobDataSourceCredentialPairTypeDef],  # (1)
    SecretArn: NotRequired[str],
  1. See AssetBundleImportJobDataSourceCredentialPairTypeDef

OAuthParametersTypeDef#

# OAuthParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import OAuthParametersTypeDef


def get_value() -> OAuthParametersTypeDef:
    return {
        "TokenProviderUrl": ...,
    }


# OAuthParametersTypeDef definition

class OAuthParametersTypeDef(TypedDict):
    TokenProviderUrl: str,
    OAuthScope: NotRequired[str],
    IdentityProviderVpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (1)
    IdentityProviderResourceUri: NotRequired[str],
  1. See VpcConnectionPropertiesTypeDef

AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef#

# AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef


def get_value() -> AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef:
    return {
        "DataSetId": ...,
    }


# AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef definition

class AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef(TypedDict):
    DataSetId: str,
    ScheduleId: str,
    StartAfterDateTime: NotRequired[TimestampTypeDef],

CustomParameterValuesTypeDef#

# CustomParameterValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomParameterValuesTypeDef


def get_value() -> CustomParameterValuesTypeDef:
    return {
        "StringValues": ...,
    }


# CustomParameterValuesTypeDef definition

class CustomParameterValuesTypeDef(TypedDict):
    StringValues: NotRequired[Sequence[str]],
    IntegerValues: NotRequired[Sequence[int]],
    DecimalValues: NotRequired[Sequence[float]],
    DateTimeValues: NotRequired[Sequence[TimestampTypeDef]],

DateTimeDatasetParameterDefaultValuesTypeDef#

# DateTimeDatasetParameterDefaultValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeDatasetParameterDefaultValuesTypeDef


def get_value() -> DateTimeDatasetParameterDefaultValuesTypeDef:
    return {
        "StaticValues": ...,
    }


# DateTimeDatasetParameterDefaultValuesTypeDef definition

class DateTimeDatasetParameterDefaultValuesTypeDef(TypedDict):
    StaticValues: NotRequired[Sequence[TimestampTypeDef]],

DateTimeParameterTypeDef#

# DateTimeParameterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeParameterTypeDef


def get_value() -> DateTimeParameterTypeDef:
    return {
        "Name": ...,
    }


# DateTimeParameterTypeDef definition

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

DateTimeValueWhenUnsetConfigurationTypeDef#

# DateTimeValueWhenUnsetConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeValueWhenUnsetConfigurationTypeDef


def get_value() -> DateTimeValueWhenUnsetConfigurationTypeDef:
    return {
        "ValueWhenUnsetOption": ...,
    }


# DateTimeValueWhenUnsetConfigurationTypeDef definition

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

NewDefaultValuesTypeDef#

# NewDefaultValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NewDefaultValuesTypeDef


def get_value() -> NewDefaultValuesTypeDef:
    return {
        "StringStaticValues": ...,
    }


# NewDefaultValuesTypeDef definition

class NewDefaultValuesTypeDef(TypedDict):
    StringStaticValues: NotRequired[Sequence[str]],
    DecimalStaticValues: NotRequired[Sequence[float]],
    DateTimeStaticValues: NotRequired[Sequence[TimestampTypeDef]],
    IntegerStaticValues: NotRequired[Sequence[int]],

TimeRangeDrillDownFilterTypeDef#

# TimeRangeDrillDownFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TimeRangeDrillDownFilterTypeDef


def get_value() -> TimeRangeDrillDownFilterTypeDef:
    return {
        "Column": ...,
    }


# TimeRangeDrillDownFilterTypeDef definition

class TimeRangeDrillDownFilterTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    RangeMinimum: TimestampTypeDef,
    RangeMaximum: TimestampTypeDef,
    TimeGranularity: TimeGranularityType,  # (2)
  1. See ColumnIdentifierTypeDef
  2. See TimeGranularityType

TopicRefreshScheduleTypeDef#

# TopicRefreshScheduleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicRefreshScheduleTypeDef


def get_value() -> TopicRefreshScheduleTypeDef:
    return {
        "IsEnabled": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import WhatIfPointScenarioTypeDef


def get_value() -> WhatIfPointScenarioTypeDef:
    return {
        "Date": ...,
    }


# WhatIfPointScenarioTypeDef definition

class WhatIfPointScenarioTypeDef(TypedDict):
    Date: TimestampTypeDef,
    Value: float,

WhatIfRangeScenarioTypeDef#

# WhatIfRangeScenarioTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WhatIfRangeScenarioTypeDef


def get_value() -> WhatIfRangeScenarioTypeDef:
    return {
        "StartDate": ...,
    }


# WhatIfRangeScenarioTypeDef definition

class WhatIfRangeScenarioTypeDef(TypedDict):
    StartDate: TimestampTypeDef,
    EndDate: TimestampTypeDef,
    Value: float,

AssetBundleImportSourceTypeDef#

# AssetBundleImportSourceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportSourceTypeDef


def get_value() -> AssetBundleImportSourceTypeDef:
    return {
        "Body": ...,
    }


# AssetBundleImportSourceTypeDef definition

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

AxisDisplayRangeOutputTypeDef#

# AxisDisplayRangeOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisDisplayRangeOutputTypeDef


def get_value() -> AxisDisplayRangeOutputTypeDef:
    return {
        "MinMax": ...,
    }


# AxisDisplayRangeOutputTypeDef definition

class AxisDisplayRangeOutputTypeDef(TypedDict):
    MinMax: NotRequired[AxisDisplayMinMaxRangeTypeDef],  # (1)
    DataDriven: NotRequired[Dict[str, Any]],
  1. See AxisDisplayMinMaxRangeTypeDef

AxisDisplayRangeTypeDef#

# AxisDisplayRangeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisDisplayRangeTypeDef


def get_value() -> AxisDisplayRangeTypeDef:
    return {
        "MinMax": ...,
    }


# AxisDisplayRangeTypeDef definition

class AxisDisplayRangeTypeDef(TypedDict):
    MinMax: NotRequired[AxisDisplayMinMaxRangeTypeDef],  # (1)
    DataDriven: NotRequired[Mapping[str, Any]],
  1. See AxisDisplayMinMaxRangeTypeDef

AxisScaleTypeDef#

# AxisScaleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisScaleTypeDef


def get_value() -> AxisScaleTypeDef:
    return {
        "Linear": ...,
    }


# AxisScaleTypeDef definition

class AxisScaleTypeDef(TypedDict):
    Linear: NotRequired[AxisLinearScaleTypeDef],  # (1)
    Logarithmic: NotRequired[AxisLogarithmicScaleTypeDef],  # (2)
  1. See AxisLinearScaleTypeDef
  2. See AxisLogarithmicScaleTypeDef

ScatterPlotSortConfigurationTypeDef#

# ScatterPlotSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotSortConfigurationTypeDef


def get_value() -> ScatterPlotSortConfigurationTypeDef:
    return {
        "ScatterPlotLimitConfiguration": ...,
    }


# ScatterPlotSortConfigurationTypeDef definition

class ScatterPlotSortConfigurationTypeDef(TypedDict):
    ScatterPlotLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (1)
  1. See ItemsLimitConfigurationTypeDef

CancelIngestionResponseTypeDef#

# CancelIngestionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CancelIngestionResponseTypeDef


def get_value() -> CancelIngestionResponseTypeDef:
    return {
        "Arn": ...,
    }


# CancelIngestionResponseTypeDef definition

class CancelIngestionResponseTypeDef(TypedDict):
    Arn: str,
    IngestionId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateAccountCustomizationResponseTypeDef#

# CreateAccountCustomizationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateAccountCustomizationResponseTypeDef


def get_value() -> CreateAccountCustomizationResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateAnalysisResponseTypeDef


def get_value() -> CreateAnalysisResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateCustomPermissionsResponseTypeDef


def get_value() -> CreateCustomPermissionsResponseTypeDef:
    return {
        "Status": ...,
    }


# CreateCustomPermissionsResponseTypeDef definition

class CreateCustomPermissionsResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateDashboardResponseTypeDef#

# CreateDashboardResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateDashboardResponseTypeDef


def get_value() -> CreateDashboardResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateDataSetResponseTypeDef


def get_value() -> CreateDataSetResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateDataSourceResponseTypeDef


def get_value() -> CreateDataSourceResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateFolderResponseTypeDef


def get_value() -> CreateFolderResponseTypeDef:
    return {
        "Status": ...,
    }


# CreateFolderResponseTypeDef definition

class CreateFolderResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    FolderId: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateIAMPolicyAssignmentResponseTypeDef#

# CreateIAMPolicyAssignmentResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateIAMPolicyAssignmentResponseTypeDef


def get_value() -> CreateIAMPolicyAssignmentResponseTypeDef:
    return {
        "AssignmentName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateIngestionResponseTypeDef


def get_value() -> CreateIngestionResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateNamespaceResponseTypeDef


def get_value() -> CreateNamespaceResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateRefreshScheduleResponseTypeDef


def get_value() -> CreateRefreshScheduleResponseTypeDef:
    return {
        "Status": ...,
    }


# CreateRefreshScheduleResponseTypeDef definition

class CreateRefreshScheduleResponseTypeDef(TypedDict):
    Status: int,
    RequestId: str,
    ScheduleId: str,
    Arn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateRoleMembershipResponseTypeDef#

# CreateRoleMembershipResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateRoleMembershipResponseTypeDef


def get_value() -> CreateRoleMembershipResponseTypeDef:
    return {
        "RequestId": ...,
    }


# CreateRoleMembershipResponseTypeDef definition

class CreateRoleMembershipResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateTemplateResponseTypeDef#

# CreateTemplateResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateTemplateResponseTypeDef


def get_value() -> CreateTemplateResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateThemeResponseTypeDef


def get_value() -> CreateThemeResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateTopicRefreshScheduleResponseTypeDef


def get_value() -> CreateTopicRefreshScheduleResponseTypeDef:
    return {
        "TopicId": ...,
    }


# CreateTopicRefreshScheduleResponseTypeDef definition

class CreateTopicRefreshScheduleResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    DatasetArn: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateTopicResponseTypeDef#

# CreateTopicResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateTopicResponseTypeDef


def get_value() -> CreateTopicResponseTypeDef:
    return {
        "Arn": ...,
    }


# CreateTopicResponseTypeDef definition

class CreateTopicResponseTypeDef(TypedDict):
    Arn: str,
    TopicId: str,
    RefreshArn: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

CreateVPCConnectionResponseTypeDef#

# CreateVPCConnectionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateVPCConnectionResponseTypeDef


def get_value() -> CreateVPCConnectionResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteAccountCustomizationResponseTypeDef


def get_value() -> DeleteAccountCustomizationResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteAccountCustomizationResponseTypeDef definition

class DeleteAccountCustomizationResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteAccountSubscriptionResponseTypeDef#

# DeleteAccountSubscriptionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteAccountSubscriptionResponseTypeDef


def get_value() -> DeleteAccountSubscriptionResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteAccountSubscriptionResponseTypeDef definition

class DeleteAccountSubscriptionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteAnalysisResponseTypeDef#

# DeleteAnalysisResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteAnalysisResponseTypeDef


def get_value() -> DeleteAnalysisResponseTypeDef:
    return {
        "Status": ...,
    }


# DeleteAnalysisResponseTypeDef definition

class DeleteAnalysisResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    AnalysisId: str,
    DeletionTime: datetime,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteBrandAssignmentResponseTypeDef#

# DeleteBrandAssignmentResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteBrandAssignmentResponseTypeDef


def get_value() -> DeleteBrandAssignmentResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteBrandAssignmentResponseTypeDef definition

class DeleteBrandAssignmentResponseTypeDef(TypedDict):
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteBrandResponseTypeDef#

# DeleteBrandResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteBrandResponseTypeDef


def get_value() -> DeleteBrandResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteBrandResponseTypeDef definition

class DeleteBrandResponseTypeDef(TypedDict):
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteCustomPermissionsResponseTypeDef#

# DeleteCustomPermissionsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteCustomPermissionsResponseTypeDef


def get_value() -> DeleteCustomPermissionsResponseTypeDef:
    return {
        "Status": ...,
    }


# DeleteCustomPermissionsResponseTypeDef definition

class DeleteCustomPermissionsResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteDashboardResponseTypeDef#

# DeleteDashboardResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDashboardResponseTypeDef


def get_value() -> DeleteDashboardResponseTypeDef:
    return {
        "Status": ...,
    }


# DeleteDashboardResponseTypeDef definition

class DeleteDashboardResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    DashboardId: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteDataSetRefreshPropertiesResponseTypeDef#

# DeleteDataSetRefreshPropertiesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDataSetRefreshPropertiesResponseTypeDef


def get_value() -> DeleteDataSetRefreshPropertiesResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteDataSetRefreshPropertiesResponseTypeDef definition

class DeleteDataSetRefreshPropertiesResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteDataSetResponseTypeDef#

# DeleteDataSetResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDataSetResponseTypeDef


def get_value() -> DeleteDataSetResponseTypeDef:
    return {
        "Arn": ...,
    }


# DeleteDataSetResponseTypeDef definition

class DeleteDataSetResponseTypeDef(TypedDict):
    Arn: str,
    DataSetId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteDataSourceResponseTypeDef#

# DeleteDataSourceResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDataSourceResponseTypeDef


def get_value() -> DeleteDataSourceResponseTypeDef:
    return {
        "Arn": ...,
    }


# DeleteDataSourceResponseTypeDef definition

class DeleteDataSourceResponseTypeDef(TypedDict):
    Arn: str,
    DataSourceId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteDefaultQBusinessApplicationResponseTypeDef#

# DeleteDefaultQBusinessApplicationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteDefaultQBusinessApplicationResponseTypeDef


def get_value() -> DeleteDefaultQBusinessApplicationResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteDefaultQBusinessApplicationResponseTypeDef definition

class DeleteDefaultQBusinessApplicationResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteFolderMembershipResponseTypeDef#

# DeleteFolderMembershipResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteFolderMembershipResponseTypeDef


def get_value() -> DeleteFolderMembershipResponseTypeDef:
    return {
        "Status": ...,
    }


# DeleteFolderMembershipResponseTypeDef definition

class DeleteFolderMembershipResponseTypeDef(TypedDict):
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteFolderResponseTypeDef#

# DeleteFolderResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteFolderResponseTypeDef


def get_value() -> DeleteFolderResponseTypeDef:
    return {
        "Status": ...,
    }


# DeleteFolderResponseTypeDef definition

class DeleteFolderResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    FolderId: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteGroupMembershipResponseTypeDef#

# DeleteGroupMembershipResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteGroupMembershipResponseTypeDef


def get_value() -> DeleteGroupMembershipResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteGroupMembershipResponseTypeDef definition

class DeleteGroupMembershipResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteGroupResponseTypeDef#

# DeleteGroupResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteGroupResponseTypeDef


def get_value() -> DeleteGroupResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteGroupResponseTypeDef definition

class DeleteGroupResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteIAMPolicyAssignmentResponseTypeDef#

# DeleteIAMPolicyAssignmentResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteIAMPolicyAssignmentResponseTypeDef


def get_value() -> DeleteIAMPolicyAssignmentResponseTypeDef:
    return {
        "AssignmentName": ...,
    }


# DeleteIAMPolicyAssignmentResponseTypeDef definition

class DeleteIAMPolicyAssignmentResponseTypeDef(TypedDict):
    AssignmentName: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteIdentityPropagationConfigResponseTypeDef#

# DeleteIdentityPropagationConfigResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteIdentityPropagationConfigResponseTypeDef


def get_value() -> DeleteIdentityPropagationConfigResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteIdentityPropagationConfigResponseTypeDef definition

class DeleteIdentityPropagationConfigResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteNamespaceResponseTypeDef#

# DeleteNamespaceResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteNamespaceResponseTypeDef


def get_value() -> DeleteNamespaceResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteNamespaceResponseTypeDef definition

class DeleteNamespaceResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteRefreshScheduleResponseTypeDef#

# DeleteRefreshScheduleResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteRefreshScheduleResponseTypeDef


def get_value() -> DeleteRefreshScheduleResponseTypeDef:
    return {
        "Status": ...,
    }


# DeleteRefreshScheduleResponseTypeDef definition

class DeleteRefreshScheduleResponseTypeDef(TypedDict):
    Status: int,
    RequestId: str,
    ScheduleId: str,
    Arn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteRoleCustomPermissionResponseTypeDef#

# DeleteRoleCustomPermissionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteRoleCustomPermissionResponseTypeDef


def get_value() -> DeleteRoleCustomPermissionResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteRoleCustomPermissionResponseTypeDef definition

class DeleteRoleCustomPermissionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteRoleMembershipResponseTypeDef#

# DeleteRoleMembershipResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteRoleMembershipResponseTypeDef


def get_value() -> DeleteRoleMembershipResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteRoleMembershipResponseTypeDef definition

class DeleteRoleMembershipResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteTemplateAliasResponseTypeDef#

# DeleteTemplateAliasResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteTemplateAliasResponseTypeDef


def get_value() -> DeleteTemplateAliasResponseTypeDef:
    return {
        "Status": ...,
    }


# DeleteTemplateAliasResponseTypeDef definition

class DeleteTemplateAliasResponseTypeDef(TypedDict):
    Status: int,
    TemplateId: str,
    AliasName: str,
    Arn: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteTemplateResponseTypeDef#

# DeleteTemplateResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteTemplateResponseTypeDef


def get_value() -> DeleteTemplateResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteTemplateResponseTypeDef definition

class DeleteTemplateResponseTypeDef(TypedDict):
    RequestId: str,
    Arn: str,
    TemplateId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteThemeAliasResponseTypeDef#

# DeleteThemeAliasResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteThemeAliasResponseTypeDef


def get_value() -> DeleteThemeAliasResponseTypeDef:
    return {
        "AliasName": ...,
    }


# DeleteThemeAliasResponseTypeDef definition

class DeleteThemeAliasResponseTypeDef(TypedDict):
    AliasName: str,
    Arn: str,
    RequestId: str,
    Status: int,
    ThemeId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteThemeResponseTypeDef#

# DeleteThemeResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteThemeResponseTypeDef


def get_value() -> DeleteThemeResponseTypeDef:
    return {
        "Arn": ...,
    }


# DeleteThemeResponseTypeDef definition

class DeleteThemeResponseTypeDef(TypedDict):
    Arn: str,
    RequestId: str,
    Status: int,
    ThemeId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteTopicRefreshScheduleResponseTypeDef#

# DeleteTopicRefreshScheduleResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteTopicRefreshScheduleResponseTypeDef


def get_value() -> DeleteTopicRefreshScheduleResponseTypeDef:
    return {
        "TopicId": ...,
    }


# DeleteTopicRefreshScheduleResponseTypeDef definition

class DeleteTopicRefreshScheduleResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    DatasetArn: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteTopicResponseTypeDef#

# DeleteTopicResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteTopicResponseTypeDef


def get_value() -> DeleteTopicResponseTypeDef:
    return {
        "Arn": ...,
    }


# DeleteTopicResponseTypeDef definition

class DeleteTopicResponseTypeDef(TypedDict):
    Arn: str,
    TopicId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteUserByPrincipalIdResponseTypeDef#

# DeleteUserByPrincipalIdResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteUserByPrincipalIdResponseTypeDef


def get_value() -> DeleteUserByPrincipalIdResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteUserByPrincipalIdResponseTypeDef definition

class DeleteUserByPrincipalIdResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteUserCustomPermissionResponseTypeDef#

# DeleteUserCustomPermissionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteUserCustomPermissionResponseTypeDef


def get_value() -> DeleteUserCustomPermissionResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteUserCustomPermissionResponseTypeDef definition

class DeleteUserCustomPermissionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteUserResponseTypeDef#

# DeleteUserResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteUserResponseTypeDef


def get_value() -> DeleteUserResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DeleteUserResponseTypeDef definition

class DeleteUserResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DeleteVPCConnectionResponseTypeDef#

# DeleteVPCConnectionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DeleteVPCConnectionResponseTypeDef


def get_value() -> DeleteVPCConnectionResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAccountCustomizationResponseTypeDef


def get_value() -> DescribeAccountCustomizationResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAccountSettingsResponseTypeDef


def get_value() -> DescribeAccountSettingsResponseTypeDef:
    return {
        "AccountSettings": ...,
    }


# DescribeAccountSettingsResponseTypeDef definition

class DescribeAccountSettingsResponseTypeDef(TypedDict):
    AccountSettings: AccountSettingsTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AccountSettingsTypeDef
  2. See ResponseMetadataTypeDef

DescribeAccountSubscriptionResponseTypeDef#

# DescribeAccountSubscriptionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAccountSubscriptionResponseTypeDef


def get_value() -> DescribeAccountSubscriptionResponseTypeDef:
    return {
        "AccountInfo": ...,
    }


# DescribeAccountSubscriptionResponseTypeDef definition

class DescribeAccountSubscriptionResponseTypeDef(TypedDict):
    AccountInfo: AccountInfoTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AccountInfoTypeDef
  2. See ResponseMetadataTypeDef

DescribeBrandAssignmentResponseTypeDef#

# DescribeBrandAssignmentResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeBrandAssignmentResponseTypeDef


def get_value() -> DescribeBrandAssignmentResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DescribeBrandAssignmentResponseTypeDef definition

class DescribeBrandAssignmentResponseTypeDef(TypedDict):
    RequestId: str,
    BrandArn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DescribeDashboardsQAConfigurationResponseTypeDef#

# DescribeDashboardsQAConfigurationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardsQAConfigurationResponseTypeDef


def get_value() -> DescribeDashboardsQAConfigurationResponseTypeDef:
    return {
        "DashboardsQAStatus": ...,
    }


# DescribeDashboardsQAConfigurationResponseTypeDef definition

class DescribeDashboardsQAConfigurationResponseTypeDef(TypedDict):
    DashboardsQAStatus: DashboardsQAStatusType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DashboardsQAStatusType
  2. See ResponseMetadataTypeDef

DescribeDefaultQBusinessApplicationResponseTypeDef#

# DescribeDefaultQBusinessApplicationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDefaultQBusinessApplicationResponseTypeDef


def get_value() -> DescribeDefaultQBusinessApplicationResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DescribeDefaultQBusinessApplicationResponseTypeDef definition

class DescribeDefaultQBusinessApplicationResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ApplicationId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

DescribeIpRestrictionResponseTypeDef#

# DescribeIpRestrictionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeIpRestrictionResponseTypeDef


def get_value() -> DescribeIpRestrictionResponseTypeDef:
    return {
        "AwsAccountId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeQPersonalizationConfigurationResponseTypeDef


def get_value() -> DescribeQPersonalizationConfigurationResponseTypeDef:
    return {
        "PersonalizationMode": ...,
    }


# DescribeQPersonalizationConfigurationResponseTypeDef definition

class DescribeQPersonalizationConfigurationResponseTypeDef(TypedDict):
    PersonalizationMode: PersonalizationModeType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See PersonalizationModeType
  2. See ResponseMetadataTypeDef

DescribeQuickSightQSearchConfigurationResponseTypeDef#

# DescribeQuickSightQSearchConfigurationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeQuickSightQSearchConfigurationResponseTypeDef


def get_value() -> DescribeQuickSightQSearchConfigurationResponseTypeDef:
    return {
        "QSearchStatus": ...,
    }


# DescribeQuickSightQSearchConfigurationResponseTypeDef definition

class DescribeQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
    QSearchStatus: QSearchStatusType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See QSearchStatusType
  2. See ResponseMetadataTypeDef

DescribeRoleCustomPermissionResponseTypeDef#

# DescribeRoleCustomPermissionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeRoleCustomPermissionResponseTypeDef


def get_value() -> DescribeRoleCustomPermissionResponseTypeDef:
    return {
        "CustomPermissionsName": ...,
    }


# DescribeRoleCustomPermissionResponseTypeDef definition

class DescribeRoleCustomPermissionResponseTypeDef(TypedDict):
    CustomPermissionsName: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

GenerateEmbedUrlForAnonymousUserResponseTypeDef#

# GenerateEmbedUrlForAnonymousUserResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GenerateEmbedUrlForAnonymousUserResponseTypeDef


def get_value() -> GenerateEmbedUrlForAnonymousUserResponseTypeDef:
    return {
        "EmbedUrl": ...,
    }


# GenerateEmbedUrlForAnonymousUserResponseTypeDef definition

class GenerateEmbedUrlForAnonymousUserResponseTypeDef(TypedDict):
    EmbedUrl: str,
    Status: int,
    RequestId: str,
    AnonymousUserArn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

GenerateEmbedUrlForRegisteredUserResponseTypeDef#

# GenerateEmbedUrlForRegisteredUserResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GenerateEmbedUrlForRegisteredUserResponseTypeDef


def get_value() -> GenerateEmbedUrlForRegisteredUserResponseTypeDef:
    return {
        "EmbedUrl": ...,
    }


# GenerateEmbedUrlForRegisteredUserResponseTypeDef definition

class GenerateEmbedUrlForRegisteredUserResponseTypeDef(TypedDict):
    EmbedUrl: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef#

# GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef


def get_value() -> GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef:
    return {
        "EmbedUrl": ...,
    }


# GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef definition

class GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef(TypedDict):
    EmbedUrl: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

GetDashboardEmbedUrlResponseTypeDef#

# GetDashboardEmbedUrlResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GetDashboardEmbedUrlResponseTypeDef


def get_value() -> GetDashboardEmbedUrlResponseTypeDef:
    return {
        "EmbedUrl": ...,
    }


# GetDashboardEmbedUrlResponseTypeDef definition

class GetDashboardEmbedUrlResponseTypeDef(TypedDict):
    EmbedUrl: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

GetSessionEmbedUrlResponseTypeDef#

# GetSessionEmbedUrlResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GetSessionEmbedUrlResponseTypeDef


def get_value() -> GetSessionEmbedUrlResponseTypeDef:
    return {
        "EmbedUrl": ...,
    }


# GetSessionEmbedUrlResponseTypeDef definition

class GetSessionEmbedUrlResponseTypeDef(TypedDict):
    EmbedUrl: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

ListAnalysesResponseTypeDef#

# ListAnalysesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListAnalysesResponseTypeDef


def get_value() -> ListAnalysesResponseTypeDef:
    return {
        "AnalysisSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListAssetBundleExportJobsResponseTypeDef


def get_value() -> ListAssetBundleExportJobsResponseTypeDef:
    return {
        "AssetBundleExportJobSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListAssetBundleImportJobsResponseTypeDef


def get_value() -> ListAssetBundleImportJobsResponseTypeDef:
    return {
        "AssetBundleImportJobSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListFoldersForResourceResponseTypeDef


def get_value() -> ListFoldersForResourceResponseTypeDef:
    return {
        "Status": ...,
    }


# ListFoldersForResourceResponseTypeDef definition

class ListFoldersForResourceResponseTypeDef(TypedDict):
    Status: int,
    Folders: List[str],
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
    NextToken: NotRequired[str],
  1. See ResponseMetadataTypeDef

ListIAMPolicyAssignmentsForUserResponseTypeDef#

# ListIAMPolicyAssignmentsForUserResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIAMPolicyAssignmentsForUserResponseTypeDef


def get_value() -> ListIAMPolicyAssignmentsForUserResponseTypeDef:
    return {
        "ActiveAssignments": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListIdentityPropagationConfigsResponseTypeDef


def get_value() -> ListIdentityPropagationConfigsResponseTypeDef:
    return {
        "Services": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListRoleMembershipsResponseTypeDef


def get_value() -> ListRoleMembershipsResponseTypeDef:
    return {
        "MembersList": ...,
    }


# ListRoleMembershipsResponseTypeDef definition

class ListRoleMembershipsResponseTypeDef(TypedDict):
    MembersList: List[str],
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
    NextToken: NotRequired[str],
  1. See ResponseMetadataTypeDef

ListTagsForResourceResponseTypeDef#

# ListTagsForResourceResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTagsForResourceResponseTypeDef


def get_value() -> ListTagsForResourceResponseTypeDef:
    return {
        "Tags": ...,
    }


# ListTagsForResourceResponseTypeDef definition

class ListTagsForResourceResponseTypeDef(TypedDict):
    Tags: List[TagTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TagTypeDef
  2. See ResponseMetadataTypeDef

PutDataSetRefreshPropertiesResponseTypeDef#

# PutDataSetRefreshPropertiesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PutDataSetRefreshPropertiesResponseTypeDef


def get_value() -> PutDataSetRefreshPropertiesResponseTypeDef:
    return {
        "RequestId": ...,
    }


# PutDataSetRefreshPropertiesResponseTypeDef definition

class PutDataSetRefreshPropertiesResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

RestoreAnalysisResponseTypeDef#

# RestoreAnalysisResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RestoreAnalysisResponseTypeDef


def get_value() -> RestoreAnalysisResponseTypeDef:
    return {
        "Status": ...,
    }


# RestoreAnalysisResponseTypeDef definition

class RestoreAnalysisResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    AnalysisId: str,
    RequestId: str,
    RestorationFailedFolderArns: List[str],
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

SearchAnalysesResponseTypeDef#

# SearchAnalysesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchAnalysesResponseTypeDef


def get_value() -> SearchAnalysesResponseTypeDef:
    return {
        "AnalysisSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import StartAssetBundleExportJobResponseTypeDef


def get_value() -> StartAssetBundleExportJobResponseTypeDef:
    return {
        "Arn": ...,
    }


# StartAssetBundleExportJobResponseTypeDef definition

class StartAssetBundleExportJobResponseTypeDef(TypedDict):
    Arn: str,
    AssetBundleExportJobId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

StartAssetBundleImportJobResponseTypeDef#

# StartAssetBundleImportJobResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StartAssetBundleImportJobResponseTypeDef


def get_value() -> StartAssetBundleImportJobResponseTypeDef:
    return {
        "Arn": ...,
    }


# StartAssetBundleImportJobResponseTypeDef definition

class StartAssetBundleImportJobResponseTypeDef(TypedDict):
    Arn: str,
    AssetBundleImportJobId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

StartDashboardSnapshotJobResponseTypeDef#

# StartDashboardSnapshotJobResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StartDashboardSnapshotJobResponseTypeDef


def get_value() -> StartDashboardSnapshotJobResponseTypeDef:
    return {
        "Arn": ...,
    }


# StartDashboardSnapshotJobResponseTypeDef definition

class StartDashboardSnapshotJobResponseTypeDef(TypedDict):
    Arn: str,
    SnapshotJobId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

StartDashboardSnapshotJobScheduleResponseTypeDef#

# StartDashboardSnapshotJobScheduleResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StartDashboardSnapshotJobScheduleResponseTypeDef


def get_value() -> StartDashboardSnapshotJobScheduleResponseTypeDef:
    return {
        "RequestId": ...,
    }


# StartDashboardSnapshotJobScheduleResponseTypeDef definition

class StartDashboardSnapshotJobScheduleResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

TagResourceResponseTypeDef#

# TagResourceResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TagResourceResponseTypeDef


def get_value() -> TagResourceResponseTypeDef:
    return {
        "RequestId": ...,
    }


# TagResourceResponseTypeDef definition

class TagResourceResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UntagResourceResponseTypeDef#

# UntagResourceResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UntagResourceResponseTypeDef


def get_value() -> UntagResourceResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UntagResourceResponseTypeDef definition

class UntagResourceResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateAccountCustomizationResponseTypeDef#

# UpdateAccountCustomizationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateAccountCustomizationResponseTypeDef


def get_value() -> UpdateAccountCustomizationResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateAccountSettingsResponseTypeDef


def get_value() -> UpdateAccountSettingsResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdateAccountSettingsResponseTypeDef definition

class UpdateAccountSettingsResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateAnalysisResponseTypeDef#

# UpdateAnalysisResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateAnalysisResponseTypeDef


def get_value() -> UpdateAnalysisResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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

UpdateApplicationWithTokenExchangeGrantResponseTypeDef#

# UpdateApplicationWithTokenExchangeGrantResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateApplicationWithTokenExchangeGrantResponseTypeDef


def get_value() -> UpdateApplicationWithTokenExchangeGrantResponseTypeDef:
    return {
        "Status": ...,
    }


# UpdateApplicationWithTokenExchangeGrantResponseTypeDef definition

class UpdateApplicationWithTokenExchangeGrantResponseTypeDef(TypedDict):
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateBrandAssignmentResponseTypeDef#

# UpdateBrandAssignmentResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateBrandAssignmentResponseTypeDef


def get_value() -> UpdateBrandAssignmentResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdateBrandAssignmentResponseTypeDef definition

class UpdateBrandAssignmentResponseTypeDef(TypedDict):
    RequestId: str,
    BrandArn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateBrandPublishedVersionResponseTypeDef#

# UpdateBrandPublishedVersionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateBrandPublishedVersionResponseTypeDef


def get_value() -> UpdateBrandPublishedVersionResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdateBrandPublishedVersionResponseTypeDef definition

class UpdateBrandPublishedVersionResponseTypeDef(TypedDict):
    RequestId: str,
    VersionId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateCustomPermissionsResponseTypeDef#

# UpdateCustomPermissionsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateCustomPermissionsResponseTypeDef


def get_value() -> UpdateCustomPermissionsResponseTypeDef:
    return {
        "Status": ...,
    }


# UpdateCustomPermissionsResponseTypeDef definition

class UpdateCustomPermissionsResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDashboardLinksResponseTypeDef#

# UpdateDashboardLinksResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardLinksResponseTypeDef


def get_value() -> UpdateDashboardLinksResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdateDashboardLinksResponseTypeDef definition

class UpdateDashboardLinksResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    DashboardArn: str,
    LinkEntities: List[str],
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDashboardPublishedVersionResponseTypeDef#

# UpdateDashboardPublishedVersionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardPublishedVersionResponseTypeDef


def get_value() -> UpdateDashboardPublishedVersionResponseTypeDef:
    return {
        "DashboardId": ...,
    }


# UpdateDashboardPublishedVersionResponseTypeDef definition

class UpdateDashboardPublishedVersionResponseTypeDef(TypedDict):
    DashboardId: str,
    DashboardArn: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDashboardResponseTypeDef#

# UpdateDashboardResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardResponseTypeDef


def get_value() -> UpdateDashboardResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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

UpdateDashboardsQAConfigurationResponseTypeDef#

# UpdateDashboardsQAConfigurationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardsQAConfigurationResponseTypeDef


def get_value() -> UpdateDashboardsQAConfigurationResponseTypeDef:
    return {
        "DashboardsQAStatus": ...,
    }


# UpdateDashboardsQAConfigurationResponseTypeDef definition

class UpdateDashboardsQAConfigurationResponseTypeDef(TypedDict):
    DashboardsQAStatus: DashboardsQAStatusType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DashboardsQAStatusType
  2. See ResponseMetadataTypeDef

UpdateDataSetPermissionsResponseTypeDef#

# UpdateDataSetPermissionsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDataSetPermissionsResponseTypeDef


def get_value() -> UpdateDataSetPermissionsResponseTypeDef:
    return {
        "DataSetArn": ...,
    }


# UpdateDataSetPermissionsResponseTypeDef definition

class UpdateDataSetPermissionsResponseTypeDef(TypedDict):
    DataSetArn: str,
    DataSetId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDataSetResponseTypeDef#

# UpdateDataSetResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDataSetResponseTypeDef


def get_value() -> UpdateDataSetResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDataSourcePermissionsResponseTypeDef


def get_value() -> UpdateDataSourcePermissionsResponseTypeDef:
    return {
        "DataSourceArn": ...,
    }


# UpdateDataSourcePermissionsResponseTypeDef definition

class UpdateDataSourcePermissionsResponseTypeDef(TypedDict):
    DataSourceArn: str,
    DataSourceId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateDataSourceResponseTypeDef#

# UpdateDataSourceResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDataSourceResponseTypeDef


def get_value() -> UpdateDataSourceResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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

UpdateDefaultQBusinessApplicationResponseTypeDef#

# UpdateDefaultQBusinessApplicationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDefaultQBusinessApplicationResponseTypeDef


def get_value() -> UpdateDefaultQBusinessApplicationResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdateDefaultQBusinessApplicationResponseTypeDef definition

class UpdateDefaultQBusinessApplicationResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateFolderResponseTypeDef#

# UpdateFolderResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateFolderResponseTypeDef


def get_value() -> UpdateFolderResponseTypeDef:
    return {
        "Status": ...,
    }


# UpdateFolderResponseTypeDef definition

class UpdateFolderResponseTypeDef(TypedDict):
    Status: int,
    Arn: str,
    FolderId: str,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateIAMPolicyAssignmentResponseTypeDef#

# UpdateIAMPolicyAssignmentResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateIAMPolicyAssignmentResponseTypeDef


def get_value() -> UpdateIAMPolicyAssignmentResponseTypeDef:
    return {
        "AssignmentName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateIdentityPropagationConfigResponseTypeDef


def get_value() -> UpdateIdentityPropagationConfigResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdateIdentityPropagationConfigResponseTypeDef definition

class UpdateIdentityPropagationConfigResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateIpRestrictionResponseTypeDef#

# UpdateIpRestrictionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateIpRestrictionResponseTypeDef


def get_value() -> UpdateIpRestrictionResponseTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateIpRestrictionResponseTypeDef definition

class UpdateIpRestrictionResponseTypeDef(TypedDict):
    AwsAccountId: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdatePublicSharingSettingsResponseTypeDef#

# UpdatePublicSharingSettingsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdatePublicSharingSettingsResponseTypeDef


def get_value() -> UpdatePublicSharingSettingsResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdatePublicSharingSettingsResponseTypeDef definition

class UpdatePublicSharingSettingsResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateQPersonalizationConfigurationResponseTypeDef#

# UpdateQPersonalizationConfigurationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateQPersonalizationConfigurationResponseTypeDef


def get_value() -> UpdateQPersonalizationConfigurationResponseTypeDef:
    return {
        "PersonalizationMode": ...,
    }


# UpdateQPersonalizationConfigurationResponseTypeDef definition

class UpdateQPersonalizationConfigurationResponseTypeDef(TypedDict):
    PersonalizationMode: PersonalizationModeType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See PersonalizationModeType
  2. See ResponseMetadataTypeDef

UpdateQuickSightQSearchConfigurationResponseTypeDef#

# UpdateQuickSightQSearchConfigurationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateQuickSightQSearchConfigurationResponseTypeDef


def get_value() -> UpdateQuickSightQSearchConfigurationResponseTypeDef:
    return {
        "QSearchStatus": ...,
    }


# UpdateQuickSightQSearchConfigurationResponseTypeDef definition

class UpdateQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
    QSearchStatus: QSearchStatusType,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See QSearchStatusType
  2. See ResponseMetadataTypeDef

UpdateRefreshScheduleResponseTypeDef#

# UpdateRefreshScheduleResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateRefreshScheduleResponseTypeDef


def get_value() -> UpdateRefreshScheduleResponseTypeDef:
    return {
        "Status": ...,
    }


# UpdateRefreshScheduleResponseTypeDef definition

class UpdateRefreshScheduleResponseTypeDef(TypedDict):
    Status: int,
    RequestId: str,
    ScheduleId: str,
    Arn: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateRoleCustomPermissionResponseTypeDef#

# UpdateRoleCustomPermissionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateRoleCustomPermissionResponseTypeDef


def get_value() -> UpdateRoleCustomPermissionResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdateRoleCustomPermissionResponseTypeDef definition

class UpdateRoleCustomPermissionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateSPICECapacityConfigurationResponseTypeDef#

# UpdateSPICECapacityConfigurationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateSPICECapacityConfigurationResponseTypeDef


def get_value() -> UpdateSPICECapacityConfigurationResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdateSPICECapacityConfigurationResponseTypeDef definition

class UpdateSPICECapacityConfigurationResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateTemplateResponseTypeDef#

# UpdateTemplateResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTemplateResponseTypeDef


def get_value() -> UpdateTemplateResponseTypeDef:
    return {
        "TemplateId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateThemeResponseTypeDef


def get_value() -> UpdateThemeResponseTypeDef:
    return {
        "ThemeId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTopicRefreshScheduleResponseTypeDef


def get_value() -> UpdateTopicRefreshScheduleResponseTypeDef:
    return {
        "TopicId": ...,
    }


# UpdateTopicRefreshScheduleResponseTypeDef definition

class UpdateTopicRefreshScheduleResponseTypeDef(TypedDict):
    TopicId: str,
    TopicArn: str,
    DatasetArn: str,
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateTopicResponseTypeDef#

# UpdateTopicResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTopicResponseTypeDef


def get_value() -> UpdateTopicResponseTypeDef:
    return {
        "TopicId": ...,
    }


# UpdateTopicResponseTypeDef definition

class UpdateTopicResponseTypeDef(TypedDict):
    TopicId: str,
    Arn: str,
    RefreshArn: str,
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateUserCustomPermissionResponseTypeDef#

# UpdateUserCustomPermissionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateUserCustomPermissionResponseTypeDef


def get_value() -> UpdateUserCustomPermissionResponseTypeDef:
    return {
        "RequestId": ...,
    }


# UpdateUserCustomPermissionResponseTypeDef definition

class UpdateUserCustomPermissionResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (1)
  1. See ResponseMetadataTypeDef

UpdateVPCConnectionResponseTypeDef#

# UpdateVPCConnectionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateVPCConnectionResponseTypeDef


def get_value() -> UpdateVPCConnectionResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BatchCreateTopicReviewedAnswerResponseTypeDef


def get_value() -> BatchCreateTopicReviewedAnswerResponseTypeDef:
    return {
        "TopicId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BatchDeleteTopicReviewedAnswerResponseTypeDef


def get_value() -> BatchDeleteTopicReviewedAnswerResponseTypeDef:
    return {
        "TopicId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import HistogramBinOptionsTypeDef


def get_value() -> HistogramBinOptionsTypeDef:
    return {
        "SelectedBinType": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionRepeatPageBreakConfigurationTypeDef


def get_value() -> BodySectionRepeatPageBreakConfigurationTypeDef:
    return {
        "After": ...,
    }


# BodySectionRepeatPageBreakConfigurationTypeDef definition

class BodySectionRepeatPageBreakConfigurationTypeDef(TypedDict):
    After: NotRequired[SectionAfterPageBreakTypeDef],  # (1)
  1. See SectionAfterPageBreakTypeDef

SectionPageBreakConfigurationTypeDef#

# SectionPageBreakConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SectionPageBreakConfigurationTypeDef


def get_value() -> SectionPageBreakConfigurationTypeDef:
    return {
        "After": ...,
    }


# SectionPageBreakConfigurationTypeDef definition

class SectionPageBreakConfigurationTypeDef(TypedDict):
    After: NotRequired[SectionAfterPageBreakTypeDef],  # (1)
  1. See SectionAfterPageBreakTypeDef

TileStyleTypeDef#

# TileStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TileStyleTypeDef


def get_value() -> TileStyleTypeDef:
    return {
        "Border": ...,
    }


# TileStyleTypeDef definition

class TileStyleTypeDef(TypedDict):
    Border: NotRequired[BorderStyleTypeDef],  # (1)
  1. See BorderStyleTypeDef

BoxPlotOptionsTypeDef#

# BoxPlotOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotOptionsTypeDef


def get_value() -> BoxPlotOptionsTypeDef:
    return {
        "StyleOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BrandColorPaletteTypeDef


def get_value() -> BrandColorPaletteTypeDef:
    return {
        "Primary": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import NavbarStyleTypeDef


def get_value() -> NavbarStyleTypeDef:
    return {
        "GlobalNavbar": ...,
    }


# NavbarStyleTypeDef definition

class NavbarStyleTypeDef(TypedDict):
    GlobalNavbar: NotRequired[PaletteTypeDef],  # (1)
    ContextualNavbar: NotRequired[PaletteTypeDef],  # (1)
  1. See PaletteTypeDef
  2. See PaletteTypeDef

ListBrandsResponseTypeDef#

# ListBrandsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListBrandsResponseTypeDef


def get_value() -> ListBrandsResponseTypeDef:
    return {
        "NextToken": ...,
    }


# ListBrandsResponseTypeDef definition

class ListBrandsResponseTypeDef(TypedDict):
    Brands: List[BrandSummaryTypeDef],  # (1)
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See BrandSummaryTypeDef
  2. See ResponseMetadataTypeDef

CreateColumnsOperationOutputTypeDef#

# CreateColumnsOperationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateColumnsOperationOutputTypeDef


def get_value() -> CreateColumnsOperationOutputTypeDef:
    return {
        "Columns": ...,
    }


# CreateColumnsOperationOutputTypeDef definition

class CreateColumnsOperationOutputTypeDef(TypedDict):
    Columns: List[CalculatedColumnTypeDef],  # (1)
  1. See CalculatedColumnTypeDef

CreateColumnsOperationTypeDef#

# CreateColumnsOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateColumnsOperationTypeDef


def get_value() -> CreateColumnsOperationTypeDef:
    return {
        "Columns": ...,
    }


# CreateColumnsOperationTypeDef definition

class CreateColumnsOperationTypeDef(TypedDict):
    Columns: Sequence[CalculatedColumnTypeDef],  # (1)
  1. See CalculatedColumnTypeDef

CreateCustomPermissionsRequestTypeDef#

# CreateCustomPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateCustomPermissionsRequestTypeDef


def get_value() -> CreateCustomPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateCustomPermissionsRequestTypeDef definition

class CreateCustomPermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    CustomPermissionsName: str,
    Capabilities: NotRequired[CapabilitiesTypeDef],  # (1)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
  1. See CapabilitiesTypeDef
  2. See TagTypeDef

CustomPermissionsTypeDef#

# CustomPermissionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomPermissionsTypeDef


def get_value() -> CustomPermissionsTypeDef:
    return {
        "Arn": ...,
    }


# CustomPermissionsTypeDef definition

class CustomPermissionsTypeDef(TypedDict):
    Arn: NotRequired[str],
    CustomPermissionsName: NotRequired[str],
    Capabilities: NotRequired[CapabilitiesTypeDef],  # (1)
  1. See CapabilitiesTypeDef

UpdateCustomPermissionsRequestTypeDef#

# UpdateCustomPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateCustomPermissionsRequestTypeDef


def get_value() -> UpdateCustomPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateCustomPermissionsRequestTypeDef definition

class UpdateCustomPermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    CustomPermissionsName: str,
    Capabilities: NotRequired[CapabilitiesTypeDef],  # (1)
  1. See CapabilitiesTypeDef

CategoryFilterConfigurationOutputTypeDef#

# CategoryFilterConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CategoryFilterConfigurationOutputTypeDef


def get_value() -> CategoryFilterConfigurationOutputTypeDef:
    return {
        "FilterListConfiguration": ...,
    }


# 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

CategoryFilterConfigurationTypeDef#

# CategoryFilterConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CategoryFilterConfigurationTypeDef


def get_value() -> CategoryFilterConfigurationTypeDef:
    return {
        "FilterListConfiguration": ...,
    }


# CategoryFilterConfigurationTypeDef definition

class CategoryFilterConfigurationTypeDef(TypedDict):
    FilterListConfiguration: NotRequired[FilterListConfigurationTypeDef],  # (1)
    CustomFilterListConfiguration: NotRequired[CustomFilterListConfigurationTypeDef],  # (2)
    CustomFilterConfiguration: NotRequired[CustomFilterConfigurationTypeDef],  # (3)
  1. See FilterListConfigurationTypeDef
  2. See CustomFilterListConfigurationTypeDef
  3. See CustomFilterConfigurationTypeDef

ClusterMarkerTypeDef#

# ClusterMarkerTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ClusterMarkerTypeDef


def get_value() -> ClusterMarkerTypeDef:
    return {
        "SimpleClusterMarker": ...,
    }


# ClusterMarkerTypeDef definition

class ClusterMarkerTypeDef(TypedDict):
    SimpleClusterMarker: NotRequired[SimpleClusterMarkerTypeDef],  # (1)
  1. See SimpleClusterMarkerTypeDef

TopicConstantValueOutputTypeDef#

# TopicConstantValueOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicConstantValueOutputTypeDef


def get_value() -> TopicConstantValueOutputTypeDef:
    return {
        "ConstantType": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicConstantValueTypeDef


def get_value() -> TopicConstantValueTypeDef:
    return {
        "ConstantType": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicCategoryFilterConstantOutputTypeDef


def get_value() -> TopicCategoryFilterConstantOutputTypeDef:
    return {
        "ConstantType": ...,
    }


# TopicCategoryFilterConstantOutputTypeDef definition

class TopicCategoryFilterConstantOutputTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    SingularConstant: NotRequired[str],
    CollectiveConstant: NotRequired[CollectiveConstantOutputTypeDef],  # (2)
  1. See ConstantTypeType
  2. See CollectiveConstantOutputTypeDef

TopicCategoryFilterConstantTypeDef#

# TopicCategoryFilterConstantTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicCategoryFilterConstantTypeDef


def get_value() -> TopicCategoryFilterConstantTypeDef:
    return {
        "ConstantType": ...,
    }


# TopicCategoryFilterConstantTypeDef definition

class TopicCategoryFilterConstantTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    SingularConstant: NotRequired[str],
    CollectiveConstant: NotRequired[CollectiveConstantTypeDef],  # (2)
  1. See ConstantTypeType
  2. See CollectiveConstantTypeDef

ColorScaleOutputTypeDef#

# ColorScaleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColorScaleOutputTypeDef


def get_value() -> ColorScaleOutputTypeDef:
    return {
        "Colors": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ColorScaleTypeDef


def get_value() -> ColorScaleTypeDef:
    return {
        "Colors": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ColorsConfigurationOutputTypeDef


def get_value() -> ColorsConfigurationOutputTypeDef:
    return {
        "CustomColors": ...,
    }


# ColorsConfigurationOutputTypeDef definition

class ColorsConfigurationOutputTypeDef(TypedDict):
    CustomColors: NotRequired[List[CustomColorTypeDef]],  # (1)
  1. See CustomColorTypeDef

ColorsConfigurationTypeDef#

# ColorsConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColorsConfigurationTypeDef


def get_value() -> ColorsConfigurationTypeDef:
    return {
        "CustomColors": ...,
    }


# ColorsConfigurationTypeDef definition

class ColorsConfigurationTypeDef(TypedDict):
    CustomColors: NotRequired[Sequence[CustomColorTypeDef]],  # (1)
  1. See CustomColorTypeDef

ColumnTagTypeDef#

# ColumnTagTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnTagTypeDef


def get_value() -> ColumnTagTypeDef:
    return {
        "ColumnGeographicRole": ...,
    }


# ColumnTagTypeDef definition

class ColumnTagTypeDef(TypedDict):
    ColumnGeographicRole: NotRequired[GeoSpatialDataRoleType],  # (1)
    ColumnDescription: NotRequired[ColumnDescriptionTypeDef],  # (2)
  1. See GeoSpatialDataRoleType
  2. See ColumnDescriptionTypeDef

ColumnGroupSchemaOutputTypeDef#

# ColumnGroupSchemaOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnGroupSchemaOutputTypeDef


def get_value() -> ColumnGroupSchemaOutputTypeDef:
    return {
        "Name": ...,
    }


# ColumnGroupSchemaOutputTypeDef definition

class ColumnGroupSchemaOutputTypeDef(TypedDict):
    Name: NotRequired[str],
    ColumnGroupColumnSchemaList: NotRequired[List[ColumnGroupColumnSchemaTypeDef]],  # (1)
  1. See ColumnGroupColumnSchemaTypeDef

ColumnGroupSchemaTypeDef#

# ColumnGroupSchemaTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnGroupSchemaTypeDef


def get_value() -> ColumnGroupSchemaTypeDef:
    return {
        "Name": ...,
    }


# ColumnGroupSchemaTypeDef definition

class ColumnGroupSchemaTypeDef(TypedDict):
    Name: NotRequired[str],
    ColumnGroupColumnSchemaList: NotRequired[Sequence[ColumnGroupColumnSchemaTypeDef]],  # (1)
  1. See ColumnGroupColumnSchemaTypeDef

ColumnGroupOutputTypeDef#

# ColumnGroupOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnGroupOutputTypeDef


def get_value() -> ColumnGroupOutputTypeDef:
    return {
        "GeoSpatialColumnGroup": ...,
    }


# ColumnGroupOutputTypeDef definition

class ColumnGroupOutputTypeDef(TypedDict):
    GeoSpatialColumnGroup: NotRequired[GeoSpatialColumnGroupOutputTypeDef],  # (1)
  1. See GeoSpatialColumnGroupOutputTypeDef

DataSetSchemaOutputTypeDef#

# DataSetSchemaOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetSchemaOutputTypeDef


def get_value() -> DataSetSchemaOutputTypeDef:
    return {
        "ColumnSchemaList": ...,
    }


# DataSetSchemaOutputTypeDef definition

class DataSetSchemaOutputTypeDef(TypedDict):
    ColumnSchemaList: NotRequired[List[ColumnSchemaTypeDef]],  # (1)
  1. See ColumnSchemaTypeDef

DataSetSchemaTypeDef#

# DataSetSchemaTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetSchemaTypeDef


def get_value() -> DataSetSchemaTypeDef:
    return {
        "ColumnSchemaList": ...,
    }


# DataSetSchemaTypeDef definition

class DataSetSchemaTypeDef(TypedDict):
    ColumnSchemaList: NotRequired[Sequence[ColumnSchemaTypeDef]],  # (1)
  1. See ColumnSchemaTypeDef

ConditionalFormattingCustomIconConditionTypeDef#

# ConditionalFormattingCustomIconConditionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingCustomIconConditionTypeDef


def get_value() -> ConditionalFormattingCustomIconConditionTypeDef:
    return {
        "Expression": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateAccountSubscriptionResponseTypeDef


def get_value() -> CreateAccountSubscriptionResponseTypeDef:
    return {
        "SignupResponse": ...,
    }


# CreateAccountSubscriptionResponseTypeDef definition

class CreateAccountSubscriptionResponseTypeDef(TypedDict):
    SignupResponse: SignupResponseTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See SignupResponseTypeDef
  2. See ResponseMetadataTypeDef

DataSetSummaryTypeDef#

# DataSetSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetSummaryTypeDef


def get_value() -> DataSetSummaryTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateFolderMembershipResponseTypeDef


def get_value() -> CreateFolderMembershipResponseTypeDef:
    return {
        "Status": ...,
    }


# CreateFolderMembershipResponseTypeDef definition

class CreateFolderMembershipResponseTypeDef(TypedDict):
    Status: int,
    FolderMember: FolderMemberTypeDef,  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See FolderMemberTypeDef
  2. See ResponseMetadataTypeDef

CreateGroupMembershipResponseTypeDef#

# CreateGroupMembershipResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateGroupMembershipResponseTypeDef


def get_value() -> CreateGroupMembershipResponseTypeDef:
    return {
        "GroupMember": ...,
    }


# CreateGroupMembershipResponseTypeDef definition

class CreateGroupMembershipResponseTypeDef(TypedDict):
    GroupMember: GroupMemberTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupMemberTypeDef
  2. See ResponseMetadataTypeDef

DescribeGroupMembershipResponseTypeDef#

# DescribeGroupMembershipResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeGroupMembershipResponseTypeDef


def get_value() -> DescribeGroupMembershipResponseTypeDef:
    return {
        "GroupMember": ...,
    }


# DescribeGroupMembershipResponseTypeDef definition

class DescribeGroupMembershipResponseTypeDef(TypedDict):
    GroupMember: GroupMemberTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupMemberTypeDef
  2. See ResponseMetadataTypeDef

ListGroupMembershipsResponseTypeDef#

# ListGroupMembershipsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListGroupMembershipsResponseTypeDef


def get_value() -> ListGroupMembershipsResponseTypeDef:
    return {
        "GroupMemberList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CreateGroupResponseTypeDef


def get_value() -> CreateGroupResponseTypeDef:
    return {
        "Group": ...,
    }


# CreateGroupResponseTypeDef definition

class CreateGroupResponseTypeDef(TypedDict):
    Group: GroupTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupTypeDef
  2. See ResponseMetadataTypeDef

DescribeGroupResponseTypeDef#

# DescribeGroupResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeGroupResponseTypeDef


def get_value() -> DescribeGroupResponseTypeDef:
    return {
        "Group": ...,
    }


# DescribeGroupResponseTypeDef definition

class DescribeGroupResponseTypeDef(TypedDict):
    Group: GroupTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupTypeDef
  2. See ResponseMetadataTypeDef

ListGroupsResponseTypeDef#

# ListGroupsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListGroupsResponseTypeDef


def get_value() -> ListGroupsResponseTypeDef:
    return {
        "GroupList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListUserGroupsResponseTypeDef


def get_value() -> ListUserGroupsResponseTypeDef:
    return {
        "GroupList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SearchGroupsResponseTypeDef


def get_value() -> SearchGroupsResponseTypeDef:
    return {
        "GroupList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateGroupResponseTypeDef


def get_value() -> UpdateGroupResponseTypeDef:
    return {
        "Group": ...,
    }


# UpdateGroupResponseTypeDef definition

class UpdateGroupResponseTypeDef(TypedDict):
    Group: GroupTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See GroupTypeDef
  2. See ResponseMetadataTypeDef

CreateTemplateAliasResponseTypeDef#

# CreateTemplateAliasResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateTemplateAliasResponseTypeDef


def get_value() -> CreateTemplateAliasResponseTypeDef:
    return {
        "TemplateAlias": ...,
    }


# CreateTemplateAliasResponseTypeDef definition

class CreateTemplateAliasResponseTypeDef(TypedDict):
    TemplateAlias: TemplateAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TemplateAliasTypeDef
  2. See ResponseMetadataTypeDef

DescribeTemplateAliasResponseTypeDef#

# DescribeTemplateAliasResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTemplateAliasResponseTypeDef


def get_value() -> DescribeTemplateAliasResponseTypeDef:
    return {
        "TemplateAlias": ...,
    }


# DescribeTemplateAliasResponseTypeDef definition

class DescribeTemplateAliasResponseTypeDef(TypedDict):
    TemplateAlias: TemplateAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TemplateAliasTypeDef
  2. See ResponseMetadataTypeDef

ListTemplateAliasesResponseTypeDef#

# ListTemplateAliasesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTemplateAliasesResponseTypeDef


def get_value() -> ListTemplateAliasesResponseTypeDef:
    return {
        "TemplateAliasList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTemplateAliasResponseTypeDef


def get_value() -> UpdateTemplateAliasResponseTypeDef:
    return {
        "TemplateAlias": ...,
    }


# UpdateTemplateAliasResponseTypeDef definition

class UpdateTemplateAliasResponseTypeDef(TypedDict):
    TemplateAlias: TemplateAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TemplateAliasTypeDef
  2. See ResponseMetadataTypeDef

CreateThemeAliasResponseTypeDef#

# CreateThemeAliasResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateThemeAliasResponseTypeDef


def get_value() -> CreateThemeAliasResponseTypeDef:
    return {
        "ThemeAlias": ...,
    }


# CreateThemeAliasResponseTypeDef definition

class CreateThemeAliasResponseTypeDef(TypedDict):
    ThemeAlias: ThemeAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ThemeAliasTypeDef
  2. See ResponseMetadataTypeDef

DescribeThemeAliasResponseTypeDef#

# DescribeThemeAliasResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeThemeAliasResponseTypeDef


def get_value() -> DescribeThemeAliasResponseTypeDef:
    return {
        "ThemeAlias": ...,
    }


# DescribeThemeAliasResponseTypeDef definition

class DescribeThemeAliasResponseTypeDef(TypedDict):
    ThemeAlias: ThemeAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ThemeAliasTypeDef
  2. See ResponseMetadataTypeDef

ListThemeAliasesResponseTypeDef#

# ListThemeAliasesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListThemeAliasesResponseTypeDef


def get_value() -> ListThemeAliasesResponseTypeDef:
    return {
        "ThemeAliasList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateThemeAliasResponseTypeDef


def get_value() -> UpdateThemeAliasResponseTypeDef:
    return {
        "ThemeAlias": ...,
    }


# UpdateThemeAliasResponseTypeDef definition

class UpdateThemeAliasResponseTypeDef(TypedDict):
    ThemeAlias: ThemeAliasTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ThemeAliasTypeDef
  2. See ResponseMetadataTypeDef

CustomActionNavigationOperationTypeDef#

# CustomActionNavigationOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomActionNavigationOperationTypeDef


def get_value() -> CustomActionNavigationOperationTypeDef:
    return {
        "LocalNavigationConfiguration": ...,
    }


# CustomActionNavigationOperationTypeDef definition

class CustomActionNavigationOperationTypeDef(TypedDict):
    LocalNavigationConfiguration: NotRequired[LocalNavigationConfigurationTypeDef],  # (1)
  1. See LocalNavigationConfigurationTypeDef

CustomValuesConfigurationOutputTypeDef#

# CustomValuesConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomValuesConfigurationOutputTypeDef


def get_value() -> CustomValuesConfigurationOutputTypeDef:
    return {
        "IncludeNullValue": ...,
    }


# CustomValuesConfigurationOutputTypeDef definition

class CustomValuesConfigurationOutputTypeDef(TypedDict):
    CustomValues: CustomParameterValuesOutputTypeDef,  # (1)
    IncludeNullValue: NotRequired[bool],
  1. See CustomParameterValuesOutputTypeDef

CustomSqlOutputTypeDef#

# CustomSqlOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomSqlOutputTypeDef


def get_value() -> CustomSqlOutputTypeDef:
    return {
        "DataSourceArn": ...,
    }


# CustomSqlOutputTypeDef definition

class CustomSqlOutputTypeDef(TypedDict):
    DataSourceArn: str,
    Name: str,
    SqlQuery: str,
    Columns: NotRequired[List[InputColumnTypeDef]],  # (1)
  1. See InputColumnTypeDef

CustomSqlTypeDef#

# CustomSqlTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomSqlTypeDef


def get_value() -> CustomSqlTypeDef:
    return {
        "DataSourceArn": ...,
    }


# CustomSqlTypeDef definition

class CustomSqlTypeDef(TypedDict):
    DataSourceArn: str,
    Name: str,
    SqlQuery: str,
    Columns: NotRequired[Sequence[InputColumnTypeDef]],  # (1)
  1. See InputColumnTypeDef

RelationalTableOutputTypeDef#

# RelationalTableOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RelationalTableOutputTypeDef


def get_value() -> RelationalTableOutputTypeDef:
    return {
        "DataSourceArn": ...,
    }


# RelationalTableOutputTypeDef definition

class RelationalTableOutputTypeDef(TypedDict):
    DataSourceArn: str,
    Name: str,
    InputColumns: List[InputColumnTypeDef],  # (1)
    Catalog: NotRequired[str],
    Schema: NotRequired[str],
  1. See InputColumnTypeDef

RelationalTableTypeDef#

# RelationalTableTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RelationalTableTypeDef


def get_value() -> RelationalTableTypeDef:
    return {
        "DataSourceArn": ...,
    }


# RelationalTableTypeDef definition

class RelationalTableTypeDef(TypedDict):
    DataSourceArn: str,
    Name: str,
    InputColumns: Sequence[InputColumnTypeDef],  # (1)
    Catalog: NotRequired[str],
    Schema: NotRequired[str],
  1. See InputColumnTypeDef

VisualInteractionOptionsTypeDef#

# VisualInteractionOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualInteractionOptionsTypeDef


def get_value() -> VisualInteractionOptionsTypeDef:
    return {
        "VisualMenuOption": ...,
    }


# VisualInteractionOptionsTypeDef definition

class VisualInteractionOptionsTypeDef(TypedDict):
    VisualMenuOption: NotRequired[VisualMenuOptionTypeDef],  # (1)
    ContextMenuOption: NotRequired[ContextMenuOptionTypeDef],  # (2)
  1. See VisualMenuOptionTypeDef
  2. See ContextMenuOptionTypeDef

SearchDashboardsRequestTypeDef#

# SearchDashboardsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchDashboardsRequestTypeDef


def get_value() -> SearchDashboardsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchDashboardsRequestTypeDef definition

class SearchDashboardsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DashboardSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See DashboardSearchFilterTypeDef

ListDashboardsResponseTypeDef#

# ListDashboardsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDashboardsResponseTypeDef


def get_value() -> ListDashboardsResponseTypeDef:
    return {
        "DashboardSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SearchDashboardsResponseTypeDef


def get_value() -> SearchDashboardsResponseTypeDef:
    return {
        "DashboardSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListDashboardVersionsResponseTypeDef


def get_value() -> ListDashboardVersionsResponseTypeDef:
    return {
        "DashboardVersionSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardVisualPublishOptionsTypeDef


def get_value() -> DashboardVisualPublishOptionsTypeDef:
    return {
        "ExportHiddenFieldsOption": ...,
    }


# DashboardVisualPublishOptionsTypeDef definition

class DashboardVisualPublishOptionsTypeDef(TypedDict):
    ExportHiddenFieldsOption: NotRequired[ExportHiddenFieldsOptionTypeDef],  # (1)
  1. See ExportHiddenFieldsOptionTypeDef

TableInlineVisualizationTypeDef#

# TableInlineVisualizationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableInlineVisualizationTypeDef


def get_value() -> TableInlineVisualizationTypeDef:
    return {
        "DataBars": ...,
    }


# TableInlineVisualizationTypeDef definition

class TableInlineVisualizationTypeDef(TypedDict):
    DataBars: NotRequired[DataBarsOptionsTypeDef],  # (1)
  1. See DataBarsOptionsTypeDef

DataLabelTypeTypeDef#

# DataLabelTypeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataLabelTypeTypeDef


def get_value() -> DataLabelTypeTypeDef:
    return {
        "FieldLabelType": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DataPathValueTypeDef


def get_value() -> DataPathValueTypeDef:
    return {
        "FieldId": ...,
    }


# DataPathValueTypeDef definition

class DataPathValueTypeDef(TypedDict):
    FieldId: NotRequired[str],
    FieldValue: NotRequired[str],
    DataPathType: NotRequired[DataPathTypeTypeDef],  # (1)
  1. See DataPathTypeTypeDef

SearchDataSetsRequestTypeDef#

# SearchDataSetsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchDataSetsRequestTypeDef


def get_value() -> SearchDataSetsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchDataSetsRequestTypeDef definition

class SearchDataSetsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DataSetSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See DataSetSearchFilterTypeDef

SearchDataSourcesRequestTypeDef#

# SearchDataSourcesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchDataSourcesRequestTypeDef


def get_value() -> SearchDataSourcesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchDataSourcesRequestTypeDef definition

class SearchDataSourcesRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DataSourceSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See DataSourceSearchFilterTypeDef

SearchDataSourcesResponseTypeDef#

# SearchDataSourcesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchDataSourcesResponseTypeDef


def get_value() -> SearchDataSourcesResponseTypeDef:
    return {
        "DataSourceSummaries": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeDatasetParameterOutputTypeDef


def get_value() -> DateTimeDatasetParameterOutputTypeDef:
    return {
        "Id": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TimeRangeFilterValueOutputTypeDef


def get_value() -> TimeRangeFilterValueOutputTypeDef:
    return {
        "StaticValue": ...,
    }


# TimeRangeFilterValueOutputTypeDef definition

class TimeRangeFilterValueOutputTypeDef(TypedDict):
    StaticValue: NotRequired[datetime],
    RollingDate: NotRequired[RollingDateConfigurationTypeDef],  # (1)
    Parameter: NotRequired[str],
  1. See RollingDateConfigurationTypeDef

TimeRangeFilterValueTypeDef#

# TimeRangeFilterValueTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TimeRangeFilterValueTypeDef


def get_value() -> TimeRangeFilterValueTypeDef:
    return {
        "StaticValue": ...,
    }


# TimeRangeFilterValueTypeDef definition

class TimeRangeFilterValueTypeDef(TypedDict):
    StaticValue: NotRequired[TimestampTypeDef],
    RollingDate: NotRequired[RollingDateConfigurationTypeDef],  # (1)
    Parameter: NotRequired[str],
  1. See RollingDateConfigurationTypeDef

DecimalDatasetParameterOutputTypeDef#

# DecimalDatasetParameterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalDatasetParameterOutputTypeDef


def get_value() -> DecimalDatasetParameterOutputTypeDef:
    return {
        "Id": ...,
    }


# DecimalDatasetParameterOutputTypeDef definition

class DecimalDatasetParameterOutputTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    DefaultValues: NotRequired[DecimalDatasetParameterDefaultValuesOutputTypeDef],  # (2)
  1. See DatasetParameterValueTypeType
  2. See DecimalDatasetParameterDefaultValuesOutputTypeDef

DescribeAnalysisPermissionsResponseTypeDef#

# DescribeAnalysisPermissionsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAnalysisPermissionsResponseTypeDef


def get_value() -> DescribeAnalysisPermissionsResponseTypeDef:
    return {
        "AnalysisId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSetPermissionsResponseTypeDef


def get_value() -> DescribeDataSetPermissionsResponseTypeDef:
    return {
        "DataSetArn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSourcePermissionsResponseTypeDef


def get_value() -> DescribeDataSourcePermissionsResponseTypeDef:
    return {
        "DataSourceArn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeFolderPermissionsResponseTypeDef


def get_value() -> DescribeFolderPermissionsResponseTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeFolderResolvedPermissionsResponseTypeDef


def get_value() -> DescribeFolderResolvedPermissionsResponseTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTemplatePermissionsResponseTypeDef


def get_value() -> DescribeTemplatePermissionsResponseTypeDef:
    return {
        "TemplateId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeThemePermissionsResponseTypeDef


def get_value() -> DescribeThemePermissionsResponseTypeDef:
    return {
        "ThemeId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTopicPermissionsResponseTypeDef


def get_value() -> DescribeTopicPermissionsResponseTypeDef:
    return {
        "TopicId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LinkSharingConfigurationOutputTypeDef


def get_value() -> LinkSharingConfigurationOutputTypeDef:
    return {
        "Permissions": ...,
    }


# LinkSharingConfigurationOutputTypeDef definition

class LinkSharingConfigurationOutputTypeDef(TypedDict):
    Permissions: NotRequired[List[ResourcePermissionOutputTypeDef]],  # (1)
  1. See ResourcePermissionOutputTypeDef

UpdateAnalysisPermissionsResponseTypeDef#

# UpdateAnalysisPermissionsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateAnalysisPermissionsResponseTypeDef


def get_value() -> UpdateAnalysisPermissionsResponseTypeDef:
    return {
        "AnalysisArn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateFolderPermissionsResponseTypeDef


def get_value() -> UpdateFolderPermissionsResponseTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTemplatePermissionsResponseTypeDef


def get_value() -> UpdateTemplatePermissionsResponseTypeDef:
    return {
        "TemplateId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateThemePermissionsResponseTypeDef


def get_value() -> UpdateThemePermissionsResponseTypeDef:
    return {
        "ThemeId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTopicPermissionsResponseTypeDef


def get_value() -> UpdateTopicPermissionsResponseTypeDef:
    return {
        "TopicId": ...,
    }


# 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

DescribeFolderPermissionsRequestPaginateTypeDef#

# DescribeFolderPermissionsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeFolderPermissionsRequestPaginateTypeDef


def get_value() -> DescribeFolderPermissionsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeFolderPermissionsRequestPaginateTypeDef definition

class DescribeFolderPermissionsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    Namespace: NotRequired[str],
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

DescribeFolderResolvedPermissionsRequestPaginateTypeDef#

# DescribeFolderResolvedPermissionsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeFolderResolvedPermissionsRequestPaginateTypeDef


def get_value() -> DescribeFolderResolvedPermissionsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeFolderResolvedPermissionsRequestPaginateTypeDef definition

class DescribeFolderResolvedPermissionsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    Namespace: NotRequired[str],
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListAnalysesRequestPaginateTypeDef#

# ListAnalysesRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListAnalysesRequestPaginateTypeDef


def get_value() -> ListAnalysesRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListAnalysesRequestPaginateTypeDef definition

class ListAnalysesRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListAssetBundleExportJobsRequestPaginateTypeDef#

# ListAssetBundleExportJobsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListAssetBundleExportJobsRequestPaginateTypeDef


def get_value() -> ListAssetBundleExportJobsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListAssetBundleExportJobsRequestPaginateTypeDef definition

class ListAssetBundleExportJobsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListAssetBundleImportJobsRequestPaginateTypeDef#

# ListAssetBundleImportJobsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListAssetBundleImportJobsRequestPaginateTypeDef


def get_value() -> ListAssetBundleImportJobsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListAssetBundleImportJobsRequestPaginateTypeDef definition

class ListAssetBundleImportJobsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListBrandsRequestPaginateTypeDef#

# ListBrandsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListBrandsRequestPaginateTypeDef


def get_value() -> ListBrandsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListBrandsRequestPaginateTypeDef definition

class ListBrandsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListCustomPermissionsRequestPaginateTypeDef#

# ListCustomPermissionsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListCustomPermissionsRequestPaginateTypeDef


def get_value() -> ListCustomPermissionsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListCustomPermissionsRequestPaginateTypeDef definition

class ListCustomPermissionsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListDashboardVersionsRequestPaginateTypeDef#

# ListDashboardVersionsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDashboardVersionsRequestPaginateTypeDef


def get_value() -> ListDashboardVersionsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListDashboardVersionsRequestPaginateTypeDef definition

class ListDashboardVersionsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListDashboardsRequestPaginateTypeDef#

# ListDashboardsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDashboardsRequestPaginateTypeDef


def get_value() -> ListDashboardsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListDashboardsRequestPaginateTypeDef definition

class ListDashboardsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListDataSetsRequestPaginateTypeDef#

# ListDataSetsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDataSetsRequestPaginateTypeDef


def get_value() -> ListDataSetsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListDataSetsRequestPaginateTypeDef definition

class ListDataSetsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListDataSourcesRequestPaginateTypeDef#

# ListDataSourcesRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDataSourcesRequestPaginateTypeDef


def get_value() -> ListDataSourcesRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListDataSourcesRequestPaginateTypeDef definition

class ListDataSourcesRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListFolderMembersRequestPaginateTypeDef#

# ListFolderMembersRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListFolderMembersRequestPaginateTypeDef


def get_value() -> ListFolderMembersRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListFolderMembersRequestPaginateTypeDef definition

class ListFolderMembersRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListFoldersForResourceRequestPaginateTypeDef#

# ListFoldersForResourceRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListFoldersForResourceRequestPaginateTypeDef


def get_value() -> ListFoldersForResourceRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListFoldersForResourceRequestPaginateTypeDef definition

class ListFoldersForResourceRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    ResourceArn: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListFoldersRequestPaginateTypeDef#

# ListFoldersRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListFoldersRequestPaginateTypeDef


def get_value() -> ListFoldersRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListFoldersRequestPaginateTypeDef definition

class ListFoldersRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListGroupMembershipsRequestPaginateTypeDef#

# ListGroupMembershipsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListGroupMembershipsRequestPaginateTypeDef


def get_value() -> ListGroupMembershipsRequestPaginateTypeDef:
    return {
        "GroupName": ...,
    }


# ListGroupMembershipsRequestPaginateTypeDef definition

class ListGroupMembershipsRequestPaginateTypeDef(TypedDict):
    GroupName: str,
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListGroupsRequestPaginateTypeDef#

# ListGroupsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListGroupsRequestPaginateTypeDef


def get_value() -> ListGroupsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListGroupsRequestPaginateTypeDef definition

class ListGroupsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListIAMPolicyAssignmentsForUserRequestPaginateTypeDef#

# ListIAMPolicyAssignmentsForUserRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIAMPolicyAssignmentsForUserRequestPaginateTypeDef


def get_value() -> ListIAMPolicyAssignmentsForUserRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListIAMPolicyAssignmentsForUserRequestPaginateTypeDef definition

class ListIAMPolicyAssignmentsForUserRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    UserName: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListIAMPolicyAssignmentsRequestPaginateTypeDef#

# ListIAMPolicyAssignmentsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIAMPolicyAssignmentsRequestPaginateTypeDef


def get_value() -> ListIAMPolicyAssignmentsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListIAMPolicyAssignmentsRequestPaginateTypeDef definition

class ListIAMPolicyAssignmentsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    AssignmentStatus: NotRequired[AssignmentStatusType],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See AssignmentStatusType
  2. See PaginatorConfigTypeDef

ListIngestionsRequestPaginateTypeDef#

# ListIngestionsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIngestionsRequestPaginateTypeDef


def get_value() -> ListIngestionsRequestPaginateTypeDef:
    return {
        "DataSetId": ...,
    }


# ListIngestionsRequestPaginateTypeDef definition

class ListIngestionsRequestPaginateTypeDef(TypedDict):
    DataSetId: str,
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListNamespacesRequestPaginateTypeDef#

# ListNamespacesRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListNamespacesRequestPaginateTypeDef


def get_value() -> ListNamespacesRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListNamespacesRequestPaginateTypeDef definition

class ListNamespacesRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListRoleMembershipsRequestPaginateTypeDef#

# ListRoleMembershipsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListRoleMembershipsRequestPaginateTypeDef


def get_value() -> ListRoleMembershipsRequestPaginateTypeDef:
    return {
        "Role": ...,
    }


# ListRoleMembershipsRequestPaginateTypeDef definition

class ListRoleMembershipsRequestPaginateTypeDef(TypedDict):
    Role: RoleType,  # (1)
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See RoleType
  2. See PaginatorConfigTypeDef

ListTemplateAliasesRequestPaginateTypeDef#

# ListTemplateAliasesRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTemplateAliasesRequestPaginateTypeDef


def get_value() -> ListTemplateAliasesRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListTemplateAliasesRequestPaginateTypeDef definition

class ListTemplateAliasesRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListTemplateVersionsRequestPaginateTypeDef#

# ListTemplateVersionsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTemplateVersionsRequestPaginateTypeDef


def get_value() -> ListTemplateVersionsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListTemplateVersionsRequestPaginateTypeDef definition

class ListTemplateVersionsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListTemplatesRequestPaginateTypeDef#

# ListTemplatesRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTemplatesRequestPaginateTypeDef


def get_value() -> ListTemplatesRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListTemplatesRequestPaginateTypeDef definition

class ListTemplatesRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListThemeVersionsRequestPaginateTypeDef#

# ListThemeVersionsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListThemeVersionsRequestPaginateTypeDef


def get_value() -> ListThemeVersionsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListThemeVersionsRequestPaginateTypeDef definition

class ListThemeVersionsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListThemesRequestPaginateTypeDef#

# ListThemesRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListThemesRequestPaginateTypeDef


def get_value() -> ListThemesRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListThemesRequestPaginateTypeDef definition

class ListThemesRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Type: NotRequired[ThemeTypeType],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See ThemeTypeType
  2. See PaginatorConfigTypeDef

ListUserGroupsRequestPaginateTypeDef#

# ListUserGroupsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListUserGroupsRequestPaginateTypeDef


def get_value() -> ListUserGroupsRequestPaginateTypeDef:
    return {
        "UserName": ...,
    }


# ListUserGroupsRequestPaginateTypeDef definition

class ListUserGroupsRequestPaginateTypeDef(TypedDict):
    UserName: str,
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

ListUsersRequestPaginateTypeDef#

# ListUsersRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListUsersRequestPaginateTypeDef


def get_value() -> ListUsersRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# ListUsersRequestPaginateTypeDef definition

class ListUsersRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (1)
  1. See PaginatorConfigTypeDef

SearchAnalysesRequestPaginateTypeDef#

# SearchAnalysesRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchAnalysesRequestPaginateTypeDef


def get_value() -> SearchAnalysesRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchAnalysesRequestPaginateTypeDef definition

class SearchAnalysesRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[AnalysisSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See AnalysisSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

SearchDashboardsRequestPaginateTypeDef#

# SearchDashboardsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchDashboardsRequestPaginateTypeDef


def get_value() -> SearchDashboardsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchDashboardsRequestPaginateTypeDef definition

class SearchDashboardsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DashboardSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See DashboardSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

SearchDataSetsRequestPaginateTypeDef#

# SearchDataSetsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchDataSetsRequestPaginateTypeDef


def get_value() -> SearchDataSetsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchDataSetsRequestPaginateTypeDef definition

class SearchDataSetsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DataSetSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See DataSetSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

SearchDataSourcesRequestPaginateTypeDef#

# SearchDataSourcesRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchDataSourcesRequestPaginateTypeDef


def get_value() -> SearchDataSourcesRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchDataSourcesRequestPaginateTypeDef definition

class SearchDataSourcesRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[DataSourceSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See DataSourceSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

DescribeFolderResponseTypeDef#

# DescribeFolderResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeFolderResponseTypeDef


def get_value() -> DescribeFolderResponseTypeDef:
    return {
        "Status": ...,
    }


# DescribeFolderResponseTypeDef definition

class DescribeFolderResponseTypeDef(TypedDict):
    Status: int,
    Folder: FolderTypeDef,  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See FolderTypeDef
  2. See ResponseMetadataTypeDef

DescribeIAMPolicyAssignmentResponseTypeDef#

# DescribeIAMPolicyAssignmentResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeIAMPolicyAssignmentResponseTypeDef


def get_value() -> DescribeIAMPolicyAssignmentResponseTypeDef:
    return {
        "IAMPolicyAssignment": ...,
    }


# DescribeIAMPolicyAssignmentResponseTypeDef definition

class DescribeIAMPolicyAssignmentResponseTypeDef(TypedDict):
    IAMPolicyAssignment: IAMPolicyAssignmentTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See IAMPolicyAssignmentTypeDef
  2. See ResponseMetadataTypeDef

DescribeKeyRegistrationResponseTypeDef#

# DescribeKeyRegistrationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeKeyRegistrationResponseTypeDef


def get_value() -> DescribeKeyRegistrationResponseTypeDef:
    return {
        "AwsAccountId": ...,
    }


# DescribeKeyRegistrationResponseTypeDef definition

class DescribeKeyRegistrationResponseTypeDef(TypedDict):
    AwsAccountId: str,
    KeyRegistration: List[RegisteredCustomerManagedKeyTypeDef],  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See RegisteredCustomerManagedKeyTypeDef
  2. See ResponseMetadataTypeDef

UpdateKeyRegistrationRequestTypeDef#

# UpdateKeyRegistrationRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateKeyRegistrationRequestTypeDef


def get_value() -> UpdateKeyRegistrationRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateKeyRegistrationRequestTypeDef definition

class UpdateKeyRegistrationRequestTypeDef(TypedDict):
    AwsAccountId: str,
    KeyRegistration: Sequence[RegisteredCustomerManagedKeyTypeDef],  # (1)
  1. See RegisteredCustomerManagedKeyTypeDef

DescribeTopicRefreshResponseTypeDef#

# DescribeTopicRefreshResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTopicRefreshResponseTypeDef


def get_value() -> DescribeTopicRefreshResponseTypeDef:
    return {
        "RefreshDetails": ...,
    }


# DescribeTopicRefreshResponseTypeDef definition

class DescribeTopicRefreshResponseTypeDef(TypedDict):
    RefreshDetails: TopicRefreshDetailsTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TopicRefreshDetailsTypeDef
  2. See ResponseMetadataTypeDef

DescribeTopicRefreshScheduleResponseTypeDef#

# DescribeTopicRefreshScheduleResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTopicRefreshScheduleResponseTypeDef


def get_value() -> DescribeTopicRefreshScheduleResponseTypeDef:
    return {
        "TopicId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicRefreshScheduleSummaryTypeDef


def get_value() -> TopicRefreshScheduleSummaryTypeDef:
    return {
        "DatasetId": ...,
    }


# TopicRefreshScheduleSummaryTypeDef definition

class TopicRefreshScheduleSummaryTypeDef(TypedDict):
    DatasetId: NotRequired[str],
    DatasetArn: NotRequired[str],
    DatasetName: NotRequired[str],
    RefreshSchedule: NotRequired[TopicRefreshScheduleOutputTypeDef],  # (1)
  1. See TopicRefreshScheduleOutputTypeDef

DescribeUserResponseTypeDef#

# DescribeUserResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeUserResponseTypeDef


def get_value() -> DescribeUserResponseTypeDef:
    return {
        "User": ...,
    }


# DescribeUserResponseTypeDef definition

class DescribeUserResponseTypeDef(TypedDict):
    User: UserTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See UserTypeDef
  2. See ResponseMetadataTypeDef

ListUsersResponseTypeDef#

# ListUsersResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListUsersResponseTypeDef


def get_value() -> ListUsersResponseTypeDef:
    return {
        "UserList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RegisterUserResponseTypeDef


def get_value() -> RegisterUserResponseTypeDef:
    return {
        "User": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateUserResponseTypeDef


def get_value() -> UpdateUserResponseTypeDef:
    return {
        "User": ...,
    }


# UpdateUserResponseTypeDef definition

class UpdateUserResponseTypeDef(TypedDict):
    User: UserTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See UserTypeDef
  2. See ResponseMetadataTypeDef

DisplayFormatOptionsTypeDef#

# DisplayFormatOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DisplayFormatOptionsTypeDef


def get_value() -> DisplayFormatOptionsTypeDef:
    return {
        "UseBlankCellFormat": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DonutOptionsTypeDef


def get_value() -> DonutOptionsTypeDef:
    return {
        "ArcOptions": ...,
    }


# DonutOptionsTypeDef definition

class DonutOptionsTypeDef(TypedDict):
    ArcOptions: NotRequired[ArcOptionsTypeDef],  # (1)
    DonutCenterOptions: NotRequired[DonutCenterOptionsTypeDef],  # (2)
  1. See ArcOptionsTypeDef
  2. See DonutCenterOptionsTypeDef

FilterAggMetricsTypeDef#

# FilterAggMetricsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterAggMetricsTypeDef


def get_value() -> FilterAggMetricsTypeDef:
    return {
        "MetricOperand": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicSortClauseTypeDef


def get_value() -> TopicSortClauseTypeDef:
    return {
        "Operand": ...,
    }


# TopicSortClauseTypeDef definition

class TopicSortClauseTypeDef(TypedDict):
    Operand: NotRequired[IdentifierTypeDef],  # (1)
    SortDirection: NotRequired[TopicSortDirectionType],  # (2)
  1. See IdentifierTypeDef
  2. See TopicSortDirectionType

FilterOperationTargetVisualsConfigurationOutputTypeDef#

# FilterOperationTargetVisualsConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterOperationTargetVisualsConfigurationOutputTypeDef


def get_value() -> FilterOperationTargetVisualsConfigurationOutputTypeDef:
    return {
        "SameSheetTargetVisualConfiguration": ...,
    }


# FilterOperationTargetVisualsConfigurationOutputTypeDef definition

class FilterOperationTargetVisualsConfigurationOutputTypeDef(TypedDict):
    SameSheetTargetVisualConfiguration: NotRequired[SameSheetTargetVisualConfigurationOutputTypeDef],  # (1)
  1. See SameSheetTargetVisualConfigurationOutputTypeDef

FilterOperationTargetVisualsConfigurationTypeDef#

# FilterOperationTargetVisualsConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterOperationTargetVisualsConfigurationTypeDef


def get_value() -> FilterOperationTargetVisualsConfigurationTypeDef:
    return {
        "SameSheetTargetVisualConfiguration": ...,
    }


# FilterOperationTargetVisualsConfigurationTypeDef definition

class FilterOperationTargetVisualsConfigurationTypeDef(TypedDict):
    SameSheetTargetVisualConfiguration: NotRequired[SameSheetTargetVisualConfigurationTypeDef],  # (1)
  1. See SameSheetTargetVisualConfigurationTypeDef

SearchFoldersRequestPaginateTypeDef#

# SearchFoldersRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchFoldersRequestPaginateTypeDef


def get_value() -> SearchFoldersRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchFoldersRequestPaginateTypeDef definition

class SearchFoldersRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[FolderSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See FolderSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

SearchFoldersRequestTypeDef#

# SearchFoldersRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchFoldersRequestTypeDef


def get_value() -> SearchFoldersRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchFoldersRequestTypeDef definition

class SearchFoldersRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[FolderSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See FolderSearchFilterTypeDef

ListFoldersResponseTypeDef#

# ListFoldersResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListFoldersResponseTypeDef


def get_value() -> ListFoldersResponseTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SearchFoldersResponseTypeDef


def get_value() -> SearchFoldersResponseTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FontConfigurationTypeDef


def get_value() -> FontConfigurationTypeDef:
    return {
        "FontSize": ...,
    }


# FontConfigurationTypeDef definition

class FontConfigurationTypeDef(TypedDict):
    FontSize: NotRequired[FontSizeTypeDef],  # (1)
    FontDecoration: NotRequired[FontDecorationType],  # (2)
    FontColor: NotRequired[str],
    FontWeight: NotRequired[FontWeightTypeDef],  # (3)
    FontStyle: NotRequired[FontStyleType],  # (4)
    FontFamily: NotRequired[str],
  1. See FontSizeTypeDef
  2. See FontDecorationType
  3. See FontWeightTypeDef
  4. See FontStyleType

TypographyOutputTypeDef#

# TypographyOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TypographyOutputTypeDef


def get_value() -> TypographyOutputTypeDef:
    return {
        "FontFamilies": ...,
    }


# TypographyOutputTypeDef definition

class TypographyOutputTypeDef(TypedDict):
    FontFamilies: NotRequired[List[FontTypeDef]],  # (1)
  1. See FontTypeDef

TypographyTypeDef#

# TypographyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TypographyTypeDef


def get_value() -> TypographyTypeDef:
    return {
        "FontFamilies": ...,
    }


# TypographyTypeDef definition

class TypographyTypeDef(TypedDict):
    FontFamilies: NotRequired[Sequence[FontTypeDef]],  # (1)
  1. See FontTypeDef

ForecastScenarioOutputTypeDef#

# ForecastScenarioOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ForecastScenarioOutputTypeDef


def get_value() -> ForecastScenarioOutputTypeDef:
    return {
        "WhatIfPointScenario": ...,
    }


# ForecastScenarioOutputTypeDef definition

class ForecastScenarioOutputTypeDef(TypedDict):
    WhatIfPointScenario: NotRequired[WhatIfPointScenarioOutputTypeDef],  # (1)
    WhatIfRangeScenario: NotRequired[WhatIfRangeScenarioOutputTypeDef],  # (2)
  1. See WhatIfPointScenarioOutputTypeDef
  2. See WhatIfRangeScenarioOutputTypeDef

FreeFormLayoutCanvasSizeOptionsTypeDef#

# FreeFormLayoutCanvasSizeOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormLayoutCanvasSizeOptionsTypeDef


def get_value() -> FreeFormLayoutCanvasSizeOptionsTypeDef:
    return {
        "ScreenCanvasSizeOptions": ...,
    }


# FreeFormLayoutCanvasSizeOptionsTypeDef definition

class FreeFormLayoutCanvasSizeOptionsTypeDef(TypedDict):
    ScreenCanvasSizeOptions: NotRequired[FreeFormLayoutScreenCanvasSizeOptionsTypeDef],  # (1)
  1. See FreeFormLayoutScreenCanvasSizeOptionsTypeDef

SnapshotAnonymousUserTypeDef#

# SnapshotAnonymousUserTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotAnonymousUserTypeDef


def get_value() -> SnapshotAnonymousUserTypeDef:
    return {
        "RowLevelPermissionTags": ...,
    }


# SnapshotAnonymousUserTypeDef definition

class SnapshotAnonymousUserTypeDef(TypedDict):
    RowLevelPermissionTags: NotRequired[Sequence[SessionTagTypeDef]],  # (1)
  1. See SessionTagTypeDef

QAResultTypeDef#

# QAResultTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import QAResultTypeDef


def get_value() -> QAResultTypeDef:
    return {
        "ResultType": ...,
    }


# QAResultTypeDef definition

class QAResultTypeDef(TypedDict):
    ResultType: NotRequired[QAResultTypeType],  # (1)
    DashboardVisual: NotRequired[DashboardVisualResultTypeDef],  # (2)
    GeneratedAnswer: NotRequired[GeneratedAnswerResultTypeDef],  # (3)
  1. See QAResultTypeType
  2. See DashboardVisualResultTypeDef
  3. See GeneratedAnswerResultTypeDef

GeospatialMapStateTypeDef#

# GeospatialMapStateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapStateTypeDef


def get_value() -> GeospatialMapStateTypeDef:
    return {
        "Bounds": ...,
    }


# GeospatialMapStateTypeDef definition

class GeospatialMapStateTypeDef(TypedDict):
    Bounds: NotRequired[GeospatialCoordinateBoundsTypeDef],  # (1)
    MapNavigation: NotRequired[GeospatialMapNavigationType],  # (2)
  1. See GeospatialCoordinateBoundsTypeDef
  2. See GeospatialMapNavigationType

GeospatialWindowOptionsTypeDef#

# GeospatialWindowOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialWindowOptionsTypeDef


def get_value() -> GeospatialWindowOptionsTypeDef:
    return {
        "Bounds": ...,
    }


# GeospatialWindowOptionsTypeDef definition

class GeospatialWindowOptionsTypeDef(TypedDict):
    Bounds: NotRequired[GeospatialCoordinateBoundsTypeDef],  # (1)
    MapZoomMode: NotRequired[MapZoomModeType],  # (2)
  1. See GeospatialCoordinateBoundsTypeDef
  2. See MapZoomModeType

GeospatialDataSourceItemTypeDef#

# GeospatialDataSourceItemTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialDataSourceItemTypeDef


def get_value() -> GeospatialDataSourceItemTypeDef:
    return {
        "StaticFileDataSource": ...,
    }


# GeospatialDataSourceItemTypeDef definition

class GeospatialDataSourceItemTypeDef(TypedDict):
    StaticFileDataSource: NotRequired[GeospatialStaticFileSourceTypeDef],  # (1)
  1. See GeospatialStaticFileSourceTypeDef

GeospatialHeatmapColorScaleOutputTypeDef#

# GeospatialHeatmapColorScaleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialHeatmapColorScaleOutputTypeDef


def get_value() -> GeospatialHeatmapColorScaleOutputTypeDef:
    return {
        "Colors": ...,
    }


# GeospatialHeatmapColorScaleOutputTypeDef definition

class GeospatialHeatmapColorScaleOutputTypeDef(TypedDict):
    Colors: NotRequired[List[GeospatialHeatmapDataColorTypeDef]],  # (1)
  1. See GeospatialHeatmapDataColorTypeDef

GeospatialHeatmapColorScaleTypeDef#

# GeospatialHeatmapColorScaleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialHeatmapColorScaleTypeDef


def get_value() -> GeospatialHeatmapColorScaleTypeDef:
    return {
        "Colors": ...,
    }


# GeospatialHeatmapColorScaleTypeDef definition

class GeospatialHeatmapColorScaleTypeDef(TypedDict):
    Colors: NotRequired[Sequence[GeospatialHeatmapDataColorTypeDef]],  # (1)
  1. See GeospatialHeatmapDataColorTypeDef

GeospatialNullDataSettingsTypeDef#

# GeospatialNullDataSettingsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialNullDataSettingsTypeDef


def get_value() -> GeospatialNullDataSettingsTypeDef:
    return {
        "SymbolStyle": ...,
    }


# GeospatialNullDataSettingsTypeDef definition

class GeospatialNullDataSettingsTypeDef(TypedDict):
    SymbolStyle: GeospatialNullSymbolStyleTypeDef,  # (1)
  1. See GeospatialNullSymbolStyleTypeDef

TableSideBorderOptionsTypeDef#

# TableSideBorderOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableSideBorderOptionsTypeDef


def get_value() -> TableSideBorderOptionsTypeDef:
    return {
        "InnerVertical": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import GradientColorOutputTypeDef


def get_value() -> GradientColorOutputTypeDef:
    return {
        "Stops": ...,
    }


# GradientColorOutputTypeDef definition

class GradientColorOutputTypeDef(TypedDict):
    Stops: NotRequired[List[GradientStopTypeDef]],  # (1)
  1. See GradientStopTypeDef

GradientColorTypeDef#

# GradientColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GradientColorTypeDef


def get_value() -> GradientColorTypeDef:
    return {
        "Stops": ...,
    }


# GradientColorTypeDef definition

class GradientColorTypeDef(TypedDict):
    Stops: NotRequired[Sequence[GradientStopTypeDef]],  # (1)
  1. See GradientStopTypeDef

GridLayoutCanvasSizeOptionsTypeDef#

# GridLayoutCanvasSizeOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GridLayoutCanvasSizeOptionsTypeDef


def get_value() -> GridLayoutCanvasSizeOptionsTypeDef:
    return {
        "ScreenCanvasSizeOptions": ...,
    }


# GridLayoutCanvasSizeOptionsTypeDef definition

class GridLayoutCanvasSizeOptionsTypeDef(TypedDict):
    ScreenCanvasSizeOptions: NotRequired[GridLayoutScreenCanvasSizeOptionsTypeDef],  # (1)
  1. See GridLayoutScreenCanvasSizeOptionsTypeDef

SearchGroupsRequestPaginateTypeDef#

# SearchGroupsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchGroupsRequestPaginateTypeDef


def get_value() -> SearchGroupsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchGroupsRequestPaginateTypeDef definition

class SearchGroupsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    Filters: Sequence[GroupSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See GroupSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

SearchGroupsRequestTypeDef#

# SearchGroupsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchGroupsRequestTypeDef


def get_value() -> SearchGroupsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchGroupsRequestTypeDef definition

class SearchGroupsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Namespace: str,
    Filters: Sequence[GroupSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See GroupSearchFilterTypeDef

ListIAMPolicyAssignmentsResponseTypeDef#

# ListIAMPolicyAssignmentsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIAMPolicyAssignmentsResponseTypeDef


def get_value() -> ListIAMPolicyAssignmentsResponseTypeDef:
    return {
        "IAMPolicyAssignments": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ImageConfigurationTypeDef


def get_value() -> ImageConfigurationTypeDef:
    return {
        "Source": ...,
    }


# ImageConfigurationTypeDef definition

class ImageConfigurationTypeDef(TypedDict):
    Source: NotRequired[ImageSourceTypeDef],  # (1)
  1. See ImageSourceTypeDef

ImageTypeDef#

# ImageTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageTypeDef


def get_value() -> ImageTypeDef:
    return {
        "Source": ...,
    }


# ImageTypeDef definition

class ImageTypeDef(TypedDict):
    Source: NotRequired[ImageSourceTypeDef],  # (1)
    GeneratedImageUrl: NotRequired[str],
  1. See ImageSourceTypeDef

ImageInteractionOptionsTypeDef#

# ImageInteractionOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageInteractionOptionsTypeDef


def get_value() -> ImageInteractionOptionsTypeDef:
    return {
        "ImageMenuOption": ...,
    }


# ImageInteractionOptionsTypeDef definition

class ImageInteractionOptionsTypeDef(TypedDict):
    ImageMenuOption: NotRequired[ImageMenuOptionTypeDef],  # (1)
  1. See ImageMenuOptionTypeDef

IncrementalRefreshTypeDef#

# IncrementalRefreshTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IncrementalRefreshTypeDef


def get_value() -> IncrementalRefreshTypeDef:
    return {
        "LookbackWindow": ...,
    }


# IncrementalRefreshTypeDef definition

class IncrementalRefreshTypeDef(TypedDict):
    LookbackWindow: LookbackWindowTypeDef,  # (1)
  1. See LookbackWindowTypeDef

IngestionTypeDef#

# IngestionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IngestionTypeDef


def get_value() -> IngestionTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerDatasetParameterOutputTypeDef


def get_value() -> IntegerDatasetParameterOutputTypeDef:
    return {
        "Id": ...,
    }


# IntegerDatasetParameterOutputTypeDef definition

class IntegerDatasetParameterOutputTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    DefaultValues: NotRequired[IntegerDatasetParameterDefaultValuesOutputTypeDef],  # (2)
  1. See DatasetParameterValueTypeType
  2. See IntegerDatasetParameterDefaultValuesOutputTypeDef

JoinInstructionTypeDef#

# JoinInstructionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import JoinInstructionTypeDef


def get_value() -> JoinInstructionTypeDef:
    return {
        "LeftOperand": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import KPIVisualLayoutOptionsTypeDef


def get_value() -> KPIVisualLayoutOptionsTypeDef:
    return {
        "StandardLayout": ...,
    }


# KPIVisualLayoutOptionsTypeDef definition

class KPIVisualLayoutOptionsTypeDef(TypedDict):
    StandardLayout: NotRequired[KPIVisualStandardLayoutTypeDef],  # (1)
  1. See KPIVisualStandardLayoutTypeDef

LineChartDefaultSeriesSettingsTypeDef#

# LineChartDefaultSeriesSettingsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartDefaultSeriesSettingsTypeDef


def get_value() -> LineChartDefaultSeriesSettingsTypeDef:
    return {
        "AxisBinding": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartSeriesSettingsTypeDef


def get_value() -> LineChartSeriesSettingsTypeDef:
    return {
        "LineStyleSettings": ...,
    }


# LineChartSeriesSettingsTypeDef definition

class LineChartSeriesSettingsTypeDef(TypedDict):
    LineStyleSettings: NotRequired[LineChartLineStyleSettingsTypeDef],  # (1)
    MarkerStyleSettings: NotRequired[LineChartMarkerStyleSettingsTypeDef],  # (2)
  1. See LineChartLineStyleSettingsTypeDef
  2. See LineChartMarkerStyleSettingsTypeDef

LinkSharingConfigurationTypeDef#

# LinkSharingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LinkSharingConfigurationTypeDef


def get_value() -> LinkSharingConfigurationTypeDef:
    return {
        "Permissions": ...,
    }


# LinkSharingConfigurationTypeDef definition

class LinkSharingConfigurationTypeDef(TypedDict):
    Permissions: NotRequired[Sequence[ResourcePermissionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef

ListFolderMembersResponseTypeDef#

# ListFolderMembersResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListFolderMembersResponseTypeDef


def get_value() -> ListFolderMembersResponseTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListTemplateVersionsResponseTypeDef


def get_value() -> ListTemplateVersionsResponseTypeDef:
    return {
        "TemplateVersionSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListTemplatesResponseTypeDef


def get_value() -> ListTemplatesResponseTypeDef:
    return {
        "TemplateSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListThemeVersionsResponseTypeDef


def get_value() -> ListThemeVersionsResponseTypeDef:
    return {
        "ThemeVersionSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListThemesResponseTypeDef


def get_value() -> ListThemesResponseTypeDef:
    return {
        "ThemeSummaryList": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListTopicsResponseTypeDef


def get_value() -> ListTopicsResponseTypeDef:
    return {
        "TopicsSummaries": ...,
    }


# 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

SearchTopicsResponseTypeDef#

# SearchTopicsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchTopicsResponseTypeDef


def get_value() -> SearchTopicsResponseTypeDef:
    return {
        "TopicSummaryList": ...,
    }


# SearchTopicsResponseTypeDef definition

class SearchTopicsResponseTypeDef(TypedDict):
    TopicSummaryList: List[TopicSummaryTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
    NextToken: NotRequired[str],
  1. See TopicSummaryTypeDef
  2. See ResponseMetadataTypeDef

VisualSubtitleLabelOptionsTypeDef#

# VisualSubtitleLabelOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualSubtitleLabelOptionsTypeDef


def get_value() -> VisualSubtitleLabelOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# VisualSubtitleLabelOptionsTypeDef definition

class VisualSubtitleLabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    FormatText: NotRequired[LongFormatTextTypeDef],  # (2)
  1. See VisibilityType
  2. See LongFormatTextTypeDef

S3ParametersTypeDef#

# S3ParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import S3ParametersTypeDef


def get_value() -> S3ParametersTypeDef:
    return {
        "ManifestFileLocation": ...,
    }


# S3ParametersTypeDef definition

class S3ParametersTypeDef(TypedDict):
    ManifestFileLocation: ManifestFileLocationTypeDef,  # (1)
    RoleArn: NotRequired[str],
  1. See ManifestFileLocationTypeDef

TileLayoutStyleTypeDef#

# TileLayoutStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TileLayoutStyleTypeDef


def get_value() -> TileLayoutStyleTypeDef:
    return {
        "Gutter": ...,
    }


# TileLayoutStyleTypeDef definition

class TileLayoutStyleTypeDef(TypedDict):
    Gutter: NotRequired[GutterStyleTypeDef],  # (1)
    Margin: NotRequired[MarginStyleTypeDef],  # (2)
  1. See GutterStyleTypeDef
  2. See MarginStyleTypeDef

NamedEntityDefinitionOutputTypeDef#

# NamedEntityDefinitionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NamedEntityDefinitionOutputTypeDef


def get_value() -> NamedEntityDefinitionOutputTypeDef:
    return {
        "FieldName": ...,
    }


# 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

NamedEntityDefinitionTypeDef#

# NamedEntityDefinitionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NamedEntityDefinitionTypeDef


def get_value() -> NamedEntityDefinitionTypeDef:
    return {
        "FieldName": ...,
    }


# NamedEntityDefinitionTypeDef definition

class NamedEntityDefinitionTypeDef(TypedDict):
    FieldName: NotRequired[str],
    PropertyName: NotRequired[str],
    PropertyRole: NotRequired[PropertyRoleType],  # (1)
    PropertyUsage: NotRequired[PropertyUsageType],  # (2)
    Metric: NotRequired[NamedEntityDefinitionMetricTypeDef],  # (3)
  1. See PropertyRoleType
  2. See PropertyUsageType
  3. See NamedEntityDefinitionMetricTypeDef

NamespaceInfoV2TypeDef#

# NamespaceInfoV2TypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NamespaceInfoV2TypeDef


def get_value() -> NamespaceInfoV2TypeDef:
    return {
        "Name": ...,
    }


# 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)
    IamIdentityCenterApplicationArn: NotRequired[str],
    IamIdentityCenterInstanceArn: NotRequired[str],
  1. See NamespaceStatusType
  2. See IdentityStoreType
  3. See NamespaceErrorTypeDef

VPCConnectionSummaryTypeDef#

# VPCConnectionSummaryTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VPCConnectionSummaryTypeDef


def get_value() -> VPCConnectionSummaryTypeDef:
    return {
        "VPCConnectionId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import VPCConnectionTypeDef


def get_value() -> VPCConnectionTypeDef:
    return {
        "VPCConnectionId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import OverrideDatasetParameterOperationOutputTypeDef


def get_value() -> OverrideDatasetParameterOperationOutputTypeDef:
    return {
        "ParameterName": ...,
    }


# OverrideDatasetParameterOperationOutputTypeDef definition

class OverrideDatasetParameterOperationOutputTypeDef(TypedDict):
    ParameterName: str,
    NewParameterName: NotRequired[str],
    NewDefaultValues: NotRequired[NewDefaultValuesOutputTypeDef],  # (1)
  1. See NewDefaultValuesOutputTypeDef

NumericSeparatorConfigurationTypeDef#

# NumericSeparatorConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NumericSeparatorConfigurationTypeDef


def get_value() -> NumericSeparatorConfigurationTypeDef:
    return {
        "DecimalSeparator": ...,
    }


# NumericSeparatorConfigurationTypeDef definition

class NumericSeparatorConfigurationTypeDef(TypedDict):
    DecimalSeparator: NotRequired[NumericSeparatorSymbolType],  # (1)
    ThousandsSeparator: NotRequired[ThousandSeparatorOptionsTypeDef],  # (2)
  1. See NumericSeparatorSymbolType
  2. See ThousandSeparatorOptionsTypeDef

NumericalAggregationFunctionTypeDef#

# NumericalAggregationFunctionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NumericalAggregationFunctionTypeDef


def get_value() -> NumericalAggregationFunctionTypeDef:
    return {
        "SimpleNumericalAggregation": ...,
    }


# NumericalAggregationFunctionTypeDef definition

class NumericalAggregationFunctionTypeDef(TypedDict):
    SimpleNumericalAggregation: NotRequired[SimpleNumericalAggregationFunctionType],  # (1)
    PercentileAggregation: NotRequired[PercentileAggregationTypeDef],  # (2)
  1. See SimpleNumericalAggregationFunctionType
  2. See PercentileAggregationTypeDef

ParametersOutputTypeDef#

# ParametersOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParametersOutputTypeDef


def get_value() -> ParametersOutputTypeDef:
    return {
        "StringParameters": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import VisibleRangeOptionsTypeDef


def get_value() -> VisibleRangeOptionsTypeDef:
    return {
        "PercentRange": ...,
    }


# VisibleRangeOptionsTypeDef definition

class VisibleRangeOptionsTypeDef(TypedDict):
    PercentRange: NotRequired[PercentVisibleRangeTypeDef],  # (1)
  1. See PercentVisibleRangeTypeDef

PerformanceConfigurationOutputTypeDef#

# PerformanceConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PerformanceConfigurationOutputTypeDef


def get_value() -> PerformanceConfigurationOutputTypeDef:
    return {
        "UniqueKeys": ...,
    }


# PerformanceConfigurationOutputTypeDef definition

class PerformanceConfigurationOutputTypeDef(TypedDict):
    UniqueKeys: NotRequired[List[UniqueKeyOutputTypeDef]],  # (1)
  1. See UniqueKeyOutputTypeDef

PerformanceConfigurationTypeDef#

# PerformanceConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PerformanceConfigurationTypeDef


def get_value() -> PerformanceConfigurationTypeDef:
    return {
        "UniqueKeys": ...,
    }


# PerformanceConfigurationTypeDef definition

class PerformanceConfigurationTypeDef(TypedDict):
    UniqueKeys: NotRequired[Sequence[UniqueKeyTypeDef]],  # (1)
  1. See UniqueKeyTypeDef

PluginVisualOptionsOutputTypeDef#

# PluginVisualOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualOptionsOutputTypeDef


def get_value() -> PluginVisualOptionsOutputTypeDef:
    return {
        "VisualProperties": ...,
    }


# PluginVisualOptionsOutputTypeDef definition

class PluginVisualOptionsOutputTypeDef(TypedDict):
    VisualProperties: NotRequired[List[PluginVisualPropertyTypeDef]],  # (1)
  1. See PluginVisualPropertyTypeDef

PluginVisualOptionsTypeDef#

# PluginVisualOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualOptionsTypeDef


def get_value() -> PluginVisualOptionsTypeDef:
    return {
        "VisualProperties": ...,
    }


# PluginVisualOptionsTypeDef definition

class PluginVisualOptionsTypeDef(TypedDict):
    VisualProperties: NotRequired[Sequence[PluginVisualPropertyTypeDef]],  # (1)
  1. See PluginVisualPropertyTypeDef

RadarChartSeriesSettingsTypeDef#

# RadarChartSeriesSettingsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartSeriesSettingsTypeDef


def get_value() -> RadarChartSeriesSettingsTypeDef:
    return {
        "AreaStyleSettings": ...,
    }


# RadarChartSeriesSettingsTypeDef definition

class RadarChartSeriesSettingsTypeDef(TypedDict):
    AreaStyleSettings: NotRequired[RadarChartAreaStyleSettingsTypeDef],  # (1)
  1. See RadarChartAreaStyleSettingsTypeDef

TopicRangeFilterConstantTypeDef#

# TopicRangeFilterConstantTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicRangeFilterConstantTypeDef


def get_value() -> TopicRangeFilterConstantTypeDef:
    return {
        "ConstantType": ...,
    }


# TopicRangeFilterConstantTypeDef definition

class TopicRangeFilterConstantTypeDef(TypedDict):
    ConstantType: NotRequired[ConstantTypeType],  # (1)
    RangeConstant: NotRequired[RangeConstantTypeDef],  # (2)
  1. See ConstantTypeType
  2. See RangeConstantTypeDef

RedshiftParametersOutputTypeDef#

# RedshiftParametersOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RedshiftParametersOutputTypeDef


def get_value() -> RedshiftParametersOutputTypeDef:
    return {
        "Host": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RefreshFrequencyTypeDef


def get_value() -> RefreshFrequencyTypeDef:
    return {
        "Interval": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RegisteredUserConsoleFeatureConfigurationsTypeDef


def get_value() -> RegisteredUserConsoleFeatureConfigurationsTypeDef:
    return {
        "StatePersistence": ...,
    }


# RegisteredUserConsoleFeatureConfigurationsTypeDef definition

class RegisteredUserConsoleFeatureConfigurationsTypeDef(TypedDict):
    StatePersistence: NotRequired[StatePersistenceConfigurationsTypeDef],  # (1)
    SharedView: NotRequired[SharedViewConfigurationsTypeDef],  # (2)
  1. See StatePersistenceConfigurationsTypeDef
  2. See SharedViewConfigurationsTypeDef

RegisteredUserDashboardFeatureConfigurationsTypeDef#

# RegisteredUserDashboardFeatureConfigurationsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RegisteredUserDashboardFeatureConfigurationsTypeDef


def get_value() -> RegisteredUserDashboardFeatureConfigurationsTypeDef:
    return {
        "StatePersistence": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RowLevelPermissionTagConfigurationOutputTypeDef


def get_value() -> RowLevelPermissionTagConfigurationOutputTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RowLevelPermissionTagConfigurationTypeDef


def get_value() -> RowLevelPermissionTagConfigurationTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotS3DestinationConfigurationTypeDef


def get_value() -> SnapshotS3DestinationConfigurationTypeDef:
    return {
        "BucketConfiguration": ...,
    }


# SnapshotS3DestinationConfigurationTypeDef definition

class SnapshotS3DestinationConfigurationTypeDef(TypedDict):
    BucketConfiguration: S3BucketConfigurationTypeDef,  # (1)
  1. See S3BucketConfigurationTypeDef

S3SourceOutputTypeDef#

# S3SourceOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import S3SourceOutputTypeDef


def get_value() -> S3SourceOutputTypeDef:
    return {
        "DataSourceArn": ...,
    }


# S3SourceOutputTypeDef definition

class S3SourceOutputTypeDef(TypedDict):
    DataSourceArn: str,
    InputColumns: List[InputColumnTypeDef],  # (2)
    UploadSettings: NotRequired[UploadSettingsTypeDef],  # (1)
  1. See UploadSettingsTypeDef
  2. See InputColumnTypeDef

S3SourceTypeDef#

# S3SourceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import S3SourceTypeDef


def get_value() -> S3SourceTypeDef:
    return {
        "DataSourceArn": ...,
    }


# S3SourceTypeDef definition

class S3SourceTypeDef(TypedDict):
    DataSourceArn: str,
    InputColumns: Sequence[InputColumnTypeDef],  # (2)
    UploadSettings: NotRequired[UploadSettingsTypeDef],  # (1)
  1. See UploadSettingsTypeDef
  2. See InputColumnTypeDef

SearchTopicsRequestPaginateTypeDef#

# SearchTopicsRequestPaginateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchTopicsRequestPaginateTypeDef


def get_value() -> SearchTopicsRequestPaginateTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchTopicsRequestPaginateTypeDef definition

class SearchTopicsRequestPaginateTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[TopicSearchFilterTypeDef],  # (1)
    PaginationConfig: NotRequired[PaginatorConfigTypeDef],  # (2)
  1. See TopicSearchFilterTypeDef
  2. See PaginatorConfigTypeDef

SearchTopicsRequestTypeDef#

# SearchTopicsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SearchTopicsRequestTypeDef


def get_value() -> SearchTopicsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# SearchTopicsRequestTypeDef definition

class SearchTopicsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    Filters: Sequence[TopicSearchFilterTypeDef],  # (1)
    NextToken: NotRequired[str],
    MaxResults: NotRequired[int],
  1. See TopicSearchFilterTypeDef

SectionBasedLayoutPaperCanvasSizeOptionsTypeDef#

# SectionBasedLayoutPaperCanvasSizeOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SectionBasedLayoutPaperCanvasSizeOptionsTypeDef


def get_value() -> SectionBasedLayoutPaperCanvasSizeOptionsTypeDef:
    return {
        "PaperSize": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SectionStyleTypeDef


def get_value() -> SectionStyleTypeDef:
    return {
        "Height": ...,
    }


# SectionStyleTypeDef definition

class SectionStyleTypeDef(TypedDict):
    Height: NotRequired[str],
    Padding: NotRequired[SpacingTypeDef],  # (1)
  1. See SpacingTypeDef

SelectedSheetsFilterScopeConfigurationOutputTypeDef#

# SelectedSheetsFilterScopeConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SelectedSheetsFilterScopeConfigurationOutputTypeDef


def get_value() -> SelectedSheetsFilterScopeConfigurationOutputTypeDef:
    return {
        "SheetVisualScopingConfigurations": ...,
    }


# SelectedSheetsFilterScopeConfigurationOutputTypeDef definition

class SelectedSheetsFilterScopeConfigurationOutputTypeDef(TypedDict):
    SheetVisualScopingConfigurations: NotRequired[List[SheetVisualScopingConfigurationOutputTypeDef]],  # (1)
  1. See SheetVisualScopingConfigurationOutputTypeDef

SelectedSheetsFilterScopeConfigurationTypeDef#

# SelectedSheetsFilterScopeConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SelectedSheetsFilterScopeConfigurationTypeDef


def get_value() -> SelectedSheetsFilterScopeConfigurationTypeDef:
    return {
        "SheetVisualScopingConfigurations": ...,
    }


# SelectedSheetsFilterScopeConfigurationTypeDef definition

class SelectedSheetsFilterScopeConfigurationTypeDef(TypedDict):
    SheetVisualScopingConfigurations: NotRequired[Sequence[SheetVisualScopingConfigurationTypeDef]],  # (1)
  1. See SheetVisualScopingConfigurationTypeDef

SheetElementRenderingRuleTypeDef#

# SheetElementRenderingRuleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetElementRenderingRuleTypeDef


def get_value() -> SheetElementRenderingRuleTypeDef:
    return {
        "Expression": ...,
    }


# SheetElementRenderingRuleTypeDef definition

class SheetElementRenderingRuleTypeDef(TypedDict):
    Expression: str,
    ConfigurationOverrides: SheetElementConfigurationOverridesTypeDef,  # (1)
  1. See SheetElementConfigurationOverridesTypeDef

SheetImageSourceTypeDef#

# SheetImageSourceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetImageSourceTypeDef


def get_value() -> SheetImageSourceTypeDef:
    return {
        "SheetImageStaticFileSource": ...,
    }


# SheetImageSourceTypeDef definition

class SheetImageSourceTypeDef(TypedDict):
    SheetImageStaticFileSource: NotRequired[SheetImageStaticFileSourceTypeDef],  # (1)
  1. See SheetImageStaticFileSourceTypeDef

SheetImageTooltipConfigurationTypeDef#

# SheetImageTooltipConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetImageTooltipConfigurationTypeDef


def get_value() -> SheetImageTooltipConfigurationTypeDef:
    return {
        "TooltipText": ...,
    }


# SheetImageTooltipConfigurationTypeDef definition

class SheetImageTooltipConfigurationTypeDef(TypedDict):
    TooltipText: NotRequired[SheetImageTooltipTextTypeDef],  # (1)
    Visibility: NotRequired[VisibilityType],  # (2)
  1. See SheetImageTooltipTextTypeDef
  2. See VisibilityType

VisualTitleLabelOptionsTypeDef#

# VisualTitleLabelOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualTitleLabelOptionsTypeDef


def get_value() -> VisualTitleLabelOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# VisualTitleLabelOptionsTypeDef definition

class VisualTitleLabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    FormatText: NotRequired[ShortFormatTextTypeDef],  # (2)
  1. See VisibilityType
  2. See ShortFormatTextTypeDef

SingleAxisOptionsTypeDef#

# SingleAxisOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SingleAxisOptionsTypeDef


def get_value() -> SingleAxisOptionsTypeDef:
    return {
        "YAxisOptions": ...,
    }


# SingleAxisOptionsTypeDef definition

class SingleAxisOptionsTypeDef(TypedDict):
    YAxisOptions: NotRequired[YAxisOptionsTypeDef],  # (1)
  1. See YAxisOptionsTypeDef

TopicTemplateOutputTypeDef#

# TopicTemplateOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicTemplateOutputTypeDef


def get_value() -> TopicTemplateOutputTypeDef:
    return {
        "TemplateType": ...,
    }


# TopicTemplateOutputTypeDef definition

class TopicTemplateOutputTypeDef(TypedDict):
    TemplateType: NotRequired[str],
    Slots: NotRequired[List[SlotTypeDef]],  # (1)
  1. See SlotTypeDef

TopicTemplateTypeDef#

# TopicTemplateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicTemplateTypeDef


def get_value() -> TopicTemplateTypeDef:
    return {
        "TemplateType": ...,
    }


# TopicTemplateTypeDef definition

class TopicTemplateTypeDef(TypedDict):
    TemplateType: NotRequired[str],
    Slots: NotRequired[Sequence[SlotTypeDef]],  # (1)
  1. See SlotTypeDef

SnapshotUserConfigurationRedactedTypeDef#

# SnapshotUserConfigurationRedactedTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotUserConfigurationRedactedTypeDef


def get_value() -> SnapshotUserConfigurationRedactedTypeDef:
    return {
        "AnonymousUsers": ...,
    }


# SnapshotUserConfigurationRedactedTypeDef definition

class SnapshotUserConfigurationRedactedTypeDef(TypedDict):
    AnonymousUsers: NotRequired[List[SnapshotAnonymousUserRedactedTypeDef]],  # (1)
  1. See SnapshotAnonymousUserRedactedTypeDef

SnapshotFileOutputTypeDef#

# SnapshotFileOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotFileOutputTypeDef


def get_value() -> SnapshotFileOutputTypeDef:
    return {
        "SheetSelections": ...,
    }


# SnapshotFileOutputTypeDef definition

class SnapshotFileOutputTypeDef(TypedDict):
    SheetSelections: List[SnapshotFileSheetSelectionOutputTypeDef],  # (1)
    FormatType: SnapshotFileFormatTypeType,  # (2)
  1. See SnapshotFileSheetSelectionOutputTypeDef
  2. See SnapshotFileFormatTypeType

SnapshotFileTypeDef#

# SnapshotFileTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotFileTypeDef


def get_value() -> SnapshotFileTypeDef:
    return {
        "SheetSelections": ...,
    }


# SnapshotFileTypeDef definition

class SnapshotFileTypeDef(TypedDict):
    SheetSelections: Sequence[SnapshotFileSheetSelectionTypeDef],  # (1)
    FormatType: SnapshotFileFormatTypeType,  # (2)
  1. See SnapshotFileSheetSelectionTypeDef
  2. See SnapshotFileFormatTypeType

StaticFileSourceTypeDef#

# StaticFileSourceTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StaticFileSourceTypeDef


def get_value() -> StaticFileSourceTypeDef:
    return {
        "UrlOptions": ...,
    }


# StaticFileSourceTypeDef definition

class StaticFileSourceTypeDef(TypedDict):
    UrlOptions: NotRequired[StaticFileUrlSourceOptionsTypeDef],  # (1)
    S3Options: NotRequired[StaticFileS3SourceOptionsTypeDef],  # (2)
  1. See StaticFileUrlSourceOptionsTypeDef
  2. See StaticFileS3SourceOptionsTypeDef

StringDatasetParameterOutputTypeDef#

# StringDatasetParameterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringDatasetParameterOutputTypeDef


def get_value() -> StringDatasetParameterOutputTypeDef:
    return {
        "Id": ...,
    }


# StringDatasetParameterOutputTypeDef definition

class StringDatasetParameterOutputTypeDef(TypedDict):
    Id: str,
    Name: str,
    ValueType: DatasetParameterValueTypeType,  # (1)
    DefaultValues: NotRequired[StringDatasetParameterDefaultValuesOutputTypeDef],  # (2)
  1. See DatasetParameterValueTypeType
  2. See StringDatasetParameterDefaultValuesOutputTypeDef

UpdateKeyRegistrationResponseTypeDef#

# UpdateKeyRegistrationResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateKeyRegistrationResponseTypeDef


def get_value() -> UpdateKeyRegistrationResponseTypeDef:
    return {
        "FailedKeyRegistration": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldImageConfigurationTypeDef


def get_value() -> TableFieldImageConfigurationTypeDef:
    return {
        "SizingOptions": ...,
    }


# TableFieldImageConfigurationTypeDef definition

class TableFieldImageConfigurationTypeDef(TypedDict):
    SizingOptions: NotRequired[TableCellImageSizingConfigurationTypeDef],  # (1)
  1. See TableCellImageSizingConfigurationTypeDef

TopicNumericEqualityFilterTypeDef#

# TopicNumericEqualityFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicNumericEqualityFilterTypeDef


def get_value() -> TopicNumericEqualityFilterTypeDef:
    return {
        "Constant": ...,
    }


# TopicNumericEqualityFilterTypeDef definition

class TopicNumericEqualityFilterTypeDef(TypedDict):
    Constant: NotRequired[TopicSingularFilterConstantTypeDef],  # (1)
    Aggregation: NotRequired[NamedFilterAggTypeType],  # (2)
  1. See TopicSingularFilterConstantTypeDef
  2. See NamedFilterAggTypeType

TopicRelativeDateFilterTypeDef#

# TopicRelativeDateFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicRelativeDateFilterTypeDef


def get_value() -> TopicRelativeDateFilterTypeDef:
    return {
        "TimeGranularity": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TotalAggregationOptionTypeDef


def get_value() -> TotalAggregationOptionTypeDef:
    return {
        "FieldId": ...,
    }


# TotalAggregationOptionTypeDef definition

class TotalAggregationOptionTypeDef(TypedDict):
    FieldId: str,
    TotalAggregationFunction: TotalAggregationFunctionTypeDef,  # (1)
  1. See TotalAggregationFunctionTypeDef

WaterfallChartColorConfigurationTypeDef#

# WaterfallChartColorConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartColorConfigurationTypeDef


def get_value() -> WaterfallChartColorConfigurationTypeDef:
    return {
        "GroupColorConfiguration": ...,
    }


# WaterfallChartColorConfigurationTypeDef definition

class WaterfallChartColorConfigurationTypeDef(TypedDict):
    GroupColorConfiguration: NotRequired[WaterfallChartGroupColorConfigurationTypeDef],  # (1)
  1. See WaterfallChartGroupColorConfigurationTypeDef

CascadingControlConfigurationOutputTypeDef#

# CascadingControlConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CascadingControlConfigurationOutputTypeDef


def get_value() -> CascadingControlConfigurationOutputTypeDef:
    return {
        "SourceControls": ...,
    }


# CascadingControlConfigurationOutputTypeDef definition

class CascadingControlConfigurationOutputTypeDef(TypedDict):
    SourceControls: NotRequired[List[CascadingControlSourceTypeDef]],  # (1)
  1. See CascadingControlSourceTypeDef

CascadingControlConfigurationTypeDef#

# CascadingControlConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CascadingControlConfigurationTypeDef


def get_value() -> CascadingControlConfigurationTypeDef:
    return {
        "SourceControls": ...,
    }


# CascadingControlConfigurationTypeDef definition

class CascadingControlConfigurationTypeDef(TypedDict):
    SourceControls: NotRequired[Sequence[CascadingControlSourceTypeDef]],  # (1)
  1. See CascadingControlSourceTypeDef

DateTimeDefaultValuesOutputTypeDef#

# DateTimeDefaultValuesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeDefaultValuesOutputTypeDef


def get_value() -> DateTimeDefaultValuesOutputTypeDef:
    return {
        "DynamicValue": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeDefaultValuesTypeDef


def get_value() -> DateTimeDefaultValuesTypeDef:
    return {
        "DynamicValue": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalDefaultValuesOutputTypeDef


def get_value() -> DecimalDefaultValuesOutputTypeDef:
    return {
        "DynamicValue": ...,
    }


# DecimalDefaultValuesOutputTypeDef definition

class DecimalDefaultValuesOutputTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[List[float]],
  1. See DynamicDefaultValueTypeDef

DecimalDefaultValuesTypeDef#

# DecimalDefaultValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalDefaultValuesTypeDef


def get_value() -> DecimalDefaultValuesTypeDef:
    return {
        "DynamicValue": ...,
    }


# DecimalDefaultValuesTypeDef definition

class DecimalDefaultValuesTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[Sequence[float]],
  1. See DynamicDefaultValueTypeDef

IntegerDefaultValuesOutputTypeDef#

# IntegerDefaultValuesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerDefaultValuesOutputTypeDef


def get_value() -> IntegerDefaultValuesOutputTypeDef:
    return {
        "DynamicValue": ...,
    }


# IntegerDefaultValuesOutputTypeDef definition

class IntegerDefaultValuesOutputTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[List[int]],
  1. See DynamicDefaultValueTypeDef

IntegerDefaultValuesTypeDef#

# IntegerDefaultValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerDefaultValuesTypeDef


def get_value() -> IntegerDefaultValuesTypeDef:
    return {
        "DynamicValue": ...,
    }


# IntegerDefaultValuesTypeDef definition

class IntegerDefaultValuesTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[Sequence[int]],
  1. See DynamicDefaultValueTypeDef

StringDefaultValuesOutputTypeDef#

# StringDefaultValuesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringDefaultValuesOutputTypeDef


def get_value() -> StringDefaultValuesOutputTypeDef:
    return {
        "DynamicValue": ...,
    }


# StringDefaultValuesOutputTypeDef definition

class StringDefaultValuesOutputTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[List[str]],
  1. See DynamicDefaultValueTypeDef

StringDefaultValuesTypeDef#

# StringDefaultValuesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringDefaultValuesTypeDef


def get_value() -> StringDefaultValuesTypeDef:
    return {
        "DynamicValue": ...,
    }


# StringDefaultValuesTypeDef definition

class StringDefaultValuesTypeDef(TypedDict):
    DynamicValue: NotRequired[DynamicDefaultValueTypeDef],  # (1)
    StaticValues: NotRequired[Sequence[str]],
  1. See DynamicDefaultValueTypeDef

DrillDownFilterOutputTypeDef#

# DrillDownFilterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DrillDownFilterOutputTypeDef


def get_value() -> DrillDownFilterOutputTypeDef:
    return {
        "NumericEqualityFilter": ...,
    }


# 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

AnalysisSourceEntityTypeDef#

# AnalysisSourceEntityTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnalysisSourceEntityTypeDef


def get_value() -> AnalysisSourceEntityTypeDef:
    return {
        "SourceTemplate": ...,
    }


# AnalysisSourceEntityTypeDef definition

class AnalysisSourceEntityTypeDef(TypedDict):
    SourceTemplate: NotRequired[AnalysisSourceTemplateTypeDef],  # (1)
  1. See AnalysisSourceTemplateTypeDef

DashboardSourceEntityTypeDef#

# DashboardSourceEntityTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardSourceEntityTypeDef


def get_value() -> DashboardSourceEntityTypeDef:
    return {
        "SourceTemplate": ...,
    }


# DashboardSourceEntityTypeDef definition

class DashboardSourceEntityTypeDef(TypedDict):
    SourceTemplate: NotRequired[DashboardSourceTemplateTypeDef],  # (1)
  1. See DashboardSourceTemplateTypeDef

TemplateSourceEntityTypeDef#

# TemplateSourceEntityTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateSourceEntityTypeDef


def get_value() -> TemplateSourceEntityTypeDef:
    return {
        "SourceAnalysis": ...,
    }


# TemplateSourceEntityTypeDef definition

class TemplateSourceEntityTypeDef(TypedDict):
    SourceAnalysis: NotRequired[TemplateSourceAnalysisTypeDef],  # (1)
    SourceTemplate: NotRequired[TemplateSourceTemplateTypeDef],  # (2)
  1. See TemplateSourceAnalysisTypeDef
  2. See TemplateSourceTemplateTypeDef

AnonymousUserDashboardEmbeddingConfigurationTypeDef#

# AnonymousUserDashboardEmbeddingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnonymousUserDashboardEmbeddingConfigurationTypeDef


def get_value() -> AnonymousUserDashboardEmbeddingConfigurationTypeDef:
    return {
        "InitialDashboardId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAssetBundleExportJobResponseTypeDef


def get_value() -> DescribeAssetBundleExportJobResponseTypeDef:
    return {
        "JobStatus": ...,
    }


# 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

AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef#

# AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef


def get_value() -> AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef:
    return {
        "DashboardIds": ...,
    }


# AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef definition

class AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef(TypedDict):
    DashboardIds: List[str],
    Permissions: NotRequired[AssetBundleResourcePermissionsOutputTypeDef],  # (1)
    LinkSharingConfiguration: NotRequired[AssetBundleResourceLinkSharingConfigurationOutputTypeDef],  # (2)
  1. See AssetBundleResourcePermissionsOutputTypeDef
  2. See AssetBundleResourceLinkSharingConfigurationOutputTypeDef

AssetBundleImportJobDashboardOverridePermissionsTypeDef#

# AssetBundleImportJobDashboardOverridePermissionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDashboardOverridePermissionsTypeDef


def get_value() -> AssetBundleImportJobDashboardOverridePermissionsTypeDef:
    return {
        "DashboardIds": ...,
    }


# AssetBundleImportJobDashboardOverridePermissionsTypeDef definition

class AssetBundleImportJobDashboardOverridePermissionsTypeDef(TypedDict):
    DashboardIds: Sequence[str],
    Permissions: NotRequired[AssetBundleResourcePermissionsTypeDef],  # (1)
    LinkSharingConfiguration: NotRequired[AssetBundleResourceLinkSharingConfigurationTypeDef],  # (2)
  1. See AssetBundleResourcePermissionsTypeDef
  2. See AssetBundleResourceLinkSharingConfigurationTypeDef

AssetBundleImportJobOverrideTagsOutputTypeDef#

# AssetBundleImportJobOverrideTagsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverrideTagsOutputTypeDef


def get_value() -> AssetBundleImportJobOverrideTagsOutputTypeDef:
    return {
        "VPCConnections": ...,
    }


# 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

AssetBundleImportJobOverrideTagsTypeDef#

# AssetBundleImportJobOverrideTagsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverrideTagsTypeDef


def get_value() -> AssetBundleImportJobOverrideTagsTypeDef:
    return {
        "VPCConnections": ...,
    }


# AssetBundleImportJobOverrideTagsTypeDef definition

class AssetBundleImportJobOverrideTagsTypeDef(TypedDict):
    VPCConnections: NotRequired[Sequence[AssetBundleImportJobVPCConnectionOverrideTagsTypeDef]],  # (1)
    DataSources: NotRequired[Sequence[AssetBundleImportJobDataSourceOverrideTagsTypeDef]],  # (2)
    DataSets: NotRequired[Sequence[AssetBundleImportJobDataSetOverrideTagsTypeDef]],  # (3)
    Themes: NotRequired[Sequence[AssetBundleImportJobThemeOverrideTagsTypeDef]],  # (4)
    Analyses: NotRequired[Sequence[AssetBundleImportJobAnalysisOverrideTagsTypeDef]],  # (5)
    Dashboards: NotRequired[Sequence[AssetBundleImportJobDashboardOverrideTagsTypeDef]],  # (6)
    Folders: NotRequired[Sequence[AssetBundleImportJobFolderOverrideTagsTypeDef]],  # (7)
  1. See AssetBundleImportJobVPCConnectionOverrideTagsTypeDef
  2. See AssetBundleImportJobDataSourceOverrideTagsTypeDef
  3. See AssetBundleImportJobDataSetOverrideTagsTypeDef
  4. See AssetBundleImportJobThemeOverrideTagsTypeDef
  5. See AssetBundleImportJobAnalysisOverrideTagsTypeDef
  6. See AssetBundleImportJobDashboardOverrideTagsTypeDef
  7. See AssetBundleImportJobFolderOverrideTagsTypeDef

SnowflakeParametersTypeDef#

# SnowflakeParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnowflakeParametersTypeDef


def get_value() -> SnowflakeParametersTypeDef:
    return {
        "Host": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import StarburstParametersTypeDef


def get_value() -> StarburstParametersTypeDef:
    return {
        "Host": ...,
    }


# 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

CustomValuesConfigurationTypeDef#

# CustomValuesConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomValuesConfigurationTypeDef


def get_value() -> CustomValuesConfigurationTypeDef:
    return {
        "IncludeNullValue": ...,
    }


# CustomValuesConfigurationTypeDef definition

class CustomValuesConfigurationTypeDef(TypedDict):
    CustomValues: CustomParameterValuesTypeDef,  # (1)
    IncludeNullValue: NotRequired[bool],
  1. See CustomParameterValuesTypeDef

ParametersTypeDef#

# ParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParametersTypeDef


def get_value() -> ParametersTypeDef:
    return {
        "StringParameters": ...,
    }


# ParametersTypeDef definition

class ParametersTypeDef(TypedDict):
    StringParameters: NotRequired[Sequence[StringParameterTypeDef]],  # (1)
    IntegerParameters: NotRequired[Sequence[IntegerParameterTypeDef]],  # (2)
    DecimalParameters: NotRequired[Sequence[DecimalParameterTypeDef]],  # (3)
    DateTimeParameters: NotRequired[Sequence[DateTimeParameterTypeDef]],  # (4)
  1. See StringParameterTypeDef
  2. See IntegerParameterTypeDef
  3. See DecimalParameterTypeDef
  4. See DateTimeParameterTypeDef

DrillDownFilterTypeDef#

# DrillDownFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DrillDownFilterTypeDef


def get_value() -> DrillDownFilterTypeDef:
    return {
        "NumericEqualityFilter": ...,
    }


# DrillDownFilterTypeDef definition

class DrillDownFilterTypeDef(TypedDict):
    NumericEqualityFilter: NotRequired[NumericEqualityDrillDownFilterTypeDef],  # (1)
    CategoryFilter: NotRequired[CategoryDrillDownFilterTypeDef],  # (2)
    TimeRangeFilter: NotRequired[TimeRangeDrillDownFilterTypeDef],  # (3)
  1. See NumericEqualityDrillDownFilterTypeDef
  2. See CategoryDrillDownFilterTypeDef
  3. See TimeRangeDrillDownFilterTypeDef

ForecastScenarioTypeDef#

# ForecastScenarioTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ForecastScenarioTypeDef


def get_value() -> ForecastScenarioTypeDef:
    return {
        "WhatIfPointScenario": ...,
    }


# ForecastScenarioTypeDef definition

class ForecastScenarioTypeDef(TypedDict):
    WhatIfPointScenario: NotRequired[WhatIfPointScenarioTypeDef],  # (1)
    WhatIfRangeScenario: NotRequired[WhatIfRangeScenarioTypeDef],  # (2)
  1. See WhatIfPointScenarioTypeDef
  2. See WhatIfRangeScenarioTypeDef

NumericAxisOptionsOutputTypeDef#

# NumericAxisOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NumericAxisOptionsOutputTypeDef


def get_value() -> NumericAxisOptionsOutputTypeDef:
    return {
        "Scale": ...,
    }


# NumericAxisOptionsOutputTypeDef definition

class NumericAxisOptionsOutputTypeDef(TypedDict):
    Scale: NotRequired[AxisScaleTypeDef],  # (1)
    Range: NotRequired[AxisDisplayRangeOutputTypeDef],  # (2)
  1. See AxisScaleTypeDef
  2. See AxisDisplayRangeOutputTypeDef

NumericAxisOptionsTypeDef#

# NumericAxisOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NumericAxisOptionsTypeDef


def get_value() -> NumericAxisOptionsTypeDef:
    return {
        "Scale": ...,
    }


# NumericAxisOptionsTypeDef definition

class NumericAxisOptionsTypeDef(TypedDict):
    Scale: NotRequired[AxisScaleTypeDef],  # (1)
    Range: NotRequired[AxisDisplayRangeTypeDef],  # (2)
  1. See AxisScaleTypeDef
  2. See AxisDisplayRangeTypeDef

BrandElementStyleTypeDef#

# BrandElementStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BrandElementStyleTypeDef


def get_value() -> BrandElementStyleTypeDef:
    return {
        "NavbarStyle": ...,
    }


# BrandElementStyleTypeDef definition

class BrandElementStyleTypeDef(TypedDict):
    NavbarStyle: NotRequired[NavbarStyleTypeDef],  # (1)
  1. See NavbarStyleTypeDef

DescribeCustomPermissionsResponseTypeDef#

# DescribeCustomPermissionsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeCustomPermissionsResponseTypeDef


def get_value() -> DescribeCustomPermissionsResponseTypeDef:
    return {
        "Status": ...,
    }


# DescribeCustomPermissionsResponseTypeDef definition

class DescribeCustomPermissionsResponseTypeDef(TypedDict):
    Status: int,
    CustomPermissions: CustomPermissionsTypeDef,  # (1)
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See CustomPermissionsTypeDef
  2. See ResponseMetadataTypeDef

ListCustomPermissionsResponseTypeDef#

# ListCustomPermissionsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListCustomPermissionsResponseTypeDef


def get_value() -> ListCustomPermissionsResponseTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ClusterMarkerConfigurationTypeDef


def get_value() -> ClusterMarkerConfigurationTypeDef:
    return {
        "ClusterMarker": ...,
    }


# ClusterMarkerConfigurationTypeDef definition

class ClusterMarkerConfigurationTypeDef(TypedDict):
    ClusterMarker: NotRequired[ClusterMarkerTypeDef],  # (1)
  1. See ClusterMarkerTypeDef

TopicCategoryFilterOutputTypeDef#

# TopicCategoryFilterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicCategoryFilterOutputTypeDef


def get_value() -> TopicCategoryFilterOutputTypeDef:
    return {
        "CategoryFilterFunction": ...,
    }


# 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

TopicCategoryFilterTypeDef#

# TopicCategoryFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicCategoryFilterTypeDef


def get_value() -> TopicCategoryFilterTypeDef:
    return {
        "CategoryFilterFunction": ...,
    }


# TopicCategoryFilterTypeDef definition

class TopicCategoryFilterTypeDef(TypedDict):
    CategoryFilterFunction: NotRequired[CategoryFilterFunctionType],  # (1)
    CategoryFilterType: NotRequired[CategoryFilterTypeType],  # (2)
    Constant: NotRequired[TopicCategoryFilterConstantTypeDef],  # (3)
    Inverse: NotRequired[bool],
  1. See CategoryFilterFunctionType
  2. See CategoryFilterTypeType
  3. See TopicCategoryFilterConstantTypeDef

TagColumnOperationOutputTypeDef#

# TagColumnOperationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TagColumnOperationOutputTypeDef


def get_value() -> TagColumnOperationOutputTypeDef:
    return {
        "ColumnName": ...,
    }


# TagColumnOperationOutputTypeDef definition

class TagColumnOperationOutputTypeDef(TypedDict):
    ColumnName: str,
    Tags: List[ColumnTagTypeDef],  # (1)
  1. See ColumnTagTypeDef

TagColumnOperationTypeDef#

# TagColumnOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TagColumnOperationTypeDef


def get_value() -> TagColumnOperationTypeDef:
    return {
        "ColumnName": ...,
    }


# TagColumnOperationTypeDef definition

class TagColumnOperationTypeDef(TypedDict):
    ColumnName: str,
    Tags: Sequence[ColumnTagTypeDef],  # (1)
  1. See ColumnTagTypeDef

DataSetConfigurationOutputTypeDef#

# DataSetConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetConfigurationOutputTypeDef


def get_value() -> DataSetConfigurationOutputTypeDef:
    return {
        "Placeholder": ...,
    }


# DataSetConfigurationOutputTypeDef definition

class DataSetConfigurationOutputTypeDef(TypedDict):
    Placeholder: NotRequired[str],
    DataSetSchema: NotRequired[DataSetSchemaOutputTypeDef],  # (1)
    ColumnGroupSchemaList: NotRequired[List[ColumnGroupSchemaOutputTypeDef]],  # (2)
  1. See DataSetSchemaOutputTypeDef
  2. See ColumnGroupSchemaOutputTypeDef

DataSetConfigurationTypeDef#

# DataSetConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetConfigurationTypeDef


def get_value() -> DataSetConfigurationTypeDef:
    return {
        "Placeholder": ...,
    }


# DataSetConfigurationTypeDef definition

class DataSetConfigurationTypeDef(TypedDict):
    Placeholder: NotRequired[str],
    DataSetSchema: NotRequired[DataSetSchemaTypeDef],  # (1)
    ColumnGroupSchemaList: NotRequired[Sequence[ColumnGroupSchemaTypeDef]],  # (2)
  1. See DataSetSchemaTypeDef
  2. See ColumnGroupSchemaTypeDef

ConditionalFormattingIconTypeDef#

# ConditionalFormattingIconTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingIconTypeDef


def get_value() -> ConditionalFormattingIconTypeDef:
    return {
        "IconSet": ...,
    }


# ConditionalFormattingIconTypeDef definition

class ConditionalFormattingIconTypeDef(TypedDict):
    IconSet: NotRequired[ConditionalFormattingIconSetTypeDef],  # (1)
    CustomCondition: NotRequired[ConditionalFormattingCustomIconConditionTypeDef],  # (2)
  1. See ConditionalFormattingIconSetTypeDef
  2. See ConditionalFormattingCustomIconConditionTypeDef

ListDataSetsResponseTypeDef#

# ListDataSetsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDataSetsResponseTypeDef


def get_value() -> ListDataSetsResponseTypeDef:
    return {
        "DataSetSummaries": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SearchDataSetsResponseTypeDef


def get_value() -> SearchDataSetsResponseTypeDef:
    return {
        "DataSetSummaries": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DestinationParameterValueConfigurationOutputTypeDef


def get_value() -> DestinationParameterValueConfigurationOutputTypeDef:
    return {
        "CustomValuesConfiguration": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CustomContentConfigurationTypeDef


def get_value() -> CustomContentConfigurationTypeDef:
    return {
        "ContentUrl": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardPublishOptionsTypeDef


def get_value() -> DashboardPublishOptionsTypeDef:
    return {
        "AdHocFilteringOption": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DataPathColorTypeDef


def get_value() -> DataPathColorTypeDef:
    return {
        "Element": ...,
    }


# DataPathColorTypeDef definition

class DataPathColorTypeDef(TypedDict):
    Element: DataPathValueTypeDef,  # (1)
    Color: str,
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
  1. See DataPathValueTypeDef
  2. See TimeGranularityType

DataPathSortOutputTypeDef#

# DataPathSortOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataPathSortOutputTypeDef


def get_value() -> DataPathSortOutputTypeDef:
    return {
        "Direction": ...,
    }


# DataPathSortOutputTypeDef definition

class DataPathSortOutputTypeDef(TypedDict):
    Direction: SortDirectionType,  # (1)
    SortPaths: List[DataPathValueTypeDef],  # (2)
  1. See SortDirectionType
  2. See DataPathValueTypeDef

DataPathSortTypeDef#

# DataPathSortTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataPathSortTypeDef


def get_value() -> DataPathSortTypeDef:
    return {
        "Direction": ...,
    }


# DataPathSortTypeDef definition

class DataPathSortTypeDef(TypedDict):
    Direction: SortDirectionType,  # (1)
    SortPaths: Sequence[DataPathValueTypeDef],  # (2)
  1. See SortDirectionType
  2. See DataPathValueTypeDef

PivotTableDataPathOptionOutputTypeDef#

# PivotTableDataPathOptionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableDataPathOptionOutputTypeDef


def get_value() -> PivotTableDataPathOptionOutputTypeDef:
    return {
        "DataPathList": ...,
    }


# PivotTableDataPathOptionOutputTypeDef definition

class PivotTableDataPathOptionOutputTypeDef(TypedDict):
    DataPathList: List[DataPathValueTypeDef],  # (1)
    Width: NotRequired[str],
  1. See DataPathValueTypeDef

PivotTableDataPathOptionTypeDef#

# PivotTableDataPathOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableDataPathOptionTypeDef


def get_value() -> PivotTableDataPathOptionTypeDef:
    return {
        "DataPathList": ...,
    }


# PivotTableDataPathOptionTypeDef definition

class PivotTableDataPathOptionTypeDef(TypedDict):
    DataPathList: Sequence[DataPathValueTypeDef],  # (1)
    Width: NotRequired[str],
  1. See DataPathValueTypeDef

PivotTableFieldCollapseStateTargetOutputTypeDef#

# PivotTableFieldCollapseStateTargetOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldCollapseStateTargetOutputTypeDef


def get_value() -> PivotTableFieldCollapseStateTargetOutputTypeDef:
    return {
        "FieldId": ...,
    }


# PivotTableFieldCollapseStateTargetOutputTypeDef definition

class PivotTableFieldCollapseStateTargetOutputTypeDef(TypedDict):
    FieldId: NotRequired[str],
    FieldDataPathValues: NotRequired[List[DataPathValueTypeDef]],  # (1)
  1. See DataPathValueTypeDef

PivotTableFieldCollapseStateTargetTypeDef#

# PivotTableFieldCollapseStateTargetTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldCollapseStateTargetTypeDef


def get_value() -> PivotTableFieldCollapseStateTargetTypeDef:
    return {
        "FieldId": ...,
    }


# PivotTableFieldCollapseStateTargetTypeDef definition

class PivotTableFieldCollapseStateTargetTypeDef(TypedDict):
    FieldId: NotRequired[str],
    FieldDataPathValues: NotRequired[Sequence[DataPathValueTypeDef]],  # (1)
  1. See DataPathValueTypeDef

DecimalDatasetParameterTypeDef#

# DecimalDatasetParameterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalDatasetParameterTypeDef


def get_value() -> DecimalDatasetParameterTypeDef:
    return {
        "Id": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardPermissionsResponseTypeDef


def get_value() -> DescribeDashboardPermissionsResponseTypeDef:
    return {
        "DashboardId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardPermissionsResponseTypeDef


def get_value() -> UpdateDashboardPermissionsResponseTypeDef:
    return {
        "DashboardArn": ...,
    }


# 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

ListTopicRefreshSchedulesResponseTypeDef#

# ListTopicRefreshSchedulesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTopicRefreshSchedulesResponseTypeDef


def get_value() -> ListTopicRefreshSchedulesResponseTypeDef:
    return {
        "TopicId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFormattingTypeDef


def get_value() -> DefaultFormattingTypeDef:
    return {
        "DisplayFormat": ...,
    }


# DefaultFormattingTypeDef definition

class DefaultFormattingTypeDef(TypedDict):
    DisplayFormat: NotRequired[DisplayFormatType],  # (1)
    DisplayFormatOptions: NotRequired[DisplayFormatOptionsTypeDef],  # (2)
  1. See DisplayFormatType
  2. See DisplayFormatOptionsTypeDef

TopicIRMetricOutputTypeDef#

# TopicIRMetricOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIRMetricOutputTypeDef


def get_value() -> TopicIRMetricOutputTypeDef:
    return {
        "MetricId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIRMetricTypeDef


def get_value() -> TopicIRMetricTypeDef:
    return {
        "MetricId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIRFilterOptionOutputTypeDef


def get_value() -> TopicIRFilterOptionOutputTypeDef:
    return {
        "FilterType": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIRGroupByTypeDef


def get_value() -> TopicIRGroupByTypeDef:
    return {
        "FieldName": ...,
    }


# 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

CustomActionFilterOperationOutputTypeDef#

# CustomActionFilterOperationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomActionFilterOperationOutputTypeDef


def get_value() -> CustomActionFilterOperationOutputTypeDef:
    return {
        "SelectedFieldsConfiguration": ...,
    }


# CustomActionFilterOperationOutputTypeDef definition

class CustomActionFilterOperationOutputTypeDef(TypedDict):
    SelectedFieldsConfiguration: FilterOperationSelectedFieldsConfigurationOutputTypeDef,  # (1)
    TargetVisualsConfiguration: FilterOperationTargetVisualsConfigurationOutputTypeDef,  # (2)
  1. See FilterOperationSelectedFieldsConfigurationOutputTypeDef
  2. See FilterOperationTargetVisualsConfigurationOutputTypeDef

CustomActionFilterOperationTypeDef#

# CustomActionFilterOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomActionFilterOperationTypeDef


def get_value() -> CustomActionFilterOperationTypeDef:
    return {
        "SelectedFieldsConfiguration": ...,
    }


# CustomActionFilterOperationTypeDef definition

class CustomActionFilterOperationTypeDef(TypedDict):
    SelectedFieldsConfiguration: FilterOperationSelectedFieldsConfigurationTypeDef,  # (1)
    TargetVisualsConfiguration: FilterOperationTargetVisualsConfigurationTypeDef,  # (2)
  1. See FilterOperationSelectedFieldsConfigurationTypeDef
  2. See FilterOperationTargetVisualsConfigurationTypeDef

AxisLabelOptionsTypeDef#

# AxisLabelOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisLabelOptionsTypeDef


def get_value() -> AxisLabelOptionsTypeDef:
    return {
        "FontConfiguration": ...,
    }


# AxisLabelOptionsTypeDef definition

class AxisLabelOptionsTypeDef(TypedDict):
    FontConfiguration: NotRequired[FontConfigurationTypeDef],  # (1)
    CustomLabel: NotRequired[str],
    ApplyTo: NotRequired[AxisLabelReferenceOptionsTypeDef],  # (2)
  1. See FontConfigurationTypeDef
  2. See AxisLabelReferenceOptionsTypeDef

DataLabelOptionsOutputTypeDef#

# DataLabelOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataLabelOptionsOutputTypeDef


def get_value() -> DataLabelOptionsOutputTypeDef:
    return {
        "Visibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DataLabelOptionsTypeDef


def get_value() -> DataLabelOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartDataLabelOptionsTypeDef


def get_value() -> FunnelChartDataLabelOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LabelOptionsTypeDef


def get_value() -> LabelOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# LabelOptionsTypeDef definition

class LabelOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    FontConfiguration: NotRequired[FontConfigurationTypeDef],  # (2)
    CustomLabel: NotRequired[str],
  1. See VisibilityType
  2. See FontConfigurationTypeDef

PanelTitleOptionsTypeDef#

# PanelTitleOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PanelTitleOptionsTypeDef


def get_value() -> PanelTitleOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldCustomTextContentTypeDef


def get_value() -> TableFieldCustomTextContentTypeDef:
    return {
        "Value": ...,
    }


# TableFieldCustomTextContentTypeDef definition

class TableFieldCustomTextContentTypeDef(TypedDict):
    FontConfiguration: FontConfigurationTypeDef,  # (1)
    Value: NotRequired[str],
  1. See FontConfigurationTypeDef

ForecastConfigurationOutputTypeDef#

# ForecastConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ForecastConfigurationOutputTypeDef


def get_value() -> ForecastConfigurationOutputTypeDef:
    return {
        "ForecastProperties": ...,
    }


# ForecastConfigurationOutputTypeDef definition

class ForecastConfigurationOutputTypeDef(TypedDict):
    ForecastProperties: NotRequired[TimeBasedForecastPropertiesTypeDef],  # (1)
    Scenario: NotRequired[ForecastScenarioOutputTypeDef],  # (2)
  1. See TimeBasedForecastPropertiesTypeDef
  2. See ForecastScenarioOutputTypeDef

DefaultFreeFormLayoutConfigurationTypeDef#

# DefaultFreeFormLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFreeFormLayoutConfigurationTypeDef


def get_value() -> DefaultFreeFormLayoutConfigurationTypeDef:
    return {
        "CanvasSizeOptions": ...,
    }


# DefaultFreeFormLayoutConfigurationTypeDef definition

class DefaultFreeFormLayoutConfigurationTypeDef(TypedDict):
    CanvasSizeOptions: FreeFormLayoutCanvasSizeOptionsTypeDef,  # (1)
  1. See FreeFormLayoutCanvasSizeOptionsTypeDef

SnapshotUserConfigurationTypeDef#

# SnapshotUserConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotUserConfigurationTypeDef


def get_value() -> SnapshotUserConfigurationTypeDef:
    return {
        "AnonymousUsers": ...,
    }


# SnapshotUserConfigurationTypeDef definition

class SnapshotUserConfigurationTypeDef(TypedDict):
    AnonymousUsers: NotRequired[Sequence[SnapshotAnonymousUserTypeDef]],  # (1)
  1. See SnapshotAnonymousUserTypeDef

PredictQAResultsResponseTypeDef#

# PredictQAResultsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PredictQAResultsResponseTypeDef


def get_value() -> PredictQAResultsResponseTypeDef:
    return {
        "PrimaryResult": ...,
    }


# PredictQAResultsResponseTypeDef definition

class PredictQAResultsResponseTypeDef(TypedDict):
    PrimaryResult: QAResultTypeDef,  # (1)
    AdditionalResults: List[QAResultTypeDef],  # (2)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (3)
  1. See QAResultTypeDef
  2. See QAResultTypeDef
  3. See ResponseMetadataTypeDef

ColumnGroupTypeDef#

# ColumnGroupTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnGroupTypeDef


def get_value() -> ColumnGroupTypeDef:
    return {
        "GeoSpatialColumnGroup": ...,
    }


# ColumnGroupTypeDef definition

class ColumnGroupTypeDef(TypedDict):
    GeoSpatialColumnGroup: NotRequired[GeoSpatialColumnGroupUnionTypeDef],  # (1)
  1. See GeoSpatialColumnGroupTypeDef GeoSpatialColumnGroupOutputTypeDef

GeospatialHeatmapConfigurationOutputTypeDef#

# GeospatialHeatmapConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialHeatmapConfigurationOutputTypeDef


def get_value() -> GeospatialHeatmapConfigurationOutputTypeDef:
    return {
        "HeatmapColor": ...,
    }


# GeospatialHeatmapConfigurationOutputTypeDef definition

class GeospatialHeatmapConfigurationOutputTypeDef(TypedDict):
    HeatmapColor: NotRequired[GeospatialHeatmapColorScaleOutputTypeDef],  # (1)
  1. See GeospatialHeatmapColorScaleOutputTypeDef

GeospatialHeatmapConfigurationTypeDef#

# GeospatialHeatmapConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialHeatmapConfigurationTypeDef


def get_value() -> GeospatialHeatmapConfigurationTypeDef:
    return {
        "HeatmapColor": ...,
    }


# GeospatialHeatmapConfigurationTypeDef definition

class GeospatialHeatmapConfigurationTypeDef(TypedDict):
    HeatmapColor: NotRequired[GeospatialHeatmapColorScaleTypeDef],  # (1)
  1. See GeospatialHeatmapColorScaleTypeDef

GeospatialCategoricalColorOutputTypeDef#

# GeospatialCategoricalColorOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialCategoricalColorOutputTypeDef


def get_value() -> GeospatialCategoricalColorOutputTypeDef:
    return {
        "CategoryDataColors": ...,
    }


# GeospatialCategoricalColorOutputTypeDef definition

class GeospatialCategoricalColorOutputTypeDef(TypedDict):
    CategoryDataColors: List[GeospatialCategoricalDataColorTypeDef],  # (1)
    NullDataVisibility: NotRequired[VisibilityType],  # (2)
    NullDataSettings: NotRequired[GeospatialNullDataSettingsTypeDef],  # (3)
    DefaultOpacity: NotRequired[float],
  1. See GeospatialCategoricalDataColorTypeDef
  2. See VisibilityType
  3. See GeospatialNullDataSettingsTypeDef

GeospatialCategoricalColorTypeDef#

# GeospatialCategoricalColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialCategoricalColorTypeDef


def get_value() -> GeospatialCategoricalColorTypeDef:
    return {
        "CategoryDataColors": ...,
    }


# GeospatialCategoricalColorTypeDef definition

class GeospatialCategoricalColorTypeDef(TypedDict):
    CategoryDataColors: Sequence[GeospatialCategoricalDataColorTypeDef],  # (1)
    NullDataVisibility: NotRequired[VisibilityType],  # (2)
    NullDataSettings: NotRequired[GeospatialNullDataSettingsTypeDef],  # (3)
    DefaultOpacity: NotRequired[float],
  1. See GeospatialCategoricalDataColorTypeDef
  2. See VisibilityType
  3. See GeospatialNullDataSettingsTypeDef

GeospatialGradientColorOutputTypeDef#

# GeospatialGradientColorOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialGradientColorOutputTypeDef


def get_value() -> GeospatialGradientColorOutputTypeDef:
    return {
        "StepColors": ...,
    }


# GeospatialGradientColorOutputTypeDef definition

class GeospatialGradientColorOutputTypeDef(TypedDict):
    StepColors: List[GeospatialGradientStepColorTypeDef],  # (1)
    NullDataVisibility: NotRequired[VisibilityType],  # (2)
    NullDataSettings: NotRequired[GeospatialNullDataSettingsTypeDef],  # (3)
    DefaultOpacity: NotRequired[float],
  1. See GeospatialGradientStepColorTypeDef
  2. See VisibilityType
  3. See GeospatialNullDataSettingsTypeDef

GeospatialGradientColorTypeDef#

# GeospatialGradientColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialGradientColorTypeDef


def get_value() -> GeospatialGradientColorTypeDef:
    return {
        "StepColors": ...,
    }


# GeospatialGradientColorTypeDef definition

class GeospatialGradientColorTypeDef(TypedDict):
    StepColors: Sequence[GeospatialGradientStepColorTypeDef],  # (1)
    NullDataVisibility: NotRequired[VisibilityType],  # (2)
    NullDataSettings: NotRequired[GeospatialNullDataSettingsTypeDef],  # (3)
    DefaultOpacity: NotRequired[float],
  1. See GeospatialGradientStepColorTypeDef
  2. See VisibilityType
  3. See GeospatialNullDataSettingsTypeDef

GlobalTableBorderOptionsTypeDef#

# GlobalTableBorderOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GlobalTableBorderOptionsTypeDef


def get_value() -> GlobalTableBorderOptionsTypeDef:
    return {
        "UniformBorder": ...,
    }


# GlobalTableBorderOptionsTypeDef definition

class GlobalTableBorderOptionsTypeDef(TypedDict):
    UniformBorder: NotRequired[TableBorderOptionsTypeDef],  # (1)
    SideSpecificBorder: NotRequired[TableSideBorderOptionsTypeDef],  # (2)
  1. See TableBorderOptionsTypeDef
  2. See TableSideBorderOptionsTypeDef

ConditionalFormattingGradientColorOutputTypeDef#

# ConditionalFormattingGradientColorOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingGradientColorOutputTypeDef


def get_value() -> ConditionalFormattingGradientColorOutputTypeDef:
    return {
        "Expression": ...,
    }


# ConditionalFormattingGradientColorOutputTypeDef definition

class ConditionalFormattingGradientColorOutputTypeDef(TypedDict):
    Expression: str,
    Color: GradientColorOutputTypeDef,  # (1)
  1. See GradientColorOutputTypeDef

ConditionalFormattingGradientColorTypeDef#

# ConditionalFormattingGradientColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingGradientColorTypeDef


def get_value() -> ConditionalFormattingGradientColorTypeDef:
    return {
        "Expression": ...,
    }


# ConditionalFormattingGradientColorTypeDef definition

class ConditionalFormattingGradientColorTypeDef(TypedDict):
    Expression: str,
    Color: GradientColorTypeDef,  # (1)
  1. See GradientColorTypeDef

DefaultGridLayoutConfigurationTypeDef#

# DefaultGridLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultGridLayoutConfigurationTypeDef


def get_value() -> DefaultGridLayoutConfigurationTypeDef:
    return {
        "CanvasSizeOptions": ...,
    }


# DefaultGridLayoutConfigurationTypeDef definition

class DefaultGridLayoutConfigurationTypeDef(TypedDict):
    CanvasSizeOptions: GridLayoutCanvasSizeOptionsTypeDef,  # (1)
  1. See GridLayoutCanvasSizeOptionsTypeDef

GridLayoutConfigurationOutputTypeDef#

# GridLayoutConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GridLayoutConfigurationOutputTypeDef


def get_value() -> GridLayoutConfigurationOutputTypeDef:
    return {
        "Elements": ...,
    }


# GridLayoutConfigurationOutputTypeDef definition

class GridLayoutConfigurationOutputTypeDef(TypedDict):
    Elements: List[GridLayoutElementTypeDef],  # (1)
    CanvasSizeOptions: NotRequired[GridLayoutCanvasSizeOptionsTypeDef],  # (2)
  1. See GridLayoutElementTypeDef
  2. See GridLayoutCanvasSizeOptionsTypeDef

GridLayoutConfigurationTypeDef#

# GridLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GridLayoutConfigurationTypeDef


def get_value() -> GridLayoutConfigurationTypeDef:
    return {
        "Elements": ...,
    }


# GridLayoutConfigurationTypeDef definition

class GridLayoutConfigurationTypeDef(TypedDict):
    Elements: Sequence[GridLayoutElementTypeDef],  # (1)
    CanvasSizeOptions: NotRequired[GridLayoutCanvasSizeOptionsTypeDef],  # (2)
  1. See GridLayoutElementTypeDef
  2. See GridLayoutCanvasSizeOptionsTypeDef

ImageSetConfigurationTypeDef#

# ImageSetConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageSetConfigurationTypeDef


def get_value() -> ImageSetConfigurationTypeDef:
    return {
        "Original": ...,
    }


# ImageSetConfigurationTypeDef definition

class ImageSetConfigurationTypeDef(TypedDict):
    Original: ImageConfigurationTypeDef,  # (1)
  1. See ImageConfigurationTypeDef

ImageSetTypeDef#

# ImageSetTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageSetTypeDef


def get_value() -> ImageSetTypeDef:
    return {
        "Original": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RefreshConfigurationTypeDef


def get_value() -> RefreshConfigurationTypeDef:
    return {
        "IncrementalRefresh": ...,
    }


# RefreshConfigurationTypeDef definition

class RefreshConfigurationTypeDef(TypedDict):
    IncrementalRefresh: IncrementalRefreshTypeDef,  # (1)
  1. See IncrementalRefreshTypeDef

DescribeIngestionResponseTypeDef#

# DescribeIngestionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeIngestionResponseTypeDef


def get_value() -> DescribeIngestionResponseTypeDef:
    return {
        "Ingestion": ...,
    }


# DescribeIngestionResponseTypeDef definition

class DescribeIngestionResponseTypeDef(TypedDict):
    Ingestion: IngestionTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See IngestionTypeDef
  2. See ResponseMetadataTypeDef

ListIngestionsResponseTypeDef#

# ListIngestionsResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListIngestionsResponseTypeDef


def get_value() -> ListIngestionsResponseTypeDef:
    return {
        "Ingestions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerDatasetParameterTypeDef


def get_value() -> IntegerDatasetParameterTypeDef:
    return {
        "Id": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LogicalTableSourceTypeDef


def get_value() -> LogicalTableSourceTypeDef:
    return {
        "JoinInstruction": ...,
    }


# LogicalTableSourceTypeDef definition

class LogicalTableSourceTypeDef(TypedDict):
    JoinInstruction: NotRequired[JoinInstructionTypeDef],  # (1)
    PhysicalTableId: NotRequired[str],
    DataSetArn: NotRequired[str],
  1. See JoinInstructionTypeDef

DataFieldSeriesItemTypeDef#

# DataFieldSeriesItemTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataFieldSeriesItemTypeDef


def get_value() -> DataFieldSeriesItemTypeDef:
    return {
        "FieldId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FieldSeriesItemTypeDef


def get_value() -> FieldSeriesItemTypeDef:
    return {
        "FieldId": ...,
    }


# FieldSeriesItemTypeDef definition

class FieldSeriesItemTypeDef(TypedDict):
    FieldId: str,
    AxisBinding: AxisBindingType,  # (1)
    Settings: NotRequired[LineChartSeriesSettingsTypeDef],  # (2)
  1. See AxisBindingType
  2. See LineChartSeriesSettingsTypeDef

CreateFolderRequestTypeDef#

# CreateFolderRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateFolderRequestTypeDef


def get_value() -> CreateFolderRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateFolderRequestTypeDef definition

class CreateFolderRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    Name: NotRequired[str],
    FolderType: NotRequired[FolderTypeType],  # (1)
    ParentFolderArn: NotRequired[str],
    Permissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (2)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (3)
    SharingModel: NotRequired[SharingModelType],  # (4)
  1. See FolderTypeType
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  3. See TagTypeDef
  4. See SharingModelType

UpdateAnalysisPermissionsRequestTypeDef#

# UpdateAnalysisPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateAnalysisPermissionsRequestTypeDef


def get_value() -> UpdateAnalysisPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateAnalysisPermissionsRequestTypeDef definition

class UpdateAnalysisPermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef

UpdateDashboardPermissionsRequestTypeDef#

# UpdateDashboardPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardPermissionsRequestTypeDef


def get_value() -> UpdateDashboardPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDashboardPermissionsRequestTypeDef definition

class UpdateDashboardPermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    GrantLinkPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    RevokeLinkPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  3. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  4. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef

UpdateDataSetPermissionsRequestTypeDef#

# UpdateDataSetPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDataSetPermissionsRequestTypeDef


def get_value() -> UpdateDataSetPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDataSetPermissionsRequestTypeDef definition

class UpdateDataSetPermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef

UpdateDataSourcePermissionsRequestTypeDef#

# UpdateDataSourcePermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDataSourcePermissionsRequestTypeDef


def get_value() -> UpdateDataSourcePermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDataSourcePermissionsRequestTypeDef definition

class UpdateDataSourcePermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSourceId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef

UpdateFolderPermissionsRequestTypeDef#

# UpdateFolderPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateFolderPermissionsRequestTypeDef


def get_value() -> UpdateFolderPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateFolderPermissionsRequestTypeDef definition

class UpdateFolderPermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    FolderId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef

UpdateTemplatePermissionsRequestTypeDef#

# UpdateTemplatePermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTemplatePermissionsRequestTypeDef


def get_value() -> UpdateTemplatePermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateTemplatePermissionsRequestTypeDef definition

class UpdateTemplatePermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef

UpdateThemePermissionsRequestTypeDef#

# UpdateThemePermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateThemePermissionsRequestTypeDef


def get_value() -> UpdateThemePermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateThemePermissionsRequestTypeDef definition

class UpdateThemePermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef

UpdateTopicPermissionsRequestTypeDef#

# UpdateTopicPermissionsRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTopicPermissionsRequestTypeDef


def get_value() -> UpdateTopicPermissionsRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateTopicPermissionsRequestTypeDef definition

class UpdateTopicPermissionsRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    GrantPermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    RevokePermissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef

SheetStyleTypeDef#

# SheetStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetStyleTypeDef


def get_value() -> SheetStyleTypeDef:
    return {
        "Tile": ...,
    }


# SheetStyleTypeDef definition

class SheetStyleTypeDef(TypedDict):
    Tile: NotRequired[TileStyleTypeDef],  # (1)
    TileLayout: NotRequired[TileLayoutStyleTypeDef],  # (2)
  1. See TileStyleTypeDef
  2. See TileLayoutStyleTypeDef

TopicNamedEntityOutputTypeDef#

# TopicNamedEntityOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicNamedEntityOutputTypeDef


def get_value() -> TopicNamedEntityOutputTypeDef:
    return {
        "EntityName": ...,
    }


# 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

TopicNamedEntityTypeDef#

# TopicNamedEntityTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicNamedEntityTypeDef


def get_value() -> TopicNamedEntityTypeDef:
    return {
        "EntityName": ...,
    }


# TopicNamedEntityTypeDef definition

class TopicNamedEntityTypeDef(TypedDict):
    EntityName: str,
    EntityDescription: NotRequired[str],
    EntitySynonyms: NotRequired[Sequence[str]],
    SemanticEntityType: NotRequired[SemanticEntityTypeTypeDef],  # (1)
    Definition: NotRequired[Sequence[NamedEntityDefinitionTypeDef]],  # (2)
  1. See SemanticEntityTypeTypeDef
  2. See NamedEntityDefinitionTypeDef

DescribeNamespaceResponseTypeDef#

# DescribeNamespaceResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeNamespaceResponseTypeDef


def get_value() -> DescribeNamespaceResponseTypeDef:
    return {
        "Namespace": ...,
    }


# DescribeNamespaceResponseTypeDef definition

class DescribeNamespaceResponseTypeDef(TypedDict):
    Namespace: NamespaceInfoV2TypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See NamespaceInfoV2TypeDef
  2. See ResponseMetadataTypeDef

ListNamespacesResponseTypeDef#

# ListNamespacesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListNamespacesResponseTypeDef


def get_value() -> ListNamespacesResponseTypeDef:
    return {
        "Namespaces": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListVPCConnectionsResponseTypeDef


def get_value() -> ListVPCConnectionsResponseTypeDef:
    return {
        "VPCConnectionSummaries": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeVPCConnectionResponseTypeDef


def get_value() -> DescribeVPCConnectionResponseTypeDef:
    return {
        "VPCConnection": ...,
    }


# DescribeVPCConnectionResponseTypeDef definition

class DescribeVPCConnectionResponseTypeDef(TypedDict):
    VPCConnection: VPCConnectionTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See VPCConnectionTypeDef
  2. See ResponseMetadataTypeDef

CurrencyDisplayFormatConfigurationTypeDef#

# CurrencyDisplayFormatConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CurrencyDisplayFormatConfigurationTypeDef


def get_value() -> CurrencyDisplayFormatConfigurationTypeDef:
    return {
        "Prefix": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import NumberDisplayFormatConfigurationTypeDef


def get_value() -> NumberDisplayFormatConfigurationTypeDef:
    return {
        "Prefix": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PercentageDisplayFormatConfigurationTypeDef


def get_value() -> PercentageDisplayFormatConfigurationTypeDef:
    return {
        "Prefix": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import AggregationFunctionTypeDef


def get_value() -> AggregationFunctionTypeDef:
    return {
        "NumericalAggregationFunction": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ScrollBarOptionsTypeDef


def get_value() -> ScrollBarOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# ScrollBarOptionsTypeDef definition

class ScrollBarOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    VisibleRange: NotRequired[VisibleRangeOptionsTypeDef],  # (2)
  1. See VisibilityType
  2. See VisibleRangeOptionsTypeDef

TopicDateRangeFilterTypeDef#

# TopicDateRangeFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicDateRangeFilterTypeDef


def get_value() -> TopicDateRangeFilterTypeDef:
    return {
        "Inclusive": ...,
    }


# TopicDateRangeFilterTypeDef definition

class TopicDateRangeFilterTypeDef(TypedDict):
    Inclusive: NotRequired[bool],
    Constant: NotRequired[TopicRangeFilterConstantTypeDef],  # (1)
  1. See TopicRangeFilterConstantTypeDef

TopicNumericRangeFilterTypeDef#

# TopicNumericRangeFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicNumericRangeFilterTypeDef


def get_value() -> TopicNumericRangeFilterTypeDef:
    return {
        "Inclusive": ...,
    }


# TopicNumericRangeFilterTypeDef definition

class TopicNumericRangeFilterTypeDef(TypedDict):
    Inclusive: NotRequired[bool],
    Constant: NotRequired[TopicRangeFilterConstantTypeDef],  # (1)
    Aggregation: NotRequired[NamedFilterAggTypeType],  # (2)
  1. See TopicRangeFilterConstantTypeDef
  2. See NamedFilterAggTypeType

RedshiftParametersTypeDef#

# RedshiftParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RedshiftParametersTypeDef


def get_value() -> RedshiftParametersTypeDef:
    return {
        "Host": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RefreshScheduleOutputTypeDef


def get_value() -> RefreshScheduleOutputTypeDef:
    return {
        "ScheduleId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RefreshScheduleTypeDef


def get_value() -> RefreshScheduleTypeDef:
    return {
        "ScheduleId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef


def get_value() -> RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef:
    return {
        "InitialPath": ...,
    }


# RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef definition

class RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef(TypedDict):
    InitialPath: NotRequired[str],
    FeatureConfigurations: NotRequired[RegisteredUserConsoleFeatureConfigurationsTypeDef],  # (1)
  1. See RegisteredUserConsoleFeatureConfigurationsTypeDef

RegisteredUserDashboardEmbeddingConfigurationTypeDef#

# RegisteredUserDashboardEmbeddingConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RegisteredUserDashboardEmbeddingConfigurationTypeDef


def get_value() -> RegisteredUserDashboardEmbeddingConfigurationTypeDef:
    return {
        "InitialDashboardId": ...,
    }


# RegisteredUserDashboardEmbeddingConfigurationTypeDef definition

class RegisteredUserDashboardEmbeddingConfigurationTypeDef(TypedDict):
    InitialDashboardId: str,
    FeatureConfigurations: NotRequired[RegisteredUserDashboardFeatureConfigurationsTypeDef],  # (1)
  1. See RegisteredUserDashboardFeatureConfigurationsTypeDef

SnapshotDestinationConfigurationOutputTypeDef#

# SnapshotDestinationConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotDestinationConfigurationOutputTypeDef


def get_value() -> SnapshotDestinationConfigurationOutputTypeDef:
    return {
        "S3Destinations": ...,
    }


# SnapshotDestinationConfigurationOutputTypeDef definition

class SnapshotDestinationConfigurationOutputTypeDef(TypedDict):
    S3Destinations: NotRequired[List[SnapshotS3DestinationConfigurationTypeDef]],  # (1)
  1. See SnapshotS3DestinationConfigurationTypeDef

SnapshotDestinationConfigurationTypeDef#

# SnapshotDestinationConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotDestinationConfigurationTypeDef


def get_value() -> SnapshotDestinationConfigurationTypeDef:
    return {
        "S3Destinations": ...,
    }


# SnapshotDestinationConfigurationTypeDef definition

class SnapshotDestinationConfigurationTypeDef(TypedDict):
    S3Destinations: NotRequired[Sequence[SnapshotS3DestinationConfigurationTypeDef]],  # (1)
  1. See SnapshotS3DestinationConfigurationTypeDef

SnapshotJobS3ResultTypeDef#

# SnapshotJobS3ResultTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotJobS3ResultTypeDef


def get_value() -> SnapshotJobS3ResultTypeDef:
    return {
        "S3DestinationConfiguration": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PhysicalTableOutputTypeDef


def get_value() -> PhysicalTableOutputTypeDef:
    return {
        "RelationalTable": ...,
    }


# 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

SectionBasedLayoutCanvasSizeOptionsTypeDef#

# SectionBasedLayoutCanvasSizeOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SectionBasedLayoutCanvasSizeOptionsTypeDef


def get_value() -> SectionBasedLayoutCanvasSizeOptionsTypeDef:
    return {
        "PaperCanvasSizeOptions": ...,
    }


# SectionBasedLayoutCanvasSizeOptionsTypeDef definition

class SectionBasedLayoutCanvasSizeOptionsTypeDef(TypedDict):
    PaperCanvasSizeOptions: NotRequired[SectionBasedLayoutPaperCanvasSizeOptionsTypeDef],  # (1)
  1. See SectionBasedLayoutPaperCanvasSizeOptionsTypeDef

FilterScopeConfigurationOutputTypeDef#

# FilterScopeConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterScopeConfigurationOutputTypeDef


def get_value() -> FilterScopeConfigurationOutputTypeDef:
    return {
        "SelectedSheets": ...,
    }


# FilterScopeConfigurationOutputTypeDef definition

class FilterScopeConfigurationOutputTypeDef(TypedDict):
    SelectedSheets: NotRequired[SelectedSheetsFilterScopeConfigurationOutputTypeDef],  # (1)
    AllSheets: NotRequired[Dict[str, Any]],
  1. See SelectedSheetsFilterScopeConfigurationOutputTypeDef

FilterScopeConfigurationTypeDef#

# FilterScopeConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterScopeConfigurationTypeDef


def get_value() -> FilterScopeConfigurationTypeDef:
    return {
        "SelectedSheets": ...,
    }


# FilterScopeConfigurationTypeDef definition

class FilterScopeConfigurationTypeDef(TypedDict):
    SelectedSheets: NotRequired[SelectedSheetsFilterScopeConfigurationTypeDef],  # (1)
    AllSheets: NotRequired[Mapping[str, Any]],
  1. See SelectedSheetsFilterScopeConfigurationTypeDef

FreeFormLayoutElementOutputTypeDef#

# FreeFormLayoutElementOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormLayoutElementOutputTypeDef


def get_value() -> FreeFormLayoutElementOutputTypeDef:
    return {
        "ElementId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormLayoutElementTypeDef


def get_value() -> FreeFormLayoutElementTypeDef:
    return {
        "ElementId": ...,
    }


# 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

SnapshotFileGroupOutputTypeDef#

# SnapshotFileGroupOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotFileGroupOutputTypeDef


def get_value() -> SnapshotFileGroupOutputTypeDef:
    return {
        "Files": ...,
    }


# SnapshotFileGroupOutputTypeDef definition

class SnapshotFileGroupOutputTypeDef(TypedDict):
    Files: NotRequired[List[SnapshotFileOutputTypeDef]],  # (1)
  1. See SnapshotFileOutputTypeDef

SnapshotFileGroupTypeDef#

# SnapshotFileGroupTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotFileGroupTypeDef


def get_value() -> SnapshotFileGroupTypeDef:
    return {
        "Files": ...,
    }


# SnapshotFileGroupTypeDef definition

class SnapshotFileGroupTypeDef(TypedDict):
    Files: NotRequired[Sequence[SnapshotFileTypeDef]],  # (1)
  1. See SnapshotFileTypeDef

ImageStaticFileTypeDef#

# ImageStaticFileTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageStaticFileTypeDef


def get_value() -> ImageStaticFileTypeDef:
    return {
        "StaticFileId": ...,
    }


# ImageStaticFileTypeDef definition

class ImageStaticFileTypeDef(TypedDict):
    StaticFileId: str,
    Source: NotRequired[StaticFileSourceTypeDef],  # (1)
  1. See StaticFileSourceTypeDef

SpatialStaticFileTypeDef#

# SpatialStaticFileTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SpatialStaticFileTypeDef


def get_value() -> SpatialStaticFileTypeDef:
    return {
        "StaticFileId": ...,
    }


# SpatialStaticFileTypeDef definition

class SpatialStaticFileTypeDef(TypedDict):
    StaticFileId: str,
    Source: NotRequired[StaticFileSourceTypeDef],  # (1)
  1. See StaticFileSourceTypeDef

DatasetParameterOutputTypeDef#

# DatasetParameterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DatasetParameterOutputTypeDef


def get_value() -> DatasetParameterOutputTypeDef:
    return {
        "StringDatasetParameter": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import StringDatasetParameterTypeDef


def get_value() -> StringDatasetParameterTypeDef:
    return {
        "Id": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilterCrossSheetControlOutputTypeDef


def get_value() -> FilterCrossSheetControlOutputTypeDef:
    return {
        "FilterControlId": ...,
    }


# FilterCrossSheetControlOutputTypeDef definition

class FilterCrossSheetControlOutputTypeDef(TypedDict):
    FilterControlId: str,
    SourceFilterId: str,
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationOutputTypeDef],  # (1)
  1. See CascadingControlConfigurationOutputTypeDef

FilterCrossSheetControlTypeDef#

# FilterCrossSheetControlTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterCrossSheetControlTypeDef


def get_value() -> FilterCrossSheetControlTypeDef:
    return {
        "FilterControlId": ...,
    }


# FilterCrossSheetControlTypeDef definition

class FilterCrossSheetControlTypeDef(TypedDict):
    FilterControlId: str,
    SourceFilterId: str,
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationTypeDef],  # (1)
  1. See CascadingControlConfigurationTypeDef

DateTimeParameterDeclarationOutputTypeDef#

# DateTimeParameterDeclarationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeParameterDeclarationOutputTypeDef


def get_value() -> DateTimeParameterDeclarationOutputTypeDef:
    return {
        "Name": ...,
    }


# 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

DateTimeParameterDeclarationTypeDef#

# DateTimeParameterDeclarationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeParameterDeclarationTypeDef


def get_value() -> DateTimeParameterDeclarationTypeDef:
    return {
        "Name": ...,
    }


# DateTimeParameterDeclarationTypeDef definition

class DateTimeParameterDeclarationTypeDef(TypedDict):
    Name: str,
    DefaultValues: NotRequired[DateTimeDefaultValuesTypeDef],  # (1)
    TimeGranularity: NotRequired[TimeGranularityType],  # (2)
    ValueWhenUnset: NotRequired[DateTimeValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[Sequence[MappedDataSetParameterTypeDef]],  # (4)
  1. See DateTimeDefaultValuesTypeDef
  2. See TimeGranularityType
  3. See DateTimeValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

DecimalParameterDeclarationOutputTypeDef#

# DecimalParameterDeclarationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalParameterDeclarationOutputTypeDef


def get_value() -> DecimalParameterDeclarationOutputTypeDef:
    return {
        "ParameterValueType": ...,
    }


# 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

DecimalParameterDeclarationTypeDef#

# DecimalParameterDeclarationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DecimalParameterDeclarationTypeDef


def get_value() -> DecimalParameterDeclarationTypeDef:
    return {
        "ParameterValueType": ...,
    }


# DecimalParameterDeclarationTypeDef definition

class DecimalParameterDeclarationTypeDef(TypedDict):
    ParameterValueType: ParameterValueTypeType,  # (1)
    Name: str,
    DefaultValues: NotRequired[DecimalDefaultValuesTypeDef],  # (2)
    ValueWhenUnset: NotRequired[DecimalValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[Sequence[MappedDataSetParameterTypeDef]],  # (4)
  1. See ParameterValueTypeType
  2. See DecimalDefaultValuesTypeDef
  3. See DecimalValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

IntegerParameterDeclarationOutputTypeDef#

# IntegerParameterDeclarationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerParameterDeclarationOutputTypeDef


def get_value() -> IntegerParameterDeclarationOutputTypeDef:
    return {
        "ParameterValueType": ...,
    }


# 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

IntegerParameterDeclarationTypeDef#

# IntegerParameterDeclarationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import IntegerParameterDeclarationTypeDef


def get_value() -> IntegerParameterDeclarationTypeDef:
    return {
        "ParameterValueType": ...,
    }


# IntegerParameterDeclarationTypeDef definition

class IntegerParameterDeclarationTypeDef(TypedDict):
    ParameterValueType: ParameterValueTypeType,  # (1)
    Name: str,
    DefaultValues: NotRequired[IntegerDefaultValuesTypeDef],  # (2)
    ValueWhenUnset: NotRequired[IntegerValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[Sequence[MappedDataSetParameterTypeDef]],  # (4)
  1. See ParameterValueTypeType
  2. See IntegerDefaultValuesTypeDef
  3. See IntegerValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

StringParameterDeclarationOutputTypeDef#

# StringParameterDeclarationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringParameterDeclarationOutputTypeDef


def get_value() -> StringParameterDeclarationOutputTypeDef:
    return {
        "ParameterValueType": ...,
    }


# 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

StringParameterDeclarationTypeDef#

# StringParameterDeclarationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringParameterDeclarationTypeDef


def get_value() -> StringParameterDeclarationTypeDef:
    return {
        "ParameterValueType": ...,
    }


# StringParameterDeclarationTypeDef definition

class StringParameterDeclarationTypeDef(TypedDict):
    ParameterValueType: ParameterValueTypeType,  # (1)
    Name: str,
    DefaultValues: NotRequired[StringDefaultValuesTypeDef],  # (2)
    ValueWhenUnset: NotRequired[StringValueWhenUnsetConfigurationTypeDef],  # (3)
    MappedDataSetParameters: NotRequired[Sequence[MappedDataSetParameterTypeDef]],  # (4)
  1. See ParameterValueTypeType
  2. See StringDefaultValuesTypeDef
  3. See StringValueWhenUnsetConfigurationTypeDef
  4. See MappedDataSetParameterTypeDef

DateTimeHierarchyOutputTypeDef#

# DateTimeHierarchyOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeHierarchyOutputTypeDef


def get_value() -> DateTimeHierarchyOutputTypeDef:
    return {
        "HierarchyId": ...,
    }


# DateTimeHierarchyOutputTypeDef definition

class DateTimeHierarchyOutputTypeDef(TypedDict):
    HierarchyId: str,
    DrillDownFilters: NotRequired[List[DrillDownFilterOutputTypeDef]],  # (1)
  1. See DrillDownFilterOutputTypeDef

ExplicitHierarchyOutputTypeDef#

# ExplicitHierarchyOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ExplicitHierarchyOutputTypeDef


def get_value() -> ExplicitHierarchyOutputTypeDef:
    return {
        "HierarchyId": ...,
    }


# ExplicitHierarchyOutputTypeDef definition

class ExplicitHierarchyOutputTypeDef(TypedDict):
    HierarchyId: str,
    Columns: List[ColumnIdentifierTypeDef],  # (1)
    DrillDownFilters: NotRequired[List[DrillDownFilterOutputTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See DrillDownFilterOutputTypeDef

PredefinedHierarchyOutputTypeDef#

# PredefinedHierarchyOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PredefinedHierarchyOutputTypeDef


def get_value() -> PredefinedHierarchyOutputTypeDef:
    return {
        "HierarchyId": ...,
    }


# PredefinedHierarchyOutputTypeDef definition

class PredefinedHierarchyOutputTypeDef(TypedDict):
    HierarchyId: str,
    Columns: List[ColumnIdentifierTypeDef],  # (1)
    DrillDownFilters: NotRequired[List[DrillDownFilterOutputTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See DrillDownFilterOutputTypeDef

AnonymousUserEmbeddingExperienceConfigurationTypeDef#

# AnonymousUserEmbeddingExperienceConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnonymousUserEmbeddingExperienceConfigurationTypeDef


def get_value() -> AnonymousUserEmbeddingExperienceConfigurationTypeDef:
    return {
        "Dashboard": ...,
    }


# 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

StartAssetBundleExportJobRequestTypeDef#

# StartAssetBundleExportJobRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StartAssetBundleExportJobRequestTypeDef


def get_value() -> StartAssetBundleExportJobRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# StartAssetBundleExportJobRequestTypeDef definition

class StartAssetBundleExportJobRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssetBundleExportJobId: str,
    ResourceArns: Sequence[str],
    ExportFormat: AssetBundleExportFormatType,  # (1)
    IncludeAllDependencies: NotRequired[bool],
    CloudFormationOverridePropertyConfiguration: NotRequired[AssetBundleCloudFormationOverridePropertyConfigurationUnionTypeDef],  # (2)
    IncludePermissions: NotRequired[bool],
    IncludeTags: NotRequired[bool],
    ValidationStrategy: NotRequired[AssetBundleExportJobValidationStrategyTypeDef],  # (3)
    IncludeFolderMemberships: NotRequired[bool],
    IncludeFolderMembers: NotRequired[IncludeFolderMembersType],  # (4)
  1. See AssetBundleExportFormatType
  2. See AssetBundleCloudFormationOverridePropertyConfigurationTypeDef AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef
  3. See AssetBundleExportJobValidationStrategyTypeDef
  4. See IncludeFolderMembersType

AssetBundleImportJobOverridePermissionsOutputTypeDef#

# AssetBundleImportJobOverridePermissionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverridePermissionsOutputTypeDef


def get_value() -> AssetBundleImportJobOverridePermissionsOutputTypeDef:
    return {
        "DataSources": ...,
    }


# 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

AssetBundleImportJobOverridePermissionsTypeDef#

# AssetBundleImportJobOverridePermissionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverridePermissionsTypeDef


def get_value() -> AssetBundleImportJobOverridePermissionsTypeDef:
    return {
        "DataSources": ...,
    }


# AssetBundleImportJobOverridePermissionsTypeDef definition

class AssetBundleImportJobOverridePermissionsTypeDef(TypedDict):
    DataSources: NotRequired[Sequence[AssetBundleImportJobDataSourceOverridePermissionsTypeDef]],  # (1)
    DataSets: NotRequired[Sequence[AssetBundleImportJobDataSetOverridePermissionsTypeDef]],  # (2)
    Themes: NotRequired[Sequence[AssetBundleImportJobThemeOverridePermissionsTypeDef]],  # (3)
    Analyses: NotRequired[Sequence[AssetBundleImportJobAnalysisOverridePermissionsTypeDef]],  # (4)
    Dashboards: NotRequired[Sequence[AssetBundleImportJobDashboardOverridePermissionsTypeDef]],  # (5)
    Folders: NotRequired[Sequence[AssetBundleImportJobFolderOverridePermissionsTypeDef]],  # (6)
  1. See AssetBundleImportJobDataSourceOverridePermissionsTypeDef
  2. See AssetBundleImportJobDataSetOverridePermissionsTypeDef
  3. See AssetBundleImportJobThemeOverridePermissionsTypeDef
  4. See AssetBundleImportJobAnalysisOverridePermissionsTypeDef
  5. See AssetBundleImportJobDashboardOverridePermissionsTypeDef
  6. See AssetBundleImportJobFolderOverridePermissionsTypeDef

DataSourceParametersOutputTypeDef#

# DataSourceParametersOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSourceParametersOutputTypeDef


def get_value() -> DataSourceParametersOutputTypeDef:
    return {
        "AmazonElasticsearchParameters": ...,
    }


# 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

DestinationParameterValueConfigurationTypeDef#

# DestinationParameterValueConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DestinationParameterValueConfigurationTypeDef


def get_value() -> DestinationParameterValueConfigurationTypeDef:
    return {
        "CustomValuesConfiguration": ...,
    }


# DestinationParameterValueConfigurationTypeDef definition

class DestinationParameterValueConfigurationTypeDef(TypedDict):
    CustomValuesConfiguration: NotRequired[CustomValuesConfigurationTypeDef],  # (1)
    SelectAllValueOptions: NotRequired[SelectAllValueOptionsType],  # (2)
    SourceParameterName: NotRequired[str],
    SourceField: NotRequired[str],
    SourceColumn: NotRequired[ColumnIdentifierTypeDef],  # (3)
  1. See CustomValuesConfigurationTypeDef
  2. See SelectAllValueOptionsType
  3. See ColumnIdentifierTypeDef

DateTimeDatasetParameterTypeDef#

# DateTimeDatasetParameterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeDatasetParameterTypeDef


def get_value() -> DateTimeDatasetParameterTypeDef:
    return {
        "Id": ...,
    }


# 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

OverrideDatasetParameterOperationTypeDef#

# OverrideDatasetParameterOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import OverrideDatasetParameterOperationTypeDef


def get_value() -> OverrideDatasetParameterOperationTypeDef:
    return {
        "ParameterName": ...,
    }


# OverrideDatasetParameterOperationTypeDef definition

class OverrideDatasetParameterOperationTypeDef(TypedDict):
    ParameterName: str,
    NewParameterName: NotRequired[str],
    NewDefaultValues: NotRequired[NewDefaultValuesUnionTypeDef],  # (1)
  1. See NewDefaultValuesTypeDef NewDefaultValuesOutputTypeDef

DateTimeHierarchyTypeDef#

# DateTimeHierarchyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeHierarchyTypeDef


def get_value() -> DateTimeHierarchyTypeDef:
    return {
        "HierarchyId": ...,
    }


# DateTimeHierarchyTypeDef definition

class DateTimeHierarchyTypeDef(TypedDict):
    HierarchyId: str,
    DrillDownFilters: NotRequired[Sequence[DrillDownFilterTypeDef]],  # (1)
  1. See DrillDownFilterTypeDef

ExplicitHierarchyTypeDef#

# ExplicitHierarchyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ExplicitHierarchyTypeDef


def get_value() -> ExplicitHierarchyTypeDef:
    return {
        "HierarchyId": ...,
    }


# ExplicitHierarchyTypeDef definition

class ExplicitHierarchyTypeDef(TypedDict):
    HierarchyId: str,
    Columns: Sequence[ColumnIdentifierTypeDef],  # (1)
    DrillDownFilters: NotRequired[Sequence[DrillDownFilterTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See DrillDownFilterTypeDef

PredefinedHierarchyTypeDef#

# PredefinedHierarchyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PredefinedHierarchyTypeDef


def get_value() -> PredefinedHierarchyTypeDef:
    return {
        "HierarchyId": ...,
    }


# PredefinedHierarchyTypeDef definition

class PredefinedHierarchyTypeDef(TypedDict):
    HierarchyId: str,
    Columns: Sequence[ColumnIdentifierTypeDef],  # (1)
    DrillDownFilters: NotRequired[Sequence[DrillDownFilterTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See DrillDownFilterTypeDef

CreateTopicRefreshScheduleRequestTypeDef#

# CreateTopicRefreshScheduleRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateTopicRefreshScheduleRequestTypeDef


def get_value() -> CreateTopicRefreshScheduleRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateTopicRefreshScheduleRequestTypeDef definition

class CreateTopicRefreshScheduleRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    DatasetArn: str,
    RefreshSchedule: TopicRefreshScheduleUnionTypeDef,  # (1)
    DatasetName: NotRequired[str],
  1. See TopicRefreshScheduleTypeDef TopicRefreshScheduleOutputTypeDef

UpdateTopicRefreshScheduleRequestTypeDef#

# UpdateTopicRefreshScheduleRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTopicRefreshScheduleRequestTypeDef


def get_value() -> UpdateTopicRefreshScheduleRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateTopicRefreshScheduleRequestTypeDef definition

class UpdateTopicRefreshScheduleRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    DatasetId: str,
    RefreshSchedule: TopicRefreshScheduleUnionTypeDef,  # (1)
  1. See TopicRefreshScheduleTypeDef TopicRefreshScheduleOutputTypeDef

ForecastConfigurationTypeDef#

# ForecastConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ForecastConfigurationTypeDef


def get_value() -> ForecastConfigurationTypeDef:
    return {
        "ForecastProperties": ...,
    }


# ForecastConfigurationTypeDef definition

class ForecastConfigurationTypeDef(TypedDict):
    ForecastProperties: NotRequired[TimeBasedForecastPropertiesTypeDef],  # (1)
    Scenario: NotRequired[ForecastScenarioTypeDef],  # (2)
  1. See TimeBasedForecastPropertiesTypeDef
  2. See ForecastScenarioTypeDef

AxisDataOptionsOutputTypeDef#

# AxisDataOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisDataOptionsOutputTypeDef


def get_value() -> AxisDataOptionsOutputTypeDef:
    return {
        "NumericAxisOptions": ...,
    }


# AxisDataOptionsOutputTypeDef definition

class AxisDataOptionsOutputTypeDef(TypedDict):
    NumericAxisOptions: NotRequired[NumericAxisOptionsOutputTypeDef],  # (1)
    DateAxisOptions: NotRequired[DateAxisOptionsTypeDef],  # (2)
  1. See NumericAxisOptionsOutputTypeDef
  2. See DateAxisOptionsTypeDef

AxisDataOptionsTypeDef#

# AxisDataOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisDataOptionsTypeDef


def get_value() -> AxisDataOptionsTypeDef:
    return {
        "NumericAxisOptions": ...,
    }


# AxisDataOptionsTypeDef definition

class AxisDataOptionsTypeDef(TypedDict):
    NumericAxisOptions: NotRequired[NumericAxisOptionsTypeDef],  # (1)
    DateAxisOptions: NotRequired[DateAxisOptionsTypeDef],  # (2)
  1. See NumericAxisOptionsTypeDef
  2. See DateAxisOptionsTypeDef

ApplicationThemeTypeDef#

# ApplicationThemeTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ApplicationThemeTypeDef


def get_value() -> ApplicationThemeTypeDef:
    return {
        "BrandColorPalette": ...,
    }


# ApplicationThemeTypeDef definition

class ApplicationThemeTypeDef(TypedDict):
    BrandColorPalette: NotRequired[BrandColorPaletteTypeDef],  # (1)
    BrandElementStyle: NotRequired[BrandElementStyleTypeDef],  # (2)
  1. See BrandColorPaletteTypeDef
  2. See BrandElementStyleTypeDef

TopicIRFilterOptionTypeDef#

# TopicIRFilterOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIRFilterOptionTypeDef


def get_value() -> TopicIRFilterOptionTypeDef:
    return {
        "FilterType": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TransformOperationOutputTypeDef


def get_value() -> TransformOperationOutputTypeDef:
    return {
        "ProjectOperation": ...,
    }


# 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

SetParameterValueConfigurationOutputTypeDef#

# SetParameterValueConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SetParameterValueConfigurationOutputTypeDef


def get_value() -> SetParameterValueConfigurationOutputTypeDef:
    return {
        "DestinationParameterName": ...,
    }


# SetParameterValueConfigurationOutputTypeDef definition

class SetParameterValueConfigurationOutputTypeDef(TypedDict):
    DestinationParameterName: str,
    Value: DestinationParameterValueConfigurationOutputTypeDef,  # (1)
  1. See DestinationParameterValueConfigurationOutputTypeDef

VisualPaletteOutputTypeDef#

# VisualPaletteOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualPaletteOutputTypeDef


def get_value() -> VisualPaletteOutputTypeDef:
    return {
        "ChartColor": ...,
    }


# VisualPaletteOutputTypeDef definition

class VisualPaletteOutputTypeDef(TypedDict):
    ChartColor: NotRequired[str],
    ColorMap: NotRequired[List[DataPathColorTypeDef]],  # (1)
  1. See DataPathColorTypeDef

VisualPaletteTypeDef#

# VisualPaletteTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualPaletteTypeDef


def get_value() -> VisualPaletteTypeDef:
    return {
        "ChartColor": ...,
    }


# VisualPaletteTypeDef definition

class VisualPaletteTypeDef(TypedDict):
    ChartColor: NotRequired[str],
    ColorMap: NotRequired[Sequence[DataPathColorTypeDef]],  # (1)
  1. See DataPathColorTypeDef

PivotTableFieldCollapseStateOptionOutputTypeDef#

# PivotTableFieldCollapseStateOptionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldCollapseStateOptionOutputTypeDef


def get_value() -> PivotTableFieldCollapseStateOptionOutputTypeDef:
    return {
        "Target": ...,
    }


# PivotTableFieldCollapseStateOptionOutputTypeDef definition

class PivotTableFieldCollapseStateOptionOutputTypeDef(TypedDict):
    Target: PivotTableFieldCollapseStateTargetOutputTypeDef,  # (1)
    State: NotRequired[PivotTableFieldCollapseStateType],  # (2)
  1. See PivotTableFieldCollapseStateTargetOutputTypeDef
  2. See PivotTableFieldCollapseStateType

PivotTableFieldCollapseStateOptionTypeDef#

# PivotTableFieldCollapseStateOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldCollapseStateOptionTypeDef


def get_value() -> PivotTableFieldCollapseStateOptionTypeDef:
    return {
        "Target": ...,
    }


# PivotTableFieldCollapseStateOptionTypeDef definition

class PivotTableFieldCollapseStateOptionTypeDef(TypedDict):
    Target: PivotTableFieldCollapseStateTargetTypeDef,  # (1)
    State: NotRequired[PivotTableFieldCollapseStateType],  # (2)
  1. See PivotTableFieldCollapseStateTargetTypeDef
  2. See PivotTableFieldCollapseStateType

TopicCalculatedFieldOutputTypeDef#

# TopicCalculatedFieldOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicCalculatedFieldOutputTypeDef


def get_value() -> TopicCalculatedFieldOutputTypeDef:
    return {
        "CalculatedFieldName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicCalculatedFieldTypeDef


def get_value() -> TopicCalculatedFieldTypeDef:
    return {
        "CalculatedFieldName": ...,
    }


# 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[ComparativeOrderTypeDef],  # (5)
    SemanticType: NotRequired[SemanticTypeTypeDef],  # (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
  6. See SemanticTypeTypeDef
  7. See AuthorSpecifiedAggregationType
  8. See AuthorSpecifiedAggregationType
  9. See CellValueSynonymTypeDef

TopicColumnOutputTypeDef#

# TopicColumnOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicColumnOutputTypeDef


def get_value() -> TopicColumnOutputTypeDef:
    return {
        "ColumnName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicColumnTypeDef


def get_value() -> TopicColumnTypeDef:
    return {
        "ColumnName": ...,
    }


# 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[ComparativeOrderTypeDef],  # (3)
    SemanticType: NotRequired[SemanticTypeTypeDef],  # (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[CellValueSynonymTypeDef]],  # (9)
    NonAdditive: NotRequired[bool],
  1. See ColumnDataRoleType
  2. See DefaultAggregationType
  3. See ComparativeOrderTypeDef
  4. See SemanticTypeTypeDef
  5. See TopicTimeGranularityType
  6. See AuthorSpecifiedAggregationType
  7. See AuthorSpecifiedAggregationType
  8. See DefaultFormattingTypeDef
  9. See CellValueSynonymTypeDef

ContributionAnalysisTimeRangesOutputTypeDef#

# ContributionAnalysisTimeRangesOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ContributionAnalysisTimeRangesOutputTypeDef


def get_value() -> ContributionAnalysisTimeRangesOutputTypeDef:
    return {
        "StartRange": ...,
    }


# ContributionAnalysisTimeRangesOutputTypeDef definition

class ContributionAnalysisTimeRangesOutputTypeDef(TypedDict):
    StartRange: NotRequired[TopicIRFilterOptionOutputTypeDef],  # (1)
    EndRange: NotRequired[TopicIRFilterOptionOutputTypeDef],  # (1)
  1. See TopicIRFilterOptionOutputTypeDef
  2. See TopicIRFilterOptionOutputTypeDef

ChartAxisLabelOptionsOutputTypeDef#

# ChartAxisLabelOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ChartAxisLabelOptionsOutputTypeDef


def get_value() -> ChartAxisLabelOptionsOutputTypeDef:
    return {
        "Visibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ChartAxisLabelOptionsTypeDef


def get_value() -> ChartAxisLabelOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import AxisTickLabelOptionsTypeDef


def get_value() -> AxisTickLabelOptionsTypeDef:
    return {
        "LabelOptions": ...,
    }


# AxisTickLabelOptionsTypeDef definition

class AxisTickLabelOptionsTypeDef(TypedDict):
    LabelOptions: NotRequired[LabelOptionsTypeDef],  # (1)
    RotationAngle: NotRequired[float],
  1. See LabelOptionsTypeDef

DateTimePickerControlDisplayOptionsTypeDef#

# DateTimePickerControlDisplayOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimePickerControlDisplayOptionsTypeDef


def get_value() -> DateTimePickerControlDisplayOptionsTypeDef:
    return {
        "TitleOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DropDownControlDisplayOptionsTypeDef


def get_value() -> DropDownControlDisplayOptionsTypeDef:
    return {
        "SelectAllOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LegendOptionsTypeDef


def get_value() -> LegendOptionsTypeDef:
    return {
        "Visibility": ...,
    }


# LegendOptionsTypeDef definition

class LegendOptionsTypeDef(TypedDict):
    Visibility: NotRequired[VisibilityType],  # (1)
    Title: NotRequired[LabelOptionsTypeDef],  # (2)
    Position: NotRequired[LegendPositionType],  # (3)
    Width: NotRequired[str],
    Height: NotRequired[str],
    ValueFontConfiguration: NotRequired[FontConfigurationTypeDef],  # (4)
  1. See VisibilityType
  2. See LabelOptionsTypeDef
  3. See LegendPositionType
  4. See FontConfigurationTypeDef

ListControlDisplayOptionsTypeDef#

# ListControlDisplayOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListControlDisplayOptionsTypeDef


def get_value() -> ListControlDisplayOptionsTypeDef:
    return {
        "SearchOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RelativeDateTimeControlDisplayOptionsTypeDef


def get_value() -> RelativeDateTimeControlDisplayOptionsTypeDef:
    return {
        "TitleOptions": ...,
    }


# RelativeDateTimeControlDisplayOptionsTypeDef definition

class RelativeDateTimeControlDisplayOptionsTypeDef(TypedDict):
    TitleOptions: NotRequired[LabelOptionsTypeDef],  # (1)
    DateTimeFormat: NotRequired[str],
    InfoIconLabelOptions: NotRequired[SheetControlInfoIconLabelOptionsTypeDef],  # (2)
  1. See LabelOptionsTypeDef
  2. See SheetControlInfoIconLabelOptionsTypeDef

SliderControlDisplayOptionsTypeDef#

# SliderControlDisplayOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SliderControlDisplayOptionsTypeDef


def get_value() -> SliderControlDisplayOptionsTypeDef:
    return {
        "TitleOptions": ...,
    }


# SliderControlDisplayOptionsTypeDef definition

class SliderControlDisplayOptionsTypeDef(TypedDict):
    TitleOptions: NotRequired[LabelOptionsTypeDef],  # (1)
    InfoIconLabelOptions: NotRequired[SheetControlInfoIconLabelOptionsTypeDef],  # (2)
  1. See LabelOptionsTypeDef
  2. See SheetControlInfoIconLabelOptionsTypeDef

TextAreaControlDisplayOptionsTypeDef#

# TextAreaControlDisplayOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TextAreaControlDisplayOptionsTypeDef


def get_value() -> TextAreaControlDisplayOptionsTypeDef:
    return {
        "TitleOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TextFieldControlDisplayOptionsTypeDef


def get_value() -> TextFieldControlDisplayOptionsTypeDef:
    return {
        "TitleOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PanelConfigurationTypeDef


def get_value() -> PanelConfigurationTypeDef:
    return {
        "Title": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldLinkContentConfigurationTypeDef


def get_value() -> TableFieldLinkContentConfigurationTypeDef:
    return {
        "CustomTextContent": ...,
    }


# TableFieldLinkContentConfigurationTypeDef definition

class TableFieldLinkContentConfigurationTypeDef(TypedDict):
    CustomTextContent: NotRequired[TableFieldCustomTextContentTypeDef],  # (1)
    CustomIconContent: NotRequired[TableFieldCustomIconContentTypeDef],  # (2)
  1. See TableFieldCustomTextContentTypeDef
  2. See TableFieldCustomIconContentTypeDef

GeospatialPointStyleOptionsOutputTypeDef#

# GeospatialPointStyleOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPointStyleOptionsOutputTypeDef


def get_value() -> GeospatialPointStyleOptionsOutputTypeDef:
    return {
        "SelectedPointStyle": ...,
    }


# 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

GeospatialPointStyleOptionsTypeDef#

# GeospatialPointStyleOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPointStyleOptionsTypeDef


def get_value() -> GeospatialPointStyleOptionsTypeDef:
    return {
        "SelectedPointStyle": ...,
    }


# GeospatialPointStyleOptionsTypeDef definition

class GeospatialPointStyleOptionsTypeDef(TypedDict):
    SelectedPointStyle: NotRequired[GeospatialSelectedPointStyleType],  # (1)
    ClusterMarkerConfiguration: NotRequired[ClusterMarkerConfigurationTypeDef],  # (2)
    HeatmapConfiguration: NotRequired[GeospatialHeatmapConfigurationTypeDef],  # (3)
  1. See GeospatialSelectedPointStyleType
  2. See ClusterMarkerConfigurationTypeDef
  3. See GeospatialHeatmapConfigurationTypeDef

GeospatialColorOutputTypeDef#

# GeospatialColorOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialColorOutputTypeDef


def get_value() -> GeospatialColorOutputTypeDef:
    return {
        "Solid": ...,
    }


# GeospatialColorOutputTypeDef definition

class GeospatialColorOutputTypeDef(TypedDict):
    Solid: NotRequired[GeospatialSolidColorTypeDef],  # (1)
    Gradient: NotRequired[GeospatialGradientColorOutputTypeDef],  # (2)
    Categorical: NotRequired[GeospatialCategoricalColorOutputTypeDef],  # (3)
  1. See GeospatialSolidColorTypeDef
  2. See GeospatialGradientColorOutputTypeDef
  3. See GeospatialCategoricalColorOutputTypeDef

GeospatialColorTypeDef#

# GeospatialColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialColorTypeDef


def get_value() -> GeospatialColorTypeDef:
    return {
        "Solid": ...,
    }


# GeospatialColorTypeDef definition

class GeospatialColorTypeDef(TypedDict):
    Solid: NotRequired[GeospatialSolidColorTypeDef],  # (1)
    Gradient: NotRequired[GeospatialGradientColorTypeDef],  # (2)
    Categorical: NotRequired[GeospatialCategoricalColorTypeDef],  # (3)
  1. See GeospatialSolidColorTypeDef
  2. See GeospatialGradientColorTypeDef
  3. See GeospatialCategoricalColorTypeDef

TableCellStyleTypeDef#

# TableCellStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableCellStyleTypeDef


def get_value() -> TableCellStyleTypeDef:
    return {
        "Visibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingColorOutputTypeDef


def get_value() -> ConditionalFormattingColorOutputTypeDef:
    return {
        "Solid": ...,
    }


# ConditionalFormattingColorOutputTypeDef definition

class ConditionalFormattingColorOutputTypeDef(TypedDict):
    Solid: NotRequired[ConditionalFormattingSolidColorTypeDef],  # (1)
    Gradient: NotRequired[ConditionalFormattingGradientColorOutputTypeDef],  # (2)
  1. See ConditionalFormattingSolidColorTypeDef
  2. See ConditionalFormattingGradientColorOutputTypeDef

ConditionalFormattingColorTypeDef#

# ConditionalFormattingColorTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ConditionalFormattingColorTypeDef


def get_value() -> ConditionalFormattingColorTypeDef:
    return {
        "Solid": ...,
    }


# ConditionalFormattingColorTypeDef definition

class ConditionalFormattingColorTypeDef(TypedDict):
    Solid: NotRequired[ConditionalFormattingSolidColorTypeDef],  # (1)
    Gradient: NotRequired[ConditionalFormattingGradientColorTypeDef],  # (2)
  1. See ConditionalFormattingSolidColorTypeDef
  2. See ConditionalFormattingGradientColorTypeDef

DefaultInteractiveLayoutConfigurationTypeDef#

# DefaultInteractiveLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultInteractiveLayoutConfigurationTypeDef


def get_value() -> DefaultInteractiveLayoutConfigurationTypeDef:
    return {
        "Grid": ...,
    }


# DefaultInteractiveLayoutConfigurationTypeDef definition

class DefaultInteractiveLayoutConfigurationTypeDef(TypedDict):
    Grid: NotRequired[DefaultGridLayoutConfigurationTypeDef],  # (1)
    FreeForm: NotRequired[DefaultFreeFormLayoutConfigurationTypeDef],  # (2)
  1. See DefaultGridLayoutConfigurationTypeDef
  2. See DefaultFreeFormLayoutConfigurationTypeDef

SheetControlLayoutConfigurationOutputTypeDef#

# SheetControlLayoutConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetControlLayoutConfigurationOutputTypeDef


def get_value() -> SheetControlLayoutConfigurationOutputTypeDef:
    return {
        "GridLayout": ...,
    }


# SheetControlLayoutConfigurationOutputTypeDef definition

class SheetControlLayoutConfigurationOutputTypeDef(TypedDict):
    GridLayout: NotRequired[GridLayoutConfigurationOutputTypeDef],  # (1)
  1. See GridLayoutConfigurationOutputTypeDef

SheetControlLayoutConfigurationTypeDef#

# SheetControlLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetControlLayoutConfigurationTypeDef


def get_value() -> SheetControlLayoutConfigurationTypeDef:
    return {
        "GridLayout": ...,
    }


# SheetControlLayoutConfigurationTypeDef definition

class SheetControlLayoutConfigurationTypeDef(TypedDict):
    GridLayout: NotRequired[GridLayoutConfigurationTypeDef],  # (1)
  1. See GridLayoutConfigurationTypeDef

LogoSetConfigurationTypeDef#

# LogoSetConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LogoSetConfigurationTypeDef


def get_value() -> LogoSetConfigurationTypeDef:
    return {
        "Primary": ...,
    }


# LogoSetConfigurationTypeDef definition

class LogoSetConfigurationTypeDef(TypedDict):
    Primary: ImageSetConfigurationTypeDef,  # (1)
    Favicon: NotRequired[ImageSetConfigurationTypeDef],  # (1)
  1. See ImageSetConfigurationTypeDef
  2. See ImageSetConfigurationTypeDef

LogoSetTypeDef#

# LogoSetTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LogoSetTypeDef


def get_value() -> LogoSetTypeDef:
    return {
        "Primary": ...,
    }


# LogoSetTypeDef definition

class LogoSetTypeDef(TypedDict):
    Primary: ImageSetTypeDef,  # (1)
    Favicon: NotRequired[ImageSetTypeDef],  # (1)
  1. See ImageSetTypeDef
  2. See ImageSetTypeDef

DataSetRefreshPropertiesTypeDef#

# DataSetRefreshPropertiesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetRefreshPropertiesTypeDef


def get_value() -> DataSetRefreshPropertiesTypeDef:
    return {
        "RefreshConfiguration": ...,
    }


# DataSetRefreshPropertiesTypeDef definition

class DataSetRefreshPropertiesTypeDef(TypedDict):
    RefreshConfiguration: RefreshConfigurationTypeDef,  # (1)
  1. See RefreshConfigurationTypeDef

SeriesItemTypeDef#

# SeriesItemTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SeriesItemTypeDef


def get_value() -> SeriesItemTypeDef:
    return {
        "FieldSeriesItem": ...,
    }


# SeriesItemTypeDef definition

class SeriesItemTypeDef(TypedDict):
    FieldSeriesItem: NotRequired[FieldSeriesItemTypeDef],  # (1)
    DataFieldSeriesItem: NotRequired[DataFieldSeriesItemTypeDef],  # (2)
  1. See FieldSeriesItemTypeDef
  2. See DataFieldSeriesItemTypeDef

ThemeConfigurationOutputTypeDef#

# ThemeConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ThemeConfigurationOutputTypeDef


def get_value() -> ThemeConfigurationOutputTypeDef:
    return {
        "DataColorPalette": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ThemeConfigurationTypeDef


def get_value() -> ThemeConfigurationTypeDef:
    return {
        "DataColorPalette": ...,
    }


# ThemeConfigurationTypeDef definition

class ThemeConfigurationTypeDef(TypedDict):
    DataColorPalette: NotRequired[DataColorPaletteTypeDef],  # (1)
    UIColorPalette: NotRequired[UIColorPaletteTypeDef],  # (2)
    Sheet: NotRequired[SheetStyleTypeDef],  # (3)
    Typography: NotRequired[TypographyTypeDef],  # (4)
  1. See DataColorPaletteTypeDef
  2. See UIColorPaletteTypeDef
  3. See SheetStyleTypeDef
  4. See TypographyTypeDef

ComparisonFormatConfigurationTypeDef#

# ComparisonFormatConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComparisonFormatConfigurationTypeDef


def get_value() -> ComparisonFormatConfigurationTypeDef:
    return {
        "NumberDisplayFormatConfiguration": ...,
    }


# ComparisonFormatConfigurationTypeDef definition

class ComparisonFormatConfigurationTypeDef(TypedDict):
    NumberDisplayFormatConfiguration: NotRequired[NumberDisplayFormatConfigurationTypeDef],  # (1)
    PercentageDisplayFormatConfiguration: NotRequired[PercentageDisplayFormatConfigurationTypeDef],  # (2)
  1. See NumberDisplayFormatConfigurationTypeDef
  2. See PercentageDisplayFormatConfigurationTypeDef

NumericFormatConfigurationTypeDef#

# NumericFormatConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NumericFormatConfigurationTypeDef


def get_value() -> NumericFormatConfigurationTypeDef:
    return {
        "NumberDisplayFormatConfiguration": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import AggregationSortConfigurationTypeDef


def get_value() -> AggregationSortConfigurationTypeDef:
    return {
        "Column": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnSortTypeDef


def get_value() -> ColumnSortTypeDef:
    return {
        "SortBy": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnTooltipItemTypeDef


def get_value() -> ColumnTooltipItemTypeDef:
    return {
        "Column": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ReferenceLineDynamicDataConfigurationTypeDef


def get_value() -> ReferenceLineDynamicDataConfigurationTypeDef:
    return {
        "Column": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicFilterOutputTypeDef


def get_value() -> TopicFilterOutputTypeDef:
    return {
        "FilterDescription": ...,
    }


# 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

TopicFilterTypeDef#

# TopicFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicFilterTypeDef


def get_value() -> TopicFilterTypeDef:
    return {
        "FilterDescription": ...,
    }


# 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[TopicCategoryFilterTypeDef],  # (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
  4. See TopicNumericEqualityFilterTypeDef
  5. See TopicNumericRangeFilterTypeDef
  6. See TopicDateRangeFilterTypeDef
  7. See TopicRelativeDateFilterTypeDef

DescribeRefreshScheduleResponseTypeDef#

# DescribeRefreshScheduleResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeRefreshScheduleResponseTypeDef


def get_value() -> DescribeRefreshScheduleResponseTypeDef:
    return {
        "RefreshSchedule": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ListRefreshSchedulesResponseTypeDef


def get_value() -> ListRefreshSchedulesResponseTypeDef:
    return {
        "RefreshSchedules": ...,
    }


# ListRefreshSchedulesResponseTypeDef definition

class ListRefreshSchedulesResponseTypeDef(TypedDict):
    RefreshSchedules: List[RefreshScheduleOutputTypeDef],  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See RefreshScheduleOutputTypeDef
  2. See ResponseMetadataTypeDef

RegisteredUserEmbeddingExperienceConfigurationTypeDef#

# RegisteredUserEmbeddingExperienceConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RegisteredUserEmbeddingExperienceConfigurationTypeDef


def get_value() -> RegisteredUserEmbeddingExperienceConfigurationTypeDef:
    return {
        "Dashboard": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotJobResultFileGroupTypeDef


def get_value() -> SnapshotJobResultFileGroupTypeDef:
    return {
        "Files": ...,
    }


# SnapshotJobResultFileGroupTypeDef definition

class SnapshotJobResultFileGroupTypeDef(TypedDict):
    Files: NotRequired[List[SnapshotFileOutputTypeDef]],  # (1)
    S3Results: NotRequired[List[SnapshotJobS3ResultTypeDef]],  # (2)
  1. See SnapshotFileOutputTypeDef
  2. See SnapshotJobS3ResultTypeDef

PhysicalTableTypeDef#

# PhysicalTableTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PhysicalTableTypeDef


def get_value() -> PhysicalTableTypeDef:
    return {
        "RelationalTable": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultSectionBasedLayoutConfigurationTypeDef


def get_value() -> DefaultSectionBasedLayoutConfigurationTypeDef:
    return {
        "CanvasSizeOptions": ...,
    }


# DefaultSectionBasedLayoutConfigurationTypeDef definition

class DefaultSectionBasedLayoutConfigurationTypeDef(TypedDict):
    CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptionsTypeDef,  # (1)
  1. See SectionBasedLayoutCanvasSizeOptionsTypeDef

FreeFormLayoutConfigurationOutputTypeDef#

# FreeFormLayoutConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormLayoutConfigurationOutputTypeDef


def get_value() -> FreeFormLayoutConfigurationOutputTypeDef:
    return {
        "Elements": ...,
    }


# FreeFormLayoutConfigurationOutputTypeDef definition

class FreeFormLayoutConfigurationOutputTypeDef(TypedDict):
    Elements: List[FreeFormLayoutElementOutputTypeDef],  # (1)
    CanvasSizeOptions: NotRequired[FreeFormLayoutCanvasSizeOptionsTypeDef],  # (2)
  1. See FreeFormLayoutElementOutputTypeDef
  2. See FreeFormLayoutCanvasSizeOptionsTypeDef

FreeFormSectionLayoutConfigurationOutputTypeDef#

# FreeFormSectionLayoutConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormSectionLayoutConfigurationOutputTypeDef


def get_value() -> FreeFormSectionLayoutConfigurationOutputTypeDef:
    return {
        "Elements": ...,
    }


# FreeFormSectionLayoutConfigurationOutputTypeDef definition

class FreeFormSectionLayoutConfigurationOutputTypeDef(TypedDict):
    Elements: List[FreeFormLayoutElementOutputTypeDef],  # (1)
  1. See FreeFormLayoutElementOutputTypeDef

FreeFormLayoutConfigurationTypeDef#

# FreeFormLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormLayoutConfigurationTypeDef


def get_value() -> FreeFormLayoutConfigurationTypeDef:
    return {
        "Elements": ...,
    }


# FreeFormLayoutConfigurationTypeDef definition

class FreeFormLayoutConfigurationTypeDef(TypedDict):
    Elements: Sequence[FreeFormLayoutElementTypeDef],  # (1)
    CanvasSizeOptions: NotRequired[FreeFormLayoutCanvasSizeOptionsTypeDef],  # (2)
  1. See FreeFormLayoutElementTypeDef
  2. See FreeFormLayoutCanvasSizeOptionsTypeDef

FreeFormSectionLayoutConfigurationTypeDef#

# FreeFormSectionLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FreeFormSectionLayoutConfigurationTypeDef


def get_value() -> FreeFormSectionLayoutConfigurationTypeDef:
    return {
        "Elements": ...,
    }


# FreeFormSectionLayoutConfigurationTypeDef definition

class FreeFormSectionLayoutConfigurationTypeDef(TypedDict):
    Elements: Sequence[FreeFormLayoutElementTypeDef],  # (1)
  1. See FreeFormLayoutElementTypeDef

SnapshotConfigurationOutputTypeDef#

# SnapshotConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotConfigurationOutputTypeDef


def get_value() -> SnapshotConfigurationOutputTypeDef:
    return {
        "FileGroups": ...,
    }


# 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

SnapshotConfigurationTypeDef#

# SnapshotConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotConfigurationTypeDef


def get_value() -> SnapshotConfigurationTypeDef:
    return {
        "FileGroups": ...,
    }


# SnapshotConfigurationTypeDef definition

class SnapshotConfigurationTypeDef(TypedDict):
    FileGroups: Sequence[SnapshotFileGroupTypeDef],  # (1)
    DestinationConfiguration: NotRequired[SnapshotDestinationConfigurationTypeDef],  # (2)
    Parameters: NotRequired[ParametersTypeDef],  # (3)
  1. See SnapshotFileGroupTypeDef
  2. See SnapshotDestinationConfigurationTypeDef
  3. See ParametersTypeDef

StaticFileTypeDef#

# StaticFileTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StaticFileTypeDef


def get_value() -> StaticFileTypeDef:
    return {
        "ImageStaticFile": ...,
    }


# StaticFileTypeDef definition

class StaticFileTypeDef(TypedDict):
    ImageStaticFile: NotRequired[ImageStaticFileTypeDef],  # (1)
    SpatialStaticFile: NotRequired[SpatialStaticFileTypeDef],  # (2)
  1. See ImageStaticFileTypeDef
  2. See SpatialStaticFileTypeDef

ParameterDeclarationOutputTypeDef#

# ParameterDeclarationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterDeclarationOutputTypeDef


def get_value() -> ParameterDeclarationOutputTypeDef:
    return {
        "StringParameterDeclaration": ...,
    }


# 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

ParameterDeclarationTypeDef#

# ParameterDeclarationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterDeclarationTypeDef


def get_value() -> ParameterDeclarationTypeDef:
    return {
        "StringParameterDeclaration": ...,
    }


# ParameterDeclarationTypeDef definition

class ParameterDeclarationTypeDef(TypedDict):
    StringParameterDeclaration: NotRequired[StringParameterDeclarationTypeDef],  # (1)
    DecimalParameterDeclaration: NotRequired[DecimalParameterDeclarationTypeDef],  # (2)
    IntegerParameterDeclaration: NotRequired[IntegerParameterDeclarationTypeDef],  # (3)
    DateTimeParameterDeclaration: NotRequired[DateTimeParameterDeclarationTypeDef],  # (4)
  1. See StringParameterDeclarationTypeDef
  2. See DecimalParameterDeclarationTypeDef
  3. See IntegerParameterDeclarationTypeDef
  4. See DateTimeParameterDeclarationTypeDef

ColumnHierarchyOutputTypeDef#

# ColumnHierarchyOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnHierarchyOutputTypeDef


def get_value() -> ColumnHierarchyOutputTypeDef:
    return {
        "ExplicitHierarchy": ...,
    }


# 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

GenerateEmbedUrlForAnonymousUserRequestTypeDef#

# GenerateEmbedUrlForAnonymousUserRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GenerateEmbedUrlForAnonymousUserRequestTypeDef


def get_value() -> GenerateEmbedUrlForAnonymousUserRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# GenerateEmbedUrlForAnonymousUserRequestTypeDef definition

class GenerateEmbedUrlForAnonymousUserRequestTypeDef(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 TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef


def get_value() -> AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef:
    return {
        "DataSourceId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DataSourceTypeDef


def get_value() -> DataSourceTypeDef:
    return {
        "Arn": ...,
    }


# 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

SetParameterValueConfigurationTypeDef#

# SetParameterValueConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SetParameterValueConfigurationTypeDef


def get_value() -> SetParameterValueConfigurationTypeDef:
    return {
        "DestinationParameterName": ...,
    }


# SetParameterValueConfigurationTypeDef definition

class SetParameterValueConfigurationTypeDef(TypedDict):
    DestinationParameterName: str,
    Value: DestinationParameterValueConfigurationTypeDef,  # (1)
  1. See DestinationParameterValueConfigurationTypeDef

ColumnHierarchyTypeDef#

# ColumnHierarchyTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnHierarchyTypeDef


def get_value() -> ColumnHierarchyTypeDef:
    return {
        "ExplicitHierarchy": ...,
    }


# ColumnHierarchyTypeDef definition

class ColumnHierarchyTypeDef(TypedDict):
    ExplicitHierarchy: NotRequired[ExplicitHierarchyTypeDef],  # (1)
    DateTimeHierarchy: NotRequired[DateTimeHierarchyTypeDef],  # (2)
    PredefinedHierarchy: NotRequired[PredefinedHierarchyTypeDef],  # (3)
  1. See ExplicitHierarchyTypeDef
  2. See DateTimeHierarchyTypeDef
  3. See PredefinedHierarchyTypeDef

LogicalTableOutputTypeDef#

# LogicalTableOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LogicalTableOutputTypeDef


def get_value() -> LogicalTableOutputTypeDef:
    return {
        "Alias": ...,
    }


# LogicalTableOutputTypeDef definition

class LogicalTableOutputTypeDef(TypedDict):
    Alias: str,
    Source: LogicalTableSourceTypeDef,  # (2)
    DataTransforms: NotRequired[List[TransformOperationOutputTypeDef]],  # (1)
  1. See TransformOperationOutputTypeDef
  2. See LogicalTableSourceTypeDef

CustomActionSetParametersOperationOutputTypeDef#

# CustomActionSetParametersOperationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomActionSetParametersOperationOutputTypeDef


def get_value() -> CustomActionSetParametersOperationOutputTypeDef:
    return {
        "ParameterValueConfigurations": ...,
    }


# CustomActionSetParametersOperationOutputTypeDef definition

class CustomActionSetParametersOperationOutputTypeDef(TypedDict):
    ParameterValueConfigurations: List[SetParameterValueConfigurationOutputTypeDef],  # (1)
  1. See SetParameterValueConfigurationOutputTypeDef

PivotTableFieldOptionsOutputTypeDef#

# PivotTableFieldOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldOptionsOutputTypeDef


def get_value() -> PivotTableFieldOptionsOutputTypeDef:
    return {
        "SelectedFieldOptions": ...,
    }


# 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

PivotTableFieldOptionsTypeDef#

# PivotTableFieldOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldOptionsTypeDef


def get_value() -> PivotTableFieldOptionsTypeDef:
    return {
        "SelectedFieldOptions": ...,
    }


# PivotTableFieldOptionsTypeDef definition

class PivotTableFieldOptionsTypeDef(TypedDict):
    SelectedFieldOptions: NotRequired[Sequence[PivotTableFieldOptionTypeDef]],  # (1)
    DataPathOptions: NotRequired[Sequence[PivotTableDataPathOptionTypeDef]],  # (2)
    CollapseStateOptions: NotRequired[Sequence[PivotTableFieldCollapseStateOptionTypeDef]],  # (3)
  1. See PivotTableFieldOptionTypeDef
  2. See PivotTableDataPathOptionTypeDef
  3. See PivotTableFieldCollapseStateOptionTypeDef

TopicIRContributionAnalysisOutputTypeDef#

# TopicIRContributionAnalysisOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIRContributionAnalysisOutputTypeDef


def get_value() -> TopicIRContributionAnalysisOutputTypeDef:
    return {
        "Factors": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import AxisDisplayOptionsOutputTypeDef


def get_value() -> AxisDisplayOptionsOutputTypeDef:
    return {
        "TickLabelOptions": ...,
    }


# 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

AxisDisplayOptionsTypeDef#

# AxisDisplayOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AxisDisplayOptionsTypeDef


def get_value() -> AxisDisplayOptionsTypeDef:
    return {
        "TickLabelOptions": ...,
    }


# AxisDisplayOptionsTypeDef definition

class AxisDisplayOptionsTypeDef(TypedDict):
    TickLabelOptions: NotRequired[AxisTickLabelOptionsTypeDef],  # (1)
    AxisLineVisibility: NotRequired[VisibilityType],  # (2)
    GridLineVisibility: NotRequired[VisibilityType],  # (2)
    DataOptions: NotRequired[AxisDataOptionsTypeDef],  # (4)
    ScrollbarOptions: NotRequired[ScrollBarOptionsTypeDef],  # (5)
    AxisOffset: NotRequired[str],
  1. See AxisTickLabelOptionsTypeDef
  2. See VisibilityType
  3. See VisibilityType
  4. See AxisDataOptionsTypeDef
  5. See ScrollBarOptionsTypeDef

DefaultDateTimePickerControlOptionsTypeDef#

# DefaultDateTimePickerControlOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultDateTimePickerControlOptionsTypeDef


def get_value() -> DefaultDateTimePickerControlOptionsTypeDef:
    return {
        "Type": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilterDateTimePickerControlTypeDef


def get_value() -> FilterDateTimePickerControlTypeDef:
    return {
        "FilterControlId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterDateTimePickerControlTypeDef


def get_value() -> ParameterDateTimePickerControlTypeDef:
    return {
        "ParameterControlId": ...,
    }


# ParameterDateTimePickerControlTypeDef definition

class ParameterDateTimePickerControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[DateTimePickerControlDisplayOptionsTypeDef],  # (1)
  1. See DateTimePickerControlDisplayOptionsTypeDef

DefaultFilterDropDownControlOptionsOutputTypeDef#

# DefaultFilterDropDownControlOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFilterDropDownControlOptionsOutputTypeDef


def get_value() -> DefaultFilterDropDownControlOptionsOutputTypeDef:
    return {
        "DisplayOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFilterDropDownControlOptionsTypeDef


def get_value() -> DefaultFilterDropDownControlOptionsTypeDef:
    return {
        "DisplayOptions": ...,
    }


# DefaultFilterDropDownControlOptionsTypeDef definition

class DefaultFilterDropDownControlOptionsTypeDef(TypedDict):
    DisplayOptions: NotRequired[DropDownControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesTypeDef],  # (3)
    CommitMode: NotRequired[CommitModeType],  # (4)
  1. See DropDownControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesTypeDef
  4. See CommitModeType

FilterDropDownControlOutputTypeDef#

# FilterDropDownControlOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterDropDownControlOutputTypeDef


def get_value() -> FilterDropDownControlOutputTypeDef:
    return {
        "FilterControlId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilterDropDownControlTypeDef


def get_value() -> FilterDropDownControlTypeDef:
    return {
        "FilterControlId": ...,
    }


# FilterDropDownControlTypeDef definition

class FilterDropDownControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[DropDownControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationTypeDef],  # (4)
    CommitMode: NotRequired[CommitModeType],  # (5)
  1. See DropDownControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesTypeDef
  4. See CascadingControlConfigurationTypeDef
  5. See CommitModeType

ParameterDropDownControlOutputTypeDef#

# ParameterDropDownControlOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterDropDownControlOutputTypeDef


def get_value() -> ParameterDropDownControlOutputTypeDef:
    return {
        "ParameterControlId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterDropDownControlTypeDef


def get_value() -> ParameterDropDownControlTypeDef:
    return {
        "ParameterControlId": ...,
    }


# ParameterDropDownControlTypeDef definition

class ParameterDropDownControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[DropDownControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[ParameterSelectableValuesTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationTypeDef],  # (4)
    CommitMode: NotRequired[CommitModeType],  # (5)
  1. See DropDownControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See ParameterSelectableValuesTypeDef
  4. See CascadingControlConfigurationTypeDef
  5. See CommitModeType

DefaultFilterListControlOptionsOutputTypeDef#

# DefaultFilterListControlOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFilterListControlOptionsOutputTypeDef


def get_value() -> DefaultFilterListControlOptionsOutputTypeDef:
    return {
        "DisplayOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFilterListControlOptionsTypeDef


def get_value() -> DefaultFilterListControlOptionsTypeDef:
    return {
        "DisplayOptions": ...,
    }


# DefaultFilterListControlOptionsTypeDef definition

class DefaultFilterListControlOptionsTypeDef(TypedDict):
    DisplayOptions: NotRequired[ListControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesTypeDef],  # (3)
  1. See ListControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesTypeDef

FilterListControlOutputTypeDef#

# FilterListControlOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterListControlOutputTypeDef


def get_value() -> FilterListControlOutputTypeDef:
    return {
        "FilterControlId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilterListControlTypeDef


def get_value() -> FilterListControlTypeDef:
    return {
        "FilterControlId": ...,
    }


# FilterListControlTypeDef definition

class FilterListControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[ListControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[FilterSelectableValuesTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationTypeDef],  # (4)
  1. See ListControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See FilterSelectableValuesTypeDef
  4. See CascadingControlConfigurationTypeDef

ParameterListControlOutputTypeDef#

# ParameterListControlOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterListControlOutputTypeDef


def get_value() -> ParameterListControlOutputTypeDef:
    return {
        "ParameterControlId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterListControlTypeDef


def get_value() -> ParameterListControlTypeDef:
    return {
        "ParameterControlId": ...,
    }


# ParameterListControlTypeDef definition

class ParameterListControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[ListControlDisplayOptionsTypeDef],  # (1)
    Type: NotRequired[SheetControlListTypeType],  # (2)
    SelectableValues: NotRequired[ParameterSelectableValuesTypeDef],  # (3)
    CascadingControlConfiguration: NotRequired[CascadingControlConfigurationTypeDef],  # (4)
  1. See ListControlDisplayOptionsTypeDef
  2. See SheetControlListTypeType
  3. See ParameterSelectableValuesTypeDef
  4. See CascadingControlConfigurationTypeDef

DefaultRelativeDateTimeControlOptionsTypeDef#

# DefaultRelativeDateTimeControlOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultRelativeDateTimeControlOptionsTypeDef


def get_value() -> DefaultRelativeDateTimeControlOptionsTypeDef:
    return {
        "DisplayOptions": ...,
    }


# DefaultRelativeDateTimeControlOptionsTypeDef definition

class DefaultRelativeDateTimeControlOptionsTypeDef(TypedDict):
    DisplayOptions: NotRequired[RelativeDateTimeControlDisplayOptionsTypeDef],  # (1)
    CommitMode: NotRequired[CommitModeType],  # (2)
  1. See RelativeDateTimeControlDisplayOptionsTypeDef
  2. See CommitModeType

FilterRelativeDateTimeControlTypeDef#

# FilterRelativeDateTimeControlTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterRelativeDateTimeControlTypeDef


def get_value() -> FilterRelativeDateTimeControlTypeDef:
    return {
        "FilterControlId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultSliderControlOptionsTypeDef


def get_value() -> DefaultSliderControlOptionsTypeDef:
    return {
        "DisplayOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilterSliderControlTypeDef


def get_value() -> FilterSliderControlTypeDef:
    return {
        "FilterControlId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterSliderControlTypeDef


def get_value() -> ParameterSliderControlTypeDef:
    return {
        "ParameterControlId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultTextAreaControlOptionsTypeDef


def get_value() -> DefaultTextAreaControlOptionsTypeDef:
    return {
        "Delimiter": ...,
    }


# DefaultTextAreaControlOptionsTypeDef definition

class DefaultTextAreaControlOptionsTypeDef(TypedDict):
    Delimiter: NotRequired[str],
    DisplayOptions: NotRequired[TextAreaControlDisplayOptionsTypeDef],  # (1)
  1. See TextAreaControlDisplayOptionsTypeDef

FilterTextAreaControlTypeDef#

# FilterTextAreaControlTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterTextAreaControlTypeDef


def get_value() -> FilterTextAreaControlTypeDef:
    return {
        "FilterControlId": ...,
    }


# FilterTextAreaControlTypeDef definition

class FilterTextAreaControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    Delimiter: NotRequired[str],
    DisplayOptions: NotRequired[TextAreaControlDisplayOptionsTypeDef],  # (1)
  1. See TextAreaControlDisplayOptionsTypeDef

ParameterTextAreaControlTypeDef#

# ParameterTextAreaControlTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterTextAreaControlTypeDef


def get_value() -> ParameterTextAreaControlTypeDef:
    return {
        "ParameterControlId": ...,
    }


# ParameterTextAreaControlTypeDef definition

class ParameterTextAreaControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    Delimiter: NotRequired[str],
    DisplayOptions: NotRequired[TextAreaControlDisplayOptionsTypeDef],  # (1)
  1. See TextAreaControlDisplayOptionsTypeDef

DefaultTextFieldControlOptionsTypeDef#

# DefaultTextFieldControlOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultTextFieldControlOptionsTypeDef


def get_value() -> DefaultTextFieldControlOptionsTypeDef:
    return {
        "DisplayOptions": ...,
    }


# DefaultTextFieldControlOptionsTypeDef definition

class DefaultTextFieldControlOptionsTypeDef(TypedDict):
    DisplayOptions: NotRequired[TextFieldControlDisplayOptionsTypeDef],  # (1)
  1. See TextFieldControlDisplayOptionsTypeDef

FilterTextFieldControlTypeDef#

# FilterTextFieldControlTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterTextFieldControlTypeDef


def get_value() -> FilterTextFieldControlTypeDef:
    return {
        "FilterControlId": ...,
    }


# FilterTextFieldControlTypeDef definition

class FilterTextFieldControlTypeDef(TypedDict):
    FilterControlId: str,
    Title: str,
    SourceFilterId: str,
    DisplayOptions: NotRequired[TextFieldControlDisplayOptionsTypeDef],  # (1)
  1. See TextFieldControlDisplayOptionsTypeDef

ParameterTextFieldControlTypeDef#

# ParameterTextFieldControlTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterTextFieldControlTypeDef


def get_value() -> ParameterTextFieldControlTypeDef:
    return {
        "ParameterControlId": ...,
    }


# ParameterTextFieldControlTypeDef definition

class ParameterTextFieldControlTypeDef(TypedDict):
    ParameterControlId: str,
    Title: str,
    SourceParameterName: str,
    DisplayOptions: NotRequired[TextFieldControlDisplayOptionsTypeDef],  # (1)
  1. See TextFieldControlDisplayOptionsTypeDef

SmallMultiplesOptionsTypeDef#

# SmallMultiplesOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SmallMultiplesOptionsTypeDef


def get_value() -> SmallMultiplesOptionsTypeDef:
    return {
        "MaxVisibleRows": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldLinkConfigurationTypeDef


def get_value() -> TableFieldLinkConfigurationTypeDef:
    return {
        "Target": ...,
    }


# TableFieldLinkConfigurationTypeDef definition

class TableFieldLinkConfigurationTypeDef(TypedDict):
    Target: URLTargetConfigurationType,  # (1)
    Content: TableFieldLinkContentConfigurationTypeDef,  # (2)
  1. See URLTargetConfigurationType
  2. See TableFieldLinkContentConfigurationTypeDef

GeospatialCircleSymbolStyleOutputTypeDef#

# GeospatialCircleSymbolStyleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialCircleSymbolStyleOutputTypeDef


def get_value() -> GeospatialCircleSymbolStyleOutputTypeDef:
    return {
        "FillColor": ...,
    }


# GeospatialCircleSymbolStyleOutputTypeDef definition

class GeospatialCircleSymbolStyleOutputTypeDef(TypedDict):
    FillColor: NotRequired[GeospatialColorOutputTypeDef],  # (1)
    StrokeColor: NotRequired[GeospatialColorOutputTypeDef],  # (1)
    StrokeWidth: NotRequired[GeospatialLineWidthTypeDef],  # (3)
    CircleRadius: NotRequired[GeospatialCircleRadiusTypeDef],  # (4)
  1. See GeospatialColorOutputTypeDef
  2. See GeospatialColorOutputTypeDef
  3. See GeospatialLineWidthTypeDef
  4. See GeospatialCircleRadiusTypeDef

GeospatialLineSymbolStyleOutputTypeDef#

# GeospatialLineSymbolStyleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLineSymbolStyleOutputTypeDef


def get_value() -> GeospatialLineSymbolStyleOutputTypeDef:
    return {
        "FillColor": ...,
    }


# GeospatialLineSymbolStyleOutputTypeDef definition

class GeospatialLineSymbolStyleOutputTypeDef(TypedDict):
    FillColor: NotRequired[GeospatialColorOutputTypeDef],  # (1)
    LineWidth: NotRequired[GeospatialLineWidthTypeDef],  # (2)
  1. See GeospatialColorOutputTypeDef
  2. See GeospatialLineWidthTypeDef

GeospatialPolygonSymbolStyleOutputTypeDef#

# GeospatialPolygonSymbolStyleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPolygonSymbolStyleOutputTypeDef


def get_value() -> GeospatialPolygonSymbolStyleOutputTypeDef:
    return {
        "FillColor": ...,
    }


# GeospatialPolygonSymbolStyleOutputTypeDef definition

class GeospatialPolygonSymbolStyleOutputTypeDef(TypedDict):
    FillColor: NotRequired[GeospatialColorOutputTypeDef],  # (1)
    StrokeColor: NotRequired[GeospatialColorOutputTypeDef],  # (1)
    StrokeWidth: NotRequired[GeospatialLineWidthTypeDef],  # (3)
  1. See GeospatialColorOutputTypeDef
  2. See GeospatialColorOutputTypeDef
  3. See GeospatialLineWidthTypeDef

GeospatialCircleSymbolStyleTypeDef#

# GeospatialCircleSymbolStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialCircleSymbolStyleTypeDef


def get_value() -> GeospatialCircleSymbolStyleTypeDef:
    return {
        "FillColor": ...,
    }


# GeospatialCircleSymbolStyleTypeDef definition

class GeospatialCircleSymbolStyleTypeDef(TypedDict):
    FillColor: NotRequired[GeospatialColorTypeDef],  # (1)
    StrokeColor: NotRequired[GeospatialColorTypeDef],  # (1)
    StrokeWidth: NotRequired[GeospatialLineWidthTypeDef],  # (3)
    CircleRadius: NotRequired[GeospatialCircleRadiusTypeDef],  # (4)
  1. See GeospatialColorTypeDef
  2. See GeospatialColorTypeDef
  3. See GeospatialLineWidthTypeDef
  4. See GeospatialCircleRadiusTypeDef

GeospatialLineSymbolStyleTypeDef#

# GeospatialLineSymbolStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLineSymbolStyleTypeDef


def get_value() -> GeospatialLineSymbolStyleTypeDef:
    return {
        "FillColor": ...,
    }


# GeospatialLineSymbolStyleTypeDef definition

class GeospatialLineSymbolStyleTypeDef(TypedDict):
    FillColor: NotRequired[GeospatialColorTypeDef],  # (1)
    LineWidth: NotRequired[GeospatialLineWidthTypeDef],  # (2)
  1. See GeospatialColorTypeDef
  2. See GeospatialLineWidthTypeDef

GeospatialPolygonSymbolStyleTypeDef#

# GeospatialPolygonSymbolStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPolygonSymbolStyleTypeDef


def get_value() -> GeospatialPolygonSymbolStyleTypeDef:
    return {
        "FillColor": ...,
    }


# GeospatialPolygonSymbolStyleTypeDef definition

class GeospatialPolygonSymbolStyleTypeDef(TypedDict):
    FillColor: NotRequired[GeospatialColorTypeDef],  # (1)
    StrokeColor: NotRequired[GeospatialColorTypeDef],  # (1)
    StrokeWidth: NotRequired[GeospatialLineWidthTypeDef],  # (3)
  1. See GeospatialColorTypeDef
  2. See GeospatialColorTypeDef
  3. See GeospatialLineWidthTypeDef

PivotTableOptionsOutputTypeDef#

# PivotTableOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableOptionsOutputTypeDef


def get_value() -> PivotTableOptionsOutputTypeDef:
    return {
        "MetricPlacement": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableOptionsTypeDef


def get_value() -> PivotTableOptionsTypeDef:
    return {
        "MetricPlacement": ...,
    }


# 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[RowAlternateColorOptionsTypeDef],  # (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
  10. See VisibilityType
  11. See PivotTableRowsLayoutType
  12. See PivotTableRowsLabelOptionsTypeDef

PivotTotalOptionsOutputTypeDef#

# PivotTotalOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTotalOptionsOutputTypeDef


def get_value() -> PivotTotalOptionsOutputTypeDef:
    return {
        "TotalsVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTotalOptionsTypeDef


def get_value() -> PivotTotalOptionsTypeDef:
    return {
        "TotalsVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SubtotalOptionsOutputTypeDef


def get_value() -> SubtotalOptionsOutputTypeDef:
    return {
        "TotalsVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SubtotalOptionsTypeDef


def get_value() -> SubtotalOptionsTypeDef:
    return {
        "TotalsVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableOptionsOutputTypeDef


def get_value() -> TableOptionsOutputTypeDef:
    return {
        "Orientation": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableOptionsTypeDef


def get_value() -> TableOptionsTypeDef:
    return {
        "Orientation": ...,
    }


# TableOptionsTypeDef definition

class TableOptionsTypeDef(TypedDict):
    Orientation: NotRequired[TableOrientationType],  # (1)
    HeaderStyle: NotRequired[TableCellStyleTypeDef],  # (2)
    CellStyle: NotRequired[TableCellStyleTypeDef],  # (2)
    RowAlternateColorOptions: NotRequired[RowAlternateColorOptionsTypeDef],  # (4)
  1. See TableOrientationType
  2. See TableCellStyleTypeDef
  3. See TableCellStyleTypeDef
  4. See RowAlternateColorOptionsTypeDef

TotalOptionsOutputTypeDef#

# TotalOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TotalOptionsOutputTypeDef


def get_value() -> TotalOptionsOutputTypeDef:
    return {
        "TotalsVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TotalOptionsTypeDef


def get_value() -> TotalOptionsTypeDef:
    return {
        "TotalsVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartArcConditionalFormattingOutputTypeDef


def get_value() -> GaugeChartArcConditionalFormattingOutputTypeDef:
    return {
        "ForegroundColor": ...,
    }


# GaugeChartArcConditionalFormattingOutputTypeDef definition

class GaugeChartArcConditionalFormattingOutputTypeDef(TypedDict):
    ForegroundColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
  1. See ConditionalFormattingColorOutputTypeDef

GaugeChartPrimaryValueConditionalFormattingOutputTypeDef#

# GaugeChartPrimaryValueConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartPrimaryValueConditionalFormattingOutputTypeDef


def get_value() -> GaugeChartPrimaryValueConditionalFormattingOutputTypeDef:
    return {
        "TextColor": ...,
    }


# GaugeChartPrimaryValueConditionalFormattingOutputTypeDef definition

class GaugeChartPrimaryValueConditionalFormattingOutputTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIActualValueConditionalFormattingOutputTypeDef#

# KPIActualValueConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIActualValueConditionalFormattingOutputTypeDef


def get_value() -> KPIActualValueConditionalFormattingOutputTypeDef:
    return {
        "TextColor": ...,
    }


# KPIActualValueConditionalFormattingOutputTypeDef definition

class KPIActualValueConditionalFormattingOutputTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIComparisonValueConditionalFormattingOutputTypeDef#

# KPIComparisonValueConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIComparisonValueConditionalFormattingOutputTypeDef


def get_value() -> KPIComparisonValueConditionalFormattingOutputTypeDef:
    return {
        "TextColor": ...,
    }


# KPIComparisonValueConditionalFormattingOutputTypeDef definition

class KPIComparisonValueConditionalFormattingOutputTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIPrimaryValueConditionalFormattingOutputTypeDef#

# KPIPrimaryValueConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIPrimaryValueConditionalFormattingOutputTypeDef


def get_value() -> KPIPrimaryValueConditionalFormattingOutputTypeDef:
    return {
        "TextColor": ...,
    }


# KPIPrimaryValueConditionalFormattingOutputTypeDef definition

class KPIPrimaryValueConditionalFormattingOutputTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIProgressBarConditionalFormattingOutputTypeDef#

# KPIProgressBarConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIProgressBarConditionalFormattingOutputTypeDef


def get_value() -> KPIProgressBarConditionalFormattingOutputTypeDef:
    return {
        "ForegroundColor": ...,
    }


# KPIProgressBarConditionalFormattingOutputTypeDef definition

class KPIProgressBarConditionalFormattingOutputTypeDef(TypedDict):
    ForegroundColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
  1. See ConditionalFormattingColorOutputTypeDef

ShapeConditionalFormatOutputTypeDef#

# ShapeConditionalFormatOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ShapeConditionalFormatOutputTypeDef


def get_value() -> ShapeConditionalFormatOutputTypeDef:
    return {
        "BackgroundColor": ...,
    }


# ShapeConditionalFormatOutputTypeDef definition

class ShapeConditionalFormatOutputTypeDef(TypedDict):
    BackgroundColor: ConditionalFormattingColorOutputTypeDef,  # (1)
  1. See ConditionalFormattingColorOutputTypeDef

TableRowConditionalFormattingOutputTypeDef#

# TableRowConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableRowConditionalFormattingOutputTypeDef


def get_value() -> TableRowConditionalFormattingOutputTypeDef:
    return {
        "BackgroundColor": ...,
    }


# TableRowConditionalFormattingOutputTypeDef definition

class TableRowConditionalFormattingOutputTypeDef(TypedDict):
    BackgroundColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
    TextColor: NotRequired[ConditionalFormattingColorOutputTypeDef],  # (1)
  1. See ConditionalFormattingColorOutputTypeDef
  2. See ConditionalFormattingColorOutputTypeDef

TextConditionalFormatOutputTypeDef#

# TextConditionalFormatOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TextConditionalFormatOutputTypeDef


def get_value() -> TextConditionalFormatOutputTypeDef:
    return {
        "BackgroundColor": ...,
    }


# 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

GaugeChartArcConditionalFormattingTypeDef#

# GaugeChartArcConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartArcConditionalFormattingTypeDef


def get_value() -> GaugeChartArcConditionalFormattingTypeDef:
    return {
        "ForegroundColor": ...,
    }


# GaugeChartArcConditionalFormattingTypeDef definition

class GaugeChartArcConditionalFormattingTypeDef(TypedDict):
    ForegroundColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
  1. See ConditionalFormattingColorTypeDef

GaugeChartPrimaryValueConditionalFormattingTypeDef#

# GaugeChartPrimaryValueConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartPrimaryValueConditionalFormattingTypeDef


def get_value() -> GaugeChartPrimaryValueConditionalFormattingTypeDef:
    return {
        "TextColor": ...,
    }


# GaugeChartPrimaryValueConditionalFormattingTypeDef definition

class GaugeChartPrimaryValueConditionalFormattingTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIActualValueConditionalFormattingTypeDef#

# KPIActualValueConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIActualValueConditionalFormattingTypeDef


def get_value() -> KPIActualValueConditionalFormattingTypeDef:
    return {
        "TextColor": ...,
    }


# KPIActualValueConditionalFormattingTypeDef definition

class KPIActualValueConditionalFormattingTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIComparisonValueConditionalFormattingTypeDef#

# KPIComparisonValueConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIComparisonValueConditionalFormattingTypeDef


def get_value() -> KPIComparisonValueConditionalFormattingTypeDef:
    return {
        "TextColor": ...,
    }


# KPIComparisonValueConditionalFormattingTypeDef definition

class KPIComparisonValueConditionalFormattingTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIPrimaryValueConditionalFormattingTypeDef#

# KPIPrimaryValueConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIPrimaryValueConditionalFormattingTypeDef


def get_value() -> KPIPrimaryValueConditionalFormattingTypeDef:
    return {
        "TextColor": ...,
    }


# KPIPrimaryValueConditionalFormattingTypeDef definition

class KPIPrimaryValueConditionalFormattingTypeDef(TypedDict):
    TextColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (2)
  1. See ConditionalFormattingColorTypeDef
  2. See ConditionalFormattingIconTypeDef

KPIProgressBarConditionalFormattingTypeDef#

# KPIProgressBarConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIProgressBarConditionalFormattingTypeDef


def get_value() -> KPIProgressBarConditionalFormattingTypeDef:
    return {
        "ForegroundColor": ...,
    }


# KPIProgressBarConditionalFormattingTypeDef definition

class KPIProgressBarConditionalFormattingTypeDef(TypedDict):
    ForegroundColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
  1. See ConditionalFormattingColorTypeDef

ShapeConditionalFormatTypeDef#

# ShapeConditionalFormatTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ShapeConditionalFormatTypeDef


def get_value() -> ShapeConditionalFormatTypeDef:
    return {
        "BackgroundColor": ...,
    }


# ShapeConditionalFormatTypeDef definition

class ShapeConditionalFormatTypeDef(TypedDict):
    BackgroundColor: ConditionalFormattingColorTypeDef,  # (1)
  1. See ConditionalFormattingColorTypeDef

TableRowConditionalFormattingTypeDef#

# TableRowConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableRowConditionalFormattingTypeDef


def get_value() -> TableRowConditionalFormattingTypeDef:
    return {
        "BackgroundColor": ...,
    }


# TableRowConditionalFormattingTypeDef definition

class TableRowConditionalFormattingTypeDef(TypedDict):
    BackgroundColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
    TextColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
  1. See ConditionalFormattingColorTypeDef
  2. See ConditionalFormattingColorTypeDef

TextConditionalFormatTypeDef#

# TextConditionalFormatTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TextConditionalFormatTypeDef


def get_value() -> TextConditionalFormatTypeDef:
    return {
        "BackgroundColor": ...,
    }


# TextConditionalFormatTypeDef definition

class TextConditionalFormatTypeDef(TypedDict):
    BackgroundColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
    TextColor: NotRequired[ConditionalFormattingColorTypeDef],  # (1)
    Icon: NotRequired[ConditionalFormattingIconTypeDef],  # (3)
  1. See ConditionalFormattingColorTypeDef
  2. See ConditionalFormattingColorTypeDef
  3. See ConditionalFormattingIconTypeDef

SheetControlLayoutOutputTypeDef#

# SheetControlLayoutOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetControlLayoutOutputTypeDef


def get_value() -> SheetControlLayoutOutputTypeDef:
    return {
        "Configuration": ...,
    }


# SheetControlLayoutOutputTypeDef definition

class SheetControlLayoutOutputTypeDef(TypedDict):
    Configuration: SheetControlLayoutConfigurationOutputTypeDef,  # (1)
  1. See SheetControlLayoutConfigurationOutputTypeDef

SheetControlLayoutTypeDef#

# SheetControlLayoutTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetControlLayoutTypeDef


def get_value() -> SheetControlLayoutTypeDef:
    return {
        "Configuration": ...,
    }


# SheetControlLayoutTypeDef definition

class SheetControlLayoutTypeDef(TypedDict):
    Configuration: SheetControlLayoutConfigurationTypeDef,  # (1)
  1. See SheetControlLayoutConfigurationTypeDef

LogoConfigurationTypeDef#

# LogoConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LogoConfigurationTypeDef


def get_value() -> LogoConfigurationTypeDef:
    return {
        "AltText": ...,
    }


# LogoConfigurationTypeDef definition

class LogoConfigurationTypeDef(TypedDict):
    AltText: str,
    LogoSet: LogoSetConfigurationTypeDef,  # (1)
  1. See LogoSetConfigurationTypeDef

LogoTypeDef#

# LogoTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LogoTypeDef


def get_value() -> LogoTypeDef:
    return {
        "AltText": ...,
    }


# LogoTypeDef definition

class LogoTypeDef(TypedDict):
    AltText: str,
    LogoSet: LogoSetTypeDef,  # (1)
  1. See LogoSetTypeDef

DescribeDataSetRefreshPropertiesResponseTypeDef#

# DescribeDataSetRefreshPropertiesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSetRefreshPropertiesResponseTypeDef


def get_value() -> DescribeDataSetRefreshPropertiesResponseTypeDef:
    return {
        "RequestId": ...,
    }


# DescribeDataSetRefreshPropertiesResponseTypeDef definition

class DescribeDataSetRefreshPropertiesResponseTypeDef(TypedDict):
    RequestId: str,
    Status: int,
    DataSetRefreshProperties: DataSetRefreshPropertiesTypeDef,  # (1)
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DataSetRefreshPropertiesTypeDef
  2. See ResponseMetadataTypeDef

PutDataSetRefreshPropertiesRequestTypeDef#

# PutDataSetRefreshPropertiesRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PutDataSetRefreshPropertiesRequestTypeDef


def get_value() -> PutDataSetRefreshPropertiesRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# PutDataSetRefreshPropertiesRequestTypeDef definition

class PutDataSetRefreshPropertiesRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSetId: str,
    DataSetRefreshProperties: DataSetRefreshPropertiesTypeDef,  # (1)
  1. See DataSetRefreshPropertiesTypeDef

ThemeVersionTypeDef#

# ThemeVersionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ThemeVersionTypeDef


def get_value() -> ThemeVersionTypeDef:
    return {
        "VersionNumber": ...,
    }


# 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

ComparisonConfigurationTypeDef#

# ComparisonConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComparisonConfigurationTypeDef


def get_value() -> ComparisonConfigurationTypeDef:
    return {
        "ComparisonMethod": ...,
    }


# ComparisonConfigurationTypeDef definition

class ComparisonConfigurationTypeDef(TypedDict):
    ComparisonMethod: NotRequired[ComparisonMethodType],  # (1)
    ComparisonFormat: NotRequired[ComparisonFormatConfigurationTypeDef],  # (2)
  1. See ComparisonMethodType
  2. See ComparisonFormatConfigurationTypeDef

DateTimeFormatConfigurationTypeDef#

# DateTimeFormatConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DateTimeFormatConfigurationTypeDef


def get_value() -> DateTimeFormatConfigurationTypeDef:
    return {
        "DateTimeFormat": ...,
    }


# DateTimeFormatConfigurationTypeDef definition

class DateTimeFormatConfigurationTypeDef(TypedDict):
    DateTimeFormat: NotRequired[str],
    NullValueFormatConfiguration: NotRequired[NullValueFormatConfigurationTypeDef],  # (1)
    NumericFormatConfiguration: NotRequired[NumericFormatConfigurationTypeDef],  # (2)
  1. See NullValueFormatConfigurationTypeDef
  2. See NumericFormatConfigurationTypeDef

NumberFormatConfigurationTypeDef#

# NumberFormatConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NumberFormatConfigurationTypeDef


def get_value() -> NumberFormatConfigurationTypeDef:
    return {
        "FormatConfiguration": ...,
    }


# NumberFormatConfigurationTypeDef definition

class NumberFormatConfigurationTypeDef(TypedDict):
    FormatConfiguration: NotRequired[NumericFormatConfigurationTypeDef],  # (1)
  1. See NumericFormatConfigurationTypeDef

ReferenceLineValueLabelConfigurationTypeDef#

# ReferenceLineValueLabelConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ReferenceLineValueLabelConfigurationTypeDef


def get_value() -> ReferenceLineValueLabelConfigurationTypeDef:
    return {
        "RelativePosition": ...,
    }


# ReferenceLineValueLabelConfigurationTypeDef definition

class ReferenceLineValueLabelConfigurationTypeDef(TypedDict):
    RelativePosition: NotRequired[ReferenceLineValueLabelRelativePositionType],  # (1)
    FormatConfiguration: NotRequired[NumericFormatConfigurationTypeDef],  # (2)
  1. See ReferenceLineValueLabelRelativePositionType
  2. See NumericFormatConfigurationTypeDef

StringFormatConfigurationTypeDef#

# StringFormatConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StringFormatConfigurationTypeDef


def get_value() -> StringFormatConfigurationTypeDef:
    return {
        "NullValueFormatConfiguration": ...,
    }


# StringFormatConfigurationTypeDef definition

class StringFormatConfigurationTypeDef(TypedDict):
    NullValueFormatConfiguration: NotRequired[NullValueFormatConfigurationTypeDef],  # (1)
    NumericFormatConfiguration: NotRequired[NumericFormatConfigurationTypeDef],  # (2)
  1. See NullValueFormatConfigurationTypeDef
  2. See NumericFormatConfigurationTypeDef

BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef#

# BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef


def get_value() -> BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef:
    return {
        "Column": ...,
    }


# BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef definition

class BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Limit: NotRequired[int],
    SortByMetrics: NotRequired[List[ColumnSortTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See ColumnSortTypeDef

BodySectionDynamicCategoryDimensionConfigurationTypeDef#

# BodySectionDynamicCategoryDimensionConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionDynamicCategoryDimensionConfigurationTypeDef


def get_value() -> BodySectionDynamicCategoryDimensionConfigurationTypeDef:
    return {
        "Column": ...,
    }


# BodySectionDynamicCategoryDimensionConfigurationTypeDef definition

class BodySectionDynamicCategoryDimensionConfigurationTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Limit: NotRequired[int],
    SortByMetrics: NotRequired[Sequence[ColumnSortTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See ColumnSortTypeDef

BodySectionDynamicNumericDimensionConfigurationOutputTypeDef#

# BodySectionDynamicNumericDimensionConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionDynamicNumericDimensionConfigurationOutputTypeDef


def get_value() -> BodySectionDynamicNumericDimensionConfigurationOutputTypeDef:
    return {
        "Column": ...,
    }


# BodySectionDynamicNumericDimensionConfigurationOutputTypeDef definition

class BodySectionDynamicNumericDimensionConfigurationOutputTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Limit: NotRequired[int],
    SortByMetrics: NotRequired[List[ColumnSortTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See ColumnSortTypeDef

BodySectionDynamicNumericDimensionConfigurationTypeDef#

# BodySectionDynamicNumericDimensionConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionDynamicNumericDimensionConfigurationTypeDef


def get_value() -> BodySectionDynamicNumericDimensionConfigurationTypeDef:
    return {
        "Column": ...,
    }


# BodySectionDynamicNumericDimensionConfigurationTypeDef definition

class BodySectionDynamicNumericDimensionConfigurationTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Limit: NotRequired[int],
    SortByMetrics: NotRequired[Sequence[ColumnSortTypeDef]],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See ColumnSortTypeDef

FieldSortOptionsTypeDef#

# FieldSortOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FieldSortOptionsTypeDef


def get_value() -> FieldSortOptionsTypeDef:
    return {
        "FieldSort": ...,
    }


# FieldSortOptionsTypeDef definition

class FieldSortOptionsTypeDef(TypedDict):
    FieldSort: NotRequired[FieldSortTypeDef],  # (1)
    ColumnSort: NotRequired[ColumnSortTypeDef],  # (2)
  1. See FieldSortTypeDef
  2. See ColumnSortTypeDef

PivotTableSortByOutputTypeDef#

# PivotTableSortByOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableSortByOutputTypeDef


def get_value() -> PivotTableSortByOutputTypeDef:
    return {
        "Field": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableSortByTypeDef


def get_value() -> PivotTableSortByTypeDef:
    return {
        "Field": ...,
    }


# PivotTableSortByTypeDef definition

class PivotTableSortByTypeDef(TypedDict):
    Field: NotRequired[FieldSortTypeDef],  # (1)
    Column: NotRequired[ColumnSortTypeDef],  # (2)
    DataPath: NotRequired[DataPathSortTypeDef],  # (3)
  1. See FieldSortTypeDef
  2. See ColumnSortTypeDef
  3. See DataPathSortTypeDef

TooltipItemTypeDef#

# TooltipItemTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TooltipItemTypeDef


def get_value() -> TooltipItemTypeDef:
    return {
        "FieldTooltipItem": ...,
    }


# TooltipItemTypeDef definition

class TooltipItemTypeDef(TypedDict):
    FieldTooltipItem: NotRequired[FieldTooltipItemTypeDef],  # (1)
    ColumnTooltipItem: NotRequired[ColumnTooltipItemTypeDef],  # (2)
  1. See FieldTooltipItemTypeDef
  2. See ColumnTooltipItemTypeDef

ReferenceLineDataConfigurationTypeDef#

# ReferenceLineDataConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ReferenceLineDataConfigurationTypeDef


def get_value() -> ReferenceLineDataConfigurationTypeDef:
    return {
        "StaticConfiguration": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DatasetMetadataOutputTypeDef


def get_value() -> DatasetMetadataOutputTypeDef:
    return {
        "DatasetArn": ...,
    }


# 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

DatasetMetadataTypeDef#

# DatasetMetadataTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DatasetMetadataTypeDef


def get_value() -> DatasetMetadataTypeDef:
    return {
        "DatasetArn": ...,
    }


# DatasetMetadataTypeDef definition

class DatasetMetadataTypeDef(TypedDict):
    DatasetArn: str,
    DatasetName: NotRequired[str],
    DatasetDescription: NotRequired[str],
    DataAggregation: NotRequired[DataAggregationTypeDef],  # (1)
    Filters: NotRequired[Sequence[TopicFilterTypeDef]],  # (2)
    Columns: NotRequired[Sequence[TopicColumnTypeDef]],  # (3)
    CalculatedFields: NotRequired[Sequence[TopicCalculatedFieldTypeDef]],  # (4)
    NamedEntities: NotRequired[Sequence[TopicNamedEntityTypeDef]],  # (5)
  1. See DataAggregationTypeDef
  2. See TopicFilterTypeDef
  3. See TopicColumnTypeDef
  4. See TopicCalculatedFieldTypeDef
  5. See TopicNamedEntityTypeDef

DataSourceParametersTypeDef#

# DataSourceParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSourceParametersTypeDef


def get_value() -> DataSourceParametersTypeDef:
    return {
        "AmazonElasticsearchParameters": ...,
    }


# 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

CreateRefreshScheduleRequestTypeDef#

# CreateRefreshScheduleRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateRefreshScheduleRequestTypeDef


def get_value() -> CreateRefreshScheduleRequestTypeDef:
    return {
        "DataSetId": ...,
    }


# CreateRefreshScheduleRequestTypeDef definition

class CreateRefreshScheduleRequestTypeDef(TypedDict):
    DataSetId: str,
    AwsAccountId: str,
    Schedule: RefreshScheduleUnionTypeDef,  # (1)
  1. See RefreshScheduleTypeDef RefreshScheduleOutputTypeDef

UpdateRefreshScheduleRequestTypeDef#

# UpdateRefreshScheduleRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateRefreshScheduleRequestTypeDef


def get_value() -> UpdateRefreshScheduleRequestTypeDef:
    return {
        "DataSetId": ...,
    }


# UpdateRefreshScheduleRequestTypeDef definition

class UpdateRefreshScheduleRequestTypeDef(TypedDict):
    DataSetId: str,
    AwsAccountId: str,
    Schedule: RefreshScheduleUnionTypeDef,  # (1)
  1. See RefreshScheduleTypeDef RefreshScheduleOutputTypeDef

GenerateEmbedUrlForRegisteredUserRequestTypeDef#

# GenerateEmbedUrlForRegisteredUserRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GenerateEmbedUrlForRegisteredUserRequestTypeDef


def get_value() -> GenerateEmbedUrlForRegisteredUserRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# GenerateEmbedUrlForRegisteredUserRequestTypeDef definition

class GenerateEmbedUrlForRegisteredUserRequestTypeDef(TypedDict):
    AwsAccountId: str,
    UserArn: str,
    ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef,  # (1)
    SessionLifetimeInMinutes: NotRequired[int],
    AllowedDomains: NotRequired[Sequence[str]],
  1. See RegisteredUserEmbeddingExperienceConfigurationTypeDef

GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef#

# GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef


def get_value() -> GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef definition

class GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef,  # (1)
    SessionLifetimeInMinutes: NotRequired[int],
    AllowedDomains: NotRequired[Sequence[str]],
  1. See RegisteredUserEmbeddingExperienceConfigurationTypeDef

AnonymousUserSnapshotJobResultTypeDef#

# AnonymousUserSnapshotJobResultTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnonymousUserSnapshotJobResultTypeDef


def get_value() -> AnonymousUserSnapshotJobResultTypeDef:
    return {
        "FileGroups": ...,
    }


# AnonymousUserSnapshotJobResultTypeDef definition

class AnonymousUserSnapshotJobResultTypeDef(TypedDict):
    FileGroups: NotRequired[List[SnapshotJobResultFileGroupTypeDef]],  # (1)
  1. See SnapshotJobResultFileGroupTypeDef

DefaultPaginatedLayoutConfigurationTypeDef#

# DefaultPaginatedLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultPaginatedLayoutConfigurationTypeDef


def get_value() -> DefaultPaginatedLayoutConfigurationTypeDef:
    return {
        "SectionBased": ...,
    }


# DefaultPaginatedLayoutConfigurationTypeDef definition

class DefaultPaginatedLayoutConfigurationTypeDef(TypedDict):
    SectionBased: NotRequired[DefaultSectionBasedLayoutConfigurationTypeDef],  # (1)
  1. See DefaultSectionBasedLayoutConfigurationTypeDef

SectionLayoutConfigurationOutputTypeDef#

# SectionLayoutConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SectionLayoutConfigurationOutputTypeDef


def get_value() -> SectionLayoutConfigurationOutputTypeDef:
    return {
        "FreeFormLayout": ...,
    }


# SectionLayoutConfigurationOutputTypeDef definition

class SectionLayoutConfigurationOutputTypeDef(TypedDict):
    FreeFormLayout: FreeFormSectionLayoutConfigurationOutputTypeDef,  # (1)
  1. See FreeFormSectionLayoutConfigurationOutputTypeDef

SectionLayoutConfigurationTypeDef#

# SectionLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SectionLayoutConfigurationTypeDef


def get_value() -> SectionLayoutConfigurationTypeDef:
    return {
        "FreeFormLayout": ...,
    }


# SectionLayoutConfigurationTypeDef definition

class SectionLayoutConfigurationTypeDef(TypedDict):
    FreeFormLayout: FreeFormSectionLayoutConfigurationTypeDef,  # (1)
  1. See FreeFormSectionLayoutConfigurationTypeDef

DescribeDashboardSnapshotJobResponseTypeDef#

# DescribeDashboardSnapshotJobResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardSnapshotJobResponseTypeDef


def get_value() -> DescribeDashboardSnapshotJobResponseTypeDef:
    return {
        "AwsAccountId": ...,
    }


# 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

AssetBundleImportJobOverrideParametersOutputTypeDef#

# AssetBundleImportJobOverrideParametersOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverrideParametersOutputTypeDef


def get_value() -> AssetBundleImportJobOverrideParametersOutputTypeDef:
    return {
        "ResourceIdOverrideConfiguration": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSourceResponseTypeDef


def get_value() -> DescribeDataSourceResponseTypeDef:
    return {
        "DataSource": ...,
    }


# DescribeDataSourceResponseTypeDef definition

class DescribeDataSourceResponseTypeDef(TypedDict):
    DataSource: DataSourceTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DataSourceTypeDef
  2. See ResponseMetadataTypeDef

ListDataSourcesResponseTypeDef#

# ListDataSourcesResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListDataSourcesResponseTypeDef


def get_value() -> ListDataSourcesResponseTypeDef:
    return {
        "DataSources": ...,
    }


# 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

CustomActionSetParametersOperationTypeDef#

# CustomActionSetParametersOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomActionSetParametersOperationTypeDef


def get_value() -> CustomActionSetParametersOperationTypeDef:
    return {
        "ParameterValueConfigurations": ...,
    }


# CustomActionSetParametersOperationTypeDef definition

class CustomActionSetParametersOperationTypeDef(TypedDict):
    ParameterValueConfigurations: Sequence[SetParameterValueConfigurationTypeDef],  # (1)
  1. See SetParameterValueConfigurationTypeDef

DatasetParameterTypeDef#

# DatasetParameterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DatasetParameterTypeDef


def get_value() -> DatasetParameterTypeDef:
    return {
        "StringDatasetParameter": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TransformOperationTypeDef


def get_value() -> TransformOperationTypeDef:
    return {
        "ProjectOperation": ...,
    }


# 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

ContributionAnalysisTimeRangesTypeDef#

# ContributionAnalysisTimeRangesTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ContributionAnalysisTimeRangesTypeDef


def get_value() -> ContributionAnalysisTimeRangesTypeDef:
    return {
        "StartRange": ...,
    }


# ContributionAnalysisTimeRangesTypeDef definition

class ContributionAnalysisTimeRangesTypeDef(TypedDict):
    StartRange: NotRequired[TopicIRFilterOptionUnionTypeDef],  # (1)
    EndRange: NotRequired[TopicIRFilterOptionUnionTypeDef],  # (1)
  1. See TopicIRFilterOptionTypeDef TopicIRFilterOptionOutputTypeDef
  2. See TopicIRFilterOptionTypeDef TopicIRFilterOptionOutputTypeDef

DataSetTypeDef#

# DataSetTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSetTypeDef


def get_value() -> DataSetTypeDef:
    return {
        "Arn": ...,
    }


# 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)
    PerformanceConfiguration: NotRequired[PerformanceConfigurationOutputTypeDef],  # (12)
  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
  12. See PerformanceConfigurationOutputTypeDef

ImageCustomActionOperationOutputTypeDef#

# ImageCustomActionOperationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageCustomActionOperationOutputTypeDef


def get_value() -> ImageCustomActionOperationOutputTypeDef:
    return {
        "NavigationOperation": ...,
    }


# ImageCustomActionOperationOutputTypeDef definition

class ImageCustomActionOperationOutputTypeDef(TypedDict):
    NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef],  # (1)
    URLOperation: NotRequired[CustomActionURLOperationTypeDef],  # (2)
    SetParametersOperation: NotRequired[CustomActionSetParametersOperationOutputTypeDef],  # (3)
  1. See CustomActionNavigationOperationTypeDef
  2. See CustomActionURLOperationTypeDef
  3. See CustomActionSetParametersOperationOutputTypeDef

LayerCustomActionOperationOutputTypeDef#

# LayerCustomActionOperationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayerCustomActionOperationOutputTypeDef


def get_value() -> LayerCustomActionOperationOutputTypeDef:
    return {
        "FilterOperation": ...,
    }


# LayerCustomActionOperationOutputTypeDef definition

class LayerCustomActionOperationOutputTypeDef(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

VisualCustomActionOperationOutputTypeDef#

# VisualCustomActionOperationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualCustomActionOperationOutputTypeDef


def get_value() -> VisualCustomActionOperationOutputTypeDef:
    return {
        "FilterOperation": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIROutputTypeDef


def get_value() -> TopicIROutputTypeDef:
    return {
        "Metrics": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LineSeriesAxisDisplayOptionsOutputTypeDef


def get_value() -> LineSeriesAxisDisplayOptionsOutputTypeDef:
    return {
        "AxisOptions": ...,
    }


# LineSeriesAxisDisplayOptionsOutputTypeDef definition

class LineSeriesAxisDisplayOptionsOutputTypeDef(TypedDict):
    AxisOptions: NotRequired[AxisDisplayOptionsOutputTypeDef],  # (1)
    MissingDataConfigurations: NotRequired[List[MissingDataConfigurationTypeDef]],  # (2)
  1. See AxisDisplayOptionsOutputTypeDef
  2. See MissingDataConfigurationTypeDef

LineSeriesAxisDisplayOptionsTypeDef#

# LineSeriesAxisDisplayOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineSeriesAxisDisplayOptionsTypeDef


def get_value() -> LineSeriesAxisDisplayOptionsTypeDef:
    return {
        "AxisOptions": ...,
    }


# LineSeriesAxisDisplayOptionsTypeDef definition

class LineSeriesAxisDisplayOptionsTypeDef(TypedDict):
    AxisOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (1)
    MissingDataConfigurations: NotRequired[Sequence[MissingDataConfigurationTypeDef]],  # (2)
  1. See AxisDisplayOptionsTypeDef
  2. See MissingDataConfigurationTypeDef

DefaultFilterControlOptionsOutputTypeDef#

# DefaultFilterControlOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFilterControlOptionsOutputTypeDef


def get_value() -> DefaultFilterControlOptionsOutputTypeDef:
    return {
        "DefaultDateTimePickerOptions": ...,
    }


# 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

DefaultFilterControlOptionsTypeDef#

# DefaultFilterControlOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFilterControlOptionsTypeDef


def get_value() -> DefaultFilterControlOptionsTypeDef:
    return {
        "DefaultDateTimePickerOptions": ...,
    }


# DefaultFilterControlOptionsTypeDef definition

class DefaultFilterControlOptionsTypeDef(TypedDict):
    DefaultDateTimePickerOptions: NotRequired[DefaultDateTimePickerControlOptionsTypeDef],  # (1)
    DefaultListOptions: NotRequired[DefaultFilterListControlOptionsTypeDef],  # (2)
    DefaultDropdownOptions: NotRequired[DefaultFilterDropDownControlOptionsTypeDef],  # (3)
    DefaultTextFieldOptions: NotRequired[DefaultTextFieldControlOptionsTypeDef],  # (4)
    DefaultTextAreaOptions: NotRequired[DefaultTextAreaControlOptionsTypeDef],  # (5)
    DefaultSliderOptions: NotRequired[DefaultSliderControlOptionsTypeDef],  # (6)
    DefaultRelativeDateTimeOptions: NotRequired[DefaultRelativeDateTimeControlOptionsTypeDef],  # (7)
  1. See DefaultDateTimePickerControlOptionsTypeDef
  2. See DefaultFilterListControlOptionsTypeDef
  3. See DefaultFilterDropDownControlOptionsTypeDef
  4. See DefaultTextFieldControlOptionsTypeDef
  5. See DefaultTextAreaControlOptionsTypeDef
  6. See DefaultSliderControlOptionsTypeDef
  7. See DefaultRelativeDateTimeControlOptionsTypeDef

FilterControlOutputTypeDef#

# FilterControlOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterControlOutputTypeDef


def get_value() -> FilterControlOutputTypeDef:
    return {
        "DateTimePicker": ...,
    }


# 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

FilterControlTypeDef#

# FilterControlTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterControlTypeDef


def get_value() -> FilterControlTypeDef:
    return {
        "DateTimePicker": ...,
    }


# FilterControlTypeDef definition

class FilterControlTypeDef(TypedDict):
    DateTimePicker: NotRequired[FilterDateTimePickerControlTypeDef],  # (1)
    List: NotRequired[FilterListControlTypeDef],  # (2)
    Dropdown: NotRequired[FilterDropDownControlTypeDef],  # (3)
    TextField: NotRequired[FilterTextFieldControlTypeDef],  # (4)
    TextArea: NotRequired[FilterTextAreaControlTypeDef],  # (5)
    Slider: NotRequired[FilterSliderControlTypeDef],  # (6)
    RelativeDateTime: NotRequired[FilterRelativeDateTimeControlTypeDef],  # (7)
    CrossSheet: NotRequired[FilterCrossSheetControlTypeDef],  # (8)
  1. See FilterDateTimePickerControlTypeDef
  2. See FilterListControlTypeDef
  3. See FilterDropDownControlTypeDef
  4. See FilterTextFieldControlTypeDef
  5. See FilterTextAreaControlTypeDef
  6. See FilterSliderControlTypeDef
  7. See FilterRelativeDateTimeControlTypeDef
  8. See FilterCrossSheetControlTypeDef

ParameterControlOutputTypeDef#

# ParameterControlOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterControlOutputTypeDef


def get_value() -> ParameterControlOutputTypeDef:
    return {
        "DateTimePicker": ...,
    }


# 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

ParameterControlTypeDef#

# ParameterControlTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ParameterControlTypeDef


def get_value() -> ParameterControlTypeDef:
    return {
        "DateTimePicker": ...,
    }


# ParameterControlTypeDef definition

class ParameterControlTypeDef(TypedDict):
    DateTimePicker: NotRequired[ParameterDateTimePickerControlTypeDef],  # (1)
    List: NotRequired[ParameterListControlTypeDef],  # (2)
    Dropdown: NotRequired[ParameterDropDownControlTypeDef],  # (3)
    TextField: NotRequired[ParameterTextFieldControlTypeDef],  # (4)
    TextArea: NotRequired[ParameterTextAreaControlTypeDef],  # (5)
    Slider: NotRequired[ParameterSliderControlTypeDef],  # (6)
  1. See ParameterDateTimePickerControlTypeDef
  2. See ParameterListControlTypeDef
  3. See ParameterDropDownControlTypeDef
  4. See ParameterTextFieldControlTypeDef
  5. See ParameterTextAreaControlTypeDef
  6. See ParameterSliderControlTypeDef

TableFieldURLConfigurationTypeDef#

# TableFieldURLConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldURLConfigurationTypeDef


def get_value() -> TableFieldURLConfigurationTypeDef:
    return {
        "LinkConfiguration": ...,
    }


# TableFieldURLConfigurationTypeDef definition

class TableFieldURLConfigurationTypeDef(TypedDict):
    LinkConfiguration: NotRequired[TableFieldLinkConfigurationTypeDef],  # (1)
    ImageConfiguration: NotRequired[TableFieldImageConfigurationTypeDef],  # (2)
  1. See TableFieldLinkConfigurationTypeDef
  2. See TableFieldImageConfigurationTypeDef

GeospatialPointStyleOutputTypeDef#

# GeospatialPointStyleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPointStyleOutputTypeDef


def get_value() -> GeospatialPointStyleOutputTypeDef:
    return {
        "CircleSymbolStyle": ...,
    }


# GeospatialPointStyleOutputTypeDef definition

class GeospatialPointStyleOutputTypeDef(TypedDict):
    CircleSymbolStyle: NotRequired[GeospatialCircleSymbolStyleOutputTypeDef],  # (1)
  1. See GeospatialCircleSymbolStyleOutputTypeDef

GeospatialLineStyleOutputTypeDef#

# GeospatialLineStyleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLineStyleOutputTypeDef


def get_value() -> GeospatialLineStyleOutputTypeDef:
    return {
        "LineSymbolStyle": ...,
    }


# GeospatialLineStyleOutputTypeDef definition

class GeospatialLineStyleOutputTypeDef(TypedDict):
    LineSymbolStyle: NotRequired[GeospatialLineSymbolStyleOutputTypeDef],  # (1)
  1. See GeospatialLineSymbolStyleOutputTypeDef

GeospatialPolygonStyleOutputTypeDef#

# GeospatialPolygonStyleOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPolygonStyleOutputTypeDef


def get_value() -> GeospatialPolygonStyleOutputTypeDef:
    return {
        "PolygonSymbolStyle": ...,
    }


# GeospatialPolygonStyleOutputTypeDef definition

class GeospatialPolygonStyleOutputTypeDef(TypedDict):
    PolygonSymbolStyle: NotRequired[GeospatialPolygonSymbolStyleOutputTypeDef],  # (1)
  1. See GeospatialPolygonSymbolStyleOutputTypeDef

GeospatialPointStyleTypeDef#

# GeospatialPointStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPointStyleTypeDef


def get_value() -> GeospatialPointStyleTypeDef:
    return {
        "CircleSymbolStyle": ...,
    }


# GeospatialPointStyleTypeDef definition

class GeospatialPointStyleTypeDef(TypedDict):
    CircleSymbolStyle: NotRequired[GeospatialCircleSymbolStyleTypeDef],  # (1)
  1. See GeospatialCircleSymbolStyleTypeDef

GeospatialLineStyleTypeDef#

# GeospatialLineStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLineStyleTypeDef


def get_value() -> GeospatialLineStyleTypeDef:
    return {
        "LineSymbolStyle": ...,
    }


# GeospatialLineStyleTypeDef definition

class GeospatialLineStyleTypeDef(TypedDict):
    LineSymbolStyle: NotRequired[GeospatialLineSymbolStyleTypeDef],  # (1)
  1. See GeospatialLineSymbolStyleTypeDef

GeospatialPolygonStyleTypeDef#

# GeospatialPolygonStyleTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPolygonStyleTypeDef


def get_value() -> GeospatialPolygonStyleTypeDef:
    return {
        "PolygonSymbolStyle": ...,
    }


# GeospatialPolygonStyleTypeDef definition

class GeospatialPolygonStyleTypeDef(TypedDict):
    PolygonSymbolStyle: NotRequired[GeospatialPolygonSymbolStyleTypeDef],  # (1)
  1. See GeospatialPolygonSymbolStyleTypeDef

PivotTableTotalOptionsOutputTypeDef#

# PivotTableTotalOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableTotalOptionsOutputTypeDef


def get_value() -> PivotTableTotalOptionsOutputTypeDef:
    return {
        "RowSubtotalOptions": ...,
    }


# 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

PivotTableTotalOptionsTypeDef#

# PivotTableTotalOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableTotalOptionsTypeDef


def get_value() -> PivotTableTotalOptionsTypeDef:
    return {
        "RowSubtotalOptions": ...,
    }


# PivotTableTotalOptionsTypeDef definition

class PivotTableTotalOptionsTypeDef(TypedDict):
    RowSubtotalOptions: NotRequired[SubtotalOptionsTypeDef],  # (1)
    ColumnSubtotalOptions: NotRequired[SubtotalOptionsTypeDef],  # (1)
    RowTotalOptions: NotRequired[PivotTotalOptionsTypeDef],  # (3)
    ColumnTotalOptions: NotRequired[PivotTotalOptionsTypeDef],  # (3)
  1. See SubtotalOptionsTypeDef
  2. See SubtotalOptionsTypeDef
  3. See PivotTotalOptionsTypeDef
  4. See PivotTotalOptionsTypeDef

GaugeChartConditionalFormattingOptionOutputTypeDef#

# GaugeChartConditionalFormattingOptionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartConditionalFormattingOptionOutputTypeDef


def get_value() -> GaugeChartConditionalFormattingOptionOutputTypeDef:
    return {
        "PrimaryValue": ...,
    }


# GaugeChartConditionalFormattingOptionOutputTypeDef definition

class GaugeChartConditionalFormattingOptionOutputTypeDef(TypedDict):
    PrimaryValue: NotRequired[GaugeChartPrimaryValueConditionalFormattingOutputTypeDef],  # (1)
    Arc: NotRequired[GaugeChartArcConditionalFormattingOutputTypeDef],  # (2)
  1. See GaugeChartPrimaryValueConditionalFormattingOutputTypeDef
  2. See GaugeChartArcConditionalFormattingOutputTypeDef

KPIConditionalFormattingOptionOutputTypeDef#

# KPIConditionalFormattingOptionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIConditionalFormattingOptionOutputTypeDef


def get_value() -> KPIConditionalFormattingOptionOutputTypeDef:
    return {
        "PrimaryValue": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapShapeConditionalFormattingOutputTypeDef


def get_value() -> FilledMapShapeConditionalFormattingOutputTypeDef:
    return {
        "FieldId": ...,
    }


# FilledMapShapeConditionalFormattingOutputTypeDef definition

class FilledMapShapeConditionalFormattingOutputTypeDef(TypedDict):
    FieldId: str,
    Format: NotRequired[ShapeConditionalFormatOutputTypeDef],  # (1)
  1. See ShapeConditionalFormatOutputTypeDef

PivotTableCellConditionalFormattingOutputTypeDef#

# PivotTableCellConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableCellConditionalFormattingOutputTypeDef


def get_value() -> PivotTableCellConditionalFormattingOutputTypeDef:
    return {
        "FieldId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableCellConditionalFormattingOutputTypeDef


def get_value() -> TableCellConditionalFormattingOutputTypeDef:
    return {
        "FieldId": ...,
    }


# TableCellConditionalFormattingOutputTypeDef definition

class TableCellConditionalFormattingOutputTypeDef(TypedDict):
    FieldId: str,
    TextFormat: NotRequired[TextConditionalFormatOutputTypeDef],  # (1)
  1. See TextConditionalFormatOutputTypeDef

GaugeChartConditionalFormattingOptionTypeDef#

# GaugeChartConditionalFormattingOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartConditionalFormattingOptionTypeDef


def get_value() -> GaugeChartConditionalFormattingOptionTypeDef:
    return {
        "PrimaryValue": ...,
    }


# GaugeChartConditionalFormattingOptionTypeDef definition

class GaugeChartConditionalFormattingOptionTypeDef(TypedDict):
    PrimaryValue: NotRequired[GaugeChartPrimaryValueConditionalFormattingTypeDef],  # (1)
    Arc: NotRequired[GaugeChartArcConditionalFormattingTypeDef],  # (2)
  1. See GaugeChartPrimaryValueConditionalFormattingTypeDef
  2. See GaugeChartArcConditionalFormattingTypeDef

KPIConditionalFormattingOptionTypeDef#

# KPIConditionalFormattingOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIConditionalFormattingOptionTypeDef


def get_value() -> KPIConditionalFormattingOptionTypeDef:
    return {
        "PrimaryValue": ...,
    }


# KPIConditionalFormattingOptionTypeDef definition

class KPIConditionalFormattingOptionTypeDef(TypedDict):
    PrimaryValue: NotRequired[KPIPrimaryValueConditionalFormattingTypeDef],  # (1)
    ProgressBar: NotRequired[KPIProgressBarConditionalFormattingTypeDef],  # (2)
    ActualValue: NotRequired[KPIActualValueConditionalFormattingTypeDef],  # (3)
    ComparisonValue: NotRequired[KPIComparisonValueConditionalFormattingTypeDef],  # (4)
  1. See KPIPrimaryValueConditionalFormattingTypeDef
  2. See KPIProgressBarConditionalFormattingTypeDef
  3. See KPIActualValueConditionalFormattingTypeDef
  4. See KPIComparisonValueConditionalFormattingTypeDef

FilledMapShapeConditionalFormattingTypeDef#

# FilledMapShapeConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapShapeConditionalFormattingTypeDef


def get_value() -> FilledMapShapeConditionalFormattingTypeDef:
    return {
        "FieldId": ...,
    }


# FilledMapShapeConditionalFormattingTypeDef definition

class FilledMapShapeConditionalFormattingTypeDef(TypedDict):
    FieldId: str,
    Format: NotRequired[ShapeConditionalFormatTypeDef],  # (1)
  1. See ShapeConditionalFormatTypeDef

PivotTableCellConditionalFormattingTypeDef#

# PivotTableCellConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableCellConditionalFormattingTypeDef


def get_value() -> PivotTableCellConditionalFormattingTypeDef:
    return {
        "FieldId": ...,
    }


# PivotTableCellConditionalFormattingTypeDef definition

class PivotTableCellConditionalFormattingTypeDef(TypedDict):
    FieldId: str,
    TextFormat: NotRequired[TextConditionalFormatTypeDef],  # (1)
    Scope: NotRequired[PivotTableConditionalFormattingScopeTypeDef],  # (2)
    Scopes: NotRequired[Sequence[PivotTableConditionalFormattingScopeTypeDef]],  # (3)
  1. See TextConditionalFormatTypeDef
  2. See PivotTableConditionalFormattingScopeTypeDef
  3. See PivotTableConditionalFormattingScopeTypeDef

TableCellConditionalFormattingTypeDef#

# TableCellConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableCellConditionalFormattingTypeDef


def get_value() -> TableCellConditionalFormattingTypeDef:
    return {
        "FieldId": ...,
    }


# TableCellConditionalFormattingTypeDef definition

class TableCellConditionalFormattingTypeDef(TypedDict):
    FieldId: str,
    TextFormat: NotRequired[TextConditionalFormatTypeDef],  # (1)
  1. See TextConditionalFormatTypeDef

BrandDefinitionTypeDef#

# BrandDefinitionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BrandDefinitionTypeDef


def get_value() -> BrandDefinitionTypeDef:
    return {
        "BrandName": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BrandDetailTypeDef


def get_value() -> BrandDetailTypeDef:
    return {
        "BrandId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ThemeTypeDef


def get_value() -> ThemeTypeDef:
    return {
        "Arn": ...,
    }


# 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

CreateThemeRequestTypeDef#

# CreateThemeRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateThemeRequestTypeDef


def get_value() -> CreateThemeRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateThemeRequestTypeDef definition

class CreateThemeRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    Name: str,
    BaseThemeId: str,
    Configuration: ThemeConfigurationUnionTypeDef,  # (1)
    VersionDescription: NotRequired[str],
    Permissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (2)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (3)
  1. See ThemeConfigurationTypeDef ThemeConfigurationOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  3. See TagTypeDef

UpdateThemeRequestTypeDef#

# UpdateThemeRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateThemeRequestTypeDef


def get_value() -> UpdateThemeRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateThemeRequestTypeDef definition

class UpdateThemeRequestTypeDef(TypedDict):
    AwsAccountId: str,
    ThemeId: str,
    BaseThemeId: str,
    Name: NotRequired[str],
    VersionDescription: NotRequired[str],
    Configuration: NotRequired[ThemeConfigurationUnionTypeDef],  # (1)
  1. See ThemeConfigurationTypeDef ThemeConfigurationOutputTypeDef

GaugeChartOptionsTypeDef#

# GaugeChartOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartOptionsTypeDef


def get_value() -> GaugeChartOptionsTypeDef:
    return {
        "PrimaryValueDisplayType": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import KPIOptionsTypeDef


def get_value() -> KPIOptionsTypeDef:
    return {
        "ProgressBar": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DateDimensionFieldTypeDef


def get_value() -> DateDimensionFieldTypeDef:
    return {
        "FieldId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DateMeasureFieldTypeDef


def get_value() -> DateMeasureFieldTypeDef:
    return {
        "FieldId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import NumericalDimensionFieldTypeDef


def get_value() -> NumericalDimensionFieldTypeDef:
    return {
        "FieldId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import NumericalMeasureFieldTypeDef


def get_value() -> NumericalMeasureFieldTypeDef:
    return {
        "FieldId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ReferenceLineLabelConfigurationTypeDef


def get_value() -> ReferenceLineLabelConfigurationTypeDef:
    return {
        "ValueLabelConfiguration": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CategoricalDimensionFieldTypeDef


def get_value() -> CategoricalDimensionFieldTypeDef:
    return {
        "FieldId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CategoricalMeasureFieldTypeDef


def get_value() -> CategoricalMeasureFieldTypeDef:
    return {
        "FieldId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FormatConfigurationTypeDef


def get_value() -> FormatConfigurationTypeDef:
    return {
        "StringFormatConfiguration": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionRepeatDimensionConfigurationOutputTypeDef


def get_value() -> BodySectionRepeatDimensionConfigurationOutputTypeDef:
    return {
        "DynamicCategoryDimensionConfiguration": ...,
    }


# BodySectionRepeatDimensionConfigurationOutputTypeDef definition

class BodySectionRepeatDimensionConfigurationOutputTypeDef(TypedDict):
    DynamicCategoryDimensionConfiguration: NotRequired[BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef],  # (1)
    DynamicNumericDimensionConfiguration: NotRequired[BodySectionDynamicNumericDimensionConfigurationOutputTypeDef],  # (2)
  1. See BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef
  2. See BodySectionDynamicNumericDimensionConfigurationOutputTypeDef

BodySectionRepeatDimensionConfigurationTypeDef#

# BodySectionRepeatDimensionConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionRepeatDimensionConfigurationTypeDef


def get_value() -> BodySectionRepeatDimensionConfigurationTypeDef:
    return {
        "DynamicCategoryDimensionConfiguration": ...,
    }


# BodySectionRepeatDimensionConfigurationTypeDef definition

class BodySectionRepeatDimensionConfigurationTypeDef(TypedDict):
    DynamicCategoryDimensionConfiguration: NotRequired[BodySectionDynamicCategoryDimensionConfigurationTypeDef],  # (1)
    DynamicNumericDimensionConfiguration: NotRequired[BodySectionDynamicNumericDimensionConfigurationTypeDef],  # (2)
  1. See BodySectionDynamicCategoryDimensionConfigurationTypeDef
  2. See BodySectionDynamicNumericDimensionConfigurationTypeDef

BarChartSortConfigurationOutputTypeDef#

# BarChartSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartSortConfigurationOutputTypeDef


def get_value() -> BarChartSortConfigurationOutputTypeDef:
    return {
        "CategorySort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartSortConfigurationTypeDef


def get_value() -> BarChartSortConfigurationTypeDef:
    return {
        "CategorySort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotSortConfigurationOutputTypeDef


def get_value() -> BoxPlotSortConfigurationOutputTypeDef:
    return {
        "CategorySort": ...,
    }


# BoxPlotSortConfigurationOutputTypeDef definition

class BoxPlotSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    PaginationConfiguration: NotRequired[PaginationConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PaginationConfigurationTypeDef

BoxPlotSortConfigurationTypeDef#

# BoxPlotSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotSortConfigurationTypeDef


def get_value() -> BoxPlotSortConfigurationTypeDef:
    return {
        "CategorySort": ...,
    }


# BoxPlotSortConfigurationTypeDef definition

class BoxPlotSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    PaginationConfiguration: NotRequired[PaginationConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PaginationConfigurationTypeDef

ComboChartSortConfigurationOutputTypeDef#

# ComboChartSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartSortConfigurationOutputTypeDef


def get_value() -> ComboChartSortConfigurationOutputTypeDef:
    return {
        "CategorySort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartSortConfigurationTypeDef


def get_value() -> ComboChartSortConfigurationTypeDef:
    return {
        "CategorySort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapSortConfigurationOutputTypeDef


def get_value() -> FilledMapSortConfigurationOutputTypeDef:
    return {
        "CategorySort": ...,
    }


# FilledMapSortConfigurationOutputTypeDef definition

class FilledMapSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
  1. See FieldSortOptionsTypeDef

FilledMapSortConfigurationTypeDef#

# FilledMapSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapSortConfigurationTypeDef


def get_value() -> FilledMapSortConfigurationTypeDef:
    return {
        "CategorySort": ...,
    }


# FilledMapSortConfigurationTypeDef definition

class FilledMapSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
  1. See FieldSortOptionsTypeDef

FunnelChartSortConfigurationOutputTypeDef#

# FunnelChartSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartSortConfigurationOutputTypeDef


def get_value() -> FunnelChartSortConfigurationOutputTypeDef:
    return {
        "CategorySort": ...,
    }


# FunnelChartSortConfigurationOutputTypeDef definition

class FunnelChartSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

FunnelChartSortConfigurationTypeDef#

# FunnelChartSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartSortConfigurationTypeDef


def get_value() -> FunnelChartSortConfigurationTypeDef:
    return {
        "CategorySort": ...,
    }


# FunnelChartSortConfigurationTypeDef definition

class FunnelChartSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

HeatMapSortConfigurationOutputTypeDef#

# HeatMapSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapSortConfigurationOutputTypeDef


def get_value() -> HeatMapSortConfigurationOutputTypeDef:
    return {
        "HeatMapRowSort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapSortConfigurationTypeDef


def get_value() -> HeatMapSortConfigurationTypeDef:
    return {
        "HeatMapRowSort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import KPISortConfigurationOutputTypeDef


def get_value() -> KPISortConfigurationOutputTypeDef:
    return {
        "TrendGroupSort": ...,
    }


# KPISortConfigurationOutputTypeDef definition

class KPISortConfigurationOutputTypeDef(TypedDict):
    TrendGroupSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
  1. See FieldSortOptionsTypeDef

KPISortConfigurationTypeDef#

# KPISortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPISortConfigurationTypeDef


def get_value() -> KPISortConfigurationTypeDef:
    return {
        "TrendGroupSort": ...,
    }


# KPISortConfigurationTypeDef definition

class KPISortConfigurationTypeDef(TypedDict):
    TrendGroupSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
  1. See FieldSortOptionsTypeDef

LineChartSortConfigurationOutputTypeDef#

# LineChartSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartSortConfigurationOutputTypeDef


def get_value() -> LineChartSortConfigurationOutputTypeDef:
    return {
        "CategorySort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartSortConfigurationTypeDef


def get_value() -> LineChartSortConfigurationTypeDef:
    return {
        "CategorySort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartSortConfigurationOutputTypeDef


def get_value() -> PieChartSortConfigurationOutputTypeDef:
    return {
        "CategorySort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartSortConfigurationTypeDef


def get_value() -> PieChartSortConfigurationTypeDef:
    return {
        "CategorySort": ...,
    }


# 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

PluginVisualTableQuerySortOutputTypeDef#

# PluginVisualTableQuerySortOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualTableQuerySortOutputTypeDef


def get_value() -> PluginVisualTableQuerySortOutputTypeDef:
    return {
        "RowSort": ...,
    }


# PluginVisualTableQuerySortOutputTypeDef definition

class PluginVisualTableQuerySortOutputTypeDef(TypedDict):
    RowSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    ItemsLimitConfiguration: NotRequired[PluginVisualItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PluginVisualItemsLimitConfigurationTypeDef

PluginVisualTableQuerySortTypeDef#

# PluginVisualTableQuerySortTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualTableQuerySortTypeDef


def get_value() -> PluginVisualTableQuerySortTypeDef:
    return {
        "RowSort": ...,
    }


# PluginVisualTableQuerySortTypeDef definition

class PluginVisualTableQuerySortTypeDef(TypedDict):
    RowSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    ItemsLimitConfiguration: NotRequired[PluginVisualItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PluginVisualItemsLimitConfigurationTypeDef

RadarChartSortConfigurationOutputTypeDef#

# RadarChartSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartSortConfigurationOutputTypeDef


def get_value() -> RadarChartSortConfigurationOutputTypeDef:
    return {
        "CategorySort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartSortConfigurationTypeDef


def get_value() -> RadarChartSortConfigurationTypeDef:
    return {
        "CategorySort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramSortConfigurationOutputTypeDef


def get_value() -> SankeyDiagramSortConfigurationOutputTypeDef:
    return {
        "WeightSort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramSortConfigurationTypeDef


def get_value() -> SankeyDiagramSortConfigurationTypeDef:
    return {
        "WeightSort": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableSortConfigurationOutputTypeDef


def get_value() -> TableSortConfigurationOutputTypeDef:
    return {
        "RowSort": ...,
    }


# TableSortConfigurationOutputTypeDef definition

class TableSortConfigurationOutputTypeDef(TypedDict):
    RowSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    PaginationConfiguration: NotRequired[PaginationConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PaginationConfigurationTypeDef

TableSortConfigurationTypeDef#

# TableSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableSortConfigurationTypeDef


def get_value() -> TableSortConfigurationTypeDef:
    return {
        "RowSort": ...,
    }


# TableSortConfigurationTypeDef definition

class TableSortConfigurationTypeDef(TypedDict):
    RowSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    PaginationConfiguration: NotRequired[PaginationConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See PaginationConfigurationTypeDef

TreeMapSortConfigurationOutputTypeDef#

# TreeMapSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapSortConfigurationOutputTypeDef


def get_value() -> TreeMapSortConfigurationOutputTypeDef:
    return {
        "TreeMapSort": ...,
    }


# TreeMapSortConfigurationOutputTypeDef definition

class TreeMapSortConfigurationOutputTypeDef(TypedDict):
    TreeMapSort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    TreeMapGroupItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

TreeMapSortConfigurationTypeDef#

# TreeMapSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapSortConfigurationTypeDef


def get_value() -> TreeMapSortConfigurationTypeDef:
    return {
        "TreeMapSort": ...,
    }


# TreeMapSortConfigurationTypeDef definition

class TreeMapSortConfigurationTypeDef(TypedDict):
    TreeMapSort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    TreeMapGroupItemsLimitConfiguration: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

WaterfallChartSortConfigurationOutputTypeDef#

# WaterfallChartSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartSortConfigurationOutputTypeDef


def get_value() -> WaterfallChartSortConfigurationOutputTypeDef:
    return {
        "CategorySort": ...,
    }


# WaterfallChartSortConfigurationOutputTypeDef definition

class WaterfallChartSortConfigurationOutputTypeDef(TypedDict):
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (1)
    BreakdownItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

WaterfallChartSortConfigurationTypeDef#

# WaterfallChartSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartSortConfigurationTypeDef


def get_value() -> WaterfallChartSortConfigurationTypeDef:
    return {
        "CategorySort": ...,
    }


# WaterfallChartSortConfigurationTypeDef definition

class WaterfallChartSortConfigurationTypeDef(TypedDict):
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (1)
    BreakdownItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (2)
  1. See FieldSortOptionsTypeDef
  2. See ItemsLimitConfigurationTypeDef

WordCloudSortConfigurationOutputTypeDef#

# WordCloudSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudSortConfigurationOutputTypeDef


def get_value() -> WordCloudSortConfigurationOutputTypeDef:
    return {
        "CategoryItemsLimit": ...,
    }


# WordCloudSortConfigurationOutputTypeDef definition

class WordCloudSortConfigurationOutputTypeDef(TypedDict):
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (1)
    CategorySort: NotRequired[List[FieldSortOptionsTypeDef]],  # (2)
  1. See ItemsLimitConfigurationTypeDef
  2. See FieldSortOptionsTypeDef

WordCloudSortConfigurationTypeDef#

# WordCloudSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudSortConfigurationTypeDef


def get_value() -> WordCloudSortConfigurationTypeDef:
    return {
        "CategoryItemsLimit": ...,
    }


# WordCloudSortConfigurationTypeDef definition

class WordCloudSortConfigurationTypeDef(TypedDict):
    CategoryItemsLimit: NotRequired[ItemsLimitConfigurationTypeDef],  # (1)
    CategorySort: NotRequired[Sequence[FieldSortOptionsTypeDef]],  # (2)
  1. See ItemsLimitConfigurationTypeDef
  2. See FieldSortOptionsTypeDef

PivotFieldSortOptionsOutputTypeDef#

# PivotFieldSortOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotFieldSortOptionsOutputTypeDef


def get_value() -> PivotFieldSortOptionsOutputTypeDef:
    return {
        "FieldId": ...,
    }


# PivotFieldSortOptionsOutputTypeDef definition

class PivotFieldSortOptionsOutputTypeDef(TypedDict):
    FieldId: str,
    SortBy: PivotTableSortByOutputTypeDef,  # (1)
  1. See PivotTableSortByOutputTypeDef

PivotFieldSortOptionsTypeDef#

# PivotFieldSortOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotFieldSortOptionsTypeDef


def get_value() -> PivotFieldSortOptionsTypeDef:
    return {
        "FieldId": ...,
    }


# PivotFieldSortOptionsTypeDef definition

class PivotFieldSortOptionsTypeDef(TypedDict):
    FieldId: str,
    SortBy: PivotTableSortByTypeDef,  # (1)
  1. See PivotTableSortByTypeDef

FieldBasedTooltipOutputTypeDef#

# FieldBasedTooltipOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FieldBasedTooltipOutputTypeDef


def get_value() -> FieldBasedTooltipOutputTypeDef:
    return {
        "AggregationVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FieldBasedTooltipTypeDef


def get_value() -> FieldBasedTooltipTypeDef:
    return {
        "AggregationVisibility": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopicDetailsOutputTypeDef


def get_value() -> TopicDetailsOutputTypeDef:
    return {
        "Name": ...,
    }


# 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

TopicDetailsTypeDef#

# TopicDetailsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicDetailsTypeDef


def get_value() -> TopicDetailsTypeDef:
    return {
        "Name": ...,
    }


# TopicDetailsTypeDef definition

class TopicDetailsTypeDef(TypedDict):
    Name: NotRequired[str],
    Description: NotRequired[str],
    UserExperienceVersion: NotRequired[TopicUserExperienceVersionType],  # (1)
    DataSets: NotRequired[Sequence[DatasetMetadataTypeDef]],  # (2)
    ConfigOptions: NotRequired[TopicConfigOptionsTypeDef],  # (3)
  1. See TopicUserExperienceVersionType
  2. See DatasetMetadataTypeDef
  3. See TopicConfigOptionsTypeDef

AssetBundleImportJobDataSourceOverrideParametersTypeDef#

# AssetBundleImportJobDataSourceOverrideParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobDataSourceOverrideParametersTypeDef


def get_value() -> AssetBundleImportJobDataSourceOverrideParametersTypeDef:
    return {
        "DataSourceId": ...,
    }


# AssetBundleImportJobDataSourceOverrideParametersTypeDef definition

class AssetBundleImportJobDataSourceOverrideParametersTypeDef(TypedDict):
    DataSourceId: str,
    Name: NotRequired[str],
    DataSourceParameters: NotRequired[DataSourceParametersTypeDef],  # (1)
    VpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (2)
    SslProperties: NotRequired[SslPropertiesTypeDef],  # (3)
    Credentials: NotRequired[AssetBundleImportJobDataSourceCredentialsTypeDef],  # (4)
  1. See DataSourceParametersTypeDef
  2. See VpcConnectionPropertiesTypeDef
  3. See SslPropertiesTypeDef
  4. See AssetBundleImportJobDataSourceCredentialsTypeDef

SnapshotJobResultTypeDef#

# SnapshotJobResultTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SnapshotJobResultTypeDef


def get_value() -> SnapshotJobResultTypeDef:
    return {
        "AnonymousUsers": ...,
    }


# SnapshotJobResultTypeDef definition

class SnapshotJobResultTypeDef(TypedDict):
    AnonymousUsers: NotRequired[List[AnonymousUserSnapshotJobResultTypeDef]],  # (1)
  1. See AnonymousUserSnapshotJobResultTypeDef

DefaultNewSheetConfigurationTypeDef#

# DefaultNewSheetConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultNewSheetConfigurationTypeDef


def get_value() -> DefaultNewSheetConfigurationTypeDef:
    return {
        "InteractiveLayoutConfiguration": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionContentOutputTypeDef


def get_value() -> BodySectionContentOutputTypeDef:
    return {
        "Layout": ...,
    }


# BodySectionContentOutputTypeDef definition

class BodySectionContentOutputTypeDef(TypedDict):
    Layout: NotRequired[SectionLayoutConfigurationOutputTypeDef],  # (1)
  1. See SectionLayoutConfigurationOutputTypeDef

HeaderFooterSectionConfigurationOutputTypeDef#

# HeaderFooterSectionConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HeaderFooterSectionConfigurationOutputTypeDef


def get_value() -> HeaderFooterSectionConfigurationOutputTypeDef:
    return {
        "SectionId": ...,
    }


# HeaderFooterSectionConfigurationOutputTypeDef definition

class HeaderFooterSectionConfigurationOutputTypeDef(TypedDict):
    SectionId: str,
    Layout: SectionLayoutConfigurationOutputTypeDef,  # (1)
    Style: NotRequired[SectionStyleTypeDef],  # (2)
  1. See SectionLayoutConfigurationOutputTypeDef
  2. See SectionStyleTypeDef

BodySectionContentTypeDef#

# BodySectionContentTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionContentTypeDef


def get_value() -> BodySectionContentTypeDef:
    return {
        "Layout": ...,
    }


# BodySectionContentTypeDef definition

class BodySectionContentTypeDef(TypedDict):
    Layout: NotRequired[SectionLayoutConfigurationTypeDef],  # (1)
  1. See SectionLayoutConfigurationTypeDef

HeaderFooterSectionConfigurationTypeDef#

# HeaderFooterSectionConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HeaderFooterSectionConfigurationTypeDef


def get_value() -> HeaderFooterSectionConfigurationTypeDef:
    return {
        "SectionId": ...,
    }


# HeaderFooterSectionConfigurationTypeDef definition

class HeaderFooterSectionConfigurationTypeDef(TypedDict):
    SectionId: str,
    Layout: SectionLayoutConfigurationTypeDef,  # (1)
    Style: NotRequired[SectionStyleTypeDef],  # (2)
  1. See SectionLayoutConfigurationTypeDef
  2. See SectionStyleTypeDef

StartDashboardSnapshotJobRequestTypeDef#

# StartDashboardSnapshotJobRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StartDashboardSnapshotJobRequestTypeDef


def get_value() -> StartDashboardSnapshotJobRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# StartDashboardSnapshotJobRequestTypeDef definition

class StartDashboardSnapshotJobRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    SnapshotJobId: str,
    UserConfiguration: SnapshotUserConfigurationTypeDef,  # (1)
    SnapshotConfiguration: SnapshotConfigurationUnionTypeDef,  # (2)
  1. See SnapshotUserConfigurationTypeDef
  2. See SnapshotConfigurationTypeDef SnapshotConfigurationOutputTypeDef

DescribeAssetBundleImportJobResponseTypeDef#

# DescribeAssetBundleImportJobResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAssetBundleImportJobResponseTypeDef


def get_value() -> DescribeAssetBundleImportJobResponseTypeDef:
    return {
        "JobStatus": ...,
    }


# 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

ImageCustomActionOperationTypeDef#

# ImageCustomActionOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageCustomActionOperationTypeDef


def get_value() -> ImageCustomActionOperationTypeDef:
    return {
        "NavigationOperation": ...,
    }


# ImageCustomActionOperationTypeDef definition

class ImageCustomActionOperationTypeDef(TypedDict):
    NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef],  # (1)
    URLOperation: NotRequired[CustomActionURLOperationTypeDef],  # (2)
    SetParametersOperation: NotRequired[CustomActionSetParametersOperationTypeDef],  # (3)
  1. See CustomActionNavigationOperationTypeDef
  2. See CustomActionURLOperationTypeDef
  3. See CustomActionSetParametersOperationTypeDef

LayerCustomActionOperationTypeDef#

# LayerCustomActionOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayerCustomActionOperationTypeDef


def get_value() -> LayerCustomActionOperationTypeDef:
    return {
        "FilterOperation": ...,
    }


# LayerCustomActionOperationTypeDef definition

class LayerCustomActionOperationTypeDef(TypedDict):
    FilterOperation: NotRequired[CustomActionFilterOperationTypeDef],  # (1)
    NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef],  # (2)
    URLOperation: NotRequired[CustomActionURLOperationTypeDef],  # (3)
    SetParametersOperation: NotRequired[CustomActionSetParametersOperationTypeDef],  # (4)
  1. See CustomActionFilterOperationTypeDef
  2. See CustomActionNavigationOperationTypeDef
  3. See CustomActionURLOperationTypeDef
  4. See CustomActionSetParametersOperationTypeDef

VisualCustomActionOperationTypeDef#

# VisualCustomActionOperationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualCustomActionOperationTypeDef


def get_value() -> VisualCustomActionOperationTypeDef:
    return {
        "FilterOperation": ...,
    }


# VisualCustomActionOperationTypeDef definition

class VisualCustomActionOperationTypeDef(TypedDict):
    FilterOperation: NotRequired[CustomActionFilterOperationTypeDef],  # (1)
    NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef],  # (2)
    URLOperation: NotRequired[CustomActionURLOperationTypeDef],  # (3)
    SetParametersOperation: NotRequired[CustomActionSetParametersOperationTypeDef],  # (4)
  1. See CustomActionFilterOperationTypeDef
  2. See CustomActionNavigationOperationTypeDef
  3. See CustomActionURLOperationTypeDef
  4. See CustomActionSetParametersOperationTypeDef

DescribeDataSetResponseTypeDef#

# DescribeDataSetResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDataSetResponseTypeDef


def get_value() -> DescribeDataSetResponseTypeDef:
    return {
        "DataSet": ...,
    }


# DescribeDataSetResponseTypeDef definition

class DescribeDataSetResponseTypeDef(TypedDict):
    DataSet: DataSetTypeDef,  # (1)
    RequestId: str,
    Status: int,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DataSetTypeDef
  2. See ResponseMetadataTypeDef

ImageCustomActionOutputTypeDef#

# ImageCustomActionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageCustomActionOutputTypeDef


def get_value() -> ImageCustomActionOutputTypeDef:
    return {
        "CustomActionId": ...,
    }


# ImageCustomActionOutputTypeDef definition

class ImageCustomActionOutputTypeDef(TypedDict):
    CustomActionId: str,
    Name: str,
    Trigger: ImageCustomActionTriggerType,  # (2)
    ActionOperations: List[ImageCustomActionOperationOutputTypeDef],  # (3)
    Status: NotRequired[WidgetStatusType],  # (1)
  1. See WidgetStatusType
  2. See ImageCustomActionTriggerType
  3. See ImageCustomActionOperationOutputTypeDef

LayerCustomActionOutputTypeDef#

# LayerCustomActionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayerCustomActionOutputTypeDef


def get_value() -> LayerCustomActionOutputTypeDef:
    return {
        "CustomActionId": ...,
    }


# LayerCustomActionOutputTypeDef definition

class LayerCustomActionOutputTypeDef(TypedDict):
    CustomActionId: str,
    Name: str,
    Trigger: LayerCustomActionTriggerType,  # (2)
    ActionOperations: List[LayerCustomActionOperationOutputTypeDef],  # (3)
    Status: NotRequired[WidgetStatusType],  # (1)
  1. See WidgetStatusType
  2. See LayerCustomActionTriggerType
  3. See LayerCustomActionOperationOutputTypeDef

VisualCustomActionOutputTypeDef#

# VisualCustomActionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualCustomActionOutputTypeDef


def get_value() -> VisualCustomActionOutputTypeDef:
    return {
        "CustomActionId": ...,
    }


# 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

TopicVisualOutputTypeDef#

# TopicVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicVisualOutputTypeDef


def get_value() -> TopicVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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

DefaultFilterControlConfigurationOutputTypeDef#

# DefaultFilterControlConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFilterControlConfigurationOutputTypeDef


def get_value() -> DefaultFilterControlConfigurationOutputTypeDef:
    return {
        "Title": ...,
    }


# DefaultFilterControlConfigurationOutputTypeDef definition

class DefaultFilterControlConfigurationOutputTypeDef(TypedDict):
    Title: str,
    ControlOptions: DefaultFilterControlOptionsOutputTypeDef,  # (1)
  1. See DefaultFilterControlOptionsOutputTypeDef

DefaultFilterControlConfigurationTypeDef#

# DefaultFilterControlConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DefaultFilterControlConfigurationTypeDef


def get_value() -> DefaultFilterControlConfigurationTypeDef:
    return {
        "Title": ...,
    }


# DefaultFilterControlConfigurationTypeDef definition

class DefaultFilterControlConfigurationTypeDef(TypedDict):
    Title: str,
    ControlOptions: DefaultFilterControlOptionsTypeDef,  # (1)
  1. See DefaultFilterControlOptionsTypeDef

TableFieldOptionTypeDef#

# TableFieldOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldOptionTypeDef


def get_value() -> TableFieldOptionTypeDef:
    return {
        "FieldId": ...,
    }


# 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

GeospatialPointLayerOutputTypeDef#

# GeospatialPointLayerOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPointLayerOutputTypeDef


def get_value() -> GeospatialPointLayerOutputTypeDef:
    return {
        "Style": ...,
    }


# GeospatialPointLayerOutputTypeDef definition

class GeospatialPointLayerOutputTypeDef(TypedDict):
    Style: GeospatialPointStyleOutputTypeDef,  # (1)
  1. See GeospatialPointStyleOutputTypeDef

GeospatialLineLayerOutputTypeDef#

# GeospatialLineLayerOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLineLayerOutputTypeDef


def get_value() -> GeospatialLineLayerOutputTypeDef:
    return {
        "Style": ...,
    }


# GeospatialLineLayerOutputTypeDef definition

class GeospatialLineLayerOutputTypeDef(TypedDict):
    Style: GeospatialLineStyleOutputTypeDef,  # (1)
  1. See GeospatialLineStyleOutputTypeDef

GeospatialPolygonLayerOutputTypeDef#

# GeospatialPolygonLayerOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPolygonLayerOutputTypeDef


def get_value() -> GeospatialPolygonLayerOutputTypeDef:
    return {
        "Style": ...,
    }


# GeospatialPolygonLayerOutputTypeDef definition

class GeospatialPolygonLayerOutputTypeDef(TypedDict):
    Style: GeospatialPolygonStyleOutputTypeDef,  # (1)
  1. See GeospatialPolygonStyleOutputTypeDef

GeospatialPointLayerTypeDef#

# GeospatialPointLayerTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPointLayerTypeDef


def get_value() -> GeospatialPointLayerTypeDef:
    return {
        "Style": ...,
    }


# GeospatialPointLayerTypeDef definition

class GeospatialPointLayerTypeDef(TypedDict):
    Style: GeospatialPointStyleTypeDef,  # (1)
  1. See GeospatialPointStyleTypeDef

GeospatialLineLayerTypeDef#

# GeospatialLineLayerTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLineLayerTypeDef


def get_value() -> GeospatialLineLayerTypeDef:
    return {
        "Style": ...,
    }


# GeospatialLineLayerTypeDef definition

class GeospatialLineLayerTypeDef(TypedDict):
    Style: GeospatialLineStyleTypeDef,  # (1)
  1. See GeospatialLineStyleTypeDef

GeospatialPolygonLayerTypeDef#

# GeospatialPolygonLayerTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialPolygonLayerTypeDef


def get_value() -> GeospatialPolygonLayerTypeDef:
    return {
        "Style": ...,
    }


# GeospatialPolygonLayerTypeDef definition

class GeospatialPolygonLayerTypeDef(TypedDict):
    Style: GeospatialPolygonStyleTypeDef,  # (1)
  1. See GeospatialPolygonStyleTypeDef

GaugeChartConditionalFormattingOutputTypeDef#

# GaugeChartConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartConditionalFormattingOutputTypeDef


def get_value() -> GaugeChartConditionalFormattingOutputTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# GaugeChartConditionalFormattingOutputTypeDef definition

class GaugeChartConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[List[GaugeChartConditionalFormattingOptionOutputTypeDef]],  # (1)
  1. See GaugeChartConditionalFormattingOptionOutputTypeDef

KPIConditionalFormattingOutputTypeDef#

# KPIConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIConditionalFormattingOutputTypeDef


def get_value() -> KPIConditionalFormattingOutputTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# KPIConditionalFormattingOutputTypeDef definition

class KPIConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[List[KPIConditionalFormattingOptionOutputTypeDef]],  # (1)
  1. See KPIConditionalFormattingOptionOutputTypeDef

FilledMapConditionalFormattingOptionOutputTypeDef#

# FilledMapConditionalFormattingOptionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapConditionalFormattingOptionOutputTypeDef


def get_value() -> FilledMapConditionalFormattingOptionOutputTypeDef:
    return {
        "Shape": ...,
    }


# FilledMapConditionalFormattingOptionOutputTypeDef definition

class FilledMapConditionalFormattingOptionOutputTypeDef(TypedDict):
    Shape: FilledMapShapeConditionalFormattingOutputTypeDef,  # (1)
  1. See FilledMapShapeConditionalFormattingOutputTypeDef

PivotTableConditionalFormattingOptionOutputTypeDef#

# PivotTableConditionalFormattingOptionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableConditionalFormattingOptionOutputTypeDef


def get_value() -> PivotTableConditionalFormattingOptionOutputTypeDef:
    return {
        "Cell": ...,
    }


# PivotTableConditionalFormattingOptionOutputTypeDef definition

class PivotTableConditionalFormattingOptionOutputTypeDef(TypedDict):
    Cell: NotRequired[PivotTableCellConditionalFormattingOutputTypeDef],  # (1)
  1. See PivotTableCellConditionalFormattingOutputTypeDef

TableConditionalFormattingOptionOutputTypeDef#

# TableConditionalFormattingOptionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableConditionalFormattingOptionOutputTypeDef


def get_value() -> TableConditionalFormattingOptionOutputTypeDef:
    return {
        "Cell": ...,
    }


# TableConditionalFormattingOptionOutputTypeDef definition

class TableConditionalFormattingOptionOutputTypeDef(TypedDict):
    Cell: NotRequired[TableCellConditionalFormattingOutputTypeDef],  # (1)
    Row: NotRequired[TableRowConditionalFormattingOutputTypeDef],  # (2)
  1. See TableCellConditionalFormattingOutputTypeDef
  2. See TableRowConditionalFormattingOutputTypeDef

GaugeChartConditionalFormattingTypeDef#

# GaugeChartConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartConditionalFormattingTypeDef


def get_value() -> GaugeChartConditionalFormattingTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# GaugeChartConditionalFormattingTypeDef definition

class GaugeChartConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[Sequence[GaugeChartConditionalFormattingOptionTypeDef]],  # (1)
  1. See GaugeChartConditionalFormattingOptionTypeDef

KPIConditionalFormattingTypeDef#

# KPIConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIConditionalFormattingTypeDef


def get_value() -> KPIConditionalFormattingTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# KPIConditionalFormattingTypeDef definition

class KPIConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[Sequence[KPIConditionalFormattingOptionTypeDef]],  # (1)
  1. See KPIConditionalFormattingOptionTypeDef

FilledMapConditionalFormattingOptionTypeDef#

# FilledMapConditionalFormattingOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapConditionalFormattingOptionTypeDef


def get_value() -> FilledMapConditionalFormattingOptionTypeDef:
    return {
        "Shape": ...,
    }


# FilledMapConditionalFormattingOptionTypeDef definition

class FilledMapConditionalFormattingOptionTypeDef(TypedDict):
    Shape: FilledMapShapeConditionalFormattingTypeDef,  # (1)
  1. See FilledMapShapeConditionalFormattingTypeDef

PivotTableConditionalFormattingOptionTypeDef#

# PivotTableConditionalFormattingOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableConditionalFormattingOptionTypeDef


def get_value() -> PivotTableConditionalFormattingOptionTypeDef:
    return {
        "Cell": ...,
    }


# PivotTableConditionalFormattingOptionTypeDef definition

class PivotTableConditionalFormattingOptionTypeDef(TypedDict):
    Cell: NotRequired[PivotTableCellConditionalFormattingTypeDef],  # (1)
  1. See PivotTableCellConditionalFormattingTypeDef

TableConditionalFormattingOptionTypeDef#

# TableConditionalFormattingOptionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableConditionalFormattingOptionTypeDef


def get_value() -> TableConditionalFormattingOptionTypeDef:
    return {
        "Cell": ...,
    }


# TableConditionalFormattingOptionTypeDef definition

class TableConditionalFormattingOptionTypeDef(TypedDict):
    Cell: NotRequired[TableCellConditionalFormattingTypeDef],  # (1)
    Row: NotRequired[TableRowConditionalFormattingTypeDef],  # (2)
  1. See TableCellConditionalFormattingTypeDef
  2. See TableRowConditionalFormattingTypeDef

CreateBrandRequestTypeDef#

# CreateBrandRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateBrandRequestTypeDef


def get_value() -> CreateBrandRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateBrandRequestTypeDef definition

class CreateBrandRequestTypeDef(TypedDict):
    AwsAccountId: str,
    BrandId: str,
    BrandDefinition: NotRequired[BrandDefinitionTypeDef],  # (1)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
  1. See BrandDefinitionTypeDef
  2. See TagTypeDef

UpdateBrandRequestTypeDef#

# UpdateBrandRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateBrandRequestTypeDef


def get_value() -> UpdateBrandRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateBrandRequestTypeDef definition

class UpdateBrandRequestTypeDef(TypedDict):
    AwsAccountId: str,
    BrandId: str,
    BrandDefinition: NotRequired[BrandDefinitionTypeDef],  # (1)
  1. See BrandDefinitionTypeDef

CreateBrandResponseTypeDef#

# CreateBrandResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateBrandResponseTypeDef


def get_value() -> CreateBrandResponseTypeDef:
    return {
        "RequestId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeBrandPublishedVersionResponseTypeDef


def get_value() -> DescribeBrandPublishedVersionResponseTypeDef:
    return {
        "RequestId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeBrandResponseTypeDef


def get_value() -> DescribeBrandResponseTypeDef:
    return {
        "RequestId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateBrandResponseTypeDef


def get_value() -> UpdateBrandResponseTypeDef:
    return {
        "RequestId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeThemeResponseTypeDef


def get_value() -> DescribeThemeResponseTypeDef:
    return {
        "Theme": ...,
    }


# DescribeThemeResponseTypeDef definition

class DescribeThemeResponseTypeDef(TypedDict):
    Theme: ThemeTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See ThemeTypeDef
  2. See ResponseMetadataTypeDef

ReferenceLineTypeDef#

# ReferenceLineTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ReferenceLineTypeDef


def get_value() -> ReferenceLineTypeDef:
    return {
        "Status": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DimensionFieldTypeDef


def get_value() -> DimensionFieldTypeDef:
    return {
        "NumericalDimensionField": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import MeasureFieldTypeDef


def get_value() -> MeasureFieldTypeDef:
    return {
        "NumericalMeasureField": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnConfigurationOutputTypeDef


def get_value() -> ColumnConfigurationOutputTypeDef:
    return {
        "Column": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ColumnConfigurationTypeDef


def get_value() -> ColumnConfigurationTypeDef:
    return {
        "Column": ...,
    }


# ColumnConfigurationTypeDef definition

class ColumnConfigurationTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    FormatConfiguration: NotRequired[FormatConfigurationTypeDef],  # (2)
    Role: NotRequired[ColumnRoleType],  # (3)
    ColorsConfiguration: NotRequired[ColorsConfigurationTypeDef],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See FormatConfigurationTypeDef
  3. See ColumnRoleType
  4. See ColorsConfigurationTypeDef

UnaggregatedFieldTypeDef#

# UnaggregatedFieldTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UnaggregatedFieldTypeDef


def get_value() -> UnaggregatedFieldTypeDef:
    return {
        "FieldId": ...,
    }


# UnaggregatedFieldTypeDef definition

class UnaggregatedFieldTypeDef(TypedDict):
    FieldId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    FormatConfiguration: NotRequired[FormatConfigurationTypeDef],  # (2)
  1. See ColumnIdentifierTypeDef
  2. See FormatConfigurationTypeDef

BodySectionRepeatConfigurationOutputTypeDef#

# BodySectionRepeatConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionRepeatConfigurationOutputTypeDef


def get_value() -> BodySectionRepeatConfigurationOutputTypeDef:
    return {
        "DimensionConfigurations": ...,
    }


# BodySectionRepeatConfigurationOutputTypeDef definition

class BodySectionRepeatConfigurationOutputTypeDef(TypedDict):
    DimensionConfigurations: NotRequired[List[BodySectionRepeatDimensionConfigurationOutputTypeDef]],  # (1)
    PageBreakConfiguration: NotRequired[BodySectionRepeatPageBreakConfigurationTypeDef],  # (2)
    NonRepeatingVisuals: NotRequired[List[str]],
  1. See BodySectionRepeatDimensionConfigurationOutputTypeDef
  2. See BodySectionRepeatPageBreakConfigurationTypeDef

BodySectionRepeatConfigurationTypeDef#

# BodySectionRepeatConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionRepeatConfigurationTypeDef


def get_value() -> BodySectionRepeatConfigurationTypeDef:
    return {
        "DimensionConfigurations": ...,
    }


# BodySectionRepeatConfigurationTypeDef definition

class BodySectionRepeatConfigurationTypeDef(TypedDict):
    DimensionConfigurations: NotRequired[Sequence[BodySectionRepeatDimensionConfigurationTypeDef]],  # (1)
    PageBreakConfiguration: NotRequired[BodySectionRepeatPageBreakConfigurationTypeDef],  # (2)
    NonRepeatingVisuals: NotRequired[Sequence[str]],
  1. See BodySectionRepeatDimensionConfigurationTypeDef
  2. See BodySectionRepeatPageBreakConfigurationTypeDef

PluginVisualSortConfigurationOutputTypeDef#

# PluginVisualSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualSortConfigurationOutputTypeDef


def get_value() -> PluginVisualSortConfigurationOutputTypeDef:
    return {
        "PluginVisualTableQuerySort": ...,
    }


# PluginVisualSortConfigurationOutputTypeDef definition

class PluginVisualSortConfigurationOutputTypeDef(TypedDict):
    PluginVisualTableQuerySort: NotRequired[PluginVisualTableQuerySortOutputTypeDef],  # (1)
  1. See PluginVisualTableQuerySortOutputTypeDef

PluginVisualSortConfigurationTypeDef#

# PluginVisualSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualSortConfigurationTypeDef


def get_value() -> PluginVisualSortConfigurationTypeDef:
    return {
        "PluginVisualTableQuerySort": ...,
    }


# PluginVisualSortConfigurationTypeDef definition

class PluginVisualSortConfigurationTypeDef(TypedDict):
    PluginVisualTableQuerySort: NotRequired[PluginVisualTableQuerySortTypeDef],  # (1)
  1. See PluginVisualTableQuerySortTypeDef

PivotTableSortConfigurationOutputTypeDef#

# PivotTableSortConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableSortConfigurationOutputTypeDef


def get_value() -> PivotTableSortConfigurationOutputTypeDef:
    return {
        "FieldSortOptions": ...,
    }


# PivotTableSortConfigurationOutputTypeDef definition

class PivotTableSortConfigurationOutputTypeDef(TypedDict):
    FieldSortOptions: NotRequired[List[PivotFieldSortOptionsOutputTypeDef]],  # (1)
  1. See PivotFieldSortOptionsOutputTypeDef

PivotTableSortConfigurationTypeDef#

# PivotTableSortConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableSortConfigurationTypeDef


def get_value() -> PivotTableSortConfigurationTypeDef:
    return {
        "FieldSortOptions": ...,
    }


# PivotTableSortConfigurationTypeDef definition

class PivotTableSortConfigurationTypeDef(TypedDict):
    FieldSortOptions: NotRequired[Sequence[PivotFieldSortOptionsTypeDef]],  # (1)
  1. See PivotFieldSortOptionsTypeDef

TooltipOptionsOutputTypeDef#

# TooltipOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TooltipOptionsOutputTypeDef


def get_value() -> TooltipOptionsOutputTypeDef:
    return {
        "TooltipVisibility": ...,
    }


# 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

TooltipOptionsTypeDef#

# TooltipOptionsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TooltipOptionsTypeDef


def get_value() -> TooltipOptionsTypeDef:
    return {
        "TooltipVisibility": ...,
    }


# TooltipOptionsTypeDef definition

class TooltipOptionsTypeDef(TypedDict):
    TooltipVisibility: NotRequired[VisibilityType],  # (1)
    SelectedTooltipType: NotRequired[SelectedTooltipTypeType],  # (2)
    FieldBasedTooltip: NotRequired[FieldBasedTooltipTypeDef],  # (3)
  1. See VisibilityType
  2. See SelectedTooltipTypeType
  3. See FieldBasedTooltipTypeDef

DescribeTopicResponseTypeDef#

# DescribeTopicResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTopicResponseTypeDef


def get_value() -> DescribeTopicResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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

AssetBundleImportJobOverrideParametersTypeDef#

# AssetBundleImportJobOverrideParametersTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AssetBundleImportJobOverrideParametersTypeDef


def get_value() -> AssetBundleImportJobOverrideParametersTypeDef:
    return {
        "ResourceIdOverrideConfiguration": ...,
    }


# AssetBundleImportJobOverrideParametersTypeDef definition

class AssetBundleImportJobOverrideParametersTypeDef(TypedDict):
    ResourceIdOverrideConfiguration: NotRequired[AssetBundleImportJobResourceIdOverrideConfigurationTypeDef],  # (1)
    VPCConnections: NotRequired[Sequence[AssetBundleImportJobVPCConnectionOverrideParametersTypeDef]],  # (2)
    RefreshSchedules: NotRequired[Sequence[AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef]],  # (3)
    DataSources: NotRequired[Sequence[AssetBundleImportJobDataSourceOverrideParametersTypeDef]],  # (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
  3. See AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef
  4. See AssetBundleImportJobDataSourceOverrideParametersTypeDef
  5. See AssetBundleImportJobDataSetOverrideParametersTypeDef
  6. See AssetBundleImportJobThemeOverrideParametersTypeDef
  7. See AssetBundleImportJobAnalysisOverrideParametersTypeDef
  8. See AssetBundleImportJobDashboardOverrideParametersTypeDef
  9. See AssetBundleImportJobFolderOverrideParametersTypeDef

CredentialPairTypeDef#

# CredentialPairTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CredentialPairTypeDef


def get_value() -> CredentialPairTypeDef:
    return {
        "Username": ...,
    }


# CredentialPairTypeDef definition

class CredentialPairTypeDef(TypedDict):
    Username: str,
    Password: str,
    AlternateDataSourceParameters: NotRequired[Sequence[DataSourceParametersUnionTypeDef]],  # (1)
  1. See DataSourceParametersTypeDef DataSourceParametersOutputTypeDef

DescribeDashboardSnapshotJobResultResponseTypeDef#

# DescribeDashboardSnapshotJobResultResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardSnapshotJobResultResponseTypeDef


def get_value() -> DescribeDashboardSnapshotJobResultResponseTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import AnalysisDefaultsTypeDef


def get_value() -> AnalysisDefaultsTypeDef:
    return {
        "DefaultNewSheetConfiguration": ...,
    }


# AnalysisDefaultsTypeDef definition

class AnalysisDefaultsTypeDef(TypedDict):
    DefaultNewSheetConfiguration: DefaultNewSheetConfigurationTypeDef,  # (1)
  1. See DefaultNewSheetConfigurationTypeDef

ImageCustomActionTypeDef#

# ImageCustomActionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ImageCustomActionTypeDef


def get_value() -> ImageCustomActionTypeDef:
    return {
        "CustomActionId": ...,
    }


# ImageCustomActionTypeDef definition

class ImageCustomActionTypeDef(TypedDict):
    CustomActionId: str,
    Name: str,
    Trigger: ImageCustomActionTriggerType,  # (2)
    ActionOperations: Sequence[ImageCustomActionOperationTypeDef],  # (3)
    Status: NotRequired[WidgetStatusType],  # (1)
  1. See WidgetStatusType
  2. See ImageCustomActionTriggerType
  3. See ImageCustomActionOperationTypeDef

LayerCustomActionTypeDef#

# LayerCustomActionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayerCustomActionTypeDef


def get_value() -> LayerCustomActionTypeDef:
    return {
        "CustomActionId": ...,
    }


# LayerCustomActionTypeDef definition

class LayerCustomActionTypeDef(TypedDict):
    CustomActionId: str,
    Name: str,
    Trigger: LayerCustomActionTriggerType,  # (2)
    ActionOperations: Sequence[LayerCustomActionOperationTypeDef],  # (3)
    Status: NotRequired[WidgetStatusType],  # (1)
  1. See WidgetStatusType
  2. See LayerCustomActionTriggerType
  3. See LayerCustomActionOperationTypeDef

VisualCustomActionTypeDef#

# VisualCustomActionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualCustomActionTypeDef


def get_value() -> VisualCustomActionTypeDef:
    return {
        "CustomActionId": ...,
    }


# VisualCustomActionTypeDef definition

class VisualCustomActionTypeDef(TypedDict):
    CustomActionId: str,
    Name: str,
    Trigger: VisualCustomActionTriggerType,  # (2)
    ActionOperations: Sequence[VisualCustomActionOperationTypeDef],  # (3)
    Status: NotRequired[WidgetStatusType],  # (1)
  1. See WidgetStatusType
  2. See VisualCustomActionTriggerType
  3. See VisualCustomActionOperationTypeDef

LogicalTableTypeDef#

# LogicalTableTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LogicalTableTypeDef


def get_value() -> LogicalTableTypeDef:
    return {
        "Alias": ...,
    }


# LogicalTableTypeDef definition

class LogicalTableTypeDef(TypedDict):
    Alias: str,
    Source: LogicalTableSourceTypeDef,  # (2)
    DataTransforms: NotRequired[Sequence[TransformOperationUnionTypeDef]],  # (1)
  1. See TransformOperationTypeDef TransformOperationOutputTypeDef
  2. See LogicalTableSourceTypeDef

TopicIRContributionAnalysisTypeDef#

# TopicIRContributionAnalysisTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIRContributionAnalysisTypeDef


def get_value() -> TopicIRContributionAnalysisTypeDef:
    return {
        "Factors": ...,
    }


# 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

SheetImageOutputTypeDef#

# SheetImageOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetImageOutputTypeDef


def get_value() -> SheetImageOutputTypeDef:
    return {
        "SheetImageId": ...,
    }


# SheetImageOutputTypeDef definition

class SheetImageOutputTypeDef(TypedDict):
    SheetImageId: str,
    Source: SheetImageSourceTypeDef,  # (1)
    Scaling: NotRequired[SheetImageScalingConfigurationTypeDef],  # (2)
    Tooltip: NotRequired[SheetImageTooltipConfigurationTypeDef],  # (3)
    ImageContentAltText: NotRequired[str],
    Interactions: NotRequired[ImageInteractionOptionsTypeDef],  # (4)
    Actions: NotRequired[List[ImageCustomActionOutputTypeDef]],  # (5)
  1. See SheetImageSourceTypeDef
  2. See SheetImageScalingConfigurationTypeDef
  3. See SheetImageTooltipConfigurationTypeDef
  4. See ImageInteractionOptionsTypeDef
  5. See ImageCustomActionOutputTypeDef

CustomContentVisualOutputTypeDef#

# CustomContentVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomContentVisualOutputTypeDef


def get_value() -> CustomContentVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See CustomContentConfigurationTypeDef
  4. See VisualCustomActionOutputTypeDef

EmptyVisualOutputTypeDef#

# EmptyVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import EmptyVisualOutputTypeDef


def get_value() -> EmptyVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# EmptyVisualOutputTypeDef definition

class EmptyVisualOutputTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (1)
  1. See VisualCustomActionOutputTypeDef

TopicReviewedAnswerTypeDef#

# TopicReviewedAnswerTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicReviewedAnswerTypeDef


def get_value() -> TopicReviewedAnswerTypeDef:
    return {
        "Arn": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CategoryFilterOutputTypeDef


def get_value() -> CategoryFilterOutputTypeDef:
    return {
        "FilterId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import CategoryInnerFilterOutputTypeDef


def get_value() -> CategoryInnerFilterOutputTypeDef:
    return {
        "Column": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import NumericEqualityFilterOutputTypeDef


def get_value() -> NumericEqualityFilterOutputTypeDef:
    return {
        "FilterId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import NumericRangeFilterOutputTypeDef


def get_value() -> NumericRangeFilterOutputTypeDef:
    return {
        "FilterId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RelativeDatesFilterOutputTypeDef


def get_value() -> RelativeDatesFilterOutputTypeDef:
    return {
        "FilterId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TimeEqualityFilterOutputTypeDef


def get_value() -> TimeEqualityFilterOutputTypeDef:
    return {
        "FilterId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TimeRangeFilterOutputTypeDef


def get_value() -> TimeRangeFilterOutputTypeDef:
    return {
        "FilterId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopBottomFilterOutputTypeDef


def get_value() -> TopBottomFilterOutputTypeDef:
    return {
        "FilterId": ...,
    }


# 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

CategoryFilterTypeDef#

# CategoryFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CategoryFilterTypeDef


def get_value() -> CategoryFilterTypeDef:
    return {
        "FilterId": ...,
    }


# CategoryFilterTypeDef definition

class CategoryFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    Configuration: CategoryFilterConfigurationTypeDef,  # (2)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See CategoryFilterConfigurationTypeDef
  3. See DefaultFilterControlConfigurationTypeDef

CategoryInnerFilterTypeDef#

# CategoryInnerFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CategoryInnerFilterTypeDef


def get_value() -> CategoryInnerFilterTypeDef:
    return {
        "Column": ...,
    }


# CategoryInnerFilterTypeDef definition

class CategoryInnerFilterTypeDef(TypedDict):
    Column: ColumnIdentifierTypeDef,  # (1)
    Configuration: CategoryFilterConfigurationTypeDef,  # (2)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationTypeDef],  # (3)
  1. See ColumnIdentifierTypeDef
  2. See CategoryFilterConfigurationTypeDef
  3. See DefaultFilterControlConfigurationTypeDef

NumericEqualityFilterTypeDef#

# NumericEqualityFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NumericEqualityFilterTypeDef


def get_value() -> NumericEqualityFilterTypeDef:
    return {
        "FilterId": ...,
    }


# 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[DefaultFilterControlConfigurationTypeDef],  # (6)
  1. See ColumnIdentifierTypeDef
  2. See NumericFilterSelectAllOptionsType
  3. See NumericEqualityMatchOperatorType
  4. See AggregationFunctionTypeDef
  5. See FilterNullOptionType
  6. See DefaultFilterControlConfigurationTypeDef

NumericRangeFilterTypeDef#

# NumericRangeFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NumericRangeFilterTypeDef


def get_value() -> NumericRangeFilterTypeDef:
    return {
        "FilterId": ...,
    }


# 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[DefaultFilterControlConfigurationTypeDef],  # (7)
  1. See ColumnIdentifierTypeDef
  2. See NumericRangeFilterValueTypeDef
  3. See NumericRangeFilterValueTypeDef
  4. See NumericFilterSelectAllOptionsType
  5. See AggregationFunctionTypeDef
  6. See FilterNullOptionType
  7. See DefaultFilterControlConfigurationTypeDef

RelativeDatesFilterTypeDef#

# RelativeDatesFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RelativeDatesFilterTypeDef


def get_value() -> RelativeDatesFilterTypeDef:
    return {
        "FilterId": ...,
    }


# 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[DefaultFilterControlConfigurationTypeDef],  # (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

TimeEqualityFilterTypeDef#

# TimeEqualityFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TimeEqualityFilterTypeDef


def get_value() -> TimeEqualityFilterTypeDef:
    return {
        "FilterId": ...,
    }


# 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[DefaultFilterControlConfigurationTypeDef],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See TimeGranularityType
  3. See RollingDateConfigurationTypeDef
  4. See DefaultFilterControlConfigurationTypeDef

TimeRangeFilterTypeDef#

# TimeRangeFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TimeRangeFilterTypeDef


def get_value() -> TimeRangeFilterTypeDef:
    return {
        "FilterId": ...,
    }


# TimeRangeFilterTypeDef definition

class TimeRangeFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    NullOption: FilterNullOptionType,  # (4)
    IncludeMinimum: NotRequired[bool],
    IncludeMaximum: NotRequired[bool],
    RangeMinimumValue: NotRequired[TimeRangeFilterValueTypeDef],  # (2)
    RangeMaximumValue: NotRequired[TimeRangeFilterValueTypeDef],  # (2)
    ExcludePeriodConfiguration: NotRequired[ExcludePeriodConfigurationTypeDef],  # (5)
    TimeGranularity: NotRequired[TimeGranularityType],  # (6)
    DefaultFilterControlConfiguration: NotRequired[DefaultFilterControlConfigurationTypeDef],  # (7)
  1. See ColumnIdentifierTypeDef
  2. See TimeRangeFilterValueTypeDef
  3. See TimeRangeFilterValueTypeDef
  4. See FilterNullOptionType
  5. See ExcludePeriodConfigurationTypeDef
  6. See TimeGranularityType
  7. See DefaultFilterControlConfigurationTypeDef

TopBottomFilterTypeDef#

# TopBottomFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopBottomFilterTypeDef


def get_value() -> TopBottomFilterTypeDef:
    return {
        "FilterId": ...,
    }


# 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[DefaultFilterControlConfigurationTypeDef],  # (4)
  1. See ColumnIdentifierTypeDef
  2. See AggregationSortConfigurationTypeDef
  3. See TimeGranularityType
  4. See DefaultFilterControlConfigurationTypeDef

TableFieldOptionsOutputTypeDef#

# TableFieldOptionsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldOptionsOutputTypeDef


def get_value() -> TableFieldOptionsOutputTypeDef:
    return {
        "SelectedFieldOptions": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldOptionsTypeDef


def get_value() -> TableFieldOptionsTypeDef:
    return {
        "SelectedFieldOptions": ...,
    }


# TableFieldOptionsTypeDef definition

class TableFieldOptionsTypeDef(TypedDict):
    SelectedFieldOptions: NotRequired[Sequence[TableFieldOptionTypeDef]],  # (1)
    Order: NotRequired[Sequence[str]],
    PinnedFieldOptions: NotRequired[TablePinnedFieldOptionsTypeDef],  # (2)
  1. See TableFieldOptionTypeDef
  2. See TablePinnedFieldOptionsTypeDef

GeospatialLayerDefinitionOutputTypeDef#

# GeospatialLayerDefinitionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerDefinitionOutputTypeDef


def get_value() -> GeospatialLayerDefinitionOutputTypeDef:
    return {
        "PointLayer": ...,
    }


# GeospatialLayerDefinitionOutputTypeDef definition

class GeospatialLayerDefinitionOutputTypeDef(TypedDict):
    PointLayer: NotRequired[GeospatialPointLayerOutputTypeDef],  # (1)
    LineLayer: NotRequired[GeospatialLineLayerOutputTypeDef],  # (2)
    PolygonLayer: NotRequired[GeospatialPolygonLayerOutputTypeDef],  # (3)
  1. See GeospatialPointLayerOutputTypeDef
  2. See GeospatialLineLayerOutputTypeDef
  3. See GeospatialPolygonLayerOutputTypeDef

GeospatialLayerDefinitionTypeDef#

# GeospatialLayerDefinitionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerDefinitionTypeDef


def get_value() -> GeospatialLayerDefinitionTypeDef:
    return {
        "PointLayer": ...,
    }


# GeospatialLayerDefinitionTypeDef definition

class GeospatialLayerDefinitionTypeDef(TypedDict):
    PointLayer: NotRequired[GeospatialPointLayerTypeDef],  # (1)
    LineLayer: NotRequired[GeospatialLineLayerTypeDef],  # (2)
    PolygonLayer: NotRequired[GeospatialPolygonLayerTypeDef],  # (3)
  1. See GeospatialPointLayerTypeDef
  2. See GeospatialLineLayerTypeDef
  3. See GeospatialPolygonLayerTypeDef

FilledMapConditionalFormattingOutputTypeDef#

# FilledMapConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapConditionalFormattingOutputTypeDef


def get_value() -> FilledMapConditionalFormattingOutputTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# FilledMapConditionalFormattingOutputTypeDef definition

class FilledMapConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: List[FilledMapConditionalFormattingOptionOutputTypeDef],  # (1)
  1. See FilledMapConditionalFormattingOptionOutputTypeDef

PivotTableConditionalFormattingOutputTypeDef#

# PivotTableConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableConditionalFormattingOutputTypeDef


def get_value() -> PivotTableConditionalFormattingOutputTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# PivotTableConditionalFormattingOutputTypeDef definition

class PivotTableConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[List[PivotTableConditionalFormattingOptionOutputTypeDef]],  # (1)
  1. See PivotTableConditionalFormattingOptionOutputTypeDef

TableConditionalFormattingOutputTypeDef#

# TableConditionalFormattingOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableConditionalFormattingOutputTypeDef


def get_value() -> TableConditionalFormattingOutputTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# TableConditionalFormattingOutputTypeDef definition

class TableConditionalFormattingOutputTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[List[TableConditionalFormattingOptionOutputTypeDef]],  # (1)
  1. See TableConditionalFormattingOptionOutputTypeDef

FilledMapConditionalFormattingTypeDef#

# FilledMapConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapConditionalFormattingTypeDef


def get_value() -> FilledMapConditionalFormattingTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# FilledMapConditionalFormattingTypeDef definition

class FilledMapConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: Sequence[FilledMapConditionalFormattingOptionTypeDef],  # (1)
  1. See FilledMapConditionalFormattingOptionTypeDef

PivotTableConditionalFormattingTypeDef#

# PivotTableConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableConditionalFormattingTypeDef


def get_value() -> PivotTableConditionalFormattingTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# PivotTableConditionalFormattingTypeDef definition

class PivotTableConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[Sequence[PivotTableConditionalFormattingOptionTypeDef]],  # (1)
  1. See PivotTableConditionalFormattingOptionTypeDef

TableConditionalFormattingTypeDef#

# TableConditionalFormattingTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableConditionalFormattingTypeDef


def get_value() -> TableConditionalFormattingTypeDef:
    return {
        "ConditionalFormattingOptions": ...,
    }


# TableConditionalFormattingTypeDef definition

class TableConditionalFormattingTypeDef(TypedDict):
    ConditionalFormattingOptions: NotRequired[Sequence[TableConditionalFormattingOptionTypeDef]],  # (1)
  1. See TableConditionalFormattingOptionTypeDef

UniqueValuesComputationTypeDef#

# UniqueValuesComputationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UniqueValuesComputationTypeDef


def get_value() -> UniqueValuesComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# UniqueValuesComputationTypeDef definition

class UniqueValuesComputationTypeDef(TypedDict):
    ComputationId: str,
    Name: NotRequired[str],
    Category: NotRequired[DimensionFieldTypeDef],  # (1)
  1. See DimensionFieldTypeDef

BarChartAggregatedFieldWellsOutputTypeDef#

# BarChartAggregatedFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartAggregatedFieldWellsOutputTypeDef


def get_value() -> BarChartAggregatedFieldWellsOutputTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartAggregatedFieldWellsTypeDef


def get_value() -> BarChartAggregatedFieldWellsTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotAggregatedFieldWellsOutputTypeDef


def get_value() -> BoxPlotAggregatedFieldWellsOutputTypeDef:
    return {
        "GroupBy": ...,
    }


# BoxPlotAggregatedFieldWellsOutputTypeDef definition

class BoxPlotAggregatedFieldWellsOutputTypeDef(TypedDict):
    GroupBy: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

BoxPlotAggregatedFieldWellsTypeDef#

# BoxPlotAggregatedFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotAggregatedFieldWellsTypeDef


def get_value() -> BoxPlotAggregatedFieldWellsTypeDef:
    return {
        "GroupBy": ...,
    }


# BoxPlotAggregatedFieldWellsTypeDef definition

class BoxPlotAggregatedFieldWellsTypeDef(TypedDict):
    GroupBy: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

ComboChartAggregatedFieldWellsOutputTypeDef#

# ComboChartAggregatedFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartAggregatedFieldWellsOutputTypeDef


def get_value() -> ComboChartAggregatedFieldWellsOutputTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartAggregatedFieldWellsTypeDef


def get_value() -> ComboChartAggregatedFieldWellsTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapAggregatedFieldWellsOutputTypeDef


def get_value() -> FilledMapAggregatedFieldWellsOutputTypeDef:
    return {
        "Geospatial": ...,
    }


# FilledMapAggregatedFieldWellsOutputTypeDef definition

class FilledMapAggregatedFieldWellsOutputTypeDef(TypedDict):
    Geospatial: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

FilledMapAggregatedFieldWellsTypeDef#

# FilledMapAggregatedFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapAggregatedFieldWellsTypeDef


def get_value() -> FilledMapAggregatedFieldWellsTypeDef:
    return {
        "Geospatial": ...,
    }


# FilledMapAggregatedFieldWellsTypeDef definition

class FilledMapAggregatedFieldWellsTypeDef(TypedDict):
    Geospatial: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

ForecastComputationTypeDef#

# ForecastComputationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ForecastComputationTypeDef


def get_value() -> ForecastComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartAggregatedFieldWellsOutputTypeDef


def get_value() -> FunnelChartAggregatedFieldWellsOutputTypeDef:
    return {
        "Category": ...,
    }


# FunnelChartAggregatedFieldWellsOutputTypeDef definition

class FunnelChartAggregatedFieldWellsOutputTypeDef(TypedDict):
    Category: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

FunnelChartAggregatedFieldWellsTypeDef#

# FunnelChartAggregatedFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartAggregatedFieldWellsTypeDef


def get_value() -> FunnelChartAggregatedFieldWellsTypeDef:
    return {
        "Category": ...,
    }


# FunnelChartAggregatedFieldWellsTypeDef definition

class FunnelChartAggregatedFieldWellsTypeDef(TypedDict):
    Category: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

GaugeChartFieldWellsOutputTypeDef#

# GaugeChartFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartFieldWellsOutputTypeDef


def get_value() -> GaugeChartFieldWellsOutputTypeDef:
    return {
        "Values": ...,
    }


# GaugeChartFieldWellsOutputTypeDef definition

class GaugeChartFieldWellsOutputTypeDef(TypedDict):
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (1)
    TargetValues: NotRequired[List[MeasureFieldTypeDef]],  # (1)
  1. See MeasureFieldTypeDef
  2. See MeasureFieldTypeDef

GaugeChartFieldWellsTypeDef#

# GaugeChartFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartFieldWellsTypeDef


def get_value() -> GaugeChartFieldWellsTypeDef:
    return {
        "Values": ...,
    }


# GaugeChartFieldWellsTypeDef definition

class GaugeChartFieldWellsTypeDef(TypedDict):
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
    TargetValues: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
  1. See MeasureFieldTypeDef
  2. See MeasureFieldTypeDef

GeospatialLayerColorFieldOutputTypeDef#

# GeospatialLayerColorFieldOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerColorFieldOutputTypeDef


def get_value() -> GeospatialLayerColorFieldOutputTypeDef:
    return {
        "ColorDimensionsFields": ...,
    }


# GeospatialLayerColorFieldOutputTypeDef definition

class GeospatialLayerColorFieldOutputTypeDef(TypedDict):
    ColorDimensionsFields: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    ColorValuesFields: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

GeospatialLayerColorFieldTypeDef#

# GeospatialLayerColorFieldTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerColorFieldTypeDef


def get_value() -> GeospatialLayerColorFieldTypeDef:
    return {
        "ColorDimensionsFields": ...,
    }


# GeospatialLayerColorFieldTypeDef definition

class GeospatialLayerColorFieldTypeDef(TypedDict):
    ColorDimensionsFields: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    ColorValuesFields: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

GeospatialMapAggregatedFieldWellsOutputTypeDef#

# GeospatialMapAggregatedFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapAggregatedFieldWellsOutputTypeDef


def get_value() -> GeospatialMapAggregatedFieldWellsOutputTypeDef:
    return {
        "Geospatial": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapAggregatedFieldWellsTypeDef


def get_value() -> GeospatialMapAggregatedFieldWellsTypeDef:
    return {
        "Geospatial": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import GrowthRateComputationTypeDef


def get_value() -> GrowthRateComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapAggregatedFieldWellsOutputTypeDef


def get_value() -> HeatMapAggregatedFieldWellsOutputTypeDef:
    return {
        "Rows": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapAggregatedFieldWellsTypeDef


def get_value() -> HeatMapAggregatedFieldWellsTypeDef:
    return {
        "Rows": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import HistogramAggregatedFieldWellsOutputTypeDef


def get_value() -> HistogramAggregatedFieldWellsOutputTypeDef:
    return {
        "Values": ...,
    }


# HistogramAggregatedFieldWellsOutputTypeDef definition

class HistogramAggregatedFieldWellsOutputTypeDef(TypedDict):
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (1)
  1. See MeasureFieldTypeDef

HistogramAggregatedFieldWellsTypeDef#

# HistogramAggregatedFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HistogramAggregatedFieldWellsTypeDef


def get_value() -> HistogramAggregatedFieldWellsTypeDef:
    return {
        "Values": ...,
    }


# HistogramAggregatedFieldWellsTypeDef definition

class HistogramAggregatedFieldWellsTypeDef(TypedDict):
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (1)
  1. See MeasureFieldTypeDef

KPIFieldWellsOutputTypeDef#

# KPIFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIFieldWellsOutputTypeDef


def get_value() -> KPIFieldWellsOutputTypeDef:
    return {
        "Values": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import KPIFieldWellsTypeDef


def get_value() -> KPIFieldWellsTypeDef:
    return {
        "Values": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartAggregatedFieldWellsOutputTypeDef


def get_value() -> LineChartAggregatedFieldWellsOutputTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartAggregatedFieldWellsTypeDef


def get_value() -> LineChartAggregatedFieldWellsTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import MaximumMinimumComputationTypeDef


def get_value() -> MaximumMinimumComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import MetricComparisonComputationTypeDef


def get_value() -> MetricComparisonComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PeriodOverPeriodComputationTypeDef


def get_value() -> PeriodOverPeriodComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PeriodToDateComputationTypeDef


def get_value() -> PeriodToDateComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartAggregatedFieldWellsOutputTypeDef


def get_value() -> PieChartAggregatedFieldWellsOutputTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartAggregatedFieldWellsTypeDef


def get_value() -> PieChartAggregatedFieldWellsTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableAggregatedFieldWellsOutputTypeDef


def get_value() -> PivotTableAggregatedFieldWellsOutputTypeDef:
    return {
        "Rows": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableAggregatedFieldWellsTypeDef


def get_value() -> PivotTableAggregatedFieldWellsTypeDef:
    return {
        "Rows": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartAggregatedFieldWellsOutputTypeDef


def get_value() -> RadarChartAggregatedFieldWellsOutputTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartAggregatedFieldWellsTypeDef


def get_value() -> RadarChartAggregatedFieldWellsTypeDef:
    return {
        "Category": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramAggregatedFieldWellsOutputTypeDef


def get_value() -> SankeyDiagramAggregatedFieldWellsOutputTypeDef:
    return {
        "Source": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramAggregatedFieldWellsTypeDef


def get_value() -> SankeyDiagramAggregatedFieldWellsTypeDef:
    return {
        "Source": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef


def get_value() -> ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef:
    return {
        "XAxis": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotCategoricallyAggregatedFieldWellsTypeDef


def get_value() -> ScatterPlotCategoricallyAggregatedFieldWellsTypeDef:
    return {
        "XAxis": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotUnaggregatedFieldWellsOutputTypeDef


def get_value() -> ScatterPlotUnaggregatedFieldWellsOutputTypeDef:
    return {
        "XAxis": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotUnaggregatedFieldWellsTypeDef


def get_value() -> ScatterPlotUnaggregatedFieldWellsTypeDef:
    return {
        "XAxis": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TableAggregatedFieldWellsOutputTypeDef


def get_value() -> TableAggregatedFieldWellsOutputTypeDef:
    return {
        "GroupBy": ...,
    }


# TableAggregatedFieldWellsOutputTypeDef definition

class TableAggregatedFieldWellsOutputTypeDef(TypedDict):
    GroupBy: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

TableAggregatedFieldWellsTypeDef#

# TableAggregatedFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableAggregatedFieldWellsTypeDef


def get_value() -> TableAggregatedFieldWellsTypeDef:
    return {
        "GroupBy": ...,
    }


# TableAggregatedFieldWellsTypeDef definition

class TableAggregatedFieldWellsTypeDef(TypedDict):
    GroupBy: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Values: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

TopBottomMoversComputationTypeDef#

# TopBottomMoversComputationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopBottomMoversComputationTypeDef


def get_value() -> TopBottomMoversComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TopBottomRankedComputationTypeDef


def get_value() -> TopBottomRankedComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TotalAggregationComputationTypeDef


def get_value() -> TotalAggregationComputationTypeDef:
    return {
        "ComputationId": ...,
    }


# TotalAggregationComputationTypeDef definition

class TotalAggregationComputationTypeDef(TypedDict):
    ComputationId: str,
    Name: NotRequired[str],
    Value: NotRequired[MeasureFieldTypeDef],  # (1)
  1. See MeasureFieldTypeDef

TreeMapAggregatedFieldWellsOutputTypeDef#

# TreeMapAggregatedFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapAggregatedFieldWellsOutputTypeDef


def get_value() -> TreeMapAggregatedFieldWellsOutputTypeDef:
    return {
        "Groups": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapAggregatedFieldWellsTypeDef


def get_value() -> TreeMapAggregatedFieldWellsTypeDef:
    return {
        "Groups": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartAggregatedFieldWellsOutputTypeDef


def get_value() -> WaterfallChartAggregatedFieldWellsOutputTypeDef:
    return {
        "Categories": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartAggregatedFieldWellsTypeDef


def get_value() -> WaterfallChartAggregatedFieldWellsTypeDef:
    return {
        "Categories": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudAggregatedFieldWellsOutputTypeDef


def get_value() -> WordCloudAggregatedFieldWellsOutputTypeDef:
    return {
        "GroupBy": ...,
    }


# WordCloudAggregatedFieldWellsOutputTypeDef definition

class WordCloudAggregatedFieldWellsOutputTypeDef(TypedDict):
    GroupBy: NotRequired[List[DimensionFieldTypeDef]],  # (1)
    Size: NotRequired[List[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

WordCloudAggregatedFieldWellsTypeDef#

# WordCloudAggregatedFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudAggregatedFieldWellsTypeDef


def get_value() -> WordCloudAggregatedFieldWellsTypeDef:
    return {
        "GroupBy": ...,
    }


# WordCloudAggregatedFieldWellsTypeDef definition

class WordCloudAggregatedFieldWellsTypeDef(TypedDict):
    GroupBy: NotRequired[Sequence[DimensionFieldTypeDef]],  # (1)
    Size: NotRequired[Sequence[MeasureFieldTypeDef]],  # (2)
  1. See DimensionFieldTypeDef
  2. See MeasureFieldTypeDef

PluginVisualFieldWellOutputTypeDef#

# PluginVisualFieldWellOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualFieldWellOutputTypeDef


def get_value() -> PluginVisualFieldWellOutputTypeDef:
    return {
        "AxisName": ...,
    }


# PluginVisualFieldWellOutputTypeDef definition

class PluginVisualFieldWellOutputTypeDef(TypedDict):
    AxisName: NotRequired[PluginVisualAxisNameType],  # (1)
    Dimensions: NotRequired[List[DimensionFieldTypeDef]],  # (2)
    Measures: NotRequired[List[MeasureFieldTypeDef]],  # (3)
    Unaggregated: NotRequired[List[UnaggregatedFieldTypeDef]],  # (4)
  1. See PluginVisualAxisNameType
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef
  4. See UnaggregatedFieldTypeDef

PluginVisualFieldWellTypeDef#

# PluginVisualFieldWellTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualFieldWellTypeDef


def get_value() -> PluginVisualFieldWellTypeDef:
    return {
        "AxisName": ...,
    }


# PluginVisualFieldWellTypeDef definition

class PluginVisualFieldWellTypeDef(TypedDict):
    AxisName: NotRequired[PluginVisualAxisNameType],  # (1)
    Dimensions: NotRequired[Sequence[DimensionFieldTypeDef]],  # (2)
    Measures: NotRequired[Sequence[MeasureFieldTypeDef]],  # (3)
    Unaggregated: NotRequired[Sequence[UnaggregatedFieldTypeDef]],  # (4)
  1. See PluginVisualAxisNameType
  2. See DimensionFieldTypeDef
  3. See MeasureFieldTypeDef
  4. See UnaggregatedFieldTypeDef

TableUnaggregatedFieldWellsOutputTypeDef#

# TableUnaggregatedFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableUnaggregatedFieldWellsOutputTypeDef


def get_value() -> TableUnaggregatedFieldWellsOutputTypeDef:
    return {
        "Values": ...,
    }


# TableUnaggregatedFieldWellsOutputTypeDef definition

class TableUnaggregatedFieldWellsOutputTypeDef(TypedDict):
    Values: NotRequired[List[UnaggregatedFieldTypeDef]],  # (1)
  1. See UnaggregatedFieldTypeDef

TableUnaggregatedFieldWellsTypeDef#

# TableUnaggregatedFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableUnaggregatedFieldWellsTypeDef


def get_value() -> TableUnaggregatedFieldWellsTypeDef:
    return {
        "Values": ...,
    }


# TableUnaggregatedFieldWellsTypeDef definition

class TableUnaggregatedFieldWellsTypeDef(TypedDict):
    Values: NotRequired[Sequence[UnaggregatedFieldTypeDef]],  # (1)
  1. See UnaggregatedFieldTypeDef

BodySectionConfigurationOutputTypeDef#

# BodySectionConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionConfigurationOutputTypeDef


def get_value() -> BodySectionConfigurationOutputTypeDef:
    return {
        "SectionId": ...,
    }


# 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

BodySectionConfigurationTypeDef#

# BodySectionConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BodySectionConfigurationTypeDef


def get_value() -> BodySectionConfigurationTypeDef:
    return {
        "SectionId": ...,
    }


# BodySectionConfigurationTypeDef definition

class BodySectionConfigurationTypeDef(TypedDict):
    SectionId: str,
    Content: BodySectionContentTypeDef,  # (1)
    Style: NotRequired[SectionStyleTypeDef],  # (2)
    PageBreakConfiguration: NotRequired[SectionPageBreakConfigurationTypeDef],  # (3)
    RepeatConfiguration: NotRequired[BodySectionRepeatConfigurationTypeDef],  # (4)
  1. See BodySectionContentTypeDef
  2. See SectionStyleTypeDef
  3. See SectionPageBreakConfigurationTypeDef
  4. See BodySectionRepeatConfigurationTypeDef

CreateTopicRequestTypeDef#

# CreateTopicRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateTopicRequestTypeDef


def get_value() -> CreateTopicRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateTopicRequestTypeDef definition

class CreateTopicRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    Topic: TopicDetailsUnionTypeDef,  # (1)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (2)
    FolderArns: NotRequired[Sequence[str]],
  1. See TopicDetailsTypeDef TopicDetailsOutputTypeDef
  2. See TagTypeDef

UpdateTopicRequestTypeDef#

# UpdateTopicRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTopicRequestTypeDef


def get_value() -> UpdateTopicRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateTopicRequestTypeDef definition

class UpdateTopicRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    Topic: TopicDetailsUnionTypeDef,  # (1)
  1. See TopicDetailsTypeDef TopicDetailsOutputTypeDef

DataSourceCredentialsTypeDef#

# DataSourceCredentialsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DataSourceCredentialsTypeDef


def get_value() -> DataSourceCredentialsTypeDef:
    return {
        "CredentialPair": ...,
    }


# DataSourceCredentialsTypeDef definition

class DataSourceCredentialsTypeDef(TypedDict):
    CredentialPair: NotRequired[CredentialPairTypeDef],  # (1)
    CopySourceArn: NotRequired[str],
    SecretArn: NotRequired[str],
  1. See CredentialPairTypeDef

SheetImageTypeDef#

# SheetImageTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetImageTypeDef


def get_value() -> SheetImageTypeDef:
    return {
        "SheetImageId": ...,
    }


# SheetImageTypeDef definition

class SheetImageTypeDef(TypedDict):
    SheetImageId: str,
    Source: SheetImageSourceTypeDef,  # (1)
    Scaling: NotRequired[SheetImageScalingConfigurationTypeDef],  # (2)
    Tooltip: NotRequired[SheetImageTooltipConfigurationTypeDef],  # (3)
    ImageContentAltText: NotRequired[str],
    Interactions: NotRequired[ImageInteractionOptionsTypeDef],  # (4)
    Actions: NotRequired[Sequence[ImageCustomActionTypeDef]],  # (5)
  1. See SheetImageSourceTypeDef
  2. See SheetImageScalingConfigurationTypeDef
  3. See SheetImageTooltipConfigurationTypeDef
  4. See ImageInteractionOptionsTypeDef
  5. See ImageCustomActionTypeDef

CustomContentVisualTypeDef#

# CustomContentVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CustomContentVisualTypeDef


def get_value() -> CustomContentVisualTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See CustomContentConfigurationTypeDef
  4. See VisualCustomActionTypeDef

EmptyVisualTypeDef#

# EmptyVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import EmptyVisualTypeDef


def get_value() -> EmptyVisualTypeDef:
    return {
        "VisualId": ...,
    }


# EmptyVisualTypeDef definition

class EmptyVisualTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (1)
  1. See VisualCustomActionTypeDef

SheetTypeDef#

# SheetTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetTypeDef


def get_value() -> SheetTypeDef:
    return {
        "SheetId": ...,
    }


# SheetTypeDef definition

class SheetTypeDef(TypedDict):
    SheetId: NotRequired[str],
    Name: NotRequired[str],
    Images: NotRequired[List[SheetImageOutputTypeDef]],  # (1)
  1. See SheetImageOutputTypeDef

ListTopicReviewedAnswersResponseTypeDef#

# ListTopicReviewedAnswersResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ListTopicReviewedAnswersResponseTypeDef


def get_value() -> ListTopicReviewedAnswersResponseTypeDef:
    return {
        "TopicId": ...,
    }


# 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

InnerFilterOutputTypeDef#

# InnerFilterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import InnerFilterOutputTypeDef


def get_value() -> InnerFilterOutputTypeDef:
    return {
        "CategoryInnerFilter": ...,
    }


# InnerFilterOutputTypeDef definition

class InnerFilterOutputTypeDef(TypedDict):
    CategoryInnerFilter: NotRequired[CategoryInnerFilterOutputTypeDef],  # (1)
  1. See CategoryInnerFilterOutputTypeDef

InnerFilterTypeDef#

# InnerFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import InnerFilterTypeDef


def get_value() -> InnerFilterTypeDef:
    return {
        "CategoryInnerFilter": ...,
    }


# InnerFilterTypeDef definition

class InnerFilterTypeDef(TypedDict):
    CategoryInnerFilter: NotRequired[CategoryInnerFilterTypeDef],  # (1)
  1. See CategoryInnerFilterTypeDef

BarChartFieldWellsOutputTypeDef#

# BarChartFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartFieldWellsOutputTypeDef


def get_value() -> BarChartFieldWellsOutputTypeDef:
    return {
        "BarChartAggregatedFieldWells": ...,
    }


# BarChartFieldWellsOutputTypeDef definition

class BarChartFieldWellsOutputTypeDef(TypedDict):
    BarChartAggregatedFieldWells: NotRequired[BarChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See BarChartAggregatedFieldWellsOutputTypeDef

BarChartFieldWellsTypeDef#

# BarChartFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartFieldWellsTypeDef


def get_value() -> BarChartFieldWellsTypeDef:
    return {
        "BarChartAggregatedFieldWells": ...,
    }


# BarChartFieldWellsTypeDef definition

class BarChartFieldWellsTypeDef(TypedDict):
    BarChartAggregatedFieldWells: NotRequired[BarChartAggregatedFieldWellsTypeDef],  # (1)
  1. See BarChartAggregatedFieldWellsTypeDef

BoxPlotFieldWellsOutputTypeDef#

# BoxPlotFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotFieldWellsOutputTypeDef


def get_value() -> BoxPlotFieldWellsOutputTypeDef:
    return {
        "BoxPlotAggregatedFieldWells": ...,
    }


# BoxPlotFieldWellsOutputTypeDef definition

class BoxPlotFieldWellsOutputTypeDef(TypedDict):
    BoxPlotAggregatedFieldWells: NotRequired[BoxPlotAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See BoxPlotAggregatedFieldWellsOutputTypeDef

BoxPlotFieldWellsTypeDef#

# BoxPlotFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotFieldWellsTypeDef


def get_value() -> BoxPlotFieldWellsTypeDef:
    return {
        "BoxPlotAggregatedFieldWells": ...,
    }


# BoxPlotFieldWellsTypeDef definition

class BoxPlotFieldWellsTypeDef(TypedDict):
    BoxPlotAggregatedFieldWells: NotRequired[BoxPlotAggregatedFieldWellsTypeDef],  # (1)
  1. See BoxPlotAggregatedFieldWellsTypeDef

ComboChartFieldWellsOutputTypeDef#

# ComboChartFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartFieldWellsOutputTypeDef


def get_value() -> ComboChartFieldWellsOutputTypeDef:
    return {
        "ComboChartAggregatedFieldWells": ...,
    }


# ComboChartFieldWellsOutputTypeDef definition

class ComboChartFieldWellsOutputTypeDef(TypedDict):
    ComboChartAggregatedFieldWells: NotRequired[ComboChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See ComboChartAggregatedFieldWellsOutputTypeDef

ComboChartFieldWellsTypeDef#

# ComboChartFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartFieldWellsTypeDef


def get_value() -> ComboChartFieldWellsTypeDef:
    return {
        "ComboChartAggregatedFieldWells": ...,
    }


# ComboChartFieldWellsTypeDef definition

class ComboChartFieldWellsTypeDef(TypedDict):
    ComboChartAggregatedFieldWells: NotRequired[ComboChartAggregatedFieldWellsTypeDef],  # (1)
  1. See ComboChartAggregatedFieldWellsTypeDef

FilledMapFieldWellsOutputTypeDef#

# FilledMapFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapFieldWellsOutputTypeDef


def get_value() -> FilledMapFieldWellsOutputTypeDef:
    return {
        "FilledMapAggregatedFieldWells": ...,
    }


# FilledMapFieldWellsOutputTypeDef definition

class FilledMapFieldWellsOutputTypeDef(TypedDict):
    FilledMapAggregatedFieldWells: NotRequired[FilledMapAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See FilledMapAggregatedFieldWellsOutputTypeDef

FilledMapFieldWellsTypeDef#

# FilledMapFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapFieldWellsTypeDef


def get_value() -> FilledMapFieldWellsTypeDef:
    return {
        "FilledMapAggregatedFieldWells": ...,
    }


# FilledMapFieldWellsTypeDef definition

class FilledMapFieldWellsTypeDef(TypedDict):
    FilledMapAggregatedFieldWells: NotRequired[FilledMapAggregatedFieldWellsTypeDef],  # (1)
  1. See FilledMapAggregatedFieldWellsTypeDef

FunnelChartFieldWellsOutputTypeDef#

# FunnelChartFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartFieldWellsOutputTypeDef


def get_value() -> FunnelChartFieldWellsOutputTypeDef:
    return {
        "FunnelChartAggregatedFieldWells": ...,
    }


# FunnelChartFieldWellsOutputTypeDef definition

class FunnelChartFieldWellsOutputTypeDef(TypedDict):
    FunnelChartAggregatedFieldWells: NotRequired[FunnelChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See FunnelChartAggregatedFieldWellsOutputTypeDef

FunnelChartFieldWellsTypeDef#

# FunnelChartFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartFieldWellsTypeDef


def get_value() -> FunnelChartFieldWellsTypeDef:
    return {
        "FunnelChartAggregatedFieldWells": ...,
    }


# FunnelChartFieldWellsTypeDef definition

class FunnelChartFieldWellsTypeDef(TypedDict):
    FunnelChartAggregatedFieldWells: NotRequired[FunnelChartAggregatedFieldWellsTypeDef],  # (1)
  1. See FunnelChartAggregatedFieldWellsTypeDef

GaugeChartConfigurationOutputTypeDef#

# GaugeChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartConfigurationOutputTypeDef


def get_value() -> GaugeChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

GaugeChartConfigurationTypeDef#

# GaugeChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartConfigurationTypeDef


def get_value() -> GaugeChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# GaugeChartConfigurationTypeDef definition

class GaugeChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[GaugeChartFieldWellsTypeDef],  # (1)
    GaugeChartOptions: NotRequired[GaugeChartOptionsTypeDef],  # (2)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (3)
    TooltipOptions: NotRequired[TooltipOptionsTypeDef],  # (4)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (5)
    ColorConfiguration: NotRequired[GaugeChartColorConfigurationTypeDef],  # (6)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (7)
  1. See GaugeChartFieldWellsTypeDef
  2. See GaugeChartOptionsTypeDef
  3. See DataLabelOptionsTypeDef
  4. See TooltipOptionsTypeDef
  5. See VisualPaletteTypeDef
  6. See GaugeChartColorConfigurationTypeDef
  7. See VisualInteractionOptionsTypeDef

GeospatialLayerJoinDefinitionOutputTypeDef#

# GeospatialLayerJoinDefinitionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerJoinDefinitionOutputTypeDef


def get_value() -> GeospatialLayerJoinDefinitionOutputTypeDef:
    return {
        "ShapeKeyField": ...,
    }


# GeospatialLayerJoinDefinitionOutputTypeDef definition

class GeospatialLayerJoinDefinitionOutputTypeDef(TypedDict):
    ShapeKeyField: NotRequired[str],
    DatasetKeyField: NotRequired[UnaggregatedFieldTypeDef],  # (1)
    ColorField: NotRequired[GeospatialLayerColorFieldOutputTypeDef],  # (2)
  1. See UnaggregatedFieldTypeDef
  2. See GeospatialLayerColorFieldOutputTypeDef

GeospatialLayerJoinDefinitionTypeDef#

# GeospatialLayerJoinDefinitionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerJoinDefinitionTypeDef


def get_value() -> GeospatialLayerJoinDefinitionTypeDef:
    return {
        "ShapeKeyField": ...,
    }


# GeospatialLayerJoinDefinitionTypeDef definition

class GeospatialLayerJoinDefinitionTypeDef(TypedDict):
    ShapeKeyField: NotRequired[str],
    DatasetKeyField: NotRequired[UnaggregatedFieldTypeDef],  # (1)
    ColorField: NotRequired[GeospatialLayerColorFieldTypeDef],  # (2)
  1. See UnaggregatedFieldTypeDef
  2. See GeospatialLayerColorFieldTypeDef

GeospatialMapFieldWellsOutputTypeDef#

# GeospatialMapFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapFieldWellsOutputTypeDef


def get_value() -> GeospatialMapFieldWellsOutputTypeDef:
    return {
        "GeospatialMapAggregatedFieldWells": ...,
    }


# GeospatialMapFieldWellsOutputTypeDef definition

class GeospatialMapFieldWellsOutputTypeDef(TypedDict):
    GeospatialMapAggregatedFieldWells: NotRequired[GeospatialMapAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See GeospatialMapAggregatedFieldWellsOutputTypeDef

GeospatialMapFieldWellsTypeDef#

# GeospatialMapFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapFieldWellsTypeDef


def get_value() -> GeospatialMapFieldWellsTypeDef:
    return {
        "GeospatialMapAggregatedFieldWells": ...,
    }


# GeospatialMapFieldWellsTypeDef definition

class GeospatialMapFieldWellsTypeDef(TypedDict):
    GeospatialMapAggregatedFieldWells: NotRequired[GeospatialMapAggregatedFieldWellsTypeDef],  # (1)
  1. See GeospatialMapAggregatedFieldWellsTypeDef

HeatMapFieldWellsOutputTypeDef#

# HeatMapFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapFieldWellsOutputTypeDef


def get_value() -> HeatMapFieldWellsOutputTypeDef:
    return {
        "HeatMapAggregatedFieldWells": ...,
    }


# HeatMapFieldWellsOutputTypeDef definition

class HeatMapFieldWellsOutputTypeDef(TypedDict):
    HeatMapAggregatedFieldWells: NotRequired[HeatMapAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See HeatMapAggregatedFieldWellsOutputTypeDef

HeatMapFieldWellsTypeDef#

# HeatMapFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapFieldWellsTypeDef


def get_value() -> HeatMapFieldWellsTypeDef:
    return {
        "HeatMapAggregatedFieldWells": ...,
    }


# HeatMapFieldWellsTypeDef definition

class HeatMapFieldWellsTypeDef(TypedDict):
    HeatMapAggregatedFieldWells: NotRequired[HeatMapAggregatedFieldWellsTypeDef],  # (1)
  1. See HeatMapAggregatedFieldWellsTypeDef

HistogramFieldWellsOutputTypeDef#

# HistogramFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HistogramFieldWellsOutputTypeDef


def get_value() -> HistogramFieldWellsOutputTypeDef:
    return {
        "HistogramAggregatedFieldWells": ...,
    }


# HistogramFieldWellsOutputTypeDef definition

class HistogramFieldWellsOutputTypeDef(TypedDict):
    HistogramAggregatedFieldWells: NotRequired[HistogramAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See HistogramAggregatedFieldWellsOutputTypeDef

HistogramFieldWellsTypeDef#

# HistogramFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HistogramFieldWellsTypeDef


def get_value() -> HistogramFieldWellsTypeDef:
    return {
        "HistogramAggregatedFieldWells": ...,
    }


# HistogramFieldWellsTypeDef definition

class HistogramFieldWellsTypeDef(TypedDict):
    HistogramAggregatedFieldWells: NotRequired[HistogramAggregatedFieldWellsTypeDef],  # (1)
  1. See HistogramAggregatedFieldWellsTypeDef

KPIConfigurationOutputTypeDef#

# KPIConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIConfigurationOutputTypeDef


def get_value() -> KPIConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

KPIConfigurationTypeDef#

# KPIConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIConfigurationTypeDef


def get_value() -> KPIConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# KPIConfigurationTypeDef definition

class KPIConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[KPIFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[KPISortConfigurationTypeDef],  # (2)
    KPIOptions: NotRequired[KPIOptionsTypeDef],  # (3)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (4)
  1. See KPIFieldWellsTypeDef
  2. See KPISortConfigurationTypeDef
  3. See KPIOptionsTypeDef
  4. See VisualInteractionOptionsTypeDef

LineChartFieldWellsOutputTypeDef#

# LineChartFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartFieldWellsOutputTypeDef


def get_value() -> LineChartFieldWellsOutputTypeDef:
    return {
        "LineChartAggregatedFieldWells": ...,
    }


# LineChartFieldWellsOutputTypeDef definition

class LineChartFieldWellsOutputTypeDef(TypedDict):
    LineChartAggregatedFieldWells: NotRequired[LineChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See LineChartAggregatedFieldWellsOutputTypeDef

LineChartFieldWellsTypeDef#

# LineChartFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartFieldWellsTypeDef


def get_value() -> LineChartFieldWellsTypeDef:
    return {
        "LineChartAggregatedFieldWells": ...,
    }


# LineChartFieldWellsTypeDef definition

class LineChartFieldWellsTypeDef(TypedDict):
    LineChartAggregatedFieldWells: NotRequired[LineChartAggregatedFieldWellsTypeDef],  # (1)
  1. See LineChartAggregatedFieldWellsTypeDef

PieChartFieldWellsOutputTypeDef#

# PieChartFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartFieldWellsOutputTypeDef


def get_value() -> PieChartFieldWellsOutputTypeDef:
    return {
        "PieChartAggregatedFieldWells": ...,
    }


# PieChartFieldWellsOutputTypeDef definition

class PieChartFieldWellsOutputTypeDef(TypedDict):
    PieChartAggregatedFieldWells: NotRequired[PieChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See PieChartAggregatedFieldWellsOutputTypeDef

PieChartFieldWellsTypeDef#

# PieChartFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartFieldWellsTypeDef


def get_value() -> PieChartFieldWellsTypeDef:
    return {
        "PieChartAggregatedFieldWells": ...,
    }


# PieChartFieldWellsTypeDef definition

class PieChartFieldWellsTypeDef(TypedDict):
    PieChartAggregatedFieldWells: NotRequired[PieChartAggregatedFieldWellsTypeDef],  # (1)
  1. See PieChartAggregatedFieldWellsTypeDef

PivotTableFieldWellsOutputTypeDef#

# PivotTableFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldWellsOutputTypeDef


def get_value() -> PivotTableFieldWellsOutputTypeDef:
    return {
        "PivotTableAggregatedFieldWells": ...,
    }


# PivotTableFieldWellsOutputTypeDef definition

class PivotTableFieldWellsOutputTypeDef(TypedDict):
    PivotTableAggregatedFieldWells: NotRequired[PivotTableAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See PivotTableAggregatedFieldWellsOutputTypeDef

PivotTableFieldWellsTypeDef#

# PivotTableFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableFieldWellsTypeDef


def get_value() -> PivotTableFieldWellsTypeDef:
    return {
        "PivotTableAggregatedFieldWells": ...,
    }


# PivotTableFieldWellsTypeDef definition

class PivotTableFieldWellsTypeDef(TypedDict):
    PivotTableAggregatedFieldWells: NotRequired[PivotTableAggregatedFieldWellsTypeDef],  # (1)
  1. See PivotTableAggregatedFieldWellsTypeDef

RadarChartFieldWellsOutputTypeDef#

# RadarChartFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartFieldWellsOutputTypeDef


def get_value() -> RadarChartFieldWellsOutputTypeDef:
    return {
        "RadarChartAggregatedFieldWells": ...,
    }


# RadarChartFieldWellsOutputTypeDef definition

class RadarChartFieldWellsOutputTypeDef(TypedDict):
    RadarChartAggregatedFieldWells: NotRequired[RadarChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See RadarChartAggregatedFieldWellsOutputTypeDef

RadarChartFieldWellsTypeDef#

# RadarChartFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartFieldWellsTypeDef


def get_value() -> RadarChartFieldWellsTypeDef:
    return {
        "RadarChartAggregatedFieldWells": ...,
    }


# RadarChartFieldWellsTypeDef definition

class RadarChartFieldWellsTypeDef(TypedDict):
    RadarChartAggregatedFieldWells: NotRequired[RadarChartAggregatedFieldWellsTypeDef],  # (1)
  1. See RadarChartAggregatedFieldWellsTypeDef

SankeyDiagramFieldWellsOutputTypeDef#

# SankeyDiagramFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramFieldWellsOutputTypeDef


def get_value() -> SankeyDiagramFieldWellsOutputTypeDef:
    return {
        "SankeyDiagramAggregatedFieldWells": ...,
    }


# SankeyDiagramFieldWellsOutputTypeDef definition

class SankeyDiagramFieldWellsOutputTypeDef(TypedDict):
    SankeyDiagramAggregatedFieldWells: NotRequired[SankeyDiagramAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See SankeyDiagramAggregatedFieldWellsOutputTypeDef

SankeyDiagramFieldWellsTypeDef#

# SankeyDiagramFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramFieldWellsTypeDef


def get_value() -> SankeyDiagramFieldWellsTypeDef:
    return {
        "SankeyDiagramAggregatedFieldWells": ...,
    }


# SankeyDiagramFieldWellsTypeDef definition

class SankeyDiagramFieldWellsTypeDef(TypedDict):
    SankeyDiagramAggregatedFieldWells: NotRequired[SankeyDiagramAggregatedFieldWellsTypeDef],  # (1)
  1. See SankeyDiagramAggregatedFieldWellsTypeDef

ScatterPlotFieldWellsOutputTypeDef#

# ScatterPlotFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotFieldWellsOutputTypeDef


def get_value() -> ScatterPlotFieldWellsOutputTypeDef:
    return {
        "ScatterPlotCategoricallyAggregatedFieldWells": ...,
    }


# ScatterPlotFieldWellsOutputTypeDef definition

class ScatterPlotFieldWellsOutputTypeDef(TypedDict):
    ScatterPlotCategoricallyAggregatedFieldWells: NotRequired[ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef],  # (1)
    ScatterPlotUnaggregatedFieldWells: NotRequired[ScatterPlotUnaggregatedFieldWellsOutputTypeDef],  # (2)
  1. See ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef
  2. See ScatterPlotUnaggregatedFieldWellsOutputTypeDef

ScatterPlotFieldWellsTypeDef#

# ScatterPlotFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotFieldWellsTypeDef


def get_value() -> ScatterPlotFieldWellsTypeDef:
    return {
        "ScatterPlotCategoricallyAggregatedFieldWells": ...,
    }


# ScatterPlotFieldWellsTypeDef definition

class ScatterPlotFieldWellsTypeDef(TypedDict):
    ScatterPlotCategoricallyAggregatedFieldWells: NotRequired[ScatterPlotCategoricallyAggregatedFieldWellsTypeDef],  # (1)
    ScatterPlotUnaggregatedFieldWells: NotRequired[ScatterPlotUnaggregatedFieldWellsTypeDef],  # (2)
  1. See ScatterPlotCategoricallyAggregatedFieldWellsTypeDef
  2. See ScatterPlotUnaggregatedFieldWellsTypeDef

ComputationTypeDef#

# ComputationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComputationTypeDef


def get_value() -> ComputationTypeDef:
    return {
        "TopBottomRanked": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapFieldWellsOutputTypeDef


def get_value() -> TreeMapFieldWellsOutputTypeDef:
    return {
        "TreeMapAggregatedFieldWells": ...,
    }


# TreeMapFieldWellsOutputTypeDef definition

class TreeMapFieldWellsOutputTypeDef(TypedDict):
    TreeMapAggregatedFieldWells: NotRequired[TreeMapAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See TreeMapAggregatedFieldWellsOutputTypeDef

TreeMapFieldWellsTypeDef#

# TreeMapFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapFieldWellsTypeDef


def get_value() -> TreeMapFieldWellsTypeDef:
    return {
        "TreeMapAggregatedFieldWells": ...,
    }


# TreeMapFieldWellsTypeDef definition

class TreeMapFieldWellsTypeDef(TypedDict):
    TreeMapAggregatedFieldWells: NotRequired[TreeMapAggregatedFieldWellsTypeDef],  # (1)
  1. See TreeMapAggregatedFieldWellsTypeDef

WaterfallChartFieldWellsOutputTypeDef#

# WaterfallChartFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartFieldWellsOutputTypeDef


def get_value() -> WaterfallChartFieldWellsOutputTypeDef:
    return {
        "WaterfallChartAggregatedFieldWells": ...,
    }


# WaterfallChartFieldWellsOutputTypeDef definition

class WaterfallChartFieldWellsOutputTypeDef(TypedDict):
    WaterfallChartAggregatedFieldWells: NotRequired[WaterfallChartAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See WaterfallChartAggregatedFieldWellsOutputTypeDef

WaterfallChartFieldWellsTypeDef#

# WaterfallChartFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartFieldWellsTypeDef


def get_value() -> WaterfallChartFieldWellsTypeDef:
    return {
        "WaterfallChartAggregatedFieldWells": ...,
    }


# WaterfallChartFieldWellsTypeDef definition

class WaterfallChartFieldWellsTypeDef(TypedDict):
    WaterfallChartAggregatedFieldWells: NotRequired[WaterfallChartAggregatedFieldWellsTypeDef],  # (1)
  1. See WaterfallChartAggregatedFieldWellsTypeDef

WordCloudFieldWellsOutputTypeDef#

# WordCloudFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudFieldWellsOutputTypeDef


def get_value() -> WordCloudFieldWellsOutputTypeDef:
    return {
        "WordCloudAggregatedFieldWells": ...,
    }


# WordCloudFieldWellsOutputTypeDef definition

class WordCloudFieldWellsOutputTypeDef(TypedDict):
    WordCloudAggregatedFieldWells: NotRequired[WordCloudAggregatedFieldWellsOutputTypeDef],  # (1)
  1. See WordCloudAggregatedFieldWellsOutputTypeDef

WordCloudFieldWellsTypeDef#

# WordCloudFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudFieldWellsTypeDef


def get_value() -> WordCloudFieldWellsTypeDef:
    return {
        "WordCloudAggregatedFieldWells": ...,
    }


# WordCloudFieldWellsTypeDef definition

class WordCloudFieldWellsTypeDef(TypedDict):
    WordCloudAggregatedFieldWells: NotRequired[WordCloudAggregatedFieldWellsTypeDef],  # (1)
  1. See WordCloudAggregatedFieldWellsTypeDef

PluginVisualConfigurationOutputTypeDef#

# PluginVisualConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualConfigurationOutputTypeDef


def get_value() -> PluginVisualConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# PluginVisualConfigurationOutputTypeDef definition

class PluginVisualConfigurationOutputTypeDef(TypedDict):
    FieldWells: NotRequired[List[PluginVisualFieldWellOutputTypeDef]],  # (1)
    VisualOptions: NotRequired[PluginVisualOptionsOutputTypeDef],  # (2)
    SortConfiguration: NotRequired[PluginVisualSortConfigurationOutputTypeDef],  # (3)
  1. See PluginVisualFieldWellOutputTypeDef
  2. See PluginVisualOptionsOutputTypeDef
  3. See PluginVisualSortConfigurationOutputTypeDef

PluginVisualConfigurationTypeDef#

# PluginVisualConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualConfigurationTypeDef


def get_value() -> PluginVisualConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# PluginVisualConfigurationTypeDef definition

class PluginVisualConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[Sequence[PluginVisualFieldWellTypeDef]],  # (1)
    VisualOptions: NotRequired[PluginVisualOptionsTypeDef],  # (2)
    SortConfiguration: NotRequired[PluginVisualSortConfigurationTypeDef],  # (3)
  1. See PluginVisualFieldWellTypeDef
  2. See PluginVisualOptionsTypeDef
  3. See PluginVisualSortConfigurationTypeDef

TableFieldWellsOutputTypeDef#

# TableFieldWellsOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldWellsOutputTypeDef


def get_value() -> TableFieldWellsOutputTypeDef:
    return {
        "TableAggregatedFieldWells": ...,
    }


# TableFieldWellsOutputTypeDef definition

class TableFieldWellsOutputTypeDef(TypedDict):
    TableAggregatedFieldWells: NotRequired[TableAggregatedFieldWellsOutputTypeDef],  # (1)
    TableUnaggregatedFieldWells: NotRequired[TableUnaggregatedFieldWellsOutputTypeDef],  # (2)
  1. See TableAggregatedFieldWellsOutputTypeDef
  2. See TableUnaggregatedFieldWellsOutputTypeDef

TableFieldWellsTypeDef#

# TableFieldWellsTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableFieldWellsTypeDef


def get_value() -> TableFieldWellsTypeDef:
    return {
        "TableAggregatedFieldWells": ...,
    }


# TableFieldWellsTypeDef definition

class TableFieldWellsTypeDef(TypedDict):
    TableAggregatedFieldWells: NotRequired[TableAggregatedFieldWellsTypeDef],  # (1)
    TableUnaggregatedFieldWells: NotRequired[TableUnaggregatedFieldWellsTypeDef],  # (2)
  1. See TableAggregatedFieldWellsTypeDef
  2. See TableUnaggregatedFieldWellsTypeDef

SectionBasedLayoutConfigurationOutputTypeDef#

# SectionBasedLayoutConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SectionBasedLayoutConfigurationOutputTypeDef


def get_value() -> SectionBasedLayoutConfigurationOutputTypeDef:
    return {
        "HeaderSections": ...,
    }


# 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

SectionBasedLayoutConfigurationTypeDef#

# SectionBasedLayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SectionBasedLayoutConfigurationTypeDef


def get_value() -> SectionBasedLayoutConfigurationTypeDef:
    return {
        "HeaderSections": ...,
    }


# SectionBasedLayoutConfigurationTypeDef definition

class SectionBasedLayoutConfigurationTypeDef(TypedDict):
    HeaderSections: Sequence[HeaderFooterSectionConfigurationTypeDef],  # (1)
    BodySections: Sequence[BodySectionConfigurationTypeDef],  # (2)
    FooterSections: Sequence[HeaderFooterSectionConfigurationTypeDef],  # (1)
    CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptionsTypeDef,  # (4)
  1. See HeaderFooterSectionConfigurationTypeDef
  2. See BodySectionConfigurationTypeDef
  3. See HeaderFooterSectionConfigurationTypeDef
  4. See SectionBasedLayoutCanvasSizeOptionsTypeDef

StartAssetBundleImportJobRequestTypeDef#

# StartAssetBundleImportJobRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import StartAssetBundleImportJobRequestTypeDef


def get_value() -> StartAssetBundleImportJobRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# StartAssetBundleImportJobRequestTypeDef definition

class StartAssetBundleImportJobRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AssetBundleImportJobId: str,
    AssetBundleImportSource: AssetBundleImportSourceTypeDef,  # (1)
    OverrideParameters: NotRequired[AssetBundleImportJobOverrideParametersUnionTypeDef],  # (2)
    FailureAction: NotRequired[AssetBundleImportFailureActionType],  # (3)
    OverridePermissions: NotRequired[AssetBundleImportJobOverridePermissionsUnionTypeDef],  # (4)
    OverrideTags: NotRequired[AssetBundleImportJobOverrideTagsUnionTypeDef],  # (5)
    OverrideValidationStrategy: NotRequired[AssetBundleImportJobOverrideValidationStrategyTypeDef],  # (6)
  1. See AssetBundleImportSourceTypeDef
  2. See AssetBundleImportJobOverrideParametersTypeDef AssetBundleImportJobOverrideParametersOutputTypeDef
  3. See AssetBundleImportFailureActionType
  4. See AssetBundleImportJobOverridePermissionsTypeDef AssetBundleImportJobOverridePermissionsOutputTypeDef
  5. See AssetBundleImportJobOverrideTagsTypeDef AssetBundleImportJobOverrideTagsOutputTypeDef
  6. See AssetBundleImportJobOverrideValidationStrategyTypeDef

CreateDataSourceRequestTypeDef#

# CreateDataSourceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateDataSourceRequestTypeDef


def get_value() -> CreateDataSourceRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateDataSourceRequestTypeDef definition

class CreateDataSourceRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSourceId: str,
    Name: str,
    Type: DataSourceTypeType,  # (1)
    DataSourceParameters: NotRequired[DataSourceParametersUnionTypeDef],  # (2)
    Credentials: NotRequired[DataSourceCredentialsTypeDef],  # (3)
    Permissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (4)
    VpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (5)
    SslProperties: NotRequired[SslPropertiesTypeDef],  # (6)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (7)
    FolderArns: NotRequired[Sequence[str]],
  1. See DataSourceTypeType
  2. See DataSourceParametersTypeDef DataSourceParametersOutputTypeDef
  3. See DataSourceCredentialsTypeDef
  4. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  5. See VpcConnectionPropertiesTypeDef
  6. See SslPropertiesTypeDef
  7. See TagTypeDef

UpdateDataSourceRequestTypeDef#

# UpdateDataSourceRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDataSourceRequestTypeDef


def get_value() -> UpdateDataSourceRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDataSourceRequestTypeDef definition

class UpdateDataSourceRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DataSourceId: str,
    Name: str,
    DataSourceParameters: NotRequired[DataSourceParametersUnionTypeDef],  # (1)
    Credentials: NotRequired[DataSourceCredentialsTypeDef],  # (2)
    VpcConnectionProperties: NotRequired[VpcConnectionPropertiesTypeDef],  # (3)
    SslProperties: NotRequired[SslPropertiesTypeDef],  # (4)
  1. See DataSourceParametersTypeDef DataSourceParametersOutputTypeDef
  2. See DataSourceCredentialsTypeDef
  3. See VpcConnectionPropertiesTypeDef
  4. See SslPropertiesTypeDef

CreateDataSetRequestTypeDef#

# CreateDataSetRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateDataSetRequestTypeDef


def get_value() -> CreateDataSetRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateDataSetRequestTypeDef definition

class CreateDataSetRequestTypeDef(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[ResourcePermissionUnionTypeDef]],  # (6)
    RowLevelPermissionDataSet: NotRequired[RowLevelPermissionDataSetTypeDef],  # (7)
    RowLevelPermissionTagConfiguration: NotRequired[RowLevelPermissionTagConfigurationUnionTypeDef],  # (8)
    ColumnLevelPermissionRules: NotRequired[Sequence[ColumnLevelPermissionRuleUnionTypeDef]],  # (9)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (10)
    DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef],  # (11)
    DatasetParameters: NotRequired[Sequence[DatasetParameterUnionTypeDef]],  # (12)
    FolderArns: NotRequired[Sequence[str]],
    PerformanceConfiguration: NotRequired[PerformanceConfigurationUnionTypeDef],  # (13)
  1. See PhysicalTableTypeDef PhysicalTableOutputTypeDef
  2. See DataSetImportModeType
  3. See LogicalTableTypeDef LogicalTableOutputTypeDef
  4. See ColumnGroupTypeDef ColumnGroupOutputTypeDef
  5. See FieldFolderTypeDef FieldFolderOutputTypeDef
  6. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  7. See RowLevelPermissionDataSetTypeDef
  8. See RowLevelPermissionTagConfigurationTypeDef RowLevelPermissionTagConfigurationOutputTypeDef
  9. See ColumnLevelPermissionRuleTypeDef ColumnLevelPermissionRuleOutputTypeDef
  10. See TagTypeDef
  11. See DataSetUsageConfigurationTypeDef
  12. See DatasetParameterTypeDef DatasetParameterOutputTypeDef
  13. See PerformanceConfigurationTypeDef PerformanceConfigurationOutputTypeDef

UpdateDataSetRequestTypeDef#

# UpdateDataSetRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDataSetRequestTypeDef


def get_value() -> UpdateDataSetRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDataSetRequestTypeDef definition

class UpdateDataSetRequestTypeDef(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)
    RowLevelPermissionDataSet: NotRequired[RowLevelPermissionDataSetTypeDef],  # (6)
    RowLevelPermissionTagConfiguration: NotRequired[RowLevelPermissionTagConfigurationUnionTypeDef],  # (7)
    ColumnLevelPermissionRules: NotRequired[Sequence[ColumnLevelPermissionRuleUnionTypeDef]],  # (8)
    DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef],  # (9)
    DatasetParameters: NotRequired[Sequence[DatasetParameterUnionTypeDef]],  # (10)
    PerformanceConfiguration: NotRequired[PerformanceConfigurationUnionTypeDef],  # (11)
  1. See PhysicalTableTypeDef PhysicalTableOutputTypeDef
  2. See DataSetImportModeType
  3. See LogicalTableTypeDef LogicalTableOutputTypeDef
  4. See ColumnGroupTypeDef ColumnGroupOutputTypeDef
  5. See FieldFolderTypeDef FieldFolderOutputTypeDef
  6. See RowLevelPermissionDataSetTypeDef
  7. See RowLevelPermissionTagConfigurationTypeDef RowLevelPermissionTagConfigurationOutputTypeDef
  8. See ColumnLevelPermissionRuleTypeDef ColumnLevelPermissionRuleOutputTypeDef
  9. See DataSetUsageConfigurationTypeDef
  10. See DatasetParameterTypeDef DatasetParameterOutputTypeDef
  11. See PerformanceConfigurationTypeDef PerformanceConfigurationOutputTypeDef

TopicIRTypeDef#

# TopicIRTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicIRTypeDef


def get_value() -> TopicIRTypeDef:
    return {
        "Metrics": ...,
    }


# 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

AnalysisTypeDef#

# AnalysisTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnalysisTypeDef


def get_value() -> AnalysisTypeDef:
    return {
        "AnalysisId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardVersionTypeDef


def get_value() -> DashboardVersionTypeDef:
    return {
        "CreatedTime": ...,
    }


# 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

TemplateVersionTypeDef#

# TemplateVersionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateVersionTypeDef


def get_value() -> TemplateVersionTypeDef:
    return {
        "CreatedTime": ...,
    }


# 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

NestedFilterOutputTypeDef#

# NestedFilterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NestedFilterOutputTypeDef


def get_value() -> NestedFilterOutputTypeDef:
    return {
        "FilterId": ...,
    }


# NestedFilterOutputTypeDef definition

class NestedFilterOutputTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    IncludeInnerSet: bool,
    InnerFilter: InnerFilterOutputTypeDef,  # (2)
  1. See ColumnIdentifierTypeDef
  2. See InnerFilterOutputTypeDef

NestedFilterTypeDef#

# NestedFilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import NestedFilterTypeDef


def get_value() -> NestedFilterTypeDef:
    return {
        "FilterId": ...,
    }


# NestedFilterTypeDef definition

class NestedFilterTypeDef(TypedDict):
    FilterId: str,
    Column: ColumnIdentifierTypeDef,  # (1)
    IncludeInnerSet: bool,
    InnerFilter: InnerFilterTypeDef,  # (2)
  1. See ColumnIdentifierTypeDef
  2. See InnerFilterTypeDef

BarChartConfigurationOutputTypeDef#

# BarChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartConfigurationOutputTypeDef


def get_value() -> BarChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

BarChartConfigurationTypeDef#

# BarChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartConfigurationTypeDef


def get_value() -> BarChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# BarChartConfigurationTypeDef definition

class BarChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[BarChartFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[BarChartSortConfigurationTypeDef],  # (2)
    Orientation: NotRequired[BarChartOrientationType],  # (3)
    BarsArrangement: NotRequired[BarsArrangementType],  # (4)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (5)
    SmallMultiplesOptions: NotRequired[SmallMultiplesOptionsTypeDef],  # (6)
    CategoryAxis: NotRequired[AxisDisplayOptionsTypeDef],  # (7)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (8)
    ValueAxis: NotRequired[AxisDisplayOptionsTypeDef],  # (7)
    ValueLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (8)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (8)
    Legend: NotRequired[LegendOptionsTypeDef],  # (12)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (13)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (14)
    ReferenceLines: NotRequired[Sequence[ReferenceLineTypeDef]],  # (15)
    ContributionAnalysisDefaults: NotRequired[Sequence[ContributionAnalysisDefaultTypeDef]],  # (16)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (17)
  1. See BarChartFieldWellsTypeDef
  2. See BarChartSortConfigurationTypeDef
  3. See BarChartOrientationType
  4. See BarsArrangementType
  5. See VisualPaletteTypeDef
  6. See SmallMultiplesOptionsTypeDef
  7. See AxisDisplayOptionsTypeDef
  8. See ChartAxisLabelOptionsTypeDef
  9. See AxisDisplayOptionsTypeDef
  10. See ChartAxisLabelOptionsTypeDef
  11. See ChartAxisLabelOptionsTypeDef
  12. See LegendOptionsTypeDef
  13. See DataLabelOptionsTypeDef
  14. See TooltipOptionsTypeDef
  15. See ReferenceLineTypeDef
  16. See ContributionAnalysisDefaultTypeDef
  17. See VisualInteractionOptionsTypeDef

BoxPlotChartConfigurationOutputTypeDef#

# BoxPlotChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotChartConfigurationOutputTypeDef


def get_value() -> BoxPlotChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

BoxPlotChartConfigurationTypeDef#

# BoxPlotChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotChartConfigurationTypeDef


def get_value() -> BoxPlotChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# BoxPlotChartConfigurationTypeDef definition

class BoxPlotChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[BoxPlotFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[BoxPlotSortConfigurationTypeDef],  # (2)
    BoxPlotOptions: NotRequired[BoxPlotOptionsTypeDef],  # (3)
    CategoryAxis: NotRequired[AxisDisplayOptionsTypeDef],  # (4)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (5)
    PrimaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (4)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (9)
    ReferenceLines: NotRequired[Sequence[ReferenceLineTypeDef]],  # (10)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (11)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (12)
  1. See BoxPlotFieldWellsTypeDef
  2. See BoxPlotSortConfigurationTypeDef
  3. See BoxPlotOptionsTypeDef
  4. See AxisDisplayOptionsTypeDef
  5. See ChartAxisLabelOptionsTypeDef
  6. See AxisDisplayOptionsTypeDef
  7. See ChartAxisLabelOptionsTypeDef
  8. See LegendOptionsTypeDef
  9. See TooltipOptionsTypeDef
  10. See ReferenceLineTypeDef
  11. See VisualPaletteTypeDef
  12. See VisualInteractionOptionsTypeDef

ComboChartConfigurationOutputTypeDef#

# ComboChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartConfigurationOutputTypeDef


def get_value() -> ComboChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

ComboChartConfigurationTypeDef#

# ComboChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartConfigurationTypeDef


def get_value() -> ComboChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# ComboChartConfigurationTypeDef definition

class ComboChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[ComboChartFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[ComboChartSortConfigurationTypeDef],  # (2)
    BarsArrangement: NotRequired[BarsArrangementType],  # (3)
    CategoryAxis: NotRequired[AxisDisplayOptionsTypeDef],  # (4)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (5)
    PrimaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (4)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (5)
    SecondaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (4)
    SecondaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (5)
    SingleAxisOptions: NotRequired[SingleAxisOptionsTypeDef],  # (10)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (12)
    BarDataLabels: NotRequired[DataLabelOptionsTypeDef],  # (13)
    LineDataLabels: NotRequired[DataLabelOptionsTypeDef],  # (13)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (15)
    ReferenceLines: NotRequired[Sequence[ReferenceLineTypeDef]],  # (16)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (17)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (18)
  1. See ComboChartFieldWellsTypeDef
  2. See ComboChartSortConfigurationTypeDef
  3. See BarsArrangementType
  4. See AxisDisplayOptionsTypeDef
  5. See ChartAxisLabelOptionsTypeDef
  6. See AxisDisplayOptionsTypeDef
  7. See ChartAxisLabelOptionsTypeDef
  8. See AxisDisplayOptionsTypeDef
  9. See ChartAxisLabelOptionsTypeDef
  10. See SingleAxisOptionsTypeDef
  11. See ChartAxisLabelOptionsTypeDef
  12. See LegendOptionsTypeDef
  13. See DataLabelOptionsTypeDef
  14. See DataLabelOptionsTypeDef
  15. See TooltipOptionsTypeDef
  16. See ReferenceLineTypeDef
  17. See VisualPaletteTypeDef
  18. See VisualInteractionOptionsTypeDef

FilledMapConfigurationOutputTypeDef#

# FilledMapConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapConfigurationOutputTypeDef


def get_value() -> FilledMapConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

FilledMapConfigurationTypeDef#

# FilledMapConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapConfigurationTypeDef


def get_value() -> FilledMapConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# FilledMapConfigurationTypeDef definition

class FilledMapConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[FilledMapFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[FilledMapSortConfigurationTypeDef],  # (2)
    Legend: NotRequired[LegendOptionsTypeDef],  # (3)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (4)
    WindowOptions: NotRequired[GeospatialWindowOptionsTypeDef],  # (5)
    MapStyleOptions: NotRequired[GeospatialMapStyleOptionsTypeDef],  # (6)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (7)
  1. See FilledMapFieldWellsTypeDef
  2. See FilledMapSortConfigurationTypeDef
  3. See LegendOptionsTypeDef
  4. See TooltipOptionsTypeDef
  5. See GeospatialWindowOptionsTypeDef
  6. See GeospatialMapStyleOptionsTypeDef
  7. See VisualInteractionOptionsTypeDef

FunnelChartConfigurationOutputTypeDef#

# FunnelChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartConfigurationOutputTypeDef


def get_value() -> FunnelChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

FunnelChartConfigurationTypeDef#

# FunnelChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartConfigurationTypeDef


def get_value() -> FunnelChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# FunnelChartConfigurationTypeDef definition

class FunnelChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[FunnelChartFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[FunnelChartSortConfigurationTypeDef],  # (2)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    ValueLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (5)
    DataLabelOptions: NotRequired[FunnelChartDataLabelOptionsTypeDef],  # (6)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (7)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (8)
  1. See FunnelChartFieldWellsTypeDef
  2. See FunnelChartSortConfigurationTypeDef
  3. See ChartAxisLabelOptionsTypeDef
  4. See ChartAxisLabelOptionsTypeDef
  5. See TooltipOptionsTypeDef
  6. See FunnelChartDataLabelOptionsTypeDef
  7. See VisualPaletteTypeDef
  8. See VisualInteractionOptionsTypeDef

GaugeChartVisualOutputTypeDef#

# GaugeChartVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartVisualOutputTypeDef


def get_value() -> GaugeChartVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GaugeChartConfigurationOutputTypeDef
  4. See GaugeChartConditionalFormattingOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

GaugeChartVisualTypeDef#

# GaugeChartVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GaugeChartVisualTypeDef


def get_value() -> GaugeChartVisualTypeDef:
    return {
        "VisualId": ...,
    }


# GaugeChartVisualTypeDef definition

class GaugeChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[GaugeChartConfigurationTypeDef],  # (3)
    ConditionalFormatting: NotRequired[GaugeChartConditionalFormattingTypeDef],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GaugeChartConfigurationTypeDef
  4. See GaugeChartConditionalFormattingTypeDef
  5. See VisualCustomActionTypeDef

GeospatialLayerItemOutputTypeDef#

# GeospatialLayerItemOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerItemOutputTypeDef


def get_value() -> GeospatialLayerItemOutputTypeDef:
    return {
        "LayerId": ...,
    }


# GeospatialLayerItemOutputTypeDef definition

class GeospatialLayerItemOutputTypeDef(TypedDict):
    LayerId: str,
    LayerType: NotRequired[GeospatialLayerTypeType],  # (1)
    DataSource: NotRequired[GeospatialDataSourceItemTypeDef],  # (2)
    Label: NotRequired[str],
    Visibility: NotRequired[VisibilityType],  # (3)
    LayerDefinition: NotRequired[GeospatialLayerDefinitionOutputTypeDef],  # (4)
    Tooltip: NotRequired[TooltipOptionsOutputTypeDef],  # (5)
    JoinDefinition: NotRequired[GeospatialLayerJoinDefinitionOutputTypeDef],  # (6)
    Actions: NotRequired[List[LayerCustomActionOutputTypeDef]],  # (7)
  1. See GeospatialLayerTypeType
  2. See GeospatialDataSourceItemTypeDef
  3. See VisibilityType
  4. See GeospatialLayerDefinitionOutputTypeDef
  5. See TooltipOptionsOutputTypeDef
  6. See GeospatialLayerJoinDefinitionOutputTypeDef
  7. See LayerCustomActionOutputTypeDef

GeospatialLayerItemTypeDef#

# GeospatialLayerItemTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerItemTypeDef


def get_value() -> GeospatialLayerItemTypeDef:
    return {
        "LayerId": ...,
    }


# GeospatialLayerItemTypeDef definition

class GeospatialLayerItemTypeDef(TypedDict):
    LayerId: str,
    LayerType: NotRequired[GeospatialLayerTypeType],  # (1)
    DataSource: NotRequired[GeospatialDataSourceItemTypeDef],  # (2)
    Label: NotRequired[str],
    Visibility: NotRequired[VisibilityType],  # (3)
    LayerDefinition: NotRequired[GeospatialLayerDefinitionTypeDef],  # (4)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (5)
    JoinDefinition: NotRequired[GeospatialLayerJoinDefinitionTypeDef],  # (6)
    Actions: NotRequired[Sequence[LayerCustomActionTypeDef]],  # (7)
  1. See GeospatialLayerTypeType
  2. See GeospatialDataSourceItemTypeDef
  3. See VisibilityType
  4. See GeospatialLayerDefinitionTypeDef
  5. See TooltipOptionsTypeDef
  6. See GeospatialLayerJoinDefinitionTypeDef
  7. See LayerCustomActionTypeDef

GeospatialMapConfigurationOutputTypeDef#

# GeospatialMapConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapConfigurationOutputTypeDef


def get_value() -> GeospatialMapConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

GeospatialMapConfigurationTypeDef#

# GeospatialMapConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapConfigurationTypeDef


def get_value() -> GeospatialMapConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# GeospatialMapConfigurationTypeDef definition

class GeospatialMapConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[GeospatialMapFieldWellsTypeDef],  # (1)
    Legend: NotRequired[LegendOptionsTypeDef],  # (2)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (3)
    WindowOptions: NotRequired[GeospatialWindowOptionsTypeDef],  # (4)
    MapStyleOptions: NotRequired[GeospatialMapStyleOptionsTypeDef],  # (5)
    PointStyleOptions: NotRequired[GeospatialPointStyleOptionsTypeDef],  # (6)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (7)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (8)
  1. See GeospatialMapFieldWellsTypeDef
  2. See LegendOptionsTypeDef
  3. See TooltipOptionsTypeDef
  4. See GeospatialWindowOptionsTypeDef
  5. See GeospatialMapStyleOptionsTypeDef
  6. See GeospatialPointStyleOptionsTypeDef
  7. See VisualPaletteTypeDef
  8. See VisualInteractionOptionsTypeDef

HeatMapConfigurationOutputTypeDef#

# HeatMapConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapConfigurationOutputTypeDef


def get_value() -> HeatMapConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

HeatMapConfigurationTypeDef#

# HeatMapConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapConfigurationTypeDef


def get_value() -> HeatMapConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# HeatMapConfigurationTypeDef definition

class HeatMapConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[HeatMapFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[HeatMapSortConfigurationTypeDef],  # (2)
    RowLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    ColumnLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    ColorScale: NotRequired[ColorScaleTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (6)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (7)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (8)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (9)
  1. See HeatMapFieldWellsTypeDef
  2. See HeatMapSortConfigurationTypeDef
  3. See ChartAxisLabelOptionsTypeDef
  4. See ChartAxisLabelOptionsTypeDef
  5. See ColorScaleTypeDef
  6. See LegendOptionsTypeDef
  7. See DataLabelOptionsTypeDef
  8. See TooltipOptionsTypeDef
  9. See VisualInteractionOptionsTypeDef

HistogramConfigurationOutputTypeDef#

# HistogramConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HistogramConfigurationOutputTypeDef


def get_value() -> HistogramConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

HistogramConfigurationTypeDef#

# HistogramConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HistogramConfigurationTypeDef


def get_value() -> HistogramConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# HistogramConfigurationTypeDef definition

class HistogramConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[HistogramFieldWellsTypeDef],  # (1)
    XAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (2)
    XAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    YAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (2)
    BinOptions: NotRequired[HistogramBinOptionsTypeDef],  # (5)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (6)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (7)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (8)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (9)
  1. See HistogramFieldWellsTypeDef
  2. See AxisDisplayOptionsTypeDef
  3. See ChartAxisLabelOptionsTypeDef
  4. See AxisDisplayOptionsTypeDef
  5. See HistogramBinOptionsTypeDef
  6. See DataLabelOptionsTypeDef
  7. See TooltipOptionsTypeDef
  8. See VisualPaletteTypeDef
  9. See VisualInteractionOptionsTypeDef

KPIVisualOutputTypeDef#

# KPIVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIVisualOutputTypeDef


def get_value() -> KPIVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See KPIConfigurationOutputTypeDef
  4. See KPIConditionalFormattingOutputTypeDef
  5. See VisualCustomActionOutputTypeDef
  6. See ColumnHierarchyOutputTypeDef

KPIVisualTypeDef#

# KPIVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import KPIVisualTypeDef


def get_value() -> KPIVisualTypeDef:
    return {
        "VisualId": ...,
    }


# KPIVisualTypeDef definition

class KPIVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[KPIConfigurationTypeDef],  # (3)
    ConditionalFormatting: NotRequired[KPIConditionalFormattingTypeDef],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (6)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See KPIConfigurationTypeDef
  4. See KPIConditionalFormattingTypeDef
  5. See VisualCustomActionTypeDef
  6. See ColumnHierarchyTypeDef

LineChartConfigurationOutputTypeDef#

# LineChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartConfigurationOutputTypeDef


def get_value() -> LineChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

LineChartConfigurationTypeDef#

# LineChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartConfigurationTypeDef


def get_value() -> LineChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# LineChartConfigurationTypeDef definition

class LineChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[LineChartFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[LineChartSortConfigurationTypeDef],  # (2)
    ForecastConfigurations: NotRequired[Sequence[ForecastConfigurationTypeDef]],  # (3)
    Type: NotRequired[LineChartTypeType],  # (4)
    SmallMultiplesOptions: NotRequired[SmallMultiplesOptionsTypeDef],  # (5)
    XAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (6)
    XAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (7)
    PrimaryYAxisDisplayOptions: NotRequired[LineSeriesAxisDisplayOptionsTypeDef],  # (8)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (7)
    SecondaryYAxisDisplayOptions: NotRequired[LineSeriesAxisDisplayOptionsTypeDef],  # (8)
    SecondaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (7)
    SingleAxisOptions: NotRequired[SingleAxisOptionsTypeDef],  # (12)
    DefaultSeriesSettings: NotRequired[LineChartDefaultSeriesSettingsTypeDef],  # (13)
    Series: NotRequired[Sequence[SeriesItemTypeDef]],  # (14)
    Legend: NotRequired[LegendOptionsTypeDef],  # (15)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (16)
    ReferenceLines: NotRequired[Sequence[ReferenceLineTypeDef]],  # (17)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (18)
    ContributionAnalysisDefaults: NotRequired[Sequence[ContributionAnalysisDefaultTypeDef]],  # (19)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (20)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (21)
  1. See LineChartFieldWellsTypeDef
  2. See LineChartSortConfigurationTypeDef
  3. See ForecastConfigurationTypeDef
  4. See LineChartTypeType
  5. See SmallMultiplesOptionsTypeDef
  6. See AxisDisplayOptionsTypeDef
  7. See ChartAxisLabelOptionsTypeDef
  8. See LineSeriesAxisDisplayOptionsTypeDef
  9. See ChartAxisLabelOptionsTypeDef
  10. See LineSeriesAxisDisplayOptionsTypeDef
  11. See ChartAxisLabelOptionsTypeDef
  12. See SingleAxisOptionsTypeDef
  13. See LineChartDefaultSeriesSettingsTypeDef
  14. See SeriesItemTypeDef
  15. See LegendOptionsTypeDef
  16. See DataLabelOptionsTypeDef
  17. See ReferenceLineTypeDef
  18. See TooltipOptionsTypeDef
  19. See ContributionAnalysisDefaultTypeDef
  20. See VisualPaletteTypeDef
  21. See VisualInteractionOptionsTypeDef

PieChartConfigurationOutputTypeDef#

# PieChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartConfigurationOutputTypeDef


def get_value() -> PieChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

PieChartConfigurationTypeDef#

# PieChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartConfigurationTypeDef


def get_value() -> PieChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# PieChartConfigurationTypeDef definition

class PieChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[PieChartFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[PieChartSortConfigurationTypeDef],  # (2)
    DonutOptions: NotRequired[DonutOptionsTypeDef],  # (3)
    SmallMultiplesOptions: NotRequired[SmallMultiplesOptionsTypeDef],  # (4)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (5)
    ValueLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (7)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (9)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (10)
    ContributionAnalysisDefaults: NotRequired[Sequence[ContributionAnalysisDefaultTypeDef]],  # (11)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (12)
  1. See PieChartFieldWellsTypeDef
  2. See PieChartSortConfigurationTypeDef
  3. See DonutOptionsTypeDef
  4. See SmallMultiplesOptionsTypeDef
  5. See ChartAxisLabelOptionsTypeDef
  6. See ChartAxisLabelOptionsTypeDef
  7. See LegendOptionsTypeDef
  8. See DataLabelOptionsTypeDef
  9. See TooltipOptionsTypeDef
  10. See VisualPaletteTypeDef
  11. See ContributionAnalysisDefaultTypeDef
  12. See VisualInteractionOptionsTypeDef

PivotTableConfigurationOutputTypeDef#

# PivotTableConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableConfigurationOutputTypeDef


def get_value() -> PivotTableConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

PivotTableConfigurationTypeDef#

# PivotTableConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableConfigurationTypeDef


def get_value() -> PivotTableConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# PivotTableConfigurationTypeDef definition

class PivotTableConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[PivotTableFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[PivotTableSortConfigurationTypeDef],  # (2)
    TableOptions: NotRequired[PivotTableOptionsTypeDef],  # (3)
    TotalOptions: NotRequired[PivotTableTotalOptionsTypeDef],  # (4)
    FieldOptions: NotRequired[PivotTableFieldOptionsTypeDef],  # (5)
    PaginatedReportOptions: NotRequired[PivotTablePaginatedReportOptionsTypeDef],  # (6)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (7)
  1. See PivotTableFieldWellsTypeDef
  2. See PivotTableSortConfigurationTypeDef
  3. See PivotTableOptionsTypeDef
  4. See PivotTableTotalOptionsTypeDef
  5. See PivotTableFieldOptionsTypeDef
  6. See PivotTablePaginatedReportOptionsTypeDef
  7. See VisualInteractionOptionsTypeDef

RadarChartConfigurationOutputTypeDef#

# RadarChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartConfigurationOutputTypeDef


def get_value() -> RadarChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

RadarChartConfigurationTypeDef#

# RadarChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartConfigurationTypeDef


def get_value() -> RadarChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# RadarChartConfigurationTypeDef definition

class RadarChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[RadarChartFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[RadarChartSortConfigurationTypeDef],  # (2)
    Shape: NotRequired[RadarChartShapeType],  # (3)
    BaseSeriesSettings: NotRequired[RadarChartSeriesSettingsTypeDef],  # (4)
    StartAngle: NotRequired[float],
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (5)
    AlternateBandColorsVisibility: NotRequired[VisibilityType],  # (6)
    AlternateBandEvenColor: NotRequired[str],
    AlternateBandOddColor: NotRequired[str],
    CategoryAxis: NotRequired[AxisDisplayOptionsTypeDef],  # (7)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (8)
    ColorAxis: NotRequired[AxisDisplayOptionsTypeDef],  # (7)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (8)
    Legend: NotRequired[LegendOptionsTypeDef],  # (11)
    AxesRangeScale: NotRequired[RadarChartAxesRangeScaleType],  # (12)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (13)
  1. See RadarChartFieldWellsTypeDef
  2. See RadarChartSortConfigurationTypeDef
  3. See RadarChartShapeType
  4. See RadarChartSeriesSettingsTypeDef
  5. See VisualPaletteTypeDef
  6. See VisibilityType
  7. See AxisDisplayOptionsTypeDef
  8. See ChartAxisLabelOptionsTypeDef
  9. See AxisDisplayOptionsTypeDef
  10. See ChartAxisLabelOptionsTypeDef
  11. See LegendOptionsTypeDef
  12. See RadarChartAxesRangeScaleType
  13. See VisualInteractionOptionsTypeDef

SankeyDiagramChartConfigurationOutputTypeDef#

# SankeyDiagramChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramChartConfigurationOutputTypeDef


def get_value() -> SankeyDiagramChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

SankeyDiagramChartConfigurationTypeDef#

# SankeyDiagramChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramChartConfigurationTypeDef


def get_value() -> SankeyDiagramChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# SankeyDiagramChartConfigurationTypeDef definition

class SankeyDiagramChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[SankeyDiagramFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[SankeyDiagramSortConfigurationTypeDef],  # (2)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (3)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (4)
  1. See SankeyDiagramFieldWellsTypeDef
  2. See SankeyDiagramSortConfigurationTypeDef
  3. See DataLabelOptionsTypeDef
  4. See VisualInteractionOptionsTypeDef

ScatterPlotConfigurationOutputTypeDef#

# ScatterPlotConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotConfigurationOutputTypeDef


def get_value() -> ScatterPlotConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

ScatterPlotConfigurationTypeDef#

# ScatterPlotConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotConfigurationTypeDef


def get_value() -> ScatterPlotConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# ScatterPlotConfigurationTypeDef definition

class ScatterPlotConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[ScatterPlotFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[ScatterPlotSortConfigurationTypeDef],  # (2)
    XAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    XAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (4)
    YAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    YAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (4)
    Legend: NotRequired[LegendOptionsTypeDef],  # (7)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (9)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (10)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (11)
  1. See ScatterPlotFieldWellsTypeDef
  2. See ScatterPlotSortConfigurationTypeDef
  3. See ChartAxisLabelOptionsTypeDef
  4. See AxisDisplayOptionsTypeDef
  5. See ChartAxisLabelOptionsTypeDef
  6. See AxisDisplayOptionsTypeDef
  7. See LegendOptionsTypeDef
  8. See DataLabelOptionsTypeDef
  9. See TooltipOptionsTypeDef
  10. See VisualPaletteTypeDef
  11. See VisualInteractionOptionsTypeDef

InsightConfigurationOutputTypeDef#

# InsightConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import InsightConfigurationOutputTypeDef


def get_value() -> InsightConfigurationOutputTypeDef:
    return {
        "Computations": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import InsightConfigurationTypeDef


def get_value() -> InsightConfigurationTypeDef:
    return {
        "Computations": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapConfigurationOutputTypeDef


def get_value() -> TreeMapConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

TreeMapConfigurationTypeDef#

# TreeMapConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapConfigurationTypeDef


def get_value() -> TreeMapConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# TreeMapConfigurationTypeDef definition

class TreeMapConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[TreeMapFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[TreeMapSortConfigurationTypeDef],  # (2)
    GroupLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    SizeLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    ColorLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    ColorScale: NotRequired[ColorScaleTypeDef],  # (6)
    Legend: NotRequired[LegendOptionsTypeDef],  # (7)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (8)
    Tooltip: NotRequired[TooltipOptionsTypeDef],  # (9)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (10)
  1. See TreeMapFieldWellsTypeDef
  2. See TreeMapSortConfigurationTypeDef
  3. See ChartAxisLabelOptionsTypeDef
  4. See ChartAxisLabelOptionsTypeDef
  5. See ChartAxisLabelOptionsTypeDef
  6. See ColorScaleTypeDef
  7. See LegendOptionsTypeDef
  8. See DataLabelOptionsTypeDef
  9. See TooltipOptionsTypeDef
  10. See VisualInteractionOptionsTypeDef

WaterfallChartConfigurationOutputTypeDef#

# WaterfallChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartConfigurationOutputTypeDef


def get_value() -> WaterfallChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

WaterfallChartConfigurationTypeDef#

# WaterfallChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallChartConfigurationTypeDef


def get_value() -> WaterfallChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# WaterfallChartConfigurationTypeDef definition

class WaterfallChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[WaterfallChartFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[WaterfallChartSortConfigurationTypeDef],  # (2)
    WaterfallChartOptions: NotRequired[WaterfallChartOptionsTypeDef],  # (3)
    CategoryAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (4)
    CategoryAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (5)
    PrimaryYAxisLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (4)
    PrimaryYAxisDisplayOptions: NotRequired[AxisDisplayOptionsTypeDef],  # (5)
    Legend: NotRequired[LegendOptionsTypeDef],  # (8)
    DataLabels: NotRequired[DataLabelOptionsTypeDef],  # (9)
    VisualPalette: NotRequired[VisualPaletteTypeDef],  # (10)
    ColorConfiguration: NotRequired[WaterfallChartColorConfigurationTypeDef],  # (11)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (12)
  1. See WaterfallChartFieldWellsTypeDef
  2. See WaterfallChartSortConfigurationTypeDef
  3. See WaterfallChartOptionsTypeDef
  4. See ChartAxisLabelOptionsTypeDef
  5. See AxisDisplayOptionsTypeDef
  6. See ChartAxisLabelOptionsTypeDef
  7. See AxisDisplayOptionsTypeDef
  8. See LegendOptionsTypeDef
  9. See DataLabelOptionsTypeDef
  10. See VisualPaletteTypeDef
  11. See WaterfallChartColorConfigurationTypeDef
  12. See VisualInteractionOptionsTypeDef

WordCloudChartConfigurationOutputTypeDef#

# WordCloudChartConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudChartConfigurationOutputTypeDef


def get_value() -> WordCloudChartConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

WordCloudChartConfigurationTypeDef#

# WordCloudChartConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudChartConfigurationTypeDef


def get_value() -> WordCloudChartConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# WordCloudChartConfigurationTypeDef definition

class WordCloudChartConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[WordCloudFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[WordCloudSortConfigurationTypeDef],  # (2)
    CategoryLabelOptions: NotRequired[ChartAxisLabelOptionsTypeDef],  # (3)
    WordCloudOptions: NotRequired[WordCloudOptionsTypeDef],  # (4)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (5)
  1. See WordCloudFieldWellsTypeDef
  2. See WordCloudSortConfigurationTypeDef
  3. See ChartAxisLabelOptionsTypeDef
  4. See WordCloudOptionsTypeDef
  5. See VisualInteractionOptionsTypeDef

PluginVisualOutputTypeDef#

# PluginVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualOutputTypeDef


def get_value() -> PluginVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# PluginVisualOutputTypeDef definition

class PluginVisualOutputTypeDef(TypedDict):
    VisualId: str,
    PluginArn: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[PluginVisualConfigurationOutputTypeDef],  # (3)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PluginVisualConfigurationOutputTypeDef

PluginVisualTypeDef#

# PluginVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PluginVisualTypeDef


def get_value() -> PluginVisualTypeDef:
    return {
        "VisualId": ...,
    }


# PluginVisualTypeDef definition

class PluginVisualTypeDef(TypedDict):
    VisualId: str,
    PluginArn: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[PluginVisualConfigurationTypeDef],  # (3)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PluginVisualConfigurationTypeDef

TableConfigurationOutputTypeDef#

# TableConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableConfigurationOutputTypeDef


def get_value() -> TableConfigurationOutputTypeDef:
    return {
        "FieldWells": ...,
    }


# 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

TableConfigurationTypeDef#

# TableConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableConfigurationTypeDef


def get_value() -> TableConfigurationTypeDef:
    return {
        "FieldWells": ...,
    }


# TableConfigurationTypeDef definition

class TableConfigurationTypeDef(TypedDict):
    FieldWells: NotRequired[TableFieldWellsTypeDef],  # (1)
    SortConfiguration: NotRequired[TableSortConfigurationTypeDef],  # (2)
    TableOptions: NotRequired[TableOptionsTypeDef],  # (3)
    TotalOptions: NotRequired[TotalOptionsTypeDef],  # (4)
    FieldOptions: NotRequired[TableFieldOptionsTypeDef],  # (5)
    PaginatedReportOptions: NotRequired[TablePaginatedReportOptionsTypeDef],  # (6)
    TableInlineVisualizations: NotRequired[Sequence[TableInlineVisualizationTypeDef]],  # (7)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (8)
  1. See TableFieldWellsTypeDef
  2. See TableSortConfigurationTypeDef
  3. See TableOptionsTypeDef
  4. See TotalOptionsTypeDef
  5. See TableFieldOptionsTypeDef
  6. See TablePaginatedReportOptionsTypeDef
  7. See TableInlineVisualizationTypeDef
  8. See VisualInteractionOptionsTypeDef

LayoutConfigurationOutputTypeDef#

# LayoutConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayoutConfigurationOutputTypeDef


def get_value() -> LayoutConfigurationOutputTypeDef:
    return {
        "GridLayout": ...,
    }


# 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

LayoutConfigurationTypeDef#

# LayoutConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayoutConfigurationTypeDef


def get_value() -> LayoutConfigurationTypeDef:
    return {
        "GridLayout": ...,
    }


# LayoutConfigurationTypeDef definition

class LayoutConfigurationTypeDef(TypedDict):
    GridLayout: NotRequired[GridLayoutConfigurationTypeDef],  # (1)
    FreeFormLayout: NotRequired[FreeFormLayoutConfigurationTypeDef],  # (2)
    SectionBasedLayout: NotRequired[SectionBasedLayoutConfigurationTypeDef],  # (3)
  1. See GridLayoutConfigurationTypeDef
  2. See FreeFormLayoutConfigurationTypeDef
  3. See SectionBasedLayoutConfigurationTypeDef

DescribeAnalysisResponseTypeDef#

# DescribeAnalysisResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAnalysisResponseTypeDef


def get_value() -> DescribeAnalysisResponseTypeDef:
    return {
        "Analysis": ...,
    }


# DescribeAnalysisResponseTypeDef definition

class DescribeAnalysisResponseTypeDef(TypedDict):
    Analysis: AnalysisTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See AnalysisTypeDef
  2. See ResponseMetadataTypeDef

DashboardTypeDef#

# DashboardTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardTypeDef


def get_value() -> DashboardTypeDef:
    return {
        "DashboardId": ...,
    }


# 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

TemplateTypeDef#

# TemplateTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateTypeDef


def get_value() -> TemplateTypeDef:
    return {
        "Arn": ...,
    }


# 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

FilterOutputTypeDef#

# FilterOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterOutputTypeDef


def get_value() -> FilterOutputTypeDef:
    return {
        "CategoryFilter": ...,
    }


# 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

FilterTypeDef#

# FilterTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterTypeDef


def get_value() -> FilterTypeDef:
    return {
        "CategoryFilter": ...,
    }


# FilterTypeDef definition

class FilterTypeDef(TypedDict):
    CategoryFilter: NotRequired[CategoryFilterTypeDef],  # (1)
    NumericRangeFilter: NotRequired[NumericRangeFilterTypeDef],  # (2)
    NumericEqualityFilter: NotRequired[NumericEqualityFilterTypeDef],  # (3)
    TimeEqualityFilter: NotRequired[TimeEqualityFilterTypeDef],  # (4)
    TimeRangeFilter: NotRequired[TimeRangeFilterTypeDef],  # (5)
    RelativeDatesFilter: NotRequired[RelativeDatesFilterTypeDef],  # (6)
    TopBottomFilter: NotRequired[TopBottomFilterTypeDef],  # (7)
    NestedFilter: NotRequired[NestedFilterTypeDef],  # (8)
  1. See CategoryFilterTypeDef
  2. See NumericRangeFilterTypeDef
  3. See NumericEqualityFilterTypeDef
  4. See TimeEqualityFilterTypeDef
  5. See TimeRangeFilterTypeDef
  6. See RelativeDatesFilterTypeDef
  7. See TopBottomFilterTypeDef
  8. See NestedFilterTypeDef

BarChartVisualOutputTypeDef#

# BarChartVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartVisualOutputTypeDef


def get_value() -> BarChartVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See BarChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

BarChartVisualTypeDef#

# BarChartVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BarChartVisualTypeDef


def get_value() -> BarChartVisualTypeDef:
    return {
        "VisualId": ...,
    }


# BarChartVisualTypeDef definition

class BarChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[BarChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See BarChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

BoxPlotVisualOutputTypeDef#

# BoxPlotVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotVisualOutputTypeDef


def get_value() -> BoxPlotVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See BoxPlotChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

BoxPlotVisualTypeDef#

# BoxPlotVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BoxPlotVisualTypeDef


def get_value() -> BoxPlotVisualTypeDef:
    return {
        "VisualId": ...,
    }


# BoxPlotVisualTypeDef definition

class BoxPlotVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[BoxPlotChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See BoxPlotChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

ComboChartVisualOutputTypeDef#

# ComboChartVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartVisualOutputTypeDef


def get_value() -> ComboChartVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See ComboChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

ComboChartVisualTypeDef#

# ComboChartVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ComboChartVisualTypeDef


def get_value() -> ComboChartVisualTypeDef:
    return {
        "VisualId": ...,
    }


# ComboChartVisualTypeDef definition

class ComboChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[ComboChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See ComboChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

FilledMapVisualOutputTypeDef#

# FilledMapVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapVisualOutputTypeDef


def get_value() -> FilledMapVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See FilledMapConfigurationOutputTypeDef
  4. See FilledMapConditionalFormattingOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef
  6. See VisualCustomActionOutputTypeDef

FilledMapVisualTypeDef#

# FilledMapVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilledMapVisualTypeDef


def get_value() -> FilledMapVisualTypeDef:
    return {
        "VisualId": ...,
    }


# FilledMapVisualTypeDef definition

class FilledMapVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[FilledMapConfigurationTypeDef],  # (3)
    ConditionalFormatting: NotRequired[FilledMapConditionalFormattingTypeDef],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (6)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See FilledMapConfigurationTypeDef
  4. See FilledMapConditionalFormattingTypeDef
  5. See ColumnHierarchyTypeDef
  6. See VisualCustomActionTypeDef

FunnelChartVisualOutputTypeDef#

# FunnelChartVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartVisualOutputTypeDef


def get_value() -> FunnelChartVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See FunnelChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

FunnelChartVisualTypeDef#

# FunnelChartVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FunnelChartVisualTypeDef


def get_value() -> FunnelChartVisualTypeDef:
    return {
        "VisualId": ...,
    }


# FunnelChartVisualTypeDef definition

class FunnelChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[FunnelChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See FunnelChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

GeospatialLayerMapConfigurationOutputTypeDef#

# GeospatialLayerMapConfigurationOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerMapConfigurationOutputTypeDef


def get_value() -> GeospatialLayerMapConfigurationOutputTypeDef:
    return {
        "Legend": ...,
    }


# GeospatialLayerMapConfigurationOutputTypeDef definition

class GeospatialLayerMapConfigurationOutputTypeDef(TypedDict):
    Legend: NotRequired[LegendOptionsTypeDef],  # (1)
    MapLayers: NotRequired[List[GeospatialLayerItemOutputTypeDef]],  # (2)
    MapState: NotRequired[GeospatialMapStateTypeDef],  # (3)
    MapStyle: NotRequired[GeospatialMapStyleTypeDef],  # (4)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (5)
  1. See LegendOptionsTypeDef
  2. See GeospatialLayerItemOutputTypeDef
  3. See GeospatialMapStateTypeDef
  4. See GeospatialMapStyleTypeDef
  5. See VisualInteractionOptionsTypeDef

GeospatialLayerMapConfigurationTypeDef#

# GeospatialLayerMapConfigurationTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialLayerMapConfigurationTypeDef


def get_value() -> GeospatialLayerMapConfigurationTypeDef:
    return {
        "Legend": ...,
    }


# GeospatialLayerMapConfigurationTypeDef definition

class GeospatialLayerMapConfigurationTypeDef(TypedDict):
    Legend: NotRequired[LegendOptionsTypeDef],  # (1)
    MapLayers: NotRequired[Sequence[GeospatialLayerItemTypeDef]],  # (2)
    MapState: NotRequired[GeospatialMapStateTypeDef],  # (3)
    MapStyle: NotRequired[GeospatialMapStyleTypeDef],  # (4)
    Interactions: NotRequired[VisualInteractionOptionsTypeDef],  # (5)
  1. See LegendOptionsTypeDef
  2. See GeospatialLayerItemTypeDef
  3. See GeospatialMapStateTypeDef
  4. See GeospatialMapStyleTypeDef
  5. See VisualInteractionOptionsTypeDef

GeospatialMapVisualOutputTypeDef#

# GeospatialMapVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapVisualOutputTypeDef


def get_value() -> GeospatialMapVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GeospatialMapConfigurationOutputTypeDef
  4. See ColumnHierarchyOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

GeospatialMapVisualTypeDef#

# GeospatialMapVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import GeospatialMapVisualTypeDef


def get_value() -> GeospatialMapVisualTypeDef:
    return {
        "VisualId": ...,
    }


# GeospatialMapVisualTypeDef definition

class GeospatialMapVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[GeospatialMapConfigurationTypeDef],  # (3)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GeospatialMapConfigurationTypeDef
  4. See ColumnHierarchyTypeDef
  5. See VisualCustomActionTypeDef

HeatMapVisualOutputTypeDef#

# HeatMapVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapVisualOutputTypeDef


def get_value() -> HeatMapVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See HeatMapConfigurationOutputTypeDef
  4. See ColumnHierarchyOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

HeatMapVisualTypeDef#

# HeatMapVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HeatMapVisualTypeDef


def get_value() -> HeatMapVisualTypeDef:
    return {
        "VisualId": ...,
    }


# HeatMapVisualTypeDef definition

class HeatMapVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[HeatMapConfigurationTypeDef],  # (3)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See HeatMapConfigurationTypeDef
  4. See ColumnHierarchyTypeDef
  5. See VisualCustomActionTypeDef

HistogramVisualOutputTypeDef#

# HistogramVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HistogramVisualOutputTypeDef


def get_value() -> HistogramVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# HistogramVisualOutputTypeDef definition

class HistogramVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[HistogramConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See HistogramConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef

HistogramVisualTypeDef#

# HistogramVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import HistogramVisualTypeDef


def get_value() -> HistogramVisualTypeDef:
    return {
        "VisualId": ...,
    }


# HistogramVisualTypeDef definition

class HistogramVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[HistogramConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See HistogramConfigurationTypeDef
  4. See VisualCustomActionTypeDef

LineChartVisualOutputTypeDef#

# LineChartVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartVisualOutputTypeDef


def get_value() -> LineChartVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See LineChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

LineChartVisualTypeDef#

# LineChartVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LineChartVisualTypeDef


def get_value() -> LineChartVisualTypeDef:
    return {
        "VisualId": ...,
    }


# LineChartVisualTypeDef definition

class LineChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[LineChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See LineChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

PieChartVisualOutputTypeDef#

# PieChartVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartVisualOutputTypeDef


def get_value() -> PieChartVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PieChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

PieChartVisualTypeDef#

# PieChartVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PieChartVisualTypeDef


def get_value() -> PieChartVisualTypeDef:
    return {
        "VisualId": ...,
    }


# PieChartVisualTypeDef definition

class PieChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[PieChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PieChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

PivotTableVisualOutputTypeDef#

# PivotTableVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableVisualOutputTypeDef


def get_value() -> PivotTableVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PivotTableConfigurationOutputTypeDef
  4. See PivotTableConditionalFormattingOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

PivotTableVisualTypeDef#

# PivotTableVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import PivotTableVisualTypeDef


def get_value() -> PivotTableVisualTypeDef:
    return {
        "VisualId": ...,
    }


# PivotTableVisualTypeDef definition

class PivotTableVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[PivotTableConfigurationTypeDef],  # (3)
    ConditionalFormatting: NotRequired[PivotTableConditionalFormattingTypeDef],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See PivotTableConfigurationTypeDef
  4. See PivotTableConditionalFormattingTypeDef
  5. See VisualCustomActionTypeDef

RadarChartVisualOutputTypeDef#

# RadarChartVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartVisualOutputTypeDef


def get_value() -> RadarChartVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See RadarChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

RadarChartVisualTypeDef#

# RadarChartVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import RadarChartVisualTypeDef


def get_value() -> RadarChartVisualTypeDef:
    return {
        "VisualId": ...,
    }


# RadarChartVisualTypeDef definition

class RadarChartVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[RadarChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See RadarChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

SankeyDiagramVisualOutputTypeDef#

# SankeyDiagramVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramVisualOutputTypeDef


def get_value() -> SankeyDiagramVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# SankeyDiagramVisualOutputTypeDef definition

class SankeyDiagramVisualOutputTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[SankeyDiagramChartConfigurationOutputTypeDef],  # (3)
    Actions: NotRequired[List[VisualCustomActionOutputTypeDef]],  # (4)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See SankeyDiagramChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef

SankeyDiagramVisualTypeDef#

# SankeyDiagramVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SankeyDiagramVisualTypeDef


def get_value() -> SankeyDiagramVisualTypeDef:
    return {
        "VisualId": ...,
    }


# SankeyDiagramVisualTypeDef definition

class SankeyDiagramVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[SankeyDiagramChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See SankeyDiagramChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef

ScatterPlotVisualOutputTypeDef#

# ScatterPlotVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotVisualOutputTypeDef


def get_value() -> ScatterPlotVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See ScatterPlotConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

ScatterPlotVisualTypeDef#

# ScatterPlotVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import ScatterPlotVisualTypeDef


def get_value() -> ScatterPlotVisualTypeDef:
    return {
        "VisualId": ...,
    }


# ScatterPlotVisualTypeDef definition

class ScatterPlotVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[ScatterPlotConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See ScatterPlotConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

InsightVisualOutputTypeDef#

# InsightVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import InsightVisualOutputTypeDef


def get_value() -> InsightVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See InsightConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef

InsightVisualTypeDef#

# InsightVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import InsightVisualTypeDef


def get_value() -> InsightVisualTypeDef:
    return {
        "VisualId": ...,
    }


# InsightVisualTypeDef definition

class InsightVisualTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    InsightConfiguration: NotRequired[InsightConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See InsightConfigurationTypeDef
  4. See VisualCustomActionTypeDef

TreeMapVisualOutputTypeDef#

# TreeMapVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapVisualOutputTypeDef


def get_value() -> TreeMapVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See TreeMapConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

TreeMapVisualTypeDef#

# TreeMapVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TreeMapVisualTypeDef


def get_value() -> TreeMapVisualTypeDef:
    return {
        "VisualId": ...,
    }


# TreeMapVisualTypeDef definition

class TreeMapVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[TreeMapConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See TreeMapConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

WaterfallVisualOutputTypeDef#

# WaterfallVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallVisualOutputTypeDef


def get_value() -> WaterfallVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See WaterfallChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

WaterfallVisualTypeDef#

# WaterfallVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WaterfallVisualTypeDef


def get_value() -> WaterfallVisualTypeDef:
    return {
        "VisualId": ...,
    }


# WaterfallVisualTypeDef definition

class WaterfallVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[WaterfallChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See WaterfallChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

WordCloudVisualOutputTypeDef#

# WordCloudVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudVisualOutputTypeDef


def get_value() -> WordCloudVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See WordCloudChartConfigurationOutputTypeDef
  4. See VisualCustomActionOutputTypeDef
  5. See ColumnHierarchyOutputTypeDef

WordCloudVisualTypeDef#

# WordCloudVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import WordCloudVisualTypeDef


def get_value() -> WordCloudVisualTypeDef:
    return {
        "VisualId": ...,
    }


# WordCloudVisualTypeDef definition

class WordCloudVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[WordCloudChartConfigurationTypeDef],  # (3)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (4)
    ColumnHierarchies: NotRequired[Sequence[ColumnHierarchyTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See WordCloudChartConfigurationTypeDef
  4. See VisualCustomActionTypeDef
  5. See ColumnHierarchyTypeDef

TableVisualOutputTypeDef#

# TableVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableVisualOutputTypeDef


def get_value() -> TableVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# 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)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See TableConfigurationOutputTypeDef
  4. See TableConditionalFormattingOutputTypeDef
  5. See VisualCustomActionOutputTypeDef

TableVisualTypeDef#

# TableVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TableVisualTypeDef


def get_value() -> TableVisualTypeDef:
    return {
        "VisualId": ...,
    }


# TableVisualTypeDef definition

class TableVisualTypeDef(TypedDict):
    VisualId: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[TableConfigurationTypeDef],  # (3)
    ConditionalFormatting: NotRequired[TableConditionalFormattingTypeDef],  # (4)
    Actions: NotRequired[Sequence[VisualCustomActionTypeDef]],  # (5)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See TableConfigurationTypeDef
  4. See TableConditionalFormattingTypeDef
  5. See VisualCustomActionTypeDef

LayoutOutputTypeDef#

# LayoutOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayoutOutputTypeDef


def get_value() -> LayoutOutputTypeDef:
    return {
        "Configuration": ...,
    }


# LayoutOutputTypeDef definition

class LayoutOutputTypeDef(TypedDict):
    Configuration: LayoutConfigurationOutputTypeDef,  # (1)
  1. See LayoutConfigurationOutputTypeDef

LayoutTypeDef#

# LayoutTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayoutTypeDef


def get_value() -> LayoutTypeDef:
    return {
        "Configuration": ...,
    }


# LayoutTypeDef definition

class LayoutTypeDef(TypedDict):
    Configuration: LayoutConfigurationTypeDef,  # (1)
  1. See LayoutConfigurationTypeDef

TopicVisualTypeDef#

# TopicVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TopicVisualTypeDef


def get_value() -> TopicVisualTypeDef:
    return {
        "VisualId": ...,
    }


# 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

DescribeDashboardResponseTypeDef#

# DescribeDashboardResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardResponseTypeDef


def get_value() -> DescribeDashboardResponseTypeDef:
    return {
        "Dashboard": ...,
    }


# DescribeDashboardResponseTypeDef definition

class DescribeDashboardResponseTypeDef(TypedDict):
    Dashboard: DashboardTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See DashboardTypeDef
  2. See ResponseMetadataTypeDef

DescribeTemplateResponseTypeDef#

# DescribeTemplateResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTemplateResponseTypeDef


def get_value() -> DescribeTemplateResponseTypeDef:
    return {
        "Template": ...,
    }


# DescribeTemplateResponseTypeDef definition

class DescribeTemplateResponseTypeDef(TypedDict):
    Template: TemplateTypeDef,  # (1)
    Status: int,
    RequestId: str,
    ResponseMetadata: ResponseMetadataTypeDef,  # (2)
  1. See TemplateTypeDef
  2. See ResponseMetadataTypeDef

FilterGroupOutputTypeDef#

# FilterGroupOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterGroupOutputTypeDef


def get_value() -> FilterGroupOutputTypeDef:
    return {
        "FilterGroupId": ...,
    }


# 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

FilterGroupTypeDef#

# FilterGroupTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import FilterGroupTypeDef


def get_value() -> FilterGroupTypeDef:
    return {
        "FilterGroupId": ...,
    }


# FilterGroupTypeDef definition

class FilterGroupTypeDef(TypedDict):
    FilterGroupId: str,
    Filters: Sequence[FilterTypeDef],  # (1)
    ScopeConfiguration: FilterScopeConfigurationTypeDef,  # (2)
    CrossDataset: CrossDatasetTypesType,  # (4)
    Status: NotRequired[WidgetStatusType],  # (3)
  1. See FilterTypeDef
  2. See FilterScopeConfigurationTypeDef
  3. See WidgetStatusType
  4. See CrossDatasetTypesType

LayerMapVisualOutputTypeDef#

# LayerMapVisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayerMapVisualOutputTypeDef


def get_value() -> LayerMapVisualOutputTypeDef:
    return {
        "VisualId": ...,
    }


# LayerMapVisualOutputTypeDef definition

class LayerMapVisualOutputTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[GeospatialLayerMapConfigurationOutputTypeDef],  # (3)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GeospatialLayerMapConfigurationOutputTypeDef

LayerMapVisualTypeDef#

# LayerMapVisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import LayerMapVisualTypeDef


def get_value() -> LayerMapVisualTypeDef:
    return {
        "VisualId": ...,
    }


# LayerMapVisualTypeDef definition

class LayerMapVisualTypeDef(TypedDict):
    VisualId: str,
    DataSetIdentifier: str,
    Title: NotRequired[VisualTitleLabelOptionsTypeDef],  # (1)
    Subtitle: NotRequired[VisualSubtitleLabelOptionsTypeDef],  # (2)
    ChartConfiguration: NotRequired[GeospatialLayerMapConfigurationTypeDef],  # (3)
    VisualContentAltText: NotRequired[str],
  1. See VisualTitleLabelOptionsTypeDef
  2. See VisualSubtitleLabelOptionsTypeDef
  3. See GeospatialLayerMapConfigurationTypeDef

VisualOutputTypeDef#

# VisualOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualOutputTypeDef


def get_value() -> VisualOutputTypeDef:
    return {
        "TableVisual": ...,
    }


# 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)
    LayerMapVisual: NotRequired[LayerMapVisualOutputTypeDef],  # (12)
    FunnelChartVisual: NotRequired[FunnelChartVisualOutputTypeDef],  # (13)
    ScatterPlotVisual: NotRequired[ScatterPlotVisualOutputTypeDef],  # (14)
    ComboChartVisual: NotRequired[ComboChartVisualOutputTypeDef],  # (15)
    BoxPlotVisual: NotRequired[BoxPlotVisualOutputTypeDef],  # (16)
    WaterfallVisual: NotRequired[WaterfallVisualOutputTypeDef],  # (17)
    HistogramVisual: NotRequired[HistogramVisualOutputTypeDef],  # (18)
    WordCloudVisual: NotRequired[WordCloudVisualOutputTypeDef],  # (19)
    InsightVisual: NotRequired[InsightVisualOutputTypeDef],  # (20)
    SankeyDiagramVisual: NotRequired[SankeyDiagramVisualOutputTypeDef],  # (21)
    CustomContentVisual: NotRequired[CustomContentVisualOutputTypeDef],  # (22)
    EmptyVisual: NotRequired[EmptyVisualOutputTypeDef],  # (23)
    RadarChartVisual: NotRequired[RadarChartVisualOutputTypeDef],  # (24)
    PluginVisual: NotRequired[PluginVisualOutputTypeDef],  # (25)
  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 LayerMapVisualOutputTypeDef
  13. See FunnelChartVisualOutputTypeDef
  14. See ScatterPlotVisualOutputTypeDef
  15. See ComboChartVisualOutputTypeDef
  16. See BoxPlotVisualOutputTypeDef
  17. See WaterfallVisualOutputTypeDef
  18. See HistogramVisualOutputTypeDef
  19. See WordCloudVisualOutputTypeDef
  20. See InsightVisualOutputTypeDef
  21. See SankeyDiagramVisualOutputTypeDef
  22. See CustomContentVisualOutputTypeDef
  23. See EmptyVisualOutputTypeDef
  24. See RadarChartVisualOutputTypeDef
  25. See PluginVisualOutputTypeDef

VisualTypeDef#

# VisualTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import VisualTypeDef


def get_value() -> VisualTypeDef:
    return {
        "TableVisual": ...,
    }


# VisualTypeDef definition

class VisualTypeDef(TypedDict):
    TableVisual: NotRequired[TableVisualTypeDef],  # (1)
    PivotTableVisual: NotRequired[PivotTableVisualTypeDef],  # (2)
    BarChartVisual: NotRequired[BarChartVisualTypeDef],  # (3)
    KPIVisual: NotRequired[KPIVisualTypeDef],  # (4)
    PieChartVisual: NotRequired[PieChartVisualTypeDef],  # (5)
    GaugeChartVisual: NotRequired[GaugeChartVisualTypeDef],  # (6)
    LineChartVisual: NotRequired[LineChartVisualTypeDef],  # (7)
    HeatMapVisual: NotRequired[HeatMapVisualTypeDef],  # (8)
    TreeMapVisual: NotRequired[TreeMapVisualTypeDef],  # (9)
    GeospatialMapVisual: NotRequired[GeospatialMapVisualTypeDef],  # (10)
    FilledMapVisual: NotRequired[FilledMapVisualTypeDef],  # (11)
    LayerMapVisual: NotRequired[LayerMapVisualTypeDef],  # (12)
    FunnelChartVisual: NotRequired[FunnelChartVisualTypeDef],  # (13)
    ScatterPlotVisual: NotRequired[ScatterPlotVisualTypeDef],  # (14)
    ComboChartVisual: NotRequired[ComboChartVisualTypeDef],  # (15)
    BoxPlotVisual: NotRequired[BoxPlotVisualTypeDef],  # (16)
    WaterfallVisual: NotRequired[WaterfallVisualTypeDef],  # (17)
    HistogramVisual: NotRequired[HistogramVisualTypeDef],  # (18)
    WordCloudVisual: NotRequired[WordCloudVisualTypeDef],  # (19)
    InsightVisual: NotRequired[InsightVisualTypeDef],  # (20)
    SankeyDiagramVisual: NotRequired[SankeyDiagramVisualTypeDef],  # (21)
    CustomContentVisual: NotRequired[CustomContentVisualTypeDef],  # (22)
    EmptyVisual: NotRequired[EmptyVisualTypeDef],  # (23)
    RadarChartVisual: NotRequired[RadarChartVisualTypeDef],  # (24)
    PluginVisual: NotRequired[PluginVisualTypeDef],  # (25)
  1. See TableVisualTypeDef
  2. See PivotTableVisualTypeDef
  3. See BarChartVisualTypeDef
  4. See KPIVisualTypeDef
  5. See PieChartVisualTypeDef
  6. See GaugeChartVisualTypeDef
  7. See LineChartVisualTypeDef
  8. See HeatMapVisualTypeDef
  9. See TreeMapVisualTypeDef
  10. See GeospatialMapVisualTypeDef
  11. See FilledMapVisualTypeDef
  12. See LayerMapVisualTypeDef
  13. See FunnelChartVisualTypeDef
  14. See ScatterPlotVisualTypeDef
  15. See ComboChartVisualTypeDef
  16. See BoxPlotVisualTypeDef
  17. See WaterfallVisualTypeDef
  18. See HistogramVisualTypeDef
  19. See WordCloudVisualTypeDef
  20. See InsightVisualTypeDef
  21. See SankeyDiagramVisualTypeDef
  22. See CustomContentVisualTypeDef
  23. See EmptyVisualTypeDef
  24. See RadarChartVisualTypeDef
  25. See PluginVisualTypeDef

CreateTopicReviewedAnswerTypeDef#

# CreateTopicReviewedAnswerTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateTopicReviewedAnswerTypeDef


def get_value() -> CreateTopicReviewedAnswerTypeDef:
    return {
        "AnswerId": ...,
    }


# 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

SheetDefinitionOutputTypeDef#

# SheetDefinitionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetDefinitionOutputTypeDef


def get_value() -> SheetDefinitionOutputTypeDef:
    return {
        "SheetId": ...,
    }


# 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)
    Images: NotRequired[List[SheetImageOutputTypeDef]],  # (5)
    Layouts: NotRequired[List[LayoutOutputTypeDef]],  # (6)
    SheetControlLayouts: NotRequired[List[SheetControlLayoutOutputTypeDef]],  # (7)
    ContentType: NotRequired[SheetContentTypeType],  # (8)
  1. See ParameterControlOutputTypeDef
  2. See FilterControlOutputTypeDef
  3. See VisualOutputTypeDef
  4. See SheetTextBoxTypeDef
  5. See SheetImageOutputTypeDef
  6. See LayoutOutputTypeDef
  7. See SheetControlLayoutOutputTypeDef
  8. See SheetContentTypeType

SheetDefinitionTypeDef#

# SheetDefinitionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import SheetDefinitionTypeDef


def get_value() -> SheetDefinitionTypeDef:
    return {
        "SheetId": ...,
    }


# SheetDefinitionTypeDef definition

class SheetDefinitionTypeDef(TypedDict):
    SheetId: str,
    Title: NotRequired[str],
    Description: NotRequired[str],
    Name: NotRequired[str],
    ParameterControls: NotRequired[Sequence[ParameterControlTypeDef]],  # (1)
    FilterControls: NotRequired[Sequence[FilterControlTypeDef]],  # (2)
    Visuals: NotRequired[Sequence[VisualTypeDef]],  # (3)
    TextBoxes: NotRequired[Sequence[SheetTextBoxTypeDef]],  # (4)
    Images: NotRequired[Sequence[SheetImageTypeDef]],  # (5)
    Layouts: NotRequired[Sequence[LayoutTypeDef]],  # (6)
    SheetControlLayouts: NotRequired[Sequence[SheetControlLayoutTypeDef]],  # (7)
    ContentType: NotRequired[SheetContentTypeType],  # (8)
  1. See ParameterControlTypeDef
  2. See FilterControlTypeDef
  3. See VisualTypeDef
  4. See SheetTextBoxTypeDef
  5. See SheetImageTypeDef
  6. See LayoutTypeDef
  7. See SheetControlLayoutTypeDef
  8. See SheetContentTypeType

BatchCreateTopicReviewedAnswerRequestTypeDef#

# BatchCreateTopicReviewedAnswerRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import BatchCreateTopicReviewedAnswerRequestTypeDef


def get_value() -> BatchCreateTopicReviewedAnswerRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# BatchCreateTopicReviewedAnswerRequestTypeDef definition

class BatchCreateTopicReviewedAnswerRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TopicId: str,
    Answers: Sequence[CreateTopicReviewedAnswerTypeDef],  # (1)
  1. See CreateTopicReviewedAnswerTypeDef

AnalysisDefinitionOutputTypeDef#

# AnalysisDefinitionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnalysisDefinitionOutputTypeDef


def get_value() -> AnalysisDefinitionOutputTypeDef:
    return {
        "DataSetIdentifierDeclarations": ...,
    }


# 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)
    StaticFiles: NotRequired[List[StaticFileTypeDef]],  # (10)
  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
  10. See StaticFileTypeDef

DashboardVersionDefinitionOutputTypeDef#

# DashboardVersionDefinitionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardVersionDefinitionOutputTypeDef


def get_value() -> DashboardVersionDefinitionOutputTypeDef:
    return {
        "DataSetIdentifierDeclarations": ...,
    }


# 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)
    StaticFiles: NotRequired[List[StaticFileTypeDef]],  # (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 StaticFileTypeDef

TemplateVersionDefinitionOutputTypeDef#

# TemplateVersionDefinitionOutputTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateVersionDefinitionOutputTypeDef


def get_value() -> TemplateVersionDefinitionOutputTypeDef:
    return {
        "DataSetConfigurations": ...,
    }


# 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)
    StaticFiles: NotRequired[List[StaticFileTypeDef]],  # (10)
  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
  10. See StaticFileTypeDef

AnalysisDefinitionTypeDef#

# AnalysisDefinitionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import AnalysisDefinitionTypeDef


def get_value() -> AnalysisDefinitionTypeDef:
    return {
        "DataSetIdentifierDeclarations": ...,
    }


# AnalysisDefinitionTypeDef definition

class AnalysisDefinitionTypeDef(TypedDict):
    DataSetIdentifierDeclarations: Sequence[DataSetIdentifierDeclarationTypeDef],  # (1)
    Sheets: NotRequired[Sequence[SheetDefinitionTypeDef]],  # (2)
    CalculatedFields: NotRequired[Sequence[CalculatedFieldTypeDef]],  # (3)
    ParameterDeclarations: NotRequired[Sequence[ParameterDeclarationTypeDef]],  # (4)
    FilterGroups: NotRequired[Sequence[FilterGroupTypeDef]],  # (5)
    ColumnConfigurations: NotRequired[Sequence[ColumnConfigurationTypeDef]],  # (6)
    AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef],  # (7)
    Options: NotRequired[AssetOptionsTypeDef],  # (8)
    QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef],  # (9)
    StaticFiles: NotRequired[Sequence[StaticFileTypeDef]],  # (10)
  1. See DataSetIdentifierDeclarationTypeDef
  2. See SheetDefinitionTypeDef
  3. See CalculatedFieldTypeDef
  4. See ParameterDeclarationTypeDef
  5. See FilterGroupTypeDef
  6. See ColumnConfigurationTypeDef
  7. See AnalysisDefaultsTypeDef
  8. See AssetOptionsTypeDef
  9. See QueryExecutionOptionsTypeDef
  10. See StaticFileTypeDef

DashboardVersionDefinitionTypeDef#

# DashboardVersionDefinitionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DashboardVersionDefinitionTypeDef


def get_value() -> DashboardVersionDefinitionTypeDef:
    return {
        "DataSetIdentifierDeclarations": ...,
    }


# DashboardVersionDefinitionTypeDef definition

class DashboardVersionDefinitionTypeDef(TypedDict):
    DataSetIdentifierDeclarations: Sequence[DataSetIdentifierDeclarationTypeDef],  # (1)
    Sheets: NotRequired[Sequence[SheetDefinitionTypeDef]],  # (2)
    CalculatedFields: NotRequired[Sequence[CalculatedFieldTypeDef]],  # (3)
    ParameterDeclarations: NotRequired[Sequence[ParameterDeclarationTypeDef]],  # (4)
    FilterGroups: NotRequired[Sequence[FilterGroupTypeDef]],  # (5)
    ColumnConfigurations: NotRequired[Sequence[ColumnConfigurationTypeDef]],  # (6)
    AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef],  # (7)
    Options: NotRequired[AssetOptionsTypeDef],  # (8)
    StaticFiles: NotRequired[Sequence[StaticFileTypeDef]],  # (9)
  1. See DataSetIdentifierDeclarationTypeDef
  2. See SheetDefinitionTypeDef
  3. See CalculatedFieldTypeDef
  4. See ParameterDeclarationTypeDef
  5. See FilterGroupTypeDef
  6. See ColumnConfigurationTypeDef
  7. See AnalysisDefaultsTypeDef
  8. See AssetOptionsTypeDef
  9. See StaticFileTypeDef

TemplateVersionDefinitionTypeDef#

# TemplateVersionDefinitionTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import TemplateVersionDefinitionTypeDef


def get_value() -> TemplateVersionDefinitionTypeDef:
    return {
        "DataSetConfigurations": ...,
    }


# TemplateVersionDefinitionTypeDef definition

class TemplateVersionDefinitionTypeDef(TypedDict):
    DataSetConfigurations: Sequence[DataSetConfigurationTypeDef],  # (1)
    Sheets: NotRequired[Sequence[SheetDefinitionTypeDef]],  # (2)
    CalculatedFields: NotRequired[Sequence[CalculatedFieldTypeDef]],  # (3)
    ParameterDeclarations: NotRequired[Sequence[ParameterDeclarationTypeDef]],  # (4)
    FilterGroups: NotRequired[Sequence[FilterGroupTypeDef]],  # (5)
    ColumnConfigurations: NotRequired[Sequence[ColumnConfigurationTypeDef]],  # (6)
    AnalysisDefaults: NotRequired[AnalysisDefaultsTypeDef],  # (7)
    Options: NotRequired[AssetOptionsTypeDef],  # (8)
    QueryExecutionOptions: NotRequired[QueryExecutionOptionsTypeDef],  # (9)
    StaticFiles: NotRequired[Sequence[StaticFileTypeDef]],  # (10)
  1. See DataSetConfigurationTypeDef
  2. See SheetDefinitionTypeDef
  3. See CalculatedFieldTypeDef
  4. See ParameterDeclarationTypeDef
  5. See FilterGroupTypeDef
  6. See ColumnConfigurationTypeDef
  7. See AnalysisDefaultsTypeDef
  8. See AssetOptionsTypeDef
  9. See QueryExecutionOptionsTypeDef
  10. See StaticFileTypeDef

DescribeAnalysisDefinitionResponseTypeDef#

# DescribeAnalysisDefinitionResponseTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeAnalysisDefinitionResponseTypeDef


def get_value() -> DescribeAnalysisDefinitionResponseTypeDef:
    return {
        "AnalysisId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeDashboardDefinitionResponseTypeDef


def get_value() -> DescribeDashboardDefinitionResponseTypeDef:
    return {
        "DashboardId": ...,
    }


# 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 TypedDict usage example

from types_boto3_quicksight.type_defs import DescribeTemplateDefinitionResponseTypeDef


def get_value() -> DescribeTemplateDefinitionResponseTypeDef:
    return {
        "Name": ...,
    }


# 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

CreateAnalysisRequestTypeDef#

# CreateAnalysisRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateAnalysisRequestTypeDef


def get_value() -> CreateAnalysisRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateAnalysisRequestTypeDef definition

class CreateAnalysisRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,
    Name: str,
    Parameters: NotRequired[ParametersUnionTypeDef],  # (1)
    Permissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (2)
    SourceEntity: NotRequired[AnalysisSourceEntityTypeDef],  # (3)
    ThemeArn: NotRequired[str],
    Tags: NotRequired[Sequence[TagTypeDef]],  # (4)
    Definition: NotRequired[AnalysisDefinitionUnionTypeDef],  # (5)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (6)
    FolderArns: NotRequired[Sequence[str]],
  1. See ParametersTypeDef ParametersOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  3. See AnalysisSourceEntityTypeDef
  4. See TagTypeDef
  5. See AnalysisDefinitionTypeDef AnalysisDefinitionOutputTypeDef
  6. See ValidationStrategyTypeDef

UpdateAnalysisRequestTypeDef#

# UpdateAnalysisRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateAnalysisRequestTypeDef


def get_value() -> UpdateAnalysisRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateAnalysisRequestTypeDef definition

class UpdateAnalysisRequestTypeDef(TypedDict):
    AwsAccountId: str,
    AnalysisId: str,
    Name: str,
    Parameters: NotRequired[ParametersUnionTypeDef],  # (1)
    SourceEntity: NotRequired[AnalysisSourceEntityTypeDef],  # (2)
    ThemeArn: NotRequired[str],
    Definition: NotRequired[AnalysisDefinitionUnionTypeDef],  # (3)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (4)
  1. See ParametersTypeDef ParametersOutputTypeDef
  2. See AnalysisSourceEntityTypeDef
  3. See AnalysisDefinitionTypeDef AnalysisDefinitionOutputTypeDef
  4. See ValidationStrategyTypeDef

CreateDashboardRequestTypeDef#

# CreateDashboardRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateDashboardRequestTypeDef


def get_value() -> CreateDashboardRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateDashboardRequestTypeDef definition

class CreateDashboardRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    Name: str,
    Parameters: NotRequired[ParametersUnionTypeDef],  # (1)
    Permissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (2)
    SourceEntity: NotRequired[DashboardSourceEntityTypeDef],  # (3)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (4)
    VersionDescription: NotRequired[str],
    DashboardPublishOptions: NotRequired[DashboardPublishOptionsTypeDef],  # (5)
    ThemeArn: NotRequired[str],
    Definition: NotRequired[DashboardVersionDefinitionUnionTypeDef],  # (6)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (7)
    FolderArns: NotRequired[Sequence[str]],
    LinkSharingConfiguration: NotRequired[LinkSharingConfigurationUnionTypeDef],  # (8)
    LinkEntities: NotRequired[Sequence[str]],
  1. See ParametersTypeDef ParametersOutputTypeDef
  2. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  3. See DashboardSourceEntityTypeDef
  4. See TagTypeDef
  5. See DashboardPublishOptionsTypeDef
  6. See DashboardVersionDefinitionTypeDef DashboardVersionDefinitionOutputTypeDef
  7. See ValidationStrategyTypeDef
  8. See LinkSharingConfigurationTypeDef LinkSharingConfigurationOutputTypeDef

UpdateDashboardRequestTypeDef#

# UpdateDashboardRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateDashboardRequestTypeDef


def get_value() -> UpdateDashboardRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateDashboardRequestTypeDef definition

class UpdateDashboardRequestTypeDef(TypedDict):
    AwsAccountId: str,
    DashboardId: str,
    Name: str,
    SourceEntity: NotRequired[DashboardSourceEntityTypeDef],  # (1)
    Parameters: NotRequired[ParametersUnionTypeDef],  # (2)
    VersionDescription: NotRequired[str],
    DashboardPublishOptions: NotRequired[DashboardPublishOptionsTypeDef],  # (3)
    ThemeArn: NotRequired[str],
    Definition: NotRequired[DashboardVersionDefinitionUnionTypeDef],  # (4)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (5)
  1. See DashboardSourceEntityTypeDef
  2. See ParametersTypeDef ParametersOutputTypeDef
  3. See DashboardPublishOptionsTypeDef
  4. See DashboardVersionDefinitionTypeDef DashboardVersionDefinitionOutputTypeDef
  5. See ValidationStrategyTypeDef

CreateTemplateRequestTypeDef#

# CreateTemplateRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import CreateTemplateRequestTypeDef


def get_value() -> CreateTemplateRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# CreateTemplateRequestTypeDef definition

class CreateTemplateRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    Name: NotRequired[str],
    Permissions: NotRequired[Sequence[ResourcePermissionUnionTypeDef]],  # (1)
    SourceEntity: NotRequired[TemplateSourceEntityTypeDef],  # (2)
    Tags: NotRequired[Sequence[TagTypeDef]],  # (3)
    VersionDescription: NotRequired[str],
    Definition: NotRequired[TemplateVersionDefinitionUnionTypeDef],  # (4)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (5)
  1. See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
  2. See TemplateSourceEntityTypeDef
  3. See TagTypeDef
  4. See TemplateVersionDefinitionTypeDef TemplateVersionDefinitionOutputTypeDef
  5. See ValidationStrategyTypeDef

UpdateTemplateRequestTypeDef#

# UpdateTemplateRequestTypeDef TypedDict usage example

from types_boto3_quicksight.type_defs import UpdateTemplateRequestTypeDef


def get_value() -> UpdateTemplateRequestTypeDef:
    return {
        "AwsAccountId": ...,
    }


# UpdateTemplateRequestTypeDef definition

class UpdateTemplateRequestTypeDef(TypedDict):
    AwsAccountId: str,
    TemplateId: str,
    SourceEntity: NotRequired[TemplateSourceEntityTypeDef],  # (1)
    VersionDescription: NotRequired[str],
    Name: NotRequired[str],
    Definition: NotRequired[TemplateVersionDefinitionUnionTypeDef],  # (2)
    ValidationStrategy: NotRequired[ValidationStrategyTypeDef],  # (3)
  1. See TemplateSourceEntityTypeDef
  2. See TemplateVersionDefinitionTypeDef TemplateVersionDefinitionOutputTypeDef
  3. See ValidationStrategyTypeDef