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)
]
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)
]
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)
]
- See DecimalDatasetParameterDefaultValuesTypeDef
- 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)
]
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)
]
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)
]
- See IntegerDatasetParameterDefaultValuesTypeDef
- 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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
- See AssetBundleCloudFormationOverridePropertyConfigurationTypeDef
- 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)
]
- See DateTimeDatasetParameterDefaultValuesTypeDef
- 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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
- See S3SourceTypeDef
- 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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
- See AssetBundleImportJobOverridePermissionsTypeDef
- 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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
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)
]
- See AssetBundleImportJobOverrideParametersTypeDef
- 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)
]
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)
]
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)
]
- See TopicIRTypeDef
- 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)
]
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)
]
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)
]
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)
]
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],
- 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],
- 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)
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],
- See AggTypeType
- 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],
- See AggTypeType
- 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],
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)
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)
- 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)
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],
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],
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],
- 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],
- See AnchorTypeType
- 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)
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)
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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],
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)
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]],
- 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)
- 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)
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)
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)
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)
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],
- 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)
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- See CapabilityStateType
- 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],
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],
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)
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)
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)
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)
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],
- 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)
- 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)
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)
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)
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],
- 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)
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)
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)
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],
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)
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)
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)
- 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)
- 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]]],
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)
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)
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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],
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],
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)
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],
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)
- 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)
- 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)
- 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)
- 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)
- 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)
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,
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)
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],
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,
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],
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],
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],
- 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],
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)
- 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)
- 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,
- 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,
- 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)
- See FolderTypeType
- 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)
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,
- 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)
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)
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],
- See UserRoleType
- 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)
- 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)
- 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],
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)
- See TimeGranularityType
- 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)
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)
- See VisibilityType
- 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)
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)
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)
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],
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)
- See FolderTypeType
- 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],
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)
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],
- 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],
- 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)
- 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],
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)
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)
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)
- See BaseMapStyleTypeType
- 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]],
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)
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],
- 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],
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,
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)
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)
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)
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],
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)
- See VisibilityType
- See KPISparklineTypeType
- 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)
- 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)
- 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)
- 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)
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],
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],
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)
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)
- 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],
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],
- 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],
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)
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)
- 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)
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]],
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]],
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],
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],
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)
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)
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)
- See VisibilityType
- 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)
- 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],
- 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)
- See WidgetStatusType
- 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)
- See WidgetStatusType
- 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],
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)
- 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],
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],
- 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],
- See FileFormatType
- 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,
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]],
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]],
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)
- 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)
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)
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)
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]],
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]],
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],
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)
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)
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)
- See VisibilityType
- 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)
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)
- 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],
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],
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],
- 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)
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)
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)
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)
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]]],
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]],
- 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)
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)
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,
- 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)
- 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],
- 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],
- See WordCloudWordOrientationType
- See WordCloudWordScalingType
- See WordCloudCloudLayoutType
- See WordCloudWordCasingType
- 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],
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)
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)
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],
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],
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)
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)
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)
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)
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)
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,
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)
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)
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)
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)
- See AnalysisErrorTypeType
- 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)
- See DashboardErrorTypeType
- 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)
- See TemplateErrorTypeType
- 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],
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,
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,
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)
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)
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)
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)
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],
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)
- See AssetBundleExportJobResourceIdOverrideConfigurationTypeDef
- See AssetBundleExportJobVPCConnectionOverridePropertiesOutputTypeDef
- See AssetBundleExportJobRefreshScheduleOverridePropertiesOutputTypeDef
- See AssetBundleExportJobDataSourceOverridePropertiesOutputTypeDef
- See AssetBundleExportJobDataSetOverridePropertiesOutputTypeDef
- See AssetBundleExportJobThemeOverridePropertiesOutputTypeDef
- See AssetBundleExportJobAnalysisOverridePropertiesOutputTypeDef
- See AssetBundleExportJobDashboardOverridePropertiesOutputTypeDef
- 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)
- See AssetBundleExportJobResourceIdOverrideConfigurationTypeDef
- See AssetBundleExportJobVPCConnectionOverridePropertiesTypeDef
- See AssetBundleExportJobRefreshScheduleOverridePropertiesTypeDef
- See AssetBundleExportJobDataSourceOverridePropertiesTypeDef
- See AssetBundleExportJobDataSetOverridePropertiesTypeDef
- See AssetBundleExportJobThemeOverridePropertiesTypeDef
- See AssetBundleExportJobAnalysisOverridePropertiesTypeDef
- See AssetBundleExportJobDashboardOverridePropertiesTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
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)
- See IdentityStoreType
- 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)
- 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)
- See IdentityTypeType
- See UserRoleType
- 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)
- 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],
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],
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],
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)
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)
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]],
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]],
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See VPCConnectionResourceStatusType
- See VPCConnectionAvailabilityStatusType
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See VPCConnectionResourceStatusType
- See VPCConnectionAvailabilityStatusType
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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],
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],
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],
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],
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],
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],
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],
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)
- See TagTypeDef
- 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)
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)
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],
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See VPCConnectionResourceStatusType
- See VPCConnectionAvailabilityStatusType
- 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)
- See SucceededTopicReviewedAnswerTypeDef
- See InvalidTopicReviewedAnswerTypeDef
- 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)
- See SucceededTopicReviewedAnswerTypeDef
- See InvalidTopicReviewedAnswerTypeDef
- 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],
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)
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)
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)
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)
- See BoxPlotStyleOptionsTypeDef
- See VisibilityType
- 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)
- See PaletteTypeDef
- See PaletteTypeDef
- See PaletteTypeDef
- See PaletteTypeDef
- See PaletteTypeDef
- See PaletteTypeDef
- See PaletteTypeDef
- See PaletteTypeDef
- See PaletteTypeDef
NavbarStyleTypeDef#
# 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)
- See PaletteTypeDef
- 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],
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)
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)
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)
- See CapabilitiesTypeDef
- 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)
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)
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)
- See FilterListConfigurationOutputTypeDef
- See CustomFilterListConfigurationOutputTypeDef
- 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)
- See FilterListConfigurationTypeDef
- See CustomFilterListConfigurationTypeDef
- 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)
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)
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)
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)
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)
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)
- See DataColorTypeDef
- See ColorFillTypeType
- 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)
- See DataColorTypeDef
- See ColorFillTypeType
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
- See ConditionalFormattingCustomIconOptionsTypeDef
- 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)
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],
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)
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)
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)
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],
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)
- See GroupTypeDef
- 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)
- See GroupTypeDef
- 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],
- See GroupTypeDef
- 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],
- See GroupTypeDef
- 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],
- See GroupTypeDef
- 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)
- See GroupTypeDef
- 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)
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)
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],
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)
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)
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)
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],
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)
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)
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],
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)
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)
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],
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],
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)
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],
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],
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],
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],
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)
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)
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)
- See FieldLabelTypeTypeDef
- See DataPathLabelTypeTypeDef
- See RangeEndsLabelTypeTypeDef
- See MinimumLabelTypeTypeDef
- 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)
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],
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],
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],
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)
- See DatasetParameterValueTypeType
- See TimeGranularityType
- 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],
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],
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)
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)
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)
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)
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],
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],
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See RoleType
- 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)
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)
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)
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)
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)
- See ThemeTypeType
- 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)
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)
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)
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)
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)
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)
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)
- See FolderTypeDef
- 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)
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)
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)
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)
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)
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)
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)
- See UserTypeDef
- 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],
- See UserTypeDef
- 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)
- See UserTypeDef
- 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)
- See UserTypeDef
- 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],
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)
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)
- See IdentifierTypeDef
- See AggTypeType
- 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)
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)
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)
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)
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],
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],
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],
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],
- See FontSizeTypeDef
- See FontDecorationType
- See FontWeightTypeDef
- 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)
- 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)
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See TableBorderOptionsTypeDef
- See TableBorderOptionsTypeDef
- See TableBorderOptionsTypeDef
- See TableBorderOptionsTypeDef
- See TableBorderOptionsTypeDef
- 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)
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)
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)
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)
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],
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],
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)
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],
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)
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)
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)
- See IngestionStatusType
- See ErrorInfoTypeDef
- See RowInfoTypeDef
- See QueueInfoTypeDef
- See IngestionRequestSourceType
- 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)
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)
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)
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)
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)
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)
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],
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],
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],
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],
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],
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],
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],
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)
- See VisibilityType
- 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],
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)
- See GutterStyleTypeDef
- 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)
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)
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],
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],
- See VPCConnectionResourceStatusType
- See VPCConnectionAvailabilityStatusType
- 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],
- See VPCConnectionResourceStatusType
- See VPCConnectionAvailabilityStatusType
- 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)
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)
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)
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)
- See StringParameterOutputTypeDef
- See IntegerParameterOutputTypeDef
- See DecimalParameterOutputTypeDef
- 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)
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)
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)
- 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)
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)
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)
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)
- See ConstantTypeType
- 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)
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],
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)
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)
- See StatePersistenceConfigurationsTypeDef
- See SharedViewConfigurationsTypeDef
- 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]]],
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]]],
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)
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)
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)
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)
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],
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)
- See PaperSizeType
- See PaperOrientationType
- 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)
- 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)
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)
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)
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)
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)
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)
- See VisibilityType
- 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)
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)
- 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)
- 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)
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)
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)
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)
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)
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)
- See FailedKeyRegistrationEntryTypeDef
- See SuccessfulKeyRegistrationEntryTypeDef
- 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)
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)
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)
- See TopicTimeGranularityType
- See TopicRelativeDateFilterFunctionType
- 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)
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)
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)
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)
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)
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)
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]],
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]],
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]],
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]],
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]],
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]],
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)
- See NumericEqualityDrillDownFilterTypeDef
- See CategoryDrillDownFilterOutputTypeDef
- 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)
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)
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)
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)
- See AnonymousUserDashboardEmbeddingConfigurationEnabledFeatureType
- See AnonymousUserDashboardEmbeddingConfigurationDisabledFeatureType
- 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)
- See AssetBundleExportJobStatusType
- See AssetBundleExportJobErrorTypeDef
- See AssetBundleExportFormatType
- See AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef
- See AssetBundleExportJobValidationStrategyTypeDef
- See AssetBundleExportJobWarningTypeDef
- See IncludeFolderMembersType
- 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)
- See AssetBundleResourcePermissionsOutputTypeDef
- 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)
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)
- See AssetBundleImportJobVPCConnectionOverrideTagsOutputTypeDef
- See AssetBundleImportJobDataSourceOverrideTagsOutputTypeDef
- See AssetBundleImportJobDataSetOverrideTagsOutputTypeDef
- See AssetBundleImportJobThemeOverrideTagsOutputTypeDef
- See AssetBundleImportJobAnalysisOverrideTagsOutputTypeDef
- See AssetBundleImportJobDashboardOverrideTagsOutputTypeDef
- 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)
- See AssetBundleImportJobVPCConnectionOverrideTagsTypeDef
- See AssetBundleImportJobDataSourceOverrideTagsTypeDef
- See AssetBundleImportJobDataSetOverrideTagsTypeDef
- See AssetBundleImportJobThemeOverrideTagsTypeDef
- See AssetBundleImportJobAnalysisOverrideTagsTypeDef
- See AssetBundleImportJobDashboardOverrideTagsTypeDef
- 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)
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)
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],
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)
- See StringParameterTypeDef
- See IntegerParameterTypeDef
- See DecimalParameterTypeDef
- 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)
- See NumericEqualityDrillDownFilterTypeDef
- See CategoryDrillDownFilterTypeDef
- 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)
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)
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)
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)
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)
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],
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)
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],
- See CategoryFilterFunctionType
- See CategoryFilterTypeType
- 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],
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)
- 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)
- 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)
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)
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)
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],
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],
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)
- See CustomValuesConfigurationOutputTypeDef
- See SelectAllValueOptionsType
- 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)
- See CustomContentTypeType
- See CustomContentImageScalingConfigurationType
- 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)
- See AdHocFilteringOptionTypeDef
- See ExportToCSVOptionTypeDef
- See SheetControlsOptionTypeDef
- See DashboardVisualPublishOptionsTypeDef
- See SheetLayoutElementMaximizationOptionTypeDef
- See VisualMenuOptionTypeDef
- See VisualAxisSortOptionTypeDef
- See ExportWithHiddenFieldsOptionTypeDef
- See DataPointDrillUpDownOptionTypeDef
- See DataPointMenuLabelOptionTypeDef
- 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)
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)
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)
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],
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],
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)
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)
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)
- See DatasetParameterValueTypeType
- 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)
- See ResourcePermissionOutputTypeDef
- See LinkSharingConfigurationOutputTypeDef
- 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)
- See ResourcePermissionOutputTypeDef
- See LinkSharingConfigurationOutputTypeDef
- 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)
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)
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)
- See IdentifierTypeDef
- See AggFunctionOutputTypeDef
- See IdentifierTypeDef
- See TopicIRComparisonMethodTypeDef
- See IdentifierTypeDef
- See DisplayFormatType
- See DisplayFormatOptionsTypeDef
- 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)
- See IdentifierTypeDef
- See AggFunctionTypeDef AggFunctionOutputTypeDef
- See IdentifierTypeDef
- See TopicIRComparisonMethodTypeDef
- See IdentifierTypeDef
- See DisplayFormatType
- See DisplayFormatOptionsTypeDef
- 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)
- See TopicIRFilterTypeType
- See FilterClassType
- See IdentifierTypeDef
- See TopicIRFilterFunctionType
- See TopicConstantValueOutputTypeDef
- See NullFilterOptionType
- See AggTypeType
- See AggregationPartitionByTypeDef
- See TopicConstantValueOutputTypeDef
- See TimeGranularityType
- See TopicConstantValueOutputTypeDef
- See FilterAggMetricsTypeDef
- See TopicConstantValueOutputTypeDef
- See TopicSortDirectionType
- 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)
- See IdentifierTypeDef
- See TopicTimeGranularityType
- See TopicSortClauseTypeDef
- See DisplayFormatType
- See DisplayFormatOptionsTypeDef
- 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)
- See FilterOperationSelectedFieldsConfigurationOutputTypeDef
- 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)
- See FilterOperationSelectedFieldsConfigurationTypeDef
- 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)
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)
- See VisibilityType
- See VisibilityType
- See VisibilityType
- See DataLabelTypeTypeDef
- See DataLabelPositionType
- See DataLabelContentType
- See FontConfigurationTypeDef
- See DataLabelOverlapType
- 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)
- See VisibilityType
- See VisibilityType
- See VisibilityType
- See DataLabelTypeTypeDef
- See DataLabelPositionType
- See DataLabelContentType
- See FontConfigurationTypeDef
- See DataLabelOverlapType
- 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)
- See VisibilityType
- See VisibilityType
- See VisibilityType
- See DataLabelPositionType
- See FontConfigurationTypeDef
- 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],
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)
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],
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)
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)
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)
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)
- See QAResultTypeDef
- See QAResultTypeDef
- 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)
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)
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)
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],
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],
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],
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],
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)
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)
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)
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)
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)
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)
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)
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)
- See ImageTypeDef
- See ImageTypeDef
- 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)
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)
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],
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)
- See DatasetParameterValueTypeType
- 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],
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)
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)
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)
- See FolderTypeType
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- See TagTypeDef
- 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)
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- 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)
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- 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)
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- 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)
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- 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)
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- 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)
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- 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)
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- 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)
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- 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)
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)
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)
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)
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],
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],
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)
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)
- See NumericSeparatorConfigurationTypeDef
- See DecimalPlacesConfigurationTypeDef
- See NumberScaleType
- See NegativeValueConfigurationTypeDef
- 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)
- See NumericSeparatorConfigurationTypeDef
- See DecimalPlacesConfigurationTypeDef
- See NumberScaleType
- See NegativeValueConfigurationTypeDef
- 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)
- See NumericSeparatorConfigurationTypeDef
- See DecimalPlacesConfigurationTypeDef
- See NegativeValueConfigurationTypeDef
- 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)
- See NumericalAggregationFunctionTypeDef
- See CategoricalAggregationFunctionType
- See DateAggregationFunctionType
- 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)
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)
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)
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)
- See RedshiftIAMParametersTypeDef RedshiftIAMParametersOutputTypeDef
- 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],
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],
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)
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)
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)
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)
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)
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)
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)
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]],
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]],
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)
- See LayoutElementTypeType
- See VisibilityType
- See SheetElementRenderingRuleTypeDef
- See FreeFormLayoutElementBorderStyleTypeDef
- See FreeFormLayoutElementBorderStyleTypeDef
- See FreeFormLayoutElementBackgroundStyleTypeDef
- 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)
- See LayoutElementTypeType
- See VisibilityType
- See SheetElementRenderingRuleTypeDef
- See FreeFormLayoutElementBorderStyleTypeDef
- See FreeFormLayoutElementBorderStyleTypeDef
- See FreeFormLayoutElementBackgroundStyleTypeDef
- 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)
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)
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)
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)
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)
- See StringDatasetParameterOutputTypeDef
- See DecimalDatasetParameterOutputTypeDef
- See IntegerDatasetParameterOutputTypeDef
- 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)
- See DatasetParameterValueTypeType
- 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)
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)
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)
- See DateTimeDefaultValuesOutputTypeDef
- See TimeGranularityType
- See DateTimeValueWhenUnsetConfigurationOutputTypeDef
- 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)
- See DateTimeDefaultValuesTypeDef
- See TimeGranularityType
- See DateTimeValueWhenUnsetConfigurationTypeDef
- 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)
- See ParameterValueTypeType
- See DecimalDefaultValuesOutputTypeDef
- See DecimalValueWhenUnsetConfigurationTypeDef
- 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)
- See ParameterValueTypeType
- See DecimalDefaultValuesTypeDef
- See DecimalValueWhenUnsetConfigurationTypeDef
- 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)
- See ParameterValueTypeType
- See IntegerDefaultValuesOutputTypeDef
- See IntegerValueWhenUnsetConfigurationTypeDef
- 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)
- See ParameterValueTypeType
- See IntegerDefaultValuesTypeDef
- See IntegerValueWhenUnsetConfigurationTypeDef
- 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)
- See ParameterValueTypeType
- See StringDefaultValuesOutputTypeDef
- See StringValueWhenUnsetConfigurationTypeDef
- 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)
- See ParameterValueTypeType
- See StringDefaultValuesTypeDef
- See StringValueWhenUnsetConfigurationTypeDef
- 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)
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)
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)
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)
- See AnonymousUserDashboardEmbeddingConfigurationTypeDef
- See AnonymousUserDashboardVisualEmbeddingConfigurationTypeDef
- See AnonymousUserQSearchBarEmbeddingConfigurationTypeDef
- 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)
- See AssetBundleExportFormatType
- See AssetBundleCloudFormationOverridePropertyConfigurationTypeDef AssetBundleCloudFormationOverridePropertyConfigurationOutputTypeDef
- See AssetBundleExportJobValidationStrategyTypeDef
- 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)
- See AssetBundleImportJobDataSourceOverridePermissionsOutputTypeDef
- See AssetBundleImportJobDataSetOverridePermissionsOutputTypeDef
- See AssetBundleImportJobThemeOverridePermissionsOutputTypeDef
- See AssetBundleImportJobAnalysisOverridePermissionsOutputTypeDef
- See AssetBundleImportJobDashboardOverridePermissionsOutputTypeDef
- 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)
- See AssetBundleImportJobDataSourceOverridePermissionsTypeDef
- See AssetBundleImportJobDataSetOverridePermissionsTypeDef
- See AssetBundleImportJobThemeOverridePermissionsTypeDef
- See AssetBundleImportJobAnalysisOverridePermissionsTypeDef
- See AssetBundleImportJobDashboardOverridePermissionsTypeDef
- 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)
- See AmazonElasticsearchParametersTypeDef
- See AthenaParametersTypeDef
- See AuroraParametersTypeDef
- See AuroraPostgreSqlParametersTypeDef
- See AwsIotAnalyticsParametersTypeDef
- See JiraParametersTypeDef
- See MariaDbParametersTypeDef
- See MySqlParametersTypeDef
- See OracleParametersTypeDef
- See PostgreSqlParametersTypeDef
- See PrestoParametersTypeDef
- See RdsParametersTypeDef
- See RedshiftParametersOutputTypeDef
- See S3ParametersTypeDef
- See ServiceNowParametersTypeDef
- See SnowflakeParametersTypeDef
- See SparkParametersTypeDef
- See SqlServerParametersTypeDef
- See TeradataParametersTypeDef
- See TwitterParametersTypeDef
- See AmazonOpenSearchParametersTypeDef
- See ExasolParametersTypeDef
- See DatabricksParametersTypeDef
- See StarburstParametersTypeDef
- See TrinoParametersTypeDef
- 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)
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)
- See DatasetParameterValueTypeType
- See TimeGranularityType
- 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)
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)
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)
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)
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],
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)
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)
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)
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)
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)
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)
- See TopicIRFilterTypeType
- See FilterClassType
- See IdentifierTypeDef
- See TopicIRFilterFunctionType
- See TopicConstantValueTypeDef TopicConstantValueOutputTypeDef
- See NullFilterOptionType
- See AggTypeType
- See AggregationPartitionByTypeDef
- See TopicConstantValueTypeDef TopicConstantValueOutputTypeDef
- See TimeGranularityType
- See TopicConstantValueTypeDef TopicConstantValueOutputTypeDef
- See FilterAggMetricsTypeDef
- See TopicConstantValueTypeDef TopicConstantValueOutputTypeDef
- See TopicSortDirectionType
- 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)
- See ProjectOperationOutputTypeDef
- See FilterOperationTypeDef
- See CreateColumnsOperationOutputTypeDef
- See RenameColumnOperationTypeDef
- See CastColumnTypeOperationTypeDef
- See TagColumnOperationOutputTypeDef
- See UntagColumnOperationOutputTypeDef
- 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)
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)
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)
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)
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)
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],
- See ColumnDataRoleType
- See TopicTimeGranularityType
- See DefaultFormattingTypeDef
- See DefaultAggregationType
- See ComparativeOrderOutputTypeDef
- See SemanticTypeOutputTypeDef
- See AuthorSpecifiedAggregationType
- See AuthorSpecifiedAggregationType
- 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],
- See ColumnDataRoleType
- See TopicTimeGranularityType
- See DefaultFormattingTypeDef
- See DefaultAggregationType
- See ComparativeOrderTypeDef
- See SemanticTypeTypeDef
- See AuthorSpecifiedAggregationType
- See AuthorSpecifiedAggregationType
- 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],
- See ColumnDataRoleType
- See DefaultAggregationType
- See ComparativeOrderOutputTypeDef
- See SemanticTypeOutputTypeDef
- See TopicTimeGranularityType
- See AuthorSpecifiedAggregationType
- See AuthorSpecifiedAggregationType
- See DefaultFormattingTypeDef
- 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],
- See ColumnDataRoleType
- See DefaultAggregationType
- See ComparativeOrderTypeDef
- See SemanticTypeTypeDef
- See TopicTimeGranularityType
- See AuthorSpecifiedAggregationType
- See AuthorSpecifiedAggregationType
- See DefaultFormattingTypeDef
- 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)
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)
- See VisibilityType
- See VisibilityType
- 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)
- See VisibilityType
- See VisibilityType
- 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],
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)
- See LabelOptionsTypeDef
- See SheetControlInfoIconLabelOptionsTypeDef
- See VisibilityType
- See VisibilityType
DropDownControlDisplayOptionsTypeDef#
# 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)
- See ListControlSelectAllOptionsTypeDef
- See LabelOptionsTypeDef
- 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)
- See VisibilityType
- See LabelOptionsTypeDef
- See LegendPositionType
- 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)
- See ListControlSearchOptionsTypeDef
- See ListControlSelectAllOptionsTypeDef
- See LabelOptionsTypeDef
- 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)
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)
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)
- See LabelOptionsTypeDef
- See TextControlPlaceholderOptionsTypeDef
- 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)
- See LabelOptionsTypeDef
- See TextControlPlaceholderOptionsTypeDef
- 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],
- See PanelTitleOptionsTypeDef
- See VisibilityType
- See PanelBorderStyleType
- See VisibilityType
- 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)
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)
- See GeospatialSelectedPointStyleType
- See ClusterMarkerConfigurationTypeDef
- 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)
- See GeospatialSelectedPointStyleType
- See ClusterMarkerConfigurationTypeDef
- 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)
- See GeospatialSolidColorTypeDef
- See GeospatialGradientColorOutputTypeDef
- 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)
- See GeospatialSolidColorTypeDef
- See GeospatialGradientColorTypeDef
- 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)
- See VisibilityType
- See FontConfigurationTypeDef
- See TextWrapType
- See HorizontalTextAlignmentType
- See VerticalTextAlignmentType
- 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)
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)
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)
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)
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)
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)
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)
- See ImageSetTypeDef
- 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)
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)
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)
- See DataColorPaletteOutputTypeDef
- See UIColorPaletteTypeDef
- See SheetStyleTypeDef
- 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)
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)
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)
- See NumberDisplayFormatConfigurationTypeDef
- See CurrencyDisplayFormatConfigurationTypeDef
- 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)
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)
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)
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)
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)
- See FilterClassType
- See NamedFilterTypeType
- See TopicCategoryFilterOutputTypeDef
- See TopicNumericEqualityFilterTypeDef
- See TopicNumericRangeFilterTypeDef
- See TopicDateRangeFilterTypeDef
- 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)
- See FilterClassType
- See NamedFilterTypeType
- See TopicCategoryFilterTypeDef
- See TopicNumericEqualityFilterTypeDef
- See TopicNumericRangeFilterTypeDef
- See TopicDateRangeFilterTypeDef
- 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)
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)
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)
- See RegisteredUserDashboardEmbeddingConfigurationTypeDef
- See RegisteredUserQuickSightConsoleEmbeddingConfigurationTypeDef
- See RegisteredUserQSearchBarEmbeddingConfigurationTypeDef
- See RegisteredUserDashboardVisualEmbeddingConfigurationTypeDef
- 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)
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)
- See RelationalTableTypeDef RelationalTableOutputTypeDef
- See CustomSqlTypeDef CustomSqlOutputTypeDef
- 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)
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)
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)
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)
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)
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)
- See SnapshotFileGroupOutputTypeDef
- See SnapshotDestinationConfigurationOutputTypeDef
- 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)
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)
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)
- See StringParameterDeclarationOutputTypeDef
- See DecimalParameterDeclarationOutputTypeDef
- See IntegerParameterDeclarationOutputTypeDef
- 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)
- See StringParameterDeclarationTypeDef
- See DecimalParameterDeclarationTypeDef
- See IntegerParameterDeclarationTypeDef
- 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)
- See ExplicitHierarchyOutputTypeDef
- See DateTimeHierarchyOutputTypeDef
- 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]],
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)
- See DataSourceParametersOutputTypeDef
- See VpcConnectionPropertiesTypeDef
- See SslPropertiesTypeDef
- 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],
- See DataSourceTypeType
- See ResourceStatusType
- See DataSourceParametersOutputTypeDef
- See DataSourceParametersOutputTypeDef
- See VpcConnectionPropertiesTypeDef
- See SslPropertiesTypeDef
- 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)
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)
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)
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)
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)
- See PivotTableFieldOptionTypeDef
- See PivotTableDataPathOptionOutputTypeDef
- 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)
- See PivotTableFieldOptionTypeDef
- See PivotTableDataPathOptionTypeDef
- 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)
- See ContributionAnalysisFactorTypeDef
- See ContributionAnalysisTimeRangesOutputTypeDef
- See ContributionAnalysisDirectionType
- 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],
- See AxisTickLabelOptionsTypeDef
- See VisibilityType
- See VisibilityType
- See AxisDataOptionsOutputTypeDef
- 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],
- See AxisTickLabelOptionsTypeDef
- See VisibilityType
- See VisibilityType
- See AxisDataOptionsTypeDef
- 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)
- See SheetControlDateTimePickerTypeType
- See DateTimePickerControlDisplayOptionsTypeDef
- 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)
- See DateTimePickerControlDisplayOptionsTypeDef
- See SheetControlDateTimePickerTypeType
- 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)
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)
- See DropDownControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See FilterSelectableValuesOutputTypeDef
- 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)
- See DropDownControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See FilterSelectableValuesTypeDef
- 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)
- See DropDownControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See FilterSelectableValuesOutputTypeDef
- See CascadingControlConfigurationOutputTypeDef
- 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)
- See DropDownControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See FilterSelectableValuesTypeDef
- See CascadingControlConfigurationTypeDef
- 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)
- See DropDownControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See ParameterSelectableValuesOutputTypeDef
- See CascadingControlConfigurationOutputTypeDef
- 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)
- See DropDownControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See ParameterSelectableValuesTypeDef
- See CascadingControlConfigurationTypeDef
- 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)
- See ListControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- 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)
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)
- See ListControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See FilterSelectableValuesOutputTypeDef
- 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)
- See ListControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See FilterSelectableValuesTypeDef
- 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)
- See ListControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See ParameterSelectableValuesOutputTypeDef
- 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)
- See ListControlDisplayOptionsTypeDef
- See SheetControlListTypeType
- See ParameterSelectableValuesTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See PanelConfigurationTypeDef
- See SmallMultiplesAxisPropertiesTypeDef
- 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)
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)
- See GeospatialColorOutputTypeDef
- See GeospatialColorOutputTypeDef
- See GeospatialLineWidthTypeDef
- 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)
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)
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)
- See GeospatialColorTypeDef
- See GeospatialColorTypeDef
- See GeospatialLineWidthTypeDef
- 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)
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)
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],
- See PivotTableMetricPlacementType
- See VisibilityType
- See VisibilityType
- See VisibilityType
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See RowAlternateColorOptionsOutputTypeDef
- See VisibilityType
- See PivotTableRowsLayoutType
- 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],
- See PivotTableMetricPlacementType
- See VisibilityType
- See VisibilityType
- See VisibilityType
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See RowAlternateColorOptionsTypeDef
- See VisibilityType
- See PivotTableRowsLayoutType
- 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)
- See VisibilityType
- See TableTotalsPlacementType
- See TableTotalsScrollStatusType
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- 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)
- See VisibilityType
- See TableTotalsPlacementType
- See TableTotalsScrollStatusType
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- 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)
- See VisibilityType
- See PivotTableSubtotalLevelType
- See PivotTableFieldSubtotalOptionsTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- 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)
- See VisibilityType
- See PivotTableSubtotalLevelType
- See PivotTableFieldSubtotalOptionsTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- 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)
- See TableOrientationType
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- 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)
- See TableOrientationType
- See TableCellStyleTypeDef
- See TableCellStyleTypeDef
- 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)
- See VisibilityType
- See TableTotalsPlacementType
- See TableTotalsScrollStatusType
- See TableCellStyleTypeDef
- 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)
- See VisibilityType
- See TableTotalsPlacementType
- See TableTotalsScrollStatusType
- See TableCellStyleTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
- See ConditionalFormattingColorOutputTypeDef
- See ConditionalFormattingColorOutputTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
- See ConditionalFormattingColorTypeDef
- See ConditionalFormattingColorTypeDef
- 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)
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)
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)
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)
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See FieldSortTypeDef
- 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)
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)
- See FieldSortTypeDef
- See ColumnSortTypeDef
- 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)
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)
- See ReferenceLineStaticDataConfigurationTypeDef
- See ReferenceLineDynamicDataConfigurationTypeDef
- See AxisBindingType
- 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)
- See DataAggregationTypeDef
- See TopicFilterOutputTypeDef
- See TopicColumnOutputTypeDef
- See TopicCalculatedFieldOutputTypeDef
- 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)
- See DataAggregationTypeDef
- See TopicFilterTypeDef
- See TopicColumnTypeDef
- See TopicCalculatedFieldTypeDef
- 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)
- See AmazonElasticsearchParametersTypeDef
- See AthenaParametersTypeDef
- See AuroraParametersTypeDef
- See AuroraPostgreSqlParametersTypeDef
- See AwsIotAnalyticsParametersTypeDef
- See JiraParametersTypeDef
- See MariaDbParametersTypeDef
- See MySqlParametersTypeDef
- See OracleParametersTypeDef
- See PostgreSqlParametersTypeDef
- See PrestoParametersTypeDef
- See RdsParametersTypeDef
- See RedshiftParametersTypeDef RedshiftParametersOutputTypeDef
- See S3ParametersTypeDef
- See ServiceNowParametersTypeDef
- See SnowflakeParametersTypeDef
- See SparkParametersTypeDef
- See SqlServerParametersTypeDef
- See TeradataParametersTypeDef
- See TwitterParametersTypeDef
- See AmazonOpenSearchParametersTypeDef
- See ExasolParametersTypeDef
- See DatabricksParametersTypeDef
- See StarburstParametersTypeDef
- See TrinoParametersTypeDef
- 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)
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)
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]],
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]],
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)
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)
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)
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)
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)
- See SnapshotUserConfigurationRedactedTypeDef
- See SnapshotConfigurationOutputTypeDef
- See SnapshotJobStatusType
- 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)
- See AssetBundleImportJobResourceIdOverrideConfigurationTypeDef
- See AssetBundleImportJobVPCConnectionOverrideParametersOutputTypeDef
- See AssetBundleImportJobRefreshScheduleOverrideParametersOutputTypeDef
- See AssetBundleImportJobDataSourceOverrideParametersOutputTypeDef
- See AssetBundleImportJobDataSetOverrideParametersTypeDef
- See AssetBundleImportJobThemeOverrideParametersTypeDef
- See AssetBundleImportJobAnalysisOverrideParametersTypeDef
- See AssetBundleImportJobDashboardOverrideParametersTypeDef
- 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)
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],
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)
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)
- See StringDatasetParameterTypeDef StringDatasetParameterOutputTypeDef
- See DecimalDatasetParameterTypeDef DecimalDatasetParameterOutputTypeDef
- See IntegerDatasetParameterTypeDef IntegerDatasetParameterOutputTypeDef
- 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)
- See ProjectOperationTypeDef ProjectOperationOutputTypeDef
- See FilterOperationTypeDef
- See CreateColumnsOperationTypeDef CreateColumnsOperationOutputTypeDef
- See RenameColumnOperationTypeDef
- See CastColumnTypeOperationTypeDef
- See TagColumnOperationTypeDef TagColumnOperationOutputTypeDef
- See UntagColumnOperationTypeDef UntagColumnOperationOutputTypeDef
- 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)
- See TopicIRFilterOptionTypeDef TopicIRFilterOptionOutputTypeDef
- 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)
- See PhysicalTableOutputTypeDef
- See LogicalTableOutputTypeDef
- See OutputColumnTypeDef
- See DataSetImportModeType
- See ColumnGroupOutputTypeDef
- See FieldFolderOutputTypeDef
- See RowLevelPermissionDataSetTypeDef
- See RowLevelPermissionTagConfigurationOutputTypeDef
- See ColumnLevelPermissionRuleOutputTypeDef
- See DataSetUsageConfigurationTypeDef
- See DatasetParameterOutputTypeDef
- 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)
- See CustomActionNavigationOperationTypeDef
- See CustomActionURLOperationTypeDef
- 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)
- See CustomActionFilterOperationOutputTypeDef
- See CustomActionNavigationOperationTypeDef
- See CustomActionURLOperationTypeDef
- 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)
- See CustomActionFilterOperationOutputTypeDef
- See CustomActionNavigationOperationTypeDef
- See CustomActionURLOperationTypeDef
- 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)
- See TopicIRMetricOutputTypeDef
- See TopicIRGroupByTypeDef
- See TopicIRFilterOptionOutputTypeDef
- See TopicSortClauseTypeDef
- See TopicIRContributionAnalysisOutputTypeDef
- 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)
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)
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)
- See DefaultDateTimePickerControlOptionsTypeDef
- See DefaultFilterListControlOptionsOutputTypeDef
- See DefaultFilterDropDownControlOptionsOutputTypeDef
- See DefaultTextFieldControlOptionsTypeDef
- See DefaultTextAreaControlOptionsTypeDef
- See DefaultSliderControlOptionsTypeDef
- 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)
- See DefaultDateTimePickerControlOptionsTypeDef
- See DefaultFilterListControlOptionsTypeDef
- See DefaultFilterDropDownControlOptionsTypeDef
- See DefaultTextFieldControlOptionsTypeDef
- See DefaultTextAreaControlOptionsTypeDef
- See DefaultSliderControlOptionsTypeDef
- 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)
- See FilterDateTimePickerControlTypeDef
- See FilterListControlOutputTypeDef
- See FilterDropDownControlOutputTypeDef
- See FilterTextFieldControlTypeDef
- See FilterTextAreaControlTypeDef
- See FilterSliderControlTypeDef
- See FilterRelativeDateTimeControlTypeDef
- 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)
- See FilterDateTimePickerControlTypeDef
- See FilterListControlTypeDef
- See FilterDropDownControlTypeDef
- See FilterTextFieldControlTypeDef
- See FilterTextAreaControlTypeDef
- See FilterSliderControlTypeDef
- See FilterRelativeDateTimeControlTypeDef
- 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)
- See ParameterDateTimePickerControlTypeDef
- See ParameterListControlOutputTypeDef
- See ParameterDropDownControlOutputTypeDef
- See ParameterTextFieldControlTypeDef
- See ParameterTextAreaControlTypeDef
- 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)
- See ParameterDateTimePickerControlTypeDef
- See ParameterListControlTypeDef
- See ParameterDropDownControlTypeDef
- See ParameterTextFieldControlTypeDef
- See ParameterTextAreaControlTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
- See SubtotalOptionsOutputTypeDef
- See SubtotalOptionsOutputTypeDef
- See PivotTotalOptionsOutputTypeDef
- 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)
- See SubtotalOptionsTypeDef
- See SubtotalOptionsTypeDef
- See PivotTotalOptionsTypeDef
- 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)
- See GaugeChartPrimaryValueConditionalFormattingOutputTypeDef
- 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)
- See KPIPrimaryValueConditionalFormattingOutputTypeDef
- See KPIProgressBarConditionalFormattingOutputTypeDef
- See KPIActualValueConditionalFormattingOutputTypeDef
- 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)
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)
- See TextConditionalFormatOutputTypeDef
- See PivotTableConditionalFormattingScopeTypeDef
- 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)
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)
- See GaugeChartPrimaryValueConditionalFormattingTypeDef
- 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)
- See KPIPrimaryValueConditionalFormattingTypeDef
- See KPIProgressBarConditionalFormattingTypeDef
- See KPIActualValueConditionalFormattingTypeDef
- 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)
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)
- See TextConditionalFormatTypeDef
- See PivotTableConditionalFormattingScopeTypeDef
- 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)
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)
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)
- See BrandStatusType
- See BrandVersionStatusType
- 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)
- See ThemeVersionTypeDef
- 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)
- See ThemeConfigurationTypeDef ThemeConfigurationOutputTypeDef
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- 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)
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)
- See PrimaryValueDisplayTypeType
- See ComparisonConfigurationTypeDef
- See ArcAxisConfigurationTypeDef
- See ArcConfigurationTypeDef
- 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)
- See ProgressBarOptionsTypeDef
- See TrendArrowOptionsTypeDef
- See SecondaryValueOptionsTypeDef
- See ComparisonConfigurationTypeDef
- See PrimaryValueDisplayTypeType
- See FontConfigurationTypeDef
- See FontConfigurationTypeDef
- See KPISparklineOptionsTypeDef
- 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)
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)
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)
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)
- See ColumnIdentifierTypeDef
- See NumericalAggregationFunctionTypeDef
- 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)
- See ReferenceLineValueLabelConfigurationTypeDef
- See ReferenceLineCustomLabelConfigurationTypeDef
- See FontConfigurationTypeDef
- See ReferenceLineLabelHorizontalPositionType
- 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)
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)
- See ColumnIdentifierTypeDef
- See CategoricalAggregationFunctionType
- 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)
- See StringFormatConfigurationTypeDef
- See NumberFormatConfigurationTypeDef
- 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)
- See BodySectionDynamicCategoryDimensionConfigurationOutputTypeDef
- 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)
- See BodySectionDynamicCategoryDimensionConfigurationTypeDef
- 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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
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)
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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
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)
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)
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)
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)
- See FieldSortOptionsTypeDef
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- 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)
- See FieldSortOptionsTypeDef
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- 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)
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)
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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
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)
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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
- See FieldSortOptionsTypeDef
- See ItemsLimitConfigurationTypeDef
- See FieldSortOptionsTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See VisibilityType
- See TooltipTitleTypeType
- 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)
- See VisibilityType
- See TooltipTitleTypeType
- 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)
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)
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)
- See DataSourceParametersTypeDef
- See VpcConnectionPropertiesTypeDef
- See SslPropertiesTypeDef
- 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)
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)
- See DefaultInteractiveLayoutConfigurationTypeDef
- See DefaultPaginatedLayoutConfigurationTypeDef
- 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)
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)
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)
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)
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)
- See SnapshotUserConfigurationTypeDef
- 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)
- See AssetBundleImportJobStatusType
- See AssetBundleImportJobErrorTypeDef
- See AssetBundleImportJobErrorTypeDef
- See AssetBundleImportSourceDescriptionTypeDef
- See AssetBundleImportJobOverrideParametersOutputTypeDef
- See AssetBundleImportFailureActionType
- See AssetBundleImportJobOverridePermissionsOutputTypeDef
- See AssetBundleImportJobOverrideTagsOutputTypeDef
- See AssetBundleImportJobOverrideValidationStrategyTypeDef
- See AssetBundleImportJobWarningTypeDef
- 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)
- See CustomActionNavigationOperationTypeDef
- See CustomActionURLOperationTypeDef
- 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)
- See CustomActionFilterOperationTypeDef
- See CustomActionNavigationOperationTypeDef
- See CustomActionURLOperationTypeDef
- 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)
- See CustomActionFilterOperationTypeDef
- See CustomActionNavigationOperationTypeDef
- See CustomActionURLOperationTypeDef
- 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)
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)
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)
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)
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]]],
- See VisualRoleType
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See BrandDefinitionTypeDef
- 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)
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)
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)
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)
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)
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)
- See ThemeTypeDef
- 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)
- See WidgetStatusType
- See ReferenceLineDataConfigurationTypeDef
- See ReferenceLineStyleConfigurationTypeDef
- 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)
- See NumericalDimensionFieldTypeDef
- See CategoricalDimensionFieldTypeDef
- 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)
- See NumericalMeasureFieldTypeDef
- See CategoricalMeasureFieldTypeDef
- See DateMeasureFieldTypeDef
- 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)
- See ColumnIdentifierTypeDef
- See FormatConfigurationTypeDef
- See ColumnRoleType
- 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)
- See ColumnIdentifierTypeDef
- See FormatConfigurationTypeDef
- See ColumnRoleType
- 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)
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]],
- See BodySectionRepeatDimensionConfigurationOutputTypeDef
- 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]],
- See BodySectionRepeatDimensionConfigurationTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
- See AssetBundleImportJobResourceIdOverrideConfigurationTypeDef
- See AssetBundleImportJobVPCConnectionOverrideParametersTypeDef
- See AssetBundleImportJobRefreshScheduleOverrideParametersTypeDef
- See AssetBundleImportJobDataSourceOverrideParametersTypeDef
- See AssetBundleImportJobDataSetOverrideParametersTypeDef
- See AssetBundleImportJobThemeOverrideParametersTypeDef
- See AssetBundleImportJobAnalysisOverrideParametersTypeDef
- See AssetBundleImportJobDashboardOverrideParametersTypeDef
- 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)
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)
- See SnapshotJobStatusType
- See SnapshotJobResultTypeDef
- See SnapshotJobErrorInfoTypeDef
- 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)
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)
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)
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)
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)
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)
- See ContributionAnalysisFactorTypeDef
- See ContributionAnalysisTimeRangesTypeDef ContributionAnalysisTimeRangesOutputTypeDef
- See ContributionAnalysisDirectionType
- 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)
- See SheetImageSourceTypeDef
- See SheetImageScalingConfigurationTypeDef
- See SheetImageTooltipConfigurationTypeDef
- See ImageInteractionOptionsTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See CustomContentConfigurationTypeDef
- 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)
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)
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)
- See ColumnIdentifierTypeDef
- See CategoryFilterConfigurationOutputTypeDef
- 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)
- See ColumnIdentifierTypeDef
- See CategoryFilterConfigurationOutputTypeDef
- 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)
- See ColumnIdentifierTypeDef
- See NumericFilterSelectAllOptionsType
- See NumericEqualityMatchOperatorType
- See AggregationFunctionTypeDef
- See FilterNullOptionType
- 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)
- See ColumnIdentifierTypeDef
- See NumericRangeFilterValueTypeDef
- See NumericRangeFilterValueTypeDef
- See NumericFilterSelectAllOptionsType
- See AggregationFunctionTypeDef
- See FilterNullOptionType
- 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)
- See ColumnIdentifierTypeDef
- See AnchorDateConfigurationTypeDef
- See TimeGranularityType
- See TimeGranularityType
- See RelativeDateTypeType
- See FilterNullOptionType
- See ExcludePeriodConfigurationTypeDef
- 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)
- See ColumnIdentifierTypeDef
- See TimeGranularityType
- See RollingDateConfigurationTypeDef
- 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)
- See ColumnIdentifierTypeDef
- See TimeRangeFilterValueOutputTypeDef
- See TimeRangeFilterValueOutputTypeDef
- See FilterNullOptionType
- See ExcludePeriodConfigurationTypeDef
- See TimeGranularityType
- 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)
- See ColumnIdentifierTypeDef
- See AggregationSortConfigurationTypeDef
- See TimeGranularityType
- 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)
- See ColumnIdentifierTypeDef
- See CategoryFilterConfigurationTypeDef
- 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)
- See ColumnIdentifierTypeDef
- See CategoryFilterConfigurationTypeDef
- 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)
- See ColumnIdentifierTypeDef
- See NumericFilterSelectAllOptionsType
- See NumericEqualityMatchOperatorType
- See AggregationFunctionTypeDef
- See FilterNullOptionType
- 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)
- See ColumnIdentifierTypeDef
- See NumericRangeFilterValueTypeDef
- See NumericRangeFilterValueTypeDef
- See NumericFilterSelectAllOptionsType
- See AggregationFunctionTypeDef
- See FilterNullOptionType
- 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)
- See ColumnIdentifierTypeDef
- See AnchorDateConfigurationTypeDef
- See TimeGranularityType
- See TimeGranularityType
- See RelativeDateTypeType
- See FilterNullOptionType
- See ExcludePeriodConfigurationTypeDef
- 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)
- See ColumnIdentifierTypeDef
- See TimeGranularityType
- See RollingDateConfigurationTypeDef
- 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)
- See ColumnIdentifierTypeDef
- See TimeRangeFilterValueTypeDef
- See TimeRangeFilterValueTypeDef
- See FilterNullOptionType
- See ExcludePeriodConfigurationTypeDef
- See TimeGranularityType
- 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)
- See ColumnIdentifierTypeDef
- See AggregationSortConfigurationTypeDef
- See TimeGranularityType
- 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)
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)
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)
- See GeospatialPointLayerOutputTypeDef
- See GeospatialLineLayerOutputTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- See DimensionFieldTypeDef
- 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)
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- See DimensionFieldTypeDef
- 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)
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)
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)
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)
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)
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)
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],
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)
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)
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)
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)
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)
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)
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)
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)
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],
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)
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)
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)
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)
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)
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)
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)
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- See DimensionFieldTypeDef
- 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)
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- See DimensionFieldTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See MeasureFieldTypeDef
- See MeasureFieldTypeDef
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- 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)
- See MeasureFieldTypeDef
- See MeasureFieldTypeDef
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- 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)
- See DimensionFieldTypeDef
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- See DimensionFieldTypeDef
- 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)
- See DimensionFieldTypeDef
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- See DimensionFieldTypeDef
- 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)
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)
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)
- See DimensionFieldTypeDef
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- See TopBottomSortOrderType
- 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],
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)
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)
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)
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)
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)
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)
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)
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)
- See PluginVisualAxisNameType
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- 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)
- See PluginVisualAxisNameType
- See DimensionFieldTypeDef
- See MeasureFieldTypeDef
- 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)
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)
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)
- See BodySectionContentOutputTypeDef
- See SectionStyleTypeDef
- See SectionPageBreakConfigurationTypeDef
- 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)
- See BodySectionContentTypeDef
- See SectionStyleTypeDef
- See SectionPageBreakConfigurationTypeDef
- 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]],
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)
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],
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)
- See SheetImageSourceTypeDef
- See SheetImageScalingConfigurationTypeDef
- See SheetImageTooltipConfigurationTypeDef
- See ImageInteractionOptionsTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See CustomContentConfigurationTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See GaugeChartFieldWellsOutputTypeDef
- See GaugeChartOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See TooltipOptionsOutputTypeDef
- See VisualPaletteOutputTypeDef
- See GaugeChartColorConfigurationTypeDef
- 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)
- See GaugeChartFieldWellsTypeDef
- See GaugeChartOptionsTypeDef
- See DataLabelOptionsTypeDef
- See TooltipOptionsTypeDef
- See VisualPaletteTypeDef
- See GaugeChartColorConfigurationTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
- See KPIFieldWellsOutputTypeDef
- See KPISortConfigurationOutputTypeDef
- See KPIOptionsTypeDef
- 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)
- See KPIFieldWellsTypeDef
- See KPISortConfigurationTypeDef
- See KPIOptionsTypeDef
- 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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
- See ScatterPlotCategoricallyAggregatedFieldWellsOutputTypeDef
- 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)
- See ScatterPlotCategoricallyAggregatedFieldWellsTypeDef
- 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)
- See TopBottomRankedComputationTypeDef
- See TopBottomMoversComputationTypeDef
- See TotalAggregationComputationTypeDef
- See MaximumMinimumComputationTypeDef
- See MetricComparisonComputationTypeDef
- See PeriodOverPeriodComputationTypeDef
- See PeriodToDateComputationTypeDef
- See GrowthRateComputationTypeDef
- See UniqueValuesComputationTypeDef
- 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)
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)
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)
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)
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)
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)
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)
- See PluginVisualFieldWellOutputTypeDef
- See PluginVisualOptionsOutputTypeDef
- 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)
- See PluginVisualFieldWellTypeDef
- See PluginVisualOptionsTypeDef
- 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)
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)
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)
- See HeaderFooterSectionConfigurationOutputTypeDef
- See BodySectionConfigurationOutputTypeDef
- See HeaderFooterSectionConfigurationOutputTypeDef
- 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)
- See HeaderFooterSectionConfigurationTypeDef
- See BodySectionConfigurationTypeDef
- See HeaderFooterSectionConfigurationTypeDef
- 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)
- See AssetBundleImportSourceTypeDef
- See AssetBundleImportJobOverrideParametersTypeDef AssetBundleImportJobOverrideParametersOutputTypeDef
- See AssetBundleImportFailureActionType
- See AssetBundleImportJobOverridePermissionsTypeDef AssetBundleImportJobOverridePermissionsOutputTypeDef
- See AssetBundleImportJobOverrideTagsTypeDef AssetBundleImportJobOverrideTagsOutputTypeDef
- 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]],
- See DataSourceTypeType
- See DataSourceParametersTypeDef DataSourceParametersOutputTypeDef
- See DataSourceCredentialsTypeDef
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- See VpcConnectionPropertiesTypeDef
- See SslPropertiesTypeDef
- 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)
- See DataSourceParametersTypeDef DataSourceParametersOutputTypeDef
- See DataSourceCredentialsTypeDef
- See VpcConnectionPropertiesTypeDef
- 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)
- See PhysicalTableTypeDef PhysicalTableOutputTypeDef
- See DataSetImportModeType
- See LogicalTableTypeDef LogicalTableOutputTypeDef
- See ColumnGroupTypeDef ColumnGroupOutputTypeDef
- See FieldFolderTypeDef FieldFolderOutputTypeDef
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- See RowLevelPermissionDataSetTypeDef
- See RowLevelPermissionTagConfigurationTypeDef RowLevelPermissionTagConfigurationOutputTypeDef
- See ColumnLevelPermissionRuleTypeDef ColumnLevelPermissionRuleOutputTypeDef
- See TagTypeDef
- See DataSetUsageConfigurationTypeDef
- See DatasetParameterTypeDef DatasetParameterOutputTypeDef
- 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)
- See PhysicalTableTypeDef PhysicalTableOutputTypeDef
- See DataSetImportModeType
- See LogicalTableTypeDef LogicalTableOutputTypeDef
- See ColumnGroupTypeDef ColumnGroupOutputTypeDef
- See FieldFolderTypeDef FieldFolderOutputTypeDef
- See RowLevelPermissionDataSetTypeDef
- See RowLevelPermissionTagConfigurationTypeDef RowLevelPermissionTagConfigurationOutputTypeDef
- See ColumnLevelPermissionRuleTypeDef ColumnLevelPermissionRuleOutputTypeDef
- See DataSetUsageConfigurationTypeDef
- See DatasetParameterTypeDef DatasetParameterOutputTypeDef
- 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)
- See TopicIRMetricTypeDef TopicIRMetricOutputTypeDef
- See TopicIRGroupByTypeDef
- See TopicIRFilterOptionTypeDef TopicIRFilterOptionOutputTypeDef
- See TopicSortClauseTypeDef
- See TopicIRContributionAnalysisTypeDef TopicIRContributionAnalysisOutputTypeDef
- 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)
- See ResourceStatusType
- See AnalysisErrorTypeDef
- 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)
- See DashboardErrorTypeDef
- See ResourceStatusType
- 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)
- See TemplateErrorTypeDef
- See ResourceStatusType
- See DataSetConfigurationOutputTypeDef
- 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)
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)
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)
- See BarChartFieldWellsOutputTypeDef
- See BarChartSortConfigurationOutputTypeDef
- See BarChartOrientationType
- See BarsArrangementType
- See VisualPaletteOutputTypeDef
- See SmallMultiplesOptionsTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See TooltipOptionsOutputTypeDef
- See ReferenceLineTypeDef
- See ContributionAnalysisDefaultOutputTypeDef
- 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)
- See BarChartFieldWellsTypeDef
- See BarChartSortConfigurationTypeDef
- See BarChartOrientationType
- See BarsArrangementType
- See VisualPaletteTypeDef
- See SmallMultiplesOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsTypeDef
- See TooltipOptionsTypeDef
- See ReferenceLineTypeDef
- See ContributionAnalysisDefaultTypeDef
- 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)
- See BoxPlotFieldWellsOutputTypeDef
- See BoxPlotSortConfigurationOutputTypeDef
- See BoxPlotOptionsTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See LegendOptionsTypeDef
- See TooltipOptionsOutputTypeDef
- See ReferenceLineTypeDef
- See VisualPaletteOutputTypeDef
- 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)
- See BoxPlotFieldWellsTypeDef
- See BoxPlotSortConfigurationTypeDef
- See BoxPlotOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See LegendOptionsTypeDef
- See TooltipOptionsTypeDef
- See ReferenceLineTypeDef
- See VisualPaletteTypeDef
- 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)
- See ComboChartFieldWellsOutputTypeDef
- See ComboChartSortConfigurationOutputTypeDef
- See BarsArrangementType
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See SingleAxisOptionsTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See DataLabelOptionsOutputTypeDef
- See TooltipOptionsOutputTypeDef
- See ReferenceLineTypeDef
- See VisualPaletteOutputTypeDef
- 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)
- See ComboChartFieldWellsTypeDef
- See ComboChartSortConfigurationTypeDef
- See BarsArrangementType
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See SingleAxisOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsTypeDef
- See DataLabelOptionsTypeDef
- See TooltipOptionsTypeDef
- See ReferenceLineTypeDef
- See VisualPaletteTypeDef
- 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)
- See FilledMapFieldWellsOutputTypeDef
- See FilledMapSortConfigurationOutputTypeDef
- See LegendOptionsTypeDef
- See TooltipOptionsOutputTypeDef
- See GeospatialWindowOptionsTypeDef
- See GeospatialMapStyleOptionsTypeDef
- 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)
- See FilledMapFieldWellsTypeDef
- See FilledMapSortConfigurationTypeDef
- See LegendOptionsTypeDef
- See TooltipOptionsTypeDef
- See GeospatialWindowOptionsTypeDef
- See GeospatialMapStyleOptionsTypeDef
- 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)
- See FunnelChartFieldWellsOutputTypeDef
- See FunnelChartSortConfigurationOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See TooltipOptionsOutputTypeDef
- See FunnelChartDataLabelOptionsTypeDef
- See VisualPaletteOutputTypeDef
- 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)
- See FunnelChartFieldWellsTypeDef
- See FunnelChartSortConfigurationTypeDef
- See ChartAxisLabelOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See TooltipOptionsTypeDef
- See FunnelChartDataLabelOptionsTypeDef
- See VisualPaletteTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See GaugeChartConfigurationOutputTypeDef
- See GaugeChartConditionalFormattingOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See GaugeChartConfigurationTypeDef
- See GaugeChartConditionalFormattingTypeDef
- 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)
- See GeospatialLayerTypeType
- See GeospatialDataSourceItemTypeDef
- See VisibilityType
- See GeospatialLayerDefinitionOutputTypeDef
- See TooltipOptionsOutputTypeDef
- See GeospatialLayerJoinDefinitionOutputTypeDef
- 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)
- See GeospatialLayerTypeType
- See GeospatialDataSourceItemTypeDef
- See VisibilityType
- See GeospatialLayerDefinitionTypeDef
- See TooltipOptionsTypeDef
- See GeospatialLayerJoinDefinitionTypeDef
- 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)
- See GeospatialMapFieldWellsOutputTypeDef
- See LegendOptionsTypeDef
- See TooltipOptionsOutputTypeDef
- See GeospatialWindowOptionsTypeDef
- See GeospatialMapStyleOptionsTypeDef
- See GeospatialPointStyleOptionsOutputTypeDef
- See VisualPaletteOutputTypeDef
- 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)
- See GeospatialMapFieldWellsTypeDef
- See LegendOptionsTypeDef
- See TooltipOptionsTypeDef
- See GeospatialWindowOptionsTypeDef
- See GeospatialMapStyleOptionsTypeDef
- See GeospatialPointStyleOptionsTypeDef
- See VisualPaletteTypeDef
- 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)
- See HeatMapFieldWellsOutputTypeDef
- See HeatMapSortConfigurationOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See ColorScaleOutputTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See TooltipOptionsOutputTypeDef
- 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)
- See HeatMapFieldWellsTypeDef
- See HeatMapSortConfigurationTypeDef
- See ChartAxisLabelOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See ColorScaleTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsTypeDef
- See TooltipOptionsTypeDef
- 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)
- See HistogramFieldWellsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See HistogramBinOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See TooltipOptionsOutputTypeDef
- See VisualPaletteOutputTypeDef
- 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)
- See HistogramFieldWellsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See HistogramBinOptionsTypeDef
- See DataLabelOptionsTypeDef
- See TooltipOptionsTypeDef
- See VisualPaletteTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See KPIConfigurationOutputTypeDef
- See KPIConditionalFormattingOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See KPIConfigurationTypeDef
- See KPIConditionalFormattingTypeDef
- See VisualCustomActionTypeDef
- 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)
- See LineChartFieldWellsOutputTypeDef
- See LineChartSortConfigurationOutputTypeDef
- See ForecastConfigurationOutputTypeDef
- See LineChartTypeType
- See SmallMultiplesOptionsTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See LineSeriesAxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See LineSeriesAxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See SingleAxisOptionsTypeDef
- See LineChartDefaultSeriesSettingsTypeDef
- See SeriesItemTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See ReferenceLineTypeDef
- See TooltipOptionsOutputTypeDef
- See ContributionAnalysisDefaultOutputTypeDef
- See VisualPaletteOutputTypeDef
- 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)
- See LineChartFieldWellsTypeDef
- See LineChartSortConfigurationTypeDef
- See ForecastConfigurationTypeDef
- See LineChartTypeType
- See SmallMultiplesOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See LineSeriesAxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See LineSeriesAxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See SingleAxisOptionsTypeDef
- See LineChartDefaultSeriesSettingsTypeDef
- See SeriesItemTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsTypeDef
- See ReferenceLineTypeDef
- See TooltipOptionsTypeDef
- See ContributionAnalysisDefaultTypeDef
- See VisualPaletteTypeDef
- 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)
- See PieChartFieldWellsOutputTypeDef
- See PieChartSortConfigurationOutputTypeDef
- See DonutOptionsTypeDef
- See SmallMultiplesOptionsTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See TooltipOptionsOutputTypeDef
- See VisualPaletteOutputTypeDef
- See ContributionAnalysisDefaultOutputTypeDef
- 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)
- See PieChartFieldWellsTypeDef
- See PieChartSortConfigurationTypeDef
- See DonutOptionsTypeDef
- See SmallMultiplesOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsTypeDef
- See TooltipOptionsTypeDef
- See VisualPaletteTypeDef
- See ContributionAnalysisDefaultTypeDef
- 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)
- See PivotTableFieldWellsOutputTypeDef
- See PivotTableSortConfigurationOutputTypeDef
- See PivotTableOptionsOutputTypeDef
- See PivotTableTotalOptionsOutputTypeDef
- See PivotTableFieldOptionsOutputTypeDef
- See PivotTablePaginatedReportOptionsTypeDef
- 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)
- See PivotTableFieldWellsTypeDef
- See PivotTableSortConfigurationTypeDef
- See PivotTableOptionsTypeDef
- See PivotTableTotalOptionsTypeDef
- See PivotTableFieldOptionsTypeDef
- See PivotTablePaginatedReportOptionsTypeDef
- 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)
- See RadarChartFieldWellsOutputTypeDef
- See RadarChartSortConfigurationOutputTypeDef
- See RadarChartShapeType
- See RadarChartSeriesSettingsTypeDef
- See VisualPaletteOutputTypeDef
- See VisibilityType
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See LegendOptionsTypeDef
- See RadarChartAxesRangeScaleType
- 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)
- See RadarChartFieldWellsTypeDef
- See RadarChartSortConfigurationTypeDef
- See RadarChartShapeType
- See RadarChartSeriesSettingsTypeDef
- See VisualPaletteTypeDef
- See VisibilityType
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See LegendOptionsTypeDef
- See RadarChartAxesRangeScaleType
- 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)
- See SankeyDiagramFieldWellsOutputTypeDef
- See SankeyDiagramSortConfigurationOutputTypeDef
- See DataLabelOptionsOutputTypeDef
- 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)
- See SankeyDiagramFieldWellsTypeDef
- See SankeyDiagramSortConfigurationTypeDef
- See DataLabelOptionsTypeDef
- 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)
- See ScatterPlotFieldWellsOutputTypeDef
- See ScatterPlotSortConfigurationTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See TooltipOptionsOutputTypeDef
- See VisualPaletteOutputTypeDef
- 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)
- See ScatterPlotFieldWellsTypeDef
- See ScatterPlotSortConfigurationTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsTypeDef
- See TooltipOptionsTypeDef
- See VisualPaletteTypeDef
- 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)
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)
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)
- See TreeMapFieldWellsOutputTypeDef
- See TreeMapSortConfigurationOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See ColorScaleOutputTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See TooltipOptionsOutputTypeDef
- 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)
- See TreeMapFieldWellsTypeDef
- See TreeMapSortConfigurationTypeDef
- See ChartAxisLabelOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See ColorScaleTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsTypeDef
- See TooltipOptionsTypeDef
- 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)
- See WaterfallChartFieldWellsOutputTypeDef
- See WaterfallChartSortConfigurationOutputTypeDef
- See WaterfallChartOptionsTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See AxisDisplayOptionsOutputTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsOutputTypeDef
- See VisualPaletteOutputTypeDef
- See WaterfallChartColorConfigurationTypeDef
- 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)
- See WaterfallChartFieldWellsTypeDef
- See WaterfallChartSortConfigurationTypeDef
- See WaterfallChartOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See ChartAxisLabelOptionsTypeDef
- See AxisDisplayOptionsTypeDef
- See LegendOptionsTypeDef
- See DataLabelOptionsTypeDef
- See VisualPaletteTypeDef
- See WaterfallChartColorConfigurationTypeDef
- 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)
- See WordCloudFieldWellsOutputTypeDef
- See WordCloudSortConfigurationOutputTypeDef
- See ChartAxisLabelOptionsOutputTypeDef
- See WordCloudOptionsTypeDef
- 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)
- See WordCloudFieldWellsTypeDef
- See WordCloudSortConfigurationTypeDef
- See ChartAxisLabelOptionsTypeDef
- See WordCloudOptionsTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- 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)
- See TableFieldWellsOutputTypeDef
- See TableSortConfigurationOutputTypeDef
- See TableOptionsOutputTypeDef
- See TotalOptionsOutputTypeDef
- See TableFieldOptionsOutputTypeDef
- See TablePaginatedReportOptionsTypeDef
- See TableInlineVisualizationTypeDef
- 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)
- See TableFieldWellsTypeDef
- See TableSortConfigurationTypeDef
- See TableOptionsTypeDef
- See TotalOptionsTypeDef
- See TableFieldOptionsTypeDef
- See TablePaginatedReportOptionsTypeDef
- See TableInlineVisualizationTypeDef
- 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)
- See GridLayoutConfigurationOutputTypeDef
- See FreeFormLayoutConfigurationOutputTypeDef
- 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)
- See GridLayoutConfigurationTypeDef
- See FreeFormLayoutConfigurationTypeDef
- 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)
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]],
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],
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)
- See CategoryFilterOutputTypeDef
- See NumericRangeFilterOutputTypeDef
- See NumericEqualityFilterOutputTypeDef
- See TimeEqualityFilterOutputTypeDef
- See TimeRangeFilterOutputTypeDef
- See RelativeDatesFilterOutputTypeDef
- See TopBottomFilterOutputTypeDef
- 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)
- See CategoryFilterTypeDef
- See NumericRangeFilterTypeDef
- See NumericEqualityFilterTypeDef
- See TimeEqualityFilterTypeDef
- See TimeRangeFilterTypeDef
- See RelativeDatesFilterTypeDef
- See TopBottomFilterTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See BarChartConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See BarChartConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See BoxPlotChartConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See BoxPlotChartConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See ComboChartConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See ComboChartConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See FilledMapConfigurationOutputTypeDef
- See FilledMapConditionalFormattingOutputTypeDef
- See ColumnHierarchyOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See FilledMapConfigurationTypeDef
- See FilledMapConditionalFormattingTypeDef
- See ColumnHierarchyTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See FunnelChartConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See FunnelChartConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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)
- See LegendOptionsTypeDef
- See GeospatialLayerItemOutputTypeDef
- See GeospatialMapStateTypeDef
- See GeospatialMapStyleTypeDef
- 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)
- See LegendOptionsTypeDef
- See GeospatialLayerItemTypeDef
- See GeospatialMapStateTypeDef
- See GeospatialMapStyleTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See GeospatialMapConfigurationOutputTypeDef
- See ColumnHierarchyOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See GeospatialMapConfigurationTypeDef
- See ColumnHierarchyTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See HeatMapConfigurationOutputTypeDef
- See ColumnHierarchyOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See HeatMapConfigurationTypeDef
- See ColumnHierarchyTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See HistogramConfigurationOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See HistogramConfigurationTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See LineChartConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See LineChartConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See PieChartConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See PieChartConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See PivotTableConfigurationOutputTypeDef
- See PivotTableConditionalFormattingOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See PivotTableConfigurationTypeDef
- See PivotTableConditionalFormattingTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See RadarChartConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See RadarChartConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See SankeyDiagramChartConfigurationOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See SankeyDiagramChartConfigurationTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See ScatterPlotConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See ScatterPlotConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See InsightConfigurationOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See InsightConfigurationTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See TreeMapConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See TreeMapConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See WaterfallChartConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See WaterfallChartConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See WordCloudChartConfigurationOutputTypeDef
- See VisualCustomActionOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See WordCloudChartConfigurationTypeDef
- See VisualCustomActionTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See TableConfigurationOutputTypeDef
- See TableConditionalFormattingOutputTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- See TableConfigurationTypeDef
- See TableConditionalFormattingTypeDef
- 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)
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)
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]]],
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)
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)
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)
- See FilterOutputTypeDef
- See FilterScopeConfigurationOutputTypeDef
- See WidgetStatusType
- 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)
- See FilterTypeDef
- See FilterScopeConfigurationTypeDef
- See WidgetStatusType
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- 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],
- See VisualTitleLabelOptionsTypeDef
- See VisualSubtitleLabelOptionsTypeDef
- 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)
- See TableVisualOutputTypeDef
- See PivotTableVisualOutputTypeDef
- See BarChartVisualOutputTypeDef
- See KPIVisualOutputTypeDef
- See PieChartVisualOutputTypeDef
- See GaugeChartVisualOutputTypeDef
- See LineChartVisualOutputTypeDef
- See HeatMapVisualOutputTypeDef
- See TreeMapVisualOutputTypeDef
- See GeospatialMapVisualOutputTypeDef
- See FilledMapVisualOutputTypeDef
- See LayerMapVisualOutputTypeDef
- See FunnelChartVisualOutputTypeDef
- See ScatterPlotVisualOutputTypeDef
- See ComboChartVisualOutputTypeDef
- See BoxPlotVisualOutputTypeDef
- See WaterfallVisualOutputTypeDef
- See HistogramVisualOutputTypeDef
- See WordCloudVisualOutputTypeDef
- See InsightVisualOutputTypeDef
- See SankeyDiagramVisualOutputTypeDef
- See CustomContentVisualOutputTypeDef
- See EmptyVisualOutputTypeDef
- See RadarChartVisualOutputTypeDef
- 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)
- See TableVisualTypeDef
- See PivotTableVisualTypeDef
- See BarChartVisualTypeDef
- See KPIVisualTypeDef
- See PieChartVisualTypeDef
- See GaugeChartVisualTypeDef
- See LineChartVisualTypeDef
- See HeatMapVisualTypeDef
- See TreeMapVisualTypeDef
- See GeospatialMapVisualTypeDef
- See FilledMapVisualTypeDef
- See LayerMapVisualTypeDef
- See FunnelChartVisualTypeDef
- See ScatterPlotVisualTypeDef
- See ComboChartVisualTypeDef
- See BoxPlotVisualTypeDef
- See WaterfallVisualTypeDef
- See HistogramVisualTypeDef
- See WordCloudVisualTypeDef
- See InsightVisualTypeDef
- See SankeyDiagramVisualTypeDef
- See CustomContentVisualTypeDef
- See EmptyVisualTypeDef
- See RadarChartVisualTypeDef
- 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)
- See TopicIRTypeDef TopicIROutputTypeDef
- See TopicVisualTypeDef TopicVisualOutputTypeDef
- 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)
- See ParameterControlOutputTypeDef
- See FilterControlOutputTypeDef
- See VisualOutputTypeDef
- See SheetTextBoxTypeDef
- See SheetImageOutputTypeDef
- See LayoutOutputTypeDef
- See SheetControlLayoutOutputTypeDef
- 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)
- See ParameterControlTypeDef
- See FilterControlTypeDef
- See VisualTypeDef
- See SheetTextBoxTypeDef
- See SheetImageTypeDef
- See LayoutTypeDef
- See SheetControlLayoutTypeDef
- 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)
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)
- See DataSetIdentifierDeclarationTypeDef
- See SheetDefinitionOutputTypeDef
- See CalculatedFieldTypeDef
- See ParameterDeclarationOutputTypeDef
- See FilterGroupOutputTypeDef
- See ColumnConfigurationOutputTypeDef
- See AnalysisDefaultsTypeDef
- See AssetOptionsTypeDef
- See QueryExecutionOptionsTypeDef
- 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)
- See DataSetIdentifierDeclarationTypeDef
- See SheetDefinitionOutputTypeDef
- See CalculatedFieldTypeDef
- See ParameterDeclarationOutputTypeDef
- See FilterGroupOutputTypeDef
- See ColumnConfigurationOutputTypeDef
- See AnalysisDefaultsTypeDef
- See AssetOptionsTypeDef
- 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)
- See DataSetConfigurationOutputTypeDef
- See SheetDefinitionOutputTypeDef
- See CalculatedFieldTypeDef
- See ParameterDeclarationOutputTypeDef
- See FilterGroupOutputTypeDef
- See ColumnConfigurationOutputTypeDef
- See AnalysisDefaultsTypeDef
- See AssetOptionsTypeDef
- See QueryExecutionOptionsTypeDef
- 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)
- See DataSetIdentifierDeclarationTypeDef
- See SheetDefinitionTypeDef
- See CalculatedFieldTypeDef
- See ParameterDeclarationTypeDef
- See FilterGroupTypeDef
- See ColumnConfigurationTypeDef
- See AnalysisDefaultsTypeDef
- See AssetOptionsTypeDef
- See QueryExecutionOptionsTypeDef
- 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)
- See DataSetIdentifierDeclarationTypeDef
- See SheetDefinitionTypeDef
- See CalculatedFieldTypeDef
- See ParameterDeclarationTypeDef
- See FilterGroupTypeDef
- See ColumnConfigurationTypeDef
- See AnalysisDefaultsTypeDef
- See AssetOptionsTypeDef
- 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)
- See DataSetConfigurationTypeDef
- See SheetDefinitionTypeDef
- See CalculatedFieldTypeDef
- See ParameterDeclarationTypeDef
- See FilterGroupTypeDef
- See ColumnConfigurationTypeDef
- See AnalysisDefaultsTypeDef
- See AssetOptionsTypeDef
- See QueryExecutionOptionsTypeDef
- 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)
- See AnalysisErrorTypeDef
- See ResourceStatusType
- See AnalysisDefinitionOutputTypeDef
- 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)
- See DashboardErrorTypeDef
- See ResourceStatusType
- See DashboardVersionDefinitionOutputTypeDef
- See DashboardPublishOptionsTypeDef
- 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)
- See TemplateErrorTypeDef
- See ResourceStatusType
- See TemplateVersionDefinitionOutputTypeDef
- 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]],
- See ParametersTypeDef ParametersOutputTypeDef
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- See AnalysisSourceEntityTypeDef
- See TagTypeDef
- See AnalysisDefinitionTypeDef AnalysisDefinitionOutputTypeDef
- 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)
- See ParametersTypeDef ParametersOutputTypeDef
- See AnalysisSourceEntityTypeDef
- See AnalysisDefinitionTypeDef AnalysisDefinitionOutputTypeDef
- 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]],
- See ParametersTypeDef ParametersOutputTypeDef
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- See DashboardSourceEntityTypeDef
- See TagTypeDef
- See DashboardPublishOptionsTypeDef
- See DashboardVersionDefinitionTypeDef DashboardVersionDefinitionOutputTypeDef
- See ValidationStrategyTypeDef
- 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)
- See DashboardSourceEntityTypeDef
- See ParametersTypeDef ParametersOutputTypeDef
- See DashboardPublishOptionsTypeDef
- See DashboardVersionDefinitionTypeDef DashboardVersionDefinitionOutputTypeDef
- 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)
- See ResourcePermissionTypeDef ResourcePermissionOutputTypeDef
- See TemplateSourceEntityTypeDef
- See TagTypeDef
- See TemplateVersionDefinitionTypeDef TemplateVersionDefinitionOutputTypeDef
- 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)