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,
|
@@ -677,6 +683,7 @@ __all__ = (
|
|
677
683
|
"DashboardVersionTypeDef",
|
678
684
|
"DashboardVisualIdTypeDef",
|
679
685
|
"DashboardVisualPublishOptionsTypeDef",
|
686
|
+
"DashboardVisualResultTypeDef",
|
680
687
|
"DataAggregationTypeDef",
|
681
688
|
"DataBarsOptionsTypeDef",
|
682
689
|
"DataColorPaletteOutputTypeDef",
|
@@ -813,6 +820,8 @@ __all__ = (
|
|
813
820
|
"DeleteDataSetResponseTypeDef",
|
814
821
|
"DeleteDataSourceRequestRequestTypeDef",
|
815
822
|
"DeleteDataSourceResponseTypeDef",
|
823
|
+
"DeleteDefaultQBusinessApplicationRequestRequestTypeDef",
|
824
|
+
"DeleteDefaultQBusinessApplicationResponseTypeDef",
|
816
825
|
"DeleteFolderMembershipRequestRequestTypeDef",
|
817
826
|
"DeleteFolderMembershipResponseTypeDef",
|
818
827
|
"DeleteFolderRequestRequestTypeDef",
|
@@ -899,6 +908,8 @@ __all__ = (
|
|
899
908
|
"DescribeDataSourcePermissionsResponseTypeDef",
|
900
909
|
"DescribeDataSourceRequestRequestTypeDef",
|
901
910
|
"DescribeDataSourceResponseTypeDef",
|
911
|
+
"DescribeDefaultQBusinessApplicationRequestRequestTypeDef",
|
912
|
+
"DescribeDefaultQBusinessApplicationResponseTypeDef",
|
902
913
|
"DescribeFolderPermissionsRequestDescribeFolderPermissionsPaginateTypeDef",
|
903
914
|
"DescribeFolderPermissionsRequestRequestTypeDef",
|
904
915
|
"DescribeFolderPermissionsResponseTypeDef",
|
@@ -923,6 +934,8 @@ __all__ = (
|
|
923
934
|
"DescribeNamespaceResponseTypeDef",
|
924
935
|
"DescribeQPersonalizationConfigurationRequestRequestTypeDef",
|
925
936
|
"DescribeQPersonalizationConfigurationResponseTypeDef",
|
937
|
+
"DescribeQuickSightQSearchConfigurationRequestRequestTypeDef",
|
938
|
+
"DescribeQuickSightQSearchConfigurationResponseTypeDef",
|
926
939
|
"DescribeRefreshScheduleRequestRequestTypeDef",
|
927
940
|
"DescribeRefreshScheduleResponseTypeDef",
|
928
941
|
"DescribeRoleCustomPermissionRequestRequestTypeDef",
|
@@ -1126,6 +1139,9 @@ __all__ = (
|
|
1126
1139
|
"GenerateEmbedUrlForAnonymousUserResponseTypeDef",
|
1127
1140
|
"GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef",
|
1128
1141
|
"GenerateEmbedUrlForRegisteredUserResponseTypeDef",
|
1142
|
+
"GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef",
|
1143
|
+
"GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef",
|
1144
|
+
"GeneratedAnswerResultTypeDef",
|
1129
1145
|
"GeoSpatialColumnGroupOutputTypeDef",
|
1130
1146
|
"GeoSpatialColumnGroupTypeDef",
|
1131
1147
|
"GeoSpatialColumnGroupUnionTypeDef",
|
@@ -1688,6 +1704,8 @@ __all__ = (
|
|
1688
1704
|
"PredefinedHierarchyOutputTypeDef",
|
1689
1705
|
"PredefinedHierarchyTypeDef",
|
1690
1706
|
"PredefinedHierarchyUnionTypeDef",
|
1707
|
+
"PredictQAResultsRequestRequestTypeDef",
|
1708
|
+
"PredictQAResultsResponseTypeDef",
|
1691
1709
|
"PrestoParametersTypeDef",
|
1692
1710
|
"ProgressBarOptionsTypeDef",
|
1693
1711
|
"ProjectOperationOutputTypeDef",
|
@@ -1695,6 +1713,7 @@ __all__ = (
|
|
1695
1713
|
"ProjectOperationUnionTypeDef",
|
1696
1714
|
"PutDataSetRefreshPropertiesRequestRequestTypeDef",
|
1697
1715
|
"PutDataSetRefreshPropertiesResponseTypeDef",
|
1716
|
+
"QAResultTypeDef",
|
1698
1717
|
"QueryExecutionOptionsTypeDef",
|
1699
1718
|
"QueueInfoTypeDef",
|
1700
1719
|
"RadarChartAggregatedFieldWellsOutputTypeDef",
|
@@ -2179,6 +2198,8 @@ __all__ = (
|
|
2179
2198
|
"UpdateAnalysisPermissionsResponseTypeDef",
|
2180
2199
|
"UpdateAnalysisRequestRequestTypeDef",
|
2181
2200
|
"UpdateAnalysisResponseTypeDef",
|
2201
|
+
"UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef",
|
2202
|
+
"UpdateApplicationWithTokenExchangeGrantResponseTypeDef",
|
2182
2203
|
"UpdateBrandAssignmentRequestRequestTypeDef",
|
2183
2204
|
"UpdateBrandAssignmentResponseTypeDef",
|
2184
2205
|
"UpdateBrandPublishedVersionRequestRequestTypeDef",
|
@@ -2205,6 +2226,8 @@ __all__ = (
|
|
2205
2226
|
"UpdateDataSourcePermissionsResponseTypeDef",
|
2206
2227
|
"UpdateDataSourceRequestRequestTypeDef",
|
2207
2228
|
"UpdateDataSourceResponseTypeDef",
|
2229
|
+
"UpdateDefaultQBusinessApplicationRequestRequestTypeDef",
|
2230
|
+
"UpdateDefaultQBusinessApplicationResponseTypeDef",
|
2208
2231
|
"UpdateFolderPermissionsRequestRequestTypeDef",
|
2209
2232
|
"UpdateFolderPermissionsResponseTypeDef",
|
2210
2233
|
"UpdateFolderRequestRequestTypeDef",
|
@@ -2223,6 +2246,8 @@ __all__ = (
|
|
2223
2246
|
"UpdatePublicSharingSettingsResponseTypeDef",
|
2224
2247
|
"UpdateQPersonalizationConfigurationRequestRequestTypeDef",
|
2225
2248
|
"UpdateQPersonalizationConfigurationResponseTypeDef",
|
2249
|
+
"UpdateQuickSightQSearchConfigurationRequestRequestTypeDef",
|
2250
|
+
"UpdateQuickSightQSearchConfigurationResponseTypeDef",
|
2226
2251
|
"UpdateRefreshScheduleRequestRequestTypeDef",
|
2227
2252
|
"UpdateRefreshScheduleResponseTypeDef",
|
2228
2253
|
"UpdateRoleCustomPermissionRequestRequestTypeDef",
|
@@ -2730,7 +2755,7 @@ class AuroraPostgreSqlParametersTypeDef(TypedDict):
|
|
2730
2755
|
|
2731
2756
|
|
2732
2757
|
class AuthorizedTargetsByServiceTypeDef(TypedDict):
|
2733
|
-
Service: NotRequired[
|
2758
|
+
Service: NotRequired[ServiceTypeType]
|
2734
2759
|
AuthorizedTargets: NotRequired[List[str]]
|
2735
2760
|
|
2736
2761
|
|
@@ -3263,6 +3288,17 @@ class ExportHiddenFieldsOptionTypeDef(TypedDict):
|
|
3263
3288
|
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
3264
3289
|
|
3265
3290
|
|
3291
|
+
class DashboardVisualResultTypeDef(TypedDict):
|
3292
|
+
DashboardId: NotRequired[str]
|
3293
|
+
DashboardName: NotRequired[str]
|
3294
|
+
SheetId: NotRequired[str]
|
3295
|
+
SheetName: NotRequired[str]
|
3296
|
+
VisualId: NotRequired[str]
|
3297
|
+
VisualTitle: NotRequired[str]
|
3298
|
+
VisualSubtitle: NotRequired[str]
|
3299
|
+
DashboardUrl: NotRequired[str]
|
3300
|
+
|
3301
|
+
|
3266
3302
|
class DataAggregationTypeDef(TypedDict):
|
3267
3303
|
DatasetRowDateGranularity: NotRequired[TopicTimeGranularityType]
|
3268
3304
|
DefaultDateColumnName: NotRequired[str]
|
@@ -3550,6 +3586,11 @@ class DeleteDataSourceRequestRequestTypeDef(TypedDict):
|
|
3550
3586
|
DataSourceId: str
|
3551
3587
|
|
3552
3588
|
|
3589
|
+
class DeleteDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
3590
|
+
AwsAccountId: str
|
3591
|
+
Namespace: NotRequired[str]
|
3592
|
+
|
3593
|
+
|
3553
3594
|
class DeleteFolderMembershipRequestRequestTypeDef(TypedDict):
|
3554
3595
|
AwsAccountId: str
|
3555
3596
|
FolderId: str
|
@@ -3583,7 +3624,7 @@ class DeleteIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
|
|
3583
3624
|
|
3584
3625
|
class DeleteIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
|
3585
3626
|
AwsAccountId: str
|
3586
|
-
Service:
|
3627
|
+
Service: ServiceTypeType
|
3587
3628
|
|
3588
3629
|
|
3589
3630
|
class DeleteNamespaceRequestRequestTypeDef(TypedDict):
|
@@ -3797,6 +3838,11 @@ class DescribeDataSourceRequestRequestTypeDef(TypedDict):
|
|
3797
3838
|
DataSourceId: str
|
3798
3839
|
|
3799
3840
|
|
3841
|
+
class DescribeDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
3842
|
+
AwsAccountId: str
|
3843
|
+
Namespace: NotRequired[str]
|
3844
|
+
|
3845
|
+
|
3800
3846
|
class PaginatorConfigTypeDef(TypedDict):
|
3801
3847
|
MaxItems: NotRequired[int]
|
3802
3848
|
PageSize: NotRequired[int]
|
@@ -3892,6 +3938,10 @@ class DescribeQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
|
|
3892
3938
|
AwsAccountId: str
|
3893
3939
|
|
3894
3940
|
|
3941
|
+
class DescribeQuickSightQSearchConfigurationRequestRequestTypeDef(TypedDict):
|
3942
|
+
AwsAccountId: str
|
3943
|
+
|
3944
|
+
|
3895
3945
|
class DescribeRefreshScheduleRequestRequestTypeDef(TypedDict):
|
3896
3946
|
AwsAccountId: str
|
3897
3947
|
DataSetId: str
|
@@ -4166,6 +4216,17 @@ class SessionTagTypeDef(TypedDict):
|
|
4166
4216
|
Value: str
|
4167
4217
|
|
4168
4218
|
|
4219
|
+
class GeneratedAnswerResultTypeDef(TypedDict):
|
4220
|
+
QuestionText: NotRequired[str]
|
4221
|
+
AnswerStatus: NotRequired[GeneratedAnswerStatusType]
|
4222
|
+
TopicId: NotRequired[str]
|
4223
|
+
TopicName: NotRequired[str]
|
4224
|
+
Restatement: NotRequired[str]
|
4225
|
+
QuestionId: NotRequired[str]
|
4226
|
+
AnswerId: NotRequired[str]
|
4227
|
+
QuestionUrl: NotRequired[str]
|
4228
|
+
|
4229
|
+
|
4169
4230
|
class GeoSpatialColumnGroupTypeDef(TypedDict):
|
4170
4231
|
Name: str
|
4171
4232
|
Columns: Sequence[str]
|
@@ -4778,6 +4839,14 @@ class PluginVisualPropertyTypeDef(TypedDict):
|
|
4778
4839
|
Value: NotRequired[str]
|
4779
4840
|
|
4780
4841
|
|
4842
|
+
class PredictQAResultsRequestRequestTypeDef(TypedDict):
|
4843
|
+
AwsAccountId: str
|
4844
|
+
QueryText: str
|
4845
|
+
IncludeQuickSightQIndex: NotRequired[IncludeQuickSightQIndexType]
|
4846
|
+
IncludeGeneratedAnswer: NotRequired[IncludeGeneratedAnswerType]
|
4847
|
+
MaxTopicsToConsider: NotRequired[int]
|
4848
|
+
|
4849
|
+
|
4781
4850
|
class ProjectOperationOutputTypeDef(TypedDict):
|
4782
4851
|
ProjectedColumns: List[str]
|
4783
4852
|
|
@@ -5153,6 +5222,11 @@ class UpdateAccountSettingsRequestRequestTypeDef(TypedDict):
|
|
5153
5222
|
TerminationProtectionEnabled: NotRequired[bool]
|
5154
5223
|
|
5155
5224
|
|
5225
|
+
class UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef(TypedDict):
|
5226
|
+
AwsAccountId: str
|
5227
|
+
Namespace: str
|
5228
|
+
|
5229
|
+
|
5156
5230
|
class UpdateBrandAssignmentRequestRequestTypeDef(TypedDict):
|
5157
5231
|
AwsAccountId: str
|
5158
5232
|
BrandArn: str
|
@@ -5181,6 +5255,12 @@ class UpdateDashboardsQAConfigurationRequestRequestTypeDef(TypedDict):
|
|
5181
5255
|
DashboardsQAStatus: DashboardsQAStatusType
|
5182
5256
|
|
5183
5257
|
|
5258
|
+
class UpdateDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
5259
|
+
AwsAccountId: str
|
5260
|
+
ApplicationId: str
|
5261
|
+
Namespace: NotRequired[str]
|
5262
|
+
|
5263
|
+
|
5184
5264
|
class UpdateFolderRequestRequestTypeDef(TypedDict):
|
5185
5265
|
AwsAccountId: str
|
5186
5266
|
FolderId: str
|
@@ -5205,7 +5285,7 @@ class UpdateIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
|
|
5205
5285
|
|
5206
5286
|
class UpdateIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
|
5207
5287
|
AwsAccountId: str
|
5208
|
-
Service:
|
5288
|
+
Service: ServiceTypeType
|
5209
5289
|
AuthorizedTargets: NotRequired[Sequence[str]]
|
5210
5290
|
|
5211
5291
|
|
@@ -5227,6 +5307,11 @@ class UpdateQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
|
|
5227
5307
|
PersonalizationMode: PersonalizationModeType
|
5228
5308
|
|
5229
5309
|
|
5310
|
+
class UpdateQuickSightQSearchConfigurationRequestRequestTypeDef(TypedDict):
|
5311
|
+
AwsAccountId: str
|
5312
|
+
QSearchStatus: QSearchStatusType
|
5313
|
+
|
5314
|
+
|
5230
5315
|
class UpdateRoleCustomPermissionRequestRequestTypeDef(TypedDict):
|
5231
5316
|
CustomPermissionsName: str
|
5232
5317
|
Role: RoleType
|
@@ -5983,6 +6068,12 @@ class DeleteDataSourceResponseTypeDef(TypedDict):
|
|
5983
6068
|
ResponseMetadata: ResponseMetadataTypeDef
|
5984
6069
|
|
5985
6070
|
|
6071
|
+
class DeleteDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
6072
|
+
RequestId: str
|
6073
|
+
Status: int
|
6074
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6075
|
+
|
6076
|
+
|
5986
6077
|
class DeleteFolderMembershipResponseTypeDef(TypedDict):
|
5987
6078
|
Status: int
|
5988
6079
|
RequestId: str
|
@@ -6164,6 +6255,13 @@ class DescribeDashboardsQAConfigurationResponseTypeDef(TypedDict):
|
|
6164
6255
|
ResponseMetadata: ResponseMetadataTypeDef
|
6165
6256
|
|
6166
6257
|
|
6258
|
+
class DescribeDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
6259
|
+
RequestId: str
|
6260
|
+
Status: int
|
6261
|
+
ApplicationId: str
|
6262
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6263
|
+
|
6264
|
+
|
6167
6265
|
class DescribeIpRestrictionResponseTypeDef(TypedDict):
|
6168
6266
|
AwsAccountId: str
|
6169
6267
|
IpRestrictionRuleMap: Dict[str, str]
|
@@ -6182,6 +6280,13 @@ class DescribeQPersonalizationConfigurationResponseTypeDef(TypedDict):
|
|
6182
6280
|
ResponseMetadata: ResponseMetadataTypeDef
|
6183
6281
|
|
6184
6282
|
|
6283
|
+
class DescribeQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
|
6284
|
+
QSearchStatus: QSearchStatusType
|
6285
|
+
RequestId: str
|
6286
|
+
Status: int
|
6287
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6288
|
+
|
6289
|
+
|
6185
6290
|
class DescribeRoleCustomPermissionResponseTypeDef(TypedDict):
|
6186
6291
|
CustomPermissionsName: str
|
6187
6292
|
RequestId: str
|
@@ -6204,6 +6309,13 @@ class GenerateEmbedUrlForRegisteredUserResponseTypeDef(TypedDict):
|
|
6204
6309
|
ResponseMetadata: ResponseMetadataTypeDef
|
6205
6310
|
|
6206
6311
|
|
6312
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef(TypedDict):
|
6313
|
+
EmbedUrl: str
|
6314
|
+
Status: int
|
6315
|
+
RequestId: str
|
6316
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6317
|
+
|
6318
|
+
|
6207
6319
|
class GetDashboardEmbedUrlResponseTypeDef(TypedDict):
|
6208
6320
|
EmbedUrl: str
|
6209
6321
|
Status: int
|
@@ -6371,6 +6483,12 @@ class UpdateAnalysisResponseTypeDef(TypedDict):
|
|
6371
6483
|
ResponseMetadata: ResponseMetadataTypeDef
|
6372
6484
|
|
6373
6485
|
|
6486
|
+
class UpdateApplicationWithTokenExchangeGrantResponseTypeDef(TypedDict):
|
6487
|
+
Status: int
|
6488
|
+
RequestId: str
|
6489
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6490
|
+
|
6491
|
+
|
6374
6492
|
class UpdateBrandAssignmentResponseTypeDef(TypedDict):
|
6375
6493
|
RequestId: str
|
6376
6494
|
BrandArn: str
|
@@ -6458,6 +6576,12 @@ class UpdateDataSourceResponseTypeDef(TypedDict):
|
|
6458
6576
|
ResponseMetadata: ResponseMetadataTypeDef
|
6459
6577
|
|
6460
6578
|
|
6579
|
+
class UpdateDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
6580
|
+
RequestId: str
|
6581
|
+
Status: int
|
6582
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6583
|
+
|
6584
|
+
|
6461
6585
|
class UpdateFolderResponseTypeDef(TypedDict):
|
6462
6586
|
Status: int
|
6463
6587
|
Arn: str
|
@@ -6503,6 +6627,13 @@ class UpdateQPersonalizationConfigurationResponseTypeDef(TypedDict):
|
|
6503
6627
|
ResponseMetadata: ResponseMetadataTypeDef
|
6504
6628
|
|
6505
6629
|
|
6630
|
+
class UpdateQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
|
6631
|
+
QSearchStatus: QSearchStatusType
|
6632
|
+
RequestId: str
|
6633
|
+
Status: int
|
6634
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6635
|
+
|
6636
|
+
|
6506
6637
|
class UpdateRefreshScheduleResponseTypeDef(TypedDict):
|
6507
6638
|
Status: int
|
6508
6639
|
RequestId: str
|
@@ -7666,6 +7797,12 @@ class SnapshotAnonymousUserTypeDef(TypedDict):
|
|
7666
7797
|
RowLevelPermissionTags: NotRequired[Sequence[SessionTagTypeDef]]
|
7667
7798
|
|
7668
7799
|
|
7800
|
+
class QAResultTypeDef(TypedDict):
|
7801
|
+
ResultType: NotRequired[QAResultTypeType]
|
7802
|
+
DashboardVisual: NotRequired[DashboardVisualResultTypeDef]
|
7803
|
+
GeneratedAnswer: NotRequired[GeneratedAnswerResultTypeDef]
|
7804
|
+
|
7805
|
+
|
7669
7806
|
GeoSpatialColumnGroupUnionTypeDef = Union[
|
7670
7807
|
GeoSpatialColumnGroupTypeDef, GeoSpatialColumnGroupOutputTypeDef
|
7671
7808
|
]
|
@@ -8832,6 +8969,14 @@ class SnapshotUserConfigurationTypeDef(TypedDict):
|
|
8832
8969
|
AnonymousUsers: NotRequired[Sequence[SnapshotAnonymousUserTypeDef]]
|
8833
8970
|
|
8834
8971
|
|
8972
|
+
class PredictQAResultsResponseTypeDef(TypedDict):
|
8973
|
+
PrimaryResult: QAResultTypeDef
|
8974
|
+
AdditionalResults: List[QAResultTypeDef]
|
8975
|
+
RequestId: str
|
8976
|
+
Status: int
|
8977
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
8978
|
+
|
8979
|
+
|
8835
8980
|
class ColumnGroupTypeDef(TypedDict):
|
8836
8981
|
GeoSpatialColumnGroup: NotRequired[GeoSpatialColumnGroupUnionTypeDef]
|
8837
8982
|
|
@@ -10780,6 +10925,13 @@ class GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef(TypedDict):
|
|
10780
10925
|
AllowedDomains: NotRequired[Sequence[str]]
|
10781
10926
|
|
10782
10927
|
|
10928
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef(TypedDict):
|
10929
|
+
AwsAccountId: str
|
10930
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
10931
|
+
SessionLifetimeInMinutes: NotRequired[int]
|
10932
|
+
AllowedDomains: NotRequired[Sequence[str]]
|
10933
|
+
|
10934
|
+
|
10783
10935
|
class AnonymousUserSnapshotJobResultTypeDef(TypedDict):
|
10784
10936
|
FileGroups: NotRequired[List[SnapshotJobResultFileGroupTypeDef]]
|
10785
10937
|
|