types-boto3-quicksight 1.35.71__py3-none-any.whl → 1.35.74__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- types_boto3_quicksight/__main__.py +4 -4
- types_boto3_quicksight/client.py +100 -0
- types_boto3_quicksight/client.pyi +100 -0
- types_boto3_quicksight/literals.py +16 -1
- types_boto3_quicksight/literals.pyi +16 -1
- types_boto3_quicksight/type_defs.py +155 -3
- types_boto3_quicksight/type_defs.pyi +136 -3
- types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.74.dist-info}/METADATA +32 -6
- types_boto3_quicksight-1.35.74.dist-info/RECORD +18 -0
- types_boto3_quicksight-1.35.71.dist-info/RECORD +0 -18
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.74.dist-info}/LICENSE +0 -0
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.74.dist-info}/WHEEL +0 -0
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.74.dist-info}/top_level.txt +0 -0
@@ -98,6 +98,7 @@ from .literals import (
|
|
98
98
|
FontWeightNameType,
|
99
99
|
ForecastComputationSeasonalityType,
|
100
100
|
FunnelChartMeasureDataLabelStyleType,
|
101
|
+
GeneratedAnswerStatusType,
|
101
102
|
GeospatialColorStateType,
|
102
103
|
GeoSpatialDataRoleType,
|
103
104
|
GeospatialLayerTypeType,
|
@@ -109,6 +110,8 @@ from .literals import (
|
|
109
110
|
IdentityTypeType,
|
110
111
|
ImageCustomActionTriggerType,
|
111
112
|
IncludeFolderMembersType,
|
113
|
+
IncludeGeneratedAnswerType,
|
114
|
+
IncludeQuickSightQIndexType,
|
112
115
|
IngestionErrorTypeType,
|
113
116
|
IngestionRequestSourceType,
|
114
117
|
IngestionRequestTypeType,
|
@@ -158,6 +161,8 @@ from .literals import (
|
|
158
161
|
PropertyRoleType,
|
159
162
|
PropertyUsageType,
|
160
163
|
PurchaseModeType,
|
164
|
+
QAResultTypeType,
|
165
|
+
QSearchStatusType,
|
161
166
|
QueryExecutionModeType,
|
162
167
|
RadarChartAxesRangeScaleType,
|
163
168
|
RadarChartShapeType,
|
@@ -177,6 +182,7 @@ from .literals import (
|
|
177
182
|
RowLevelPermissionPolicyType,
|
178
183
|
SectionPageBreakStatusType,
|
179
184
|
SelectedTooltipTypeType,
|
185
|
+
ServiceTypeType,
|
180
186
|
SharingModelType,
|
181
187
|
SheetContentTypeType,
|
182
188
|
SheetControlDateTimePickerTypeType,
|
@@ -676,6 +682,7 @@ __all__ = (
|
|
676
682
|
"DashboardVersionTypeDef",
|
677
683
|
"DashboardVisualIdTypeDef",
|
678
684
|
"DashboardVisualPublishOptionsTypeDef",
|
685
|
+
"DashboardVisualResultTypeDef",
|
679
686
|
"DataAggregationTypeDef",
|
680
687
|
"DataBarsOptionsTypeDef",
|
681
688
|
"DataColorPaletteOutputTypeDef",
|
@@ -812,6 +819,8 @@ __all__ = (
|
|
812
819
|
"DeleteDataSetResponseTypeDef",
|
813
820
|
"DeleteDataSourceRequestRequestTypeDef",
|
814
821
|
"DeleteDataSourceResponseTypeDef",
|
822
|
+
"DeleteDefaultQBusinessApplicationRequestRequestTypeDef",
|
823
|
+
"DeleteDefaultQBusinessApplicationResponseTypeDef",
|
815
824
|
"DeleteFolderMembershipRequestRequestTypeDef",
|
816
825
|
"DeleteFolderMembershipResponseTypeDef",
|
817
826
|
"DeleteFolderRequestRequestTypeDef",
|
@@ -898,6 +907,8 @@ __all__ = (
|
|
898
907
|
"DescribeDataSourcePermissionsResponseTypeDef",
|
899
908
|
"DescribeDataSourceRequestRequestTypeDef",
|
900
909
|
"DescribeDataSourceResponseTypeDef",
|
910
|
+
"DescribeDefaultQBusinessApplicationRequestRequestTypeDef",
|
911
|
+
"DescribeDefaultQBusinessApplicationResponseTypeDef",
|
901
912
|
"DescribeFolderPermissionsRequestDescribeFolderPermissionsPaginateTypeDef",
|
902
913
|
"DescribeFolderPermissionsRequestRequestTypeDef",
|
903
914
|
"DescribeFolderPermissionsResponseTypeDef",
|
@@ -922,6 +933,8 @@ __all__ = (
|
|
922
933
|
"DescribeNamespaceResponseTypeDef",
|
923
934
|
"DescribeQPersonalizationConfigurationRequestRequestTypeDef",
|
924
935
|
"DescribeQPersonalizationConfigurationResponseTypeDef",
|
936
|
+
"DescribeQuickSightQSearchConfigurationRequestRequestTypeDef",
|
937
|
+
"DescribeQuickSightQSearchConfigurationResponseTypeDef",
|
925
938
|
"DescribeRefreshScheduleRequestRequestTypeDef",
|
926
939
|
"DescribeRefreshScheduleResponseTypeDef",
|
927
940
|
"DescribeRoleCustomPermissionRequestRequestTypeDef",
|
@@ -1125,6 +1138,9 @@ __all__ = (
|
|
1125
1138
|
"GenerateEmbedUrlForAnonymousUserResponseTypeDef",
|
1126
1139
|
"GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef",
|
1127
1140
|
"GenerateEmbedUrlForRegisteredUserResponseTypeDef",
|
1141
|
+
"GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef",
|
1142
|
+
"GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef",
|
1143
|
+
"GeneratedAnswerResultTypeDef",
|
1128
1144
|
"GeoSpatialColumnGroupOutputTypeDef",
|
1129
1145
|
"GeoSpatialColumnGroupTypeDef",
|
1130
1146
|
"GeoSpatialColumnGroupUnionTypeDef",
|
@@ -1687,6 +1703,8 @@ __all__ = (
|
|
1687
1703
|
"PredefinedHierarchyOutputTypeDef",
|
1688
1704
|
"PredefinedHierarchyTypeDef",
|
1689
1705
|
"PredefinedHierarchyUnionTypeDef",
|
1706
|
+
"PredictQAResultsRequestRequestTypeDef",
|
1707
|
+
"PredictQAResultsResponseTypeDef",
|
1690
1708
|
"PrestoParametersTypeDef",
|
1691
1709
|
"ProgressBarOptionsTypeDef",
|
1692
1710
|
"ProjectOperationOutputTypeDef",
|
@@ -1694,6 +1712,7 @@ __all__ = (
|
|
1694
1712
|
"ProjectOperationUnionTypeDef",
|
1695
1713
|
"PutDataSetRefreshPropertiesRequestRequestTypeDef",
|
1696
1714
|
"PutDataSetRefreshPropertiesResponseTypeDef",
|
1715
|
+
"QAResultTypeDef",
|
1697
1716
|
"QueryExecutionOptionsTypeDef",
|
1698
1717
|
"QueueInfoTypeDef",
|
1699
1718
|
"RadarChartAggregatedFieldWellsOutputTypeDef",
|
@@ -2178,6 +2197,8 @@ __all__ = (
|
|
2178
2197
|
"UpdateAnalysisPermissionsResponseTypeDef",
|
2179
2198
|
"UpdateAnalysisRequestRequestTypeDef",
|
2180
2199
|
"UpdateAnalysisResponseTypeDef",
|
2200
|
+
"UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef",
|
2201
|
+
"UpdateApplicationWithTokenExchangeGrantResponseTypeDef",
|
2181
2202
|
"UpdateBrandAssignmentRequestRequestTypeDef",
|
2182
2203
|
"UpdateBrandAssignmentResponseTypeDef",
|
2183
2204
|
"UpdateBrandPublishedVersionRequestRequestTypeDef",
|
@@ -2204,6 +2225,8 @@ __all__ = (
|
|
2204
2225
|
"UpdateDataSourcePermissionsResponseTypeDef",
|
2205
2226
|
"UpdateDataSourceRequestRequestTypeDef",
|
2206
2227
|
"UpdateDataSourceResponseTypeDef",
|
2228
|
+
"UpdateDefaultQBusinessApplicationRequestRequestTypeDef",
|
2229
|
+
"UpdateDefaultQBusinessApplicationResponseTypeDef",
|
2207
2230
|
"UpdateFolderPermissionsRequestRequestTypeDef",
|
2208
2231
|
"UpdateFolderPermissionsResponseTypeDef",
|
2209
2232
|
"UpdateFolderRequestRequestTypeDef",
|
@@ -2222,6 +2245,8 @@ __all__ = (
|
|
2222
2245
|
"UpdatePublicSharingSettingsResponseTypeDef",
|
2223
2246
|
"UpdateQPersonalizationConfigurationRequestRequestTypeDef",
|
2224
2247
|
"UpdateQPersonalizationConfigurationResponseTypeDef",
|
2248
|
+
"UpdateQuickSightQSearchConfigurationRequestRequestTypeDef",
|
2249
|
+
"UpdateQuickSightQSearchConfigurationResponseTypeDef",
|
2225
2250
|
"UpdateRefreshScheduleRequestRequestTypeDef",
|
2226
2251
|
"UpdateRefreshScheduleResponseTypeDef",
|
2227
2252
|
"UpdateRoleCustomPermissionRequestRequestTypeDef",
|
@@ -2653,7 +2678,7 @@ class AuroraPostgreSqlParametersTypeDef(TypedDict):
|
|
2653
2678
|
Database: str
|
2654
2679
|
|
2655
2680
|
class AuthorizedTargetsByServiceTypeDef(TypedDict):
|
2656
|
-
Service: NotRequired[
|
2681
|
+
Service: NotRequired[ServiceTypeType]
|
2657
2682
|
AuthorizedTargets: NotRequired[List[str]]
|
2658
2683
|
|
2659
2684
|
class AwsIotAnalyticsParametersTypeDef(TypedDict):
|
@@ -3094,6 +3119,16 @@ class DashboardVersionSummaryTypeDef(TypedDict):
|
|
3094
3119
|
class ExportHiddenFieldsOptionTypeDef(TypedDict):
|
3095
3120
|
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
3096
3121
|
|
3122
|
+
class DashboardVisualResultTypeDef(TypedDict):
|
3123
|
+
DashboardId: NotRequired[str]
|
3124
|
+
DashboardName: NotRequired[str]
|
3125
|
+
SheetId: NotRequired[str]
|
3126
|
+
SheetName: NotRequired[str]
|
3127
|
+
VisualId: NotRequired[str]
|
3128
|
+
VisualTitle: NotRequired[str]
|
3129
|
+
VisualSubtitle: NotRequired[str]
|
3130
|
+
DashboardUrl: NotRequired[str]
|
3131
|
+
|
3097
3132
|
class DataAggregationTypeDef(TypedDict):
|
3098
3133
|
DatasetRowDateGranularity: NotRequired[TopicTimeGranularityType]
|
3099
3134
|
DefaultDateColumnName: NotRequired[str]
|
@@ -3329,6 +3364,10 @@ class DeleteDataSourceRequestRequestTypeDef(TypedDict):
|
|
3329
3364
|
AwsAccountId: str
|
3330
3365
|
DataSourceId: str
|
3331
3366
|
|
3367
|
+
class DeleteDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
3368
|
+
AwsAccountId: str
|
3369
|
+
Namespace: NotRequired[str]
|
3370
|
+
|
3332
3371
|
class DeleteFolderMembershipRequestRequestTypeDef(TypedDict):
|
3333
3372
|
AwsAccountId: str
|
3334
3373
|
FolderId: str
|
@@ -3357,7 +3396,7 @@ class DeleteIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
|
|
3357
3396
|
|
3358
3397
|
class DeleteIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
|
3359
3398
|
AwsAccountId: str
|
3360
|
-
Service:
|
3399
|
+
Service: ServiceTypeType
|
3361
3400
|
|
3362
3401
|
class DeleteNamespaceRequestRequestTypeDef(TypedDict):
|
3363
3402
|
AwsAccountId: str
|
@@ -3531,6 +3570,10 @@ class DescribeDataSourceRequestRequestTypeDef(TypedDict):
|
|
3531
3570
|
AwsAccountId: str
|
3532
3571
|
DataSourceId: str
|
3533
3572
|
|
3573
|
+
class DescribeDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
3574
|
+
AwsAccountId: str
|
3575
|
+
Namespace: NotRequired[str]
|
3576
|
+
|
3534
3577
|
class PaginatorConfigTypeDef(TypedDict):
|
3535
3578
|
MaxItems: NotRequired[int]
|
3536
3579
|
PageSize: NotRequired[int]
|
@@ -3611,6 +3654,9 @@ class DescribeNamespaceRequestRequestTypeDef(TypedDict):
|
|
3611
3654
|
class DescribeQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
|
3612
3655
|
AwsAccountId: str
|
3613
3656
|
|
3657
|
+
class DescribeQuickSightQSearchConfigurationRequestRequestTypeDef(TypedDict):
|
3658
|
+
AwsAccountId: str
|
3659
|
+
|
3614
3660
|
class DescribeRefreshScheduleRequestRequestTypeDef(TypedDict):
|
3615
3661
|
AwsAccountId: str
|
3616
3662
|
DataSetId: str
|
@@ -3838,6 +3884,16 @@ class SessionTagTypeDef(TypedDict):
|
|
3838
3884
|
Key: str
|
3839
3885
|
Value: str
|
3840
3886
|
|
3887
|
+
class GeneratedAnswerResultTypeDef(TypedDict):
|
3888
|
+
QuestionText: NotRequired[str]
|
3889
|
+
AnswerStatus: NotRequired[GeneratedAnswerStatusType]
|
3890
|
+
TopicId: NotRequired[str]
|
3891
|
+
TopicName: NotRequired[str]
|
3892
|
+
Restatement: NotRequired[str]
|
3893
|
+
QuestionId: NotRequired[str]
|
3894
|
+
AnswerId: NotRequired[str]
|
3895
|
+
QuestionUrl: NotRequired[str]
|
3896
|
+
|
3841
3897
|
class GeoSpatialColumnGroupTypeDef(TypedDict):
|
3842
3898
|
Name: str
|
3843
3899
|
Columns: Sequence[str]
|
@@ -4347,6 +4403,13 @@ class PluginVisualPropertyTypeDef(TypedDict):
|
|
4347
4403
|
Name: NotRequired[str]
|
4348
4404
|
Value: NotRequired[str]
|
4349
4405
|
|
4406
|
+
class PredictQAResultsRequestRequestTypeDef(TypedDict):
|
4407
|
+
AwsAccountId: str
|
4408
|
+
QueryText: str
|
4409
|
+
IncludeQuickSightQIndex: NotRequired[IncludeQuickSightQIndexType]
|
4410
|
+
IncludeGeneratedAnswer: NotRequired[IncludeGeneratedAnswerType]
|
4411
|
+
MaxTopicsToConsider: NotRequired[int]
|
4412
|
+
|
4350
4413
|
class ProjectOperationOutputTypeDef(TypedDict):
|
4351
4414
|
ProjectedColumns: List[str]
|
4352
4415
|
|
@@ -4656,6 +4719,10 @@ class UpdateAccountSettingsRequestRequestTypeDef(TypedDict):
|
|
4656
4719
|
NotificationEmail: NotRequired[str]
|
4657
4720
|
TerminationProtectionEnabled: NotRequired[bool]
|
4658
4721
|
|
4722
|
+
class UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef(TypedDict):
|
4723
|
+
AwsAccountId: str
|
4724
|
+
Namespace: str
|
4725
|
+
|
4659
4726
|
class UpdateBrandAssignmentRequestRequestTypeDef(TypedDict):
|
4660
4727
|
AwsAccountId: str
|
4661
4728
|
BrandArn: str
|
@@ -4679,6 +4746,11 @@ class UpdateDashboardsQAConfigurationRequestRequestTypeDef(TypedDict):
|
|
4679
4746
|
AwsAccountId: str
|
4680
4747
|
DashboardsQAStatus: DashboardsQAStatusType
|
4681
4748
|
|
4749
|
+
class UpdateDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
4750
|
+
AwsAccountId: str
|
4751
|
+
ApplicationId: str
|
4752
|
+
Namespace: NotRequired[str]
|
4753
|
+
|
4682
4754
|
class UpdateFolderRequestRequestTypeDef(TypedDict):
|
4683
4755
|
AwsAccountId: str
|
4684
4756
|
FolderId: str
|
@@ -4700,7 +4772,7 @@ class UpdateIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
|
|
4700
4772
|
|
4701
4773
|
class UpdateIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
|
4702
4774
|
AwsAccountId: str
|
4703
|
-
Service:
|
4775
|
+
Service: ServiceTypeType
|
4704
4776
|
AuthorizedTargets: NotRequired[Sequence[str]]
|
4705
4777
|
|
4706
4778
|
class UpdateIpRestrictionRequestRequestTypeDef(TypedDict):
|
@@ -4718,6 +4790,10 @@ class UpdateQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
|
|
4718
4790
|
AwsAccountId: str
|
4719
4791
|
PersonalizationMode: PersonalizationModeType
|
4720
4792
|
|
4793
|
+
class UpdateQuickSightQSearchConfigurationRequestRequestTypeDef(TypedDict):
|
4794
|
+
AwsAccountId: str
|
4795
|
+
QSearchStatus: QSearchStatusType
|
4796
|
+
|
4721
4797
|
class UpdateRoleCustomPermissionRequestRequestTypeDef(TypedDict):
|
4722
4798
|
CustomPermissionsName: str
|
4723
4799
|
Role: RoleType
|
@@ -5366,6 +5442,11 @@ class DeleteDataSourceResponseTypeDef(TypedDict):
|
|
5366
5442
|
Status: int
|
5367
5443
|
ResponseMetadata: ResponseMetadataTypeDef
|
5368
5444
|
|
5445
|
+
class DeleteDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
5446
|
+
RequestId: str
|
5447
|
+
Status: int
|
5448
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5449
|
+
|
5369
5450
|
class DeleteFolderMembershipResponseTypeDef(TypedDict):
|
5370
5451
|
Status: int
|
5371
5452
|
RequestId: str
|
@@ -5522,6 +5603,12 @@ class DescribeDashboardsQAConfigurationResponseTypeDef(TypedDict):
|
|
5522
5603
|
Status: int
|
5523
5604
|
ResponseMetadata: ResponseMetadataTypeDef
|
5524
5605
|
|
5606
|
+
class DescribeDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
5607
|
+
RequestId: str
|
5608
|
+
Status: int
|
5609
|
+
ApplicationId: str
|
5610
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5611
|
+
|
5525
5612
|
class DescribeIpRestrictionResponseTypeDef(TypedDict):
|
5526
5613
|
AwsAccountId: str
|
5527
5614
|
IpRestrictionRuleMap: Dict[str, str]
|
@@ -5538,6 +5625,12 @@ class DescribeQPersonalizationConfigurationResponseTypeDef(TypedDict):
|
|
5538
5625
|
Status: int
|
5539
5626
|
ResponseMetadata: ResponseMetadataTypeDef
|
5540
5627
|
|
5628
|
+
class DescribeQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
|
5629
|
+
QSearchStatus: QSearchStatusType
|
5630
|
+
RequestId: str
|
5631
|
+
Status: int
|
5632
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5633
|
+
|
5541
5634
|
class DescribeRoleCustomPermissionResponseTypeDef(TypedDict):
|
5542
5635
|
CustomPermissionsName: str
|
5543
5636
|
RequestId: str
|
@@ -5557,6 +5650,12 @@ class GenerateEmbedUrlForRegisteredUserResponseTypeDef(TypedDict):
|
|
5557
5650
|
RequestId: str
|
5558
5651
|
ResponseMetadata: ResponseMetadataTypeDef
|
5559
5652
|
|
5653
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef(TypedDict):
|
5654
|
+
EmbedUrl: str
|
5655
|
+
Status: int
|
5656
|
+
RequestId: str
|
5657
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5658
|
+
|
5560
5659
|
class GetDashboardEmbedUrlResponseTypeDef(TypedDict):
|
5561
5660
|
EmbedUrl: str
|
5562
5661
|
Status: int
|
@@ -5702,6 +5801,11 @@ class UpdateAnalysisResponseTypeDef(TypedDict):
|
|
5702
5801
|
RequestId: str
|
5703
5802
|
ResponseMetadata: ResponseMetadataTypeDef
|
5704
5803
|
|
5804
|
+
class UpdateApplicationWithTokenExchangeGrantResponseTypeDef(TypedDict):
|
5805
|
+
Status: int
|
5806
|
+
RequestId: str
|
5807
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5808
|
+
|
5705
5809
|
class UpdateBrandAssignmentResponseTypeDef(TypedDict):
|
5706
5810
|
RequestId: str
|
5707
5811
|
BrandArn: str
|
@@ -5778,6 +5882,11 @@ class UpdateDataSourceResponseTypeDef(TypedDict):
|
|
5778
5882
|
Status: int
|
5779
5883
|
ResponseMetadata: ResponseMetadataTypeDef
|
5780
5884
|
|
5885
|
+
class UpdateDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
5886
|
+
RequestId: str
|
5887
|
+
Status: int
|
5888
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5889
|
+
|
5781
5890
|
class UpdateFolderResponseTypeDef(TypedDict):
|
5782
5891
|
Status: int
|
5783
5892
|
Arn: str
|
@@ -5817,6 +5926,12 @@ class UpdateQPersonalizationConfigurationResponseTypeDef(TypedDict):
|
|
5817
5926
|
Status: int
|
5818
5927
|
ResponseMetadata: ResponseMetadataTypeDef
|
5819
5928
|
|
5929
|
+
class UpdateQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
|
5930
|
+
QSearchStatus: QSearchStatusType
|
5931
|
+
RequestId: str
|
5932
|
+
Status: int
|
5933
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5934
|
+
|
5820
5935
|
class UpdateRefreshScheduleResponseTypeDef(TypedDict):
|
5821
5936
|
Status: int
|
5822
5937
|
RequestId: str
|
@@ -6806,6 +6921,11 @@ class FreeFormLayoutCanvasSizeOptionsTypeDef(TypedDict):
|
|
6806
6921
|
class SnapshotAnonymousUserTypeDef(TypedDict):
|
6807
6922
|
RowLevelPermissionTags: NotRequired[Sequence[SessionTagTypeDef]]
|
6808
6923
|
|
6924
|
+
class QAResultTypeDef(TypedDict):
|
6925
|
+
ResultType: NotRequired[QAResultTypeType]
|
6926
|
+
DashboardVisual: NotRequired[DashboardVisualResultTypeDef]
|
6927
|
+
GeneratedAnswer: NotRequired[GeneratedAnswerResultTypeDef]
|
6928
|
+
|
6809
6929
|
GeoSpatialColumnGroupUnionTypeDef = Union[
|
6810
6930
|
GeoSpatialColumnGroupTypeDef, GeoSpatialColumnGroupOutputTypeDef
|
6811
6931
|
]
|
@@ -7794,6 +7914,13 @@ class DefaultFreeFormLayoutConfigurationTypeDef(TypedDict):
|
|
7794
7914
|
class SnapshotUserConfigurationTypeDef(TypedDict):
|
7795
7915
|
AnonymousUsers: NotRequired[Sequence[SnapshotAnonymousUserTypeDef]]
|
7796
7916
|
|
7917
|
+
class PredictQAResultsResponseTypeDef(TypedDict):
|
7918
|
+
PrimaryResult: QAResultTypeDef
|
7919
|
+
AdditionalResults: List[QAResultTypeDef]
|
7920
|
+
RequestId: str
|
7921
|
+
Status: int
|
7922
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
7923
|
+
|
7797
7924
|
class ColumnGroupTypeDef(TypedDict):
|
7798
7925
|
GeoSpatialColumnGroup: NotRequired[GeoSpatialColumnGroupUnionTypeDef]
|
7799
7926
|
|
@@ -9487,6 +9614,12 @@ class GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef(TypedDict):
|
|
9487
9614
|
SessionLifetimeInMinutes: NotRequired[int]
|
9488
9615
|
AllowedDomains: NotRequired[Sequence[str]]
|
9489
9616
|
|
9617
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef(TypedDict):
|
9618
|
+
AwsAccountId: str
|
9619
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
9620
|
+
SessionLifetimeInMinutes: NotRequired[int]
|
9621
|
+
AllowedDomains: NotRequired[Sequence[str]]
|
9622
|
+
|
9490
9623
|
class AnonymousUserSnapshotJobResultTypeDef(TypedDict):
|
9491
9624
|
FileGroups: NotRequired[List[SnapshotJobResultFileGroupTypeDef]]
|
9492
9625
|
|
{types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.74.dist-info}/METADATA
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: types-boto3-quicksight
|
3
|
-
Version: 1.35.
|
4
|
-
Summary: Type annotations for boto3 QuickSight 1.35.
|
3
|
+
Version: 1.35.74
|
4
|
+
Summary: Type annotations for boto3 QuickSight 1.35.74 service generated with mypy-boto3-builder 8.5.0
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
6
6
|
Author: Vlad Emelianov
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
12
|
-
Keywords: boto3 quicksight type-annotations
|
12
|
+
Keywords: boto3 quicksight boto3-stubs type-annotations mypy typeshed autocomplete
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
14
14
|
Classifier: Intended Audience :: Developers
|
15
15
|
Classifier: Environment :: Console
|
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
44
44
|

|
45
45
|
|
46
46
|
Type annotations for
|
47
|
-
[boto3 QuickSight 1.35.
|
47
|
+
[boto3 QuickSight 1.35.74](https://pypi.org/project/boto3/) compatible with
|
48
48
|
[VSCode](https://code.visualstudio.com/),
|
49
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
50
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -53,7 +53,7 @@ Type annotations for
|
|
53
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
54
54
|
|
55
55
|
Generated by
|
56
|
-
[mypy-boto3-builder 8.
|
56
|
+
[mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
|
57
57
|
|
58
58
|
More information can be found on
|
59
59
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
@@ -61,7 +61,7 @@ More information can be found on
|
|
61
61
|
|
62
62
|
See how it helps you find and fix potential bugs:
|
63
63
|
|
64
|
-

|
65
65
|
|
66
66
|
- [types-boto3-quicksight](#types-boto3-quicksight)
|
67
67
|
- [How to install](#how-to-install)
|
@@ -76,6 +76,7 @@ See how it helps you find and fix potential bugs:
|
|
76
76
|
- [Other IDEs](#other-ides)
|
77
77
|
- [mypy](#mypy)
|
78
78
|
- [pyright](#pyright)
|
79
|
+
- [Pylint compatibility](#pylint-compatibility)
|
79
80
|
- [Explicit type annotations](#explicit-type-annotations)
|
80
81
|
- [Client annotations](#client-annotations)
|
81
82
|
- [Paginators annotations](#paginators-annotations)
|
@@ -268,6 +269,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
268
269
|
Type checking should now work. No explicit type annotations required, write
|
269
270
|
your `boto3` code as usual.
|
270
271
|
|
272
|
+
<a id="pylint-compatibility"></a>
|
273
|
+
|
274
|
+
### Pylint compatibility
|
275
|
+
|
276
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
277
|
+
`types-boto3-quicksight` dependency in production. However, there is an issue
|
278
|
+
in `pylint` that it complains about undefined variables. To fix it, set all
|
279
|
+
types to `object` in non-`TYPE_CHECKING` mode.
|
280
|
+
|
281
|
+
```python
|
282
|
+
from typing import TYPE_CHECKING
|
283
|
+
|
284
|
+
if TYPE_CHECKING:
|
285
|
+
from types_boto3_ec2 import EC2Client, EC2ServiceResource
|
286
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
287
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
288
|
+
else:
|
289
|
+
EC2Client = object
|
290
|
+
EC2ServiceResource = object
|
291
|
+
BundleTaskCompleteWaiter = object
|
292
|
+
DescribeVolumesPaginator = object
|
293
|
+
|
294
|
+
...
|
295
|
+
```
|
296
|
+
|
271
297
|
<a id="explicit-type-annotations"></a>
|
272
298
|
|
273
299
|
## Explicit type annotations
|
@@ -0,0 +1,18 @@
|
|
1
|
+
types_boto3_quicksight/__init__.py,sha256=53cuDZStDP0JwXuP0VowWxbOXphebzmw0YpfEoHsf38,7809
|
2
|
+
types_boto3_quicksight/__init__.pyi,sha256=lhes1ro8TG4uHW9EMvVX61SM9bYsEiti65AVZnnIw40,7808
|
3
|
+
types_boto3_quicksight/__main__.py,sha256=3e7L3Z28mkb2T-NpcHOtKbQO-ZQxQk1d08ebtnvhlLA,962
|
4
|
+
types_boto3_quicksight/client.py,sha256=OLP4RqSi7MvnZr3Lo2R9wec76xRahe6SyIPiONKi3Ik,155105
|
5
|
+
types_boto3_quicksight/client.pyi,sha256=7LFEs-mAePSR67rACE1WMrZSf2Rqwfa3cDbFFv-ynnk,155101
|
6
|
+
types_boto3_quicksight/literals.py,sha256=IVdyYmw_gwscSGY9Hx3i7F9-8S0QmxOf1h_DWY3XvrU,45962
|
7
|
+
types_boto3_quicksight/literals.pyi,sha256=phGiiA1dJa7aQ1XRinf0yoPncqek_C18Jg1-ZP-4fHg,45960
|
8
|
+
types_boto3_quicksight/paginator.py,sha256=f85xWuBsQDN1nW0TEZgFKWlLPbrFed5Wptk7_wJt5Oo,43548
|
9
|
+
types_boto3_quicksight/paginator.pyi,sha256=_pBE4GI__gGcRIwoJnInftSbgGblaqcska-CvQIEk4c,43475
|
10
|
+
types_boto3_quicksight/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
+
types_boto3_quicksight/type_defs.py,sha256=k2Ey8HftQZWdLmvS0VqBdtQ27Cltdix3nP2JK_p-mTE,538513
|
12
|
+
types_boto3_quicksight/type_defs.pyi,sha256=oZuhyA6RuncIyyZVLvlHDALTGIukAfBneXimYWfkYZ4,536619
|
13
|
+
types_boto3_quicksight/version.py,sha256=B0P5JUO-cREkwttMqs7oU9i3UOmgK6CWkZC0OK5p5h4,93
|
14
|
+
types_boto3_quicksight-1.35.74.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
15
|
+
types_boto3_quicksight-1.35.74.dist-info/METADATA,sha256=Lxd_kYMeEpQ_Gz1YBbxoFA38RpvAO5_-abkkhagChMs,18891
|
16
|
+
types_boto3_quicksight-1.35.74.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
17
|
+
types_boto3_quicksight-1.35.74.dist-info/top_level.txt,sha256=-anjx7RpXcQ2voECP3kbFdst3Z47KOiJtPEoMytDTtk,23
|
18
|
+
types_boto3_quicksight-1.35.74.dist-info/RECORD,,
|
@@ -1,18 +0,0 @@
|
|
1
|
-
types_boto3_quicksight/__init__.py,sha256=53cuDZStDP0JwXuP0VowWxbOXphebzmw0YpfEoHsf38,7809
|
2
|
-
types_boto3_quicksight/__init__.pyi,sha256=lhes1ro8TG4uHW9EMvVX61SM9bYsEiti65AVZnnIw40,7808
|
3
|
-
types_boto3_quicksight/__main__.py,sha256=irONAf54B3w9fc2FfwPJrcwp6DMW4XmuFJ8En0CgbkE,962
|
4
|
-
types_boto3_quicksight/client.py,sha256=17lbSqlKey1FzQTfA0vh7ooD_K16RFsBIKHi1qtDZmc,149013
|
5
|
-
types_boto3_quicksight/client.pyi,sha256=jYr3pWB_bNXN7lWWg81rMfONhGrfRxPIanPtpqXGp-g,149009
|
6
|
-
types_boto3_quicksight/literals.py,sha256=rIQ993KVOmAk4sKQ5yS5ZEAsWFBPnvj-umWXcvXIjtE,45362
|
7
|
-
types_boto3_quicksight/literals.pyi,sha256=kFJG8xeu0nN0t5mn8RFDHBGJNckmC9BgYfA-PNh1JMg,45360
|
8
|
-
types_boto3_quicksight/paginator.py,sha256=f85xWuBsQDN1nW0TEZgFKWlLPbrFed5Wptk7_wJt5Oo,43548
|
9
|
-
types_boto3_quicksight/paginator.pyi,sha256=_pBE4GI__gGcRIwoJnInftSbgGblaqcska-CvQIEk4c,43475
|
10
|
-
types_boto3_quicksight/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
types_boto3_quicksight/type_defs.py,sha256=ESiFvGmaLnIFpUrYbyEFcbYOSrfWIP8bhkwAGbiXUcI,533697
|
12
|
-
types_boto3_quicksight/type_defs.pyi,sha256=wdGgpAr2HpJVdYMts0pERyRatEjkH7MfQGoBIsUHsbk,531822
|
13
|
-
types_boto3_quicksight/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
|
14
|
-
types_boto3_quicksight-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
15
|
-
types_boto3_quicksight-1.35.71.dist-info/METADATA,sha256=1cGDfmyBV60e5ky7zA453sJ_7pNk_-wuH5dKjBRXIEs,18104
|
16
|
-
types_boto3_quicksight-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
17
|
-
types_boto3_quicksight-1.35.71.dist-info/top_level.txt,sha256=-anjx7RpXcQ2voECP3kbFdst3Z47KOiJtPEoMytDTtk,23
|
18
|
-
types_boto3_quicksight-1.35.71.dist-info/RECORD,,
|
{types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.74.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|
{types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.74.dist-info}/top_level.txt
RENAMED
File without changes
|