types-boto3-quicksight 1.35.71__py3-none-any.whl → 1.35.84__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 +19 -1
- types_boto3_quicksight/literals.pyi +19 -1
- types_boto3_quicksight/type_defs.py +187 -6
- types_boto3_quicksight/type_defs.pyi +164 -6
- types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.84.dist-info}/METADATA +49 -9
- types_boto3_quicksight-1.35.84.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.84.dist-info}/LICENSE +0 -0
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.84.dist-info}/WHEEL +0 -0
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.84.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",
|
@@ -1588,6 +1604,8 @@ __all__ = (
|
|
1588
1604
|
"PercentVisibleRangeTypeDef",
|
1589
1605
|
"PercentageDisplayFormatConfigurationTypeDef",
|
1590
1606
|
"PercentileAggregationTypeDef",
|
1607
|
+
"PerformanceConfigurationOutputTypeDef",
|
1608
|
+
"PerformanceConfigurationTypeDef",
|
1591
1609
|
"PeriodOverPeriodComputationTypeDef",
|
1592
1610
|
"PeriodToDateComputationTypeDef",
|
1593
1611
|
"PhysicalTableOutputTypeDef",
|
@@ -1688,6 +1706,8 @@ __all__ = (
|
|
1688
1706
|
"PredefinedHierarchyOutputTypeDef",
|
1689
1707
|
"PredefinedHierarchyTypeDef",
|
1690
1708
|
"PredefinedHierarchyUnionTypeDef",
|
1709
|
+
"PredictQAResultsRequestRequestTypeDef",
|
1710
|
+
"PredictQAResultsResponseTypeDef",
|
1691
1711
|
"PrestoParametersTypeDef",
|
1692
1712
|
"ProgressBarOptionsTypeDef",
|
1693
1713
|
"ProjectOperationOutputTypeDef",
|
@@ -1695,6 +1715,7 @@ __all__ = (
|
|
1695
1715
|
"ProjectOperationUnionTypeDef",
|
1696
1716
|
"PutDataSetRefreshPropertiesRequestRequestTypeDef",
|
1697
1717
|
"PutDataSetRefreshPropertiesResponseTypeDef",
|
1718
|
+
"QAResultTypeDef",
|
1698
1719
|
"QueryExecutionOptionsTypeDef",
|
1699
1720
|
"QueueInfoTypeDef",
|
1700
1721
|
"RadarChartAggregatedFieldWellsOutputTypeDef",
|
@@ -2165,6 +2186,9 @@ __all__ = (
|
|
2165
2186
|
"TypographyUnionTypeDef",
|
2166
2187
|
"UIColorPaletteTypeDef",
|
2167
2188
|
"UnaggregatedFieldTypeDef",
|
2189
|
+
"UniqueKeyOutputTypeDef",
|
2190
|
+
"UniqueKeyTypeDef",
|
2191
|
+
"UniqueKeyUnionTypeDef",
|
2168
2192
|
"UniqueValuesComputationTypeDef",
|
2169
2193
|
"UntagColumnOperationOutputTypeDef",
|
2170
2194
|
"UntagColumnOperationTypeDef",
|
@@ -2179,6 +2203,8 @@ __all__ = (
|
|
2179
2203
|
"UpdateAnalysisPermissionsResponseTypeDef",
|
2180
2204
|
"UpdateAnalysisRequestRequestTypeDef",
|
2181
2205
|
"UpdateAnalysisResponseTypeDef",
|
2206
|
+
"UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef",
|
2207
|
+
"UpdateApplicationWithTokenExchangeGrantResponseTypeDef",
|
2182
2208
|
"UpdateBrandAssignmentRequestRequestTypeDef",
|
2183
2209
|
"UpdateBrandAssignmentResponseTypeDef",
|
2184
2210
|
"UpdateBrandPublishedVersionRequestRequestTypeDef",
|
@@ -2205,6 +2231,8 @@ __all__ = (
|
|
2205
2231
|
"UpdateDataSourcePermissionsResponseTypeDef",
|
2206
2232
|
"UpdateDataSourceRequestRequestTypeDef",
|
2207
2233
|
"UpdateDataSourceResponseTypeDef",
|
2234
|
+
"UpdateDefaultQBusinessApplicationRequestRequestTypeDef",
|
2235
|
+
"UpdateDefaultQBusinessApplicationResponseTypeDef",
|
2208
2236
|
"UpdateFolderPermissionsRequestRequestTypeDef",
|
2209
2237
|
"UpdateFolderPermissionsResponseTypeDef",
|
2210
2238
|
"UpdateFolderRequestRequestTypeDef",
|
@@ -2223,6 +2251,8 @@ __all__ = (
|
|
2223
2251
|
"UpdatePublicSharingSettingsResponseTypeDef",
|
2224
2252
|
"UpdateQPersonalizationConfigurationRequestRequestTypeDef",
|
2225
2253
|
"UpdateQPersonalizationConfigurationResponseTypeDef",
|
2254
|
+
"UpdateQuickSightQSearchConfigurationRequestRequestTypeDef",
|
2255
|
+
"UpdateQuickSightQSearchConfigurationResponseTypeDef",
|
2226
2256
|
"UpdateRefreshScheduleRequestRequestTypeDef",
|
2227
2257
|
"UpdateRefreshScheduleResponseTypeDef",
|
2228
2258
|
"UpdateRoleCustomPermissionRequestRequestTypeDef",
|
@@ -2730,7 +2760,7 @@ class AuroraPostgreSqlParametersTypeDef(TypedDict):
|
|
2730
2760
|
|
2731
2761
|
|
2732
2762
|
class AuthorizedTargetsByServiceTypeDef(TypedDict):
|
2733
|
-
Service: NotRequired[
|
2763
|
+
Service: NotRequired[ServiceTypeType]
|
2734
2764
|
AuthorizedTargets: NotRequired[List[str]]
|
2735
2765
|
|
2736
2766
|
|
@@ -3263,6 +3293,17 @@ class ExportHiddenFieldsOptionTypeDef(TypedDict):
|
|
3263
3293
|
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
3264
3294
|
|
3265
3295
|
|
3296
|
+
class DashboardVisualResultTypeDef(TypedDict):
|
3297
|
+
DashboardId: NotRequired[str]
|
3298
|
+
DashboardName: NotRequired[str]
|
3299
|
+
SheetId: NotRequired[str]
|
3300
|
+
SheetName: NotRequired[str]
|
3301
|
+
VisualId: NotRequired[str]
|
3302
|
+
VisualTitle: NotRequired[str]
|
3303
|
+
VisualSubtitle: NotRequired[str]
|
3304
|
+
DashboardUrl: NotRequired[str]
|
3305
|
+
|
3306
|
+
|
3266
3307
|
class DataAggregationTypeDef(TypedDict):
|
3267
3308
|
DatasetRowDateGranularity: NotRequired[TopicTimeGranularityType]
|
3268
3309
|
DefaultDateColumnName: NotRequired[str]
|
@@ -3550,6 +3591,11 @@ class DeleteDataSourceRequestRequestTypeDef(TypedDict):
|
|
3550
3591
|
DataSourceId: str
|
3551
3592
|
|
3552
3593
|
|
3594
|
+
class DeleteDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
3595
|
+
AwsAccountId: str
|
3596
|
+
Namespace: NotRequired[str]
|
3597
|
+
|
3598
|
+
|
3553
3599
|
class DeleteFolderMembershipRequestRequestTypeDef(TypedDict):
|
3554
3600
|
AwsAccountId: str
|
3555
3601
|
FolderId: str
|
@@ -3583,7 +3629,7 @@ class DeleteIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
|
|
3583
3629
|
|
3584
3630
|
class DeleteIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
|
3585
3631
|
AwsAccountId: str
|
3586
|
-
Service:
|
3632
|
+
Service: ServiceTypeType
|
3587
3633
|
|
3588
3634
|
|
3589
3635
|
class DeleteNamespaceRequestRequestTypeDef(TypedDict):
|
@@ -3797,6 +3843,11 @@ class DescribeDataSourceRequestRequestTypeDef(TypedDict):
|
|
3797
3843
|
DataSourceId: str
|
3798
3844
|
|
3799
3845
|
|
3846
|
+
class DescribeDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
3847
|
+
AwsAccountId: str
|
3848
|
+
Namespace: NotRequired[str]
|
3849
|
+
|
3850
|
+
|
3800
3851
|
class PaginatorConfigTypeDef(TypedDict):
|
3801
3852
|
MaxItems: NotRequired[int]
|
3802
3853
|
PageSize: NotRequired[int]
|
@@ -3892,6 +3943,10 @@ class DescribeQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
|
|
3892
3943
|
AwsAccountId: str
|
3893
3944
|
|
3894
3945
|
|
3946
|
+
class DescribeQuickSightQSearchConfigurationRequestRequestTypeDef(TypedDict):
|
3947
|
+
AwsAccountId: str
|
3948
|
+
|
3949
|
+
|
3895
3950
|
class DescribeRefreshScheduleRequestRequestTypeDef(TypedDict):
|
3896
3951
|
AwsAccountId: str
|
3897
3952
|
DataSetId: str
|
@@ -4166,6 +4221,17 @@ class SessionTagTypeDef(TypedDict):
|
|
4166
4221
|
Value: str
|
4167
4222
|
|
4168
4223
|
|
4224
|
+
class GeneratedAnswerResultTypeDef(TypedDict):
|
4225
|
+
QuestionText: NotRequired[str]
|
4226
|
+
AnswerStatus: NotRequired[GeneratedAnswerStatusType]
|
4227
|
+
TopicId: NotRequired[str]
|
4228
|
+
TopicName: NotRequired[str]
|
4229
|
+
Restatement: NotRequired[str]
|
4230
|
+
QuestionId: NotRequired[str]
|
4231
|
+
AnswerId: NotRequired[str]
|
4232
|
+
QuestionUrl: NotRequired[str]
|
4233
|
+
|
4234
|
+
|
4169
4235
|
class GeoSpatialColumnGroupTypeDef(TypedDict):
|
4170
4236
|
Name: str
|
4171
4237
|
Columns: Sequence[str]
|
@@ -4739,6 +4805,10 @@ class PercentVisibleRangeTypeDef(TypedDict):
|
|
4739
4805
|
To: NotRequired[float]
|
4740
4806
|
|
4741
4807
|
|
4808
|
+
class UniqueKeyOutputTypeDef(TypedDict):
|
4809
|
+
ColumnNames: List[str]
|
4810
|
+
|
4811
|
+
|
4742
4812
|
class PivotTableConditionalFormattingScopeTypeDef(TypedDict):
|
4743
4813
|
Role: NotRequired[PivotTableConditionalFormattingScopeRoleType]
|
4744
4814
|
|
@@ -4778,6 +4848,14 @@ class PluginVisualPropertyTypeDef(TypedDict):
|
|
4778
4848
|
Value: NotRequired[str]
|
4779
4849
|
|
4780
4850
|
|
4851
|
+
class PredictQAResultsRequestRequestTypeDef(TypedDict):
|
4852
|
+
AwsAccountId: str
|
4853
|
+
QueryText: str
|
4854
|
+
IncludeQuickSightQIndex: NotRequired[IncludeQuickSightQIndexType]
|
4855
|
+
IncludeGeneratedAnswer: NotRequired[IncludeGeneratedAnswerType]
|
4856
|
+
MaxTopicsToConsider: NotRequired[int]
|
4857
|
+
|
4858
|
+
|
4781
4859
|
class ProjectOperationOutputTypeDef(TypedDict):
|
4782
4860
|
ProjectedColumns: List[str]
|
4783
4861
|
|
@@ -4817,9 +4895,13 @@ class ReferenceLineStaticDataConfigurationTypeDef(TypedDict):
|
|
4817
4895
|
Value: float
|
4818
4896
|
|
4819
4897
|
|
4820
|
-
|
4821
|
-
|
4822
|
-
|
4898
|
+
ReferenceLineStyleConfigurationTypeDef = TypedDict(
|
4899
|
+
"ReferenceLineStyleConfigurationTypeDef",
|
4900
|
+
{
|
4901
|
+
"Pattern": NotRequired[ReferenceLinePatternTypeType],
|
4902
|
+
"Color": NotRequired[str],
|
4903
|
+
},
|
4904
|
+
)
|
4823
4905
|
|
4824
4906
|
|
4825
4907
|
class ScheduleRefreshOnEntityTypeDef(TypedDict):
|
@@ -5136,6 +5218,10 @@ class UntagColumnOperationOutputTypeDef(TypedDict):
|
|
5136
5218
|
TagNames: List[ColumnTagNameType]
|
5137
5219
|
|
5138
5220
|
|
5221
|
+
class UniqueKeyTypeDef(TypedDict):
|
5222
|
+
ColumnNames: Sequence[str]
|
5223
|
+
|
5224
|
+
|
5139
5225
|
class UntagColumnOperationTypeDef(TypedDict):
|
5140
5226
|
ColumnName: str
|
5141
5227
|
TagNames: Sequence[ColumnTagNameType]
|
@@ -5153,6 +5239,11 @@ class UpdateAccountSettingsRequestRequestTypeDef(TypedDict):
|
|
5153
5239
|
TerminationProtectionEnabled: NotRequired[bool]
|
5154
5240
|
|
5155
5241
|
|
5242
|
+
class UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef(TypedDict):
|
5243
|
+
AwsAccountId: str
|
5244
|
+
Namespace: str
|
5245
|
+
|
5246
|
+
|
5156
5247
|
class UpdateBrandAssignmentRequestRequestTypeDef(TypedDict):
|
5157
5248
|
AwsAccountId: str
|
5158
5249
|
BrandArn: str
|
@@ -5181,6 +5272,12 @@ class UpdateDashboardsQAConfigurationRequestRequestTypeDef(TypedDict):
|
|
5181
5272
|
DashboardsQAStatus: DashboardsQAStatusType
|
5182
5273
|
|
5183
5274
|
|
5275
|
+
class UpdateDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
5276
|
+
AwsAccountId: str
|
5277
|
+
ApplicationId: str
|
5278
|
+
Namespace: NotRequired[str]
|
5279
|
+
|
5280
|
+
|
5184
5281
|
class UpdateFolderRequestRequestTypeDef(TypedDict):
|
5185
5282
|
AwsAccountId: str
|
5186
5283
|
FolderId: str
|
@@ -5205,7 +5302,7 @@ class UpdateIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
|
|
5205
5302
|
|
5206
5303
|
class UpdateIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
|
5207
5304
|
AwsAccountId: str
|
5208
|
-
Service:
|
5305
|
+
Service: ServiceTypeType
|
5209
5306
|
AuthorizedTargets: NotRequired[Sequence[str]]
|
5210
5307
|
|
5211
5308
|
|
@@ -5227,6 +5324,11 @@ class UpdateQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
|
|
5227
5324
|
PersonalizationMode: PersonalizationModeType
|
5228
5325
|
|
5229
5326
|
|
5327
|
+
class UpdateQuickSightQSearchConfigurationRequestRequestTypeDef(TypedDict):
|
5328
|
+
AwsAccountId: str
|
5329
|
+
QSearchStatus: QSearchStatusType
|
5330
|
+
|
5331
|
+
|
5230
5332
|
class UpdateRoleCustomPermissionRequestRequestTypeDef(TypedDict):
|
5231
5333
|
CustomPermissionsName: str
|
5232
5334
|
Role: RoleType
|
@@ -5983,6 +6085,12 @@ class DeleteDataSourceResponseTypeDef(TypedDict):
|
|
5983
6085
|
ResponseMetadata: ResponseMetadataTypeDef
|
5984
6086
|
|
5985
6087
|
|
6088
|
+
class DeleteDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
6089
|
+
RequestId: str
|
6090
|
+
Status: int
|
6091
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6092
|
+
|
6093
|
+
|
5986
6094
|
class DeleteFolderMembershipResponseTypeDef(TypedDict):
|
5987
6095
|
Status: int
|
5988
6096
|
RequestId: str
|
@@ -6164,6 +6272,13 @@ class DescribeDashboardsQAConfigurationResponseTypeDef(TypedDict):
|
|
6164
6272
|
ResponseMetadata: ResponseMetadataTypeDef
|
6165
6273
|
|
6166
6274
|
|
6275
|
+
class DescribeDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
6276
|
+
RequestId: str
|
6277
|
+
Status: int
|
6278
|
+
ApplicationId: str
|
6279
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6280
|
+
|
6281
|
+
|
6167
6282
|
class DescribeIpRestrictionResponseTypeDef(TypedDict):
|
6168
6283
|
AwsAccountId: str
|
6169
6284
|
IpRestrictionRuleMap: Dict[str, str]
|
@@ -6182,6 +6297,13 @@ class DescribeQPersonalizationConfigurationResponseTypeDef(TypedDict):
|
|
6182
6297
|
ResponseMetadata: ResponseMetadataTypeDef
|
6183
6298
|
|
6184
6299
|
|
6300
|
+
class DescribeQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
|
6301
|
+
QSearchStatus: QSearchStatusType
|
6302
|
+
RequestId: str
|
6303
|
+
Status: int
|
6304
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6305
|
+
|
6306
|
+
|
6185
6307
|
class DescribeRoleCustomPermissionResponseTypeDef(TypedDict):
|
6186
6308
|
CustomPermissionsName: str
|
6187
6309
|
RequestId: str
|
@@ -6204,6 +6326,13 @@ class GenerateEmbedUrlForRegisteredUserResponseTypeDef(TypedDict):
|
|
6204
6326
|
ResponseMetadata: ResponseMetadataTypeDef
|
6205
6327
|
|
6206
6328
|
|
6329
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef(TypedDict):
|
6330
|
+
EmbedUrl: str
|
6331
|
+
Status: int
|
6332
|
+
RequestId: str
|
6333
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6334
|
+
|
6335
|
+
|
6207
6336
|
class GetDashboardEmbedUrlResponseTypeDef(TypedDict):
|
6208
6337
|
EmbedUrl: str
|
6209
6338
|
Status: int
|
@@ -6371,6 +6500,12 @@ class UpdateAnalysisResponseTypeDef(TypedDict):
|
|
6371
6500
|
ResponseMetadata: ResponseMetadataTypeDef
|
6372
6501
|
|
6373
6502
|
|
6503
|
+
class UpdateApplicationWithTokenExchangeGrantResponseTypeDef(TypedDict):
|
6504
|
+
Status: int
|
6505
|
+
RequestId: str
|
6506
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6507
|
+
|
6508
|
+
|
6374
6509
|
class UpdateBrandAssignmentResponseTypeDef(TypedDict):
|
6375
6510
|
RequestId: str
|
6376
6511
|
BrandArn: str
|
@@ -6458,6 +6593,12 @@ class UpdateDataSourceResponseTypeDef(TypedDict):
|
|
6458
6593
|
ResponseMetadata: ResponseMetadataTypeDef
|
6459
6594
|
|
6460
6595
|
|
6596
|
+
class UpdateDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
6597
|
+
RequestId: str
|
6598
|
+
Status: int
|
6599
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6600
|
+
|
6601
|
+
|
6461
6602
|
class UpdateFolderResponseTypeDef(TypedDict):
|
6462
6603
|
Status: int
|
6463
6604
|
Arn: str
|
@@ -6503,6 +6644,13 @@ class UpdateQPersonalizationConfigurationResponseTypeDef(TypedDict):
|
|
6503
6644
|
ResponseMetadata: ResponseMetadataTypeDef
|
6504
6645
|
|
6505
6646
|
|
6647
|
+
class UpdateQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
|
6648
|
+
QSearchStatus: QSearchStatusType
|
6649
|
+
RequestId: str
|
6650
|
+
Status: int
|
6651
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
6652
|
+
|
6653
|
+
|
6506
6654
|
class UpdateRefreshScheduleResponseTypeDef(TypedDict):
|
6507
6655
|
Status: int
|
6508
6656
|
RequestId: str
|
@@ -7666,6 +7814,12 @@ class SnapshotAnonymousUserTypeDef(TypedDict):
|
|
7666
7814
|
RowLevelPermissionTags: NotRequired[Sequence[SessionTagTypeDef]]
|
7667
7815
|
|
7668
7816
|
|
7817
|
+
class QAResultTypeDef(TypedDict):
|
7818
|
+
ResultType: NotRequired[QAResultTypeType]
|
7819
|
+
DashboardVisual: NotRequired[DashboardVisualResultTypeDef]
|
7820
|
+
GeneratedAnswer: NotRequired[GeneratedAnswerResultTypeDef]
|
7821
|
+
|
7822
|
+
|
7669
7823
|
GeoSpatialColumnGroupUnionTypeDef = Union[
|
7670
7824
|
GeoSpatialColumnGroupTypeDef, GeoSpatialColumnGroupOutputTypeDef
|
7671
7825
|
]
|
@@ -7963,6 +8117,10 @@ class VisibleRangeOptionsTypeDef(TypedDict):
|
|
7963
8117
|
PercentRange: NotRequired[PercentVisibleRangeTypeDef]
|
7964
8118
|
|
7965
8119
|
|
8120
|
+
class PerformanceConfigurationOutputTypeDef(TypedDict):
|
8121
|
+
UniqueKeys: NotRequired[List[UniqueKeyOutputTypeDef]]
|
8122
|
+
|
8123
|
+
|
7966
8124
|
class PluginVisualOptionsOutputTypeDef(TypedDict):
|
7967
8125
|
VisualProperties: NotRequired[List[PluginVisualPropertyTypeDef]]
|
7968
8126
|
|
@@ -8189,6 +8347,7 @@ class TotalAggregationOptionTypeDef(TypedDict):
|
|
8189
8347
|
TotalAggregationFunction: TotalAggregationFunctionTypeDef
|
8190
8348
|
|
8191
8349
|
|
8350
|
+
UniqueKeyUnionTypeDef = Union[UniqueKeyTypeDef, UniqueKeyOutputTypeDef]
|
8192
8351
|
UntagColumnOperationUnionTypeDef = Union[
|
8193
8352
|
UntagColumnOperationTypeDef, UntagColumnOperationOutputTypeDef
|
8194
8353
|
]
|
@@ -8832,6 +8991,14 @@ class SnapshotUserConfigurationTypeDef(TypedDict):
|
|
8832
8991
|
AnonymousUsers: NotRequired[Sequence[SnapshotAnonymousUserTypeDef]]
|
8833
8992
|
|
8834
8993
|
|
8994
|
+
class PredictQAResultsResponseTypeDef(TypedDict):
|
8995
|
+
PrimaryResult: QAResultTypeDef
|
8996
|
+
AdditionalResults: List[QAResultTypeDef]
|
8997
|
+
RequestId: str
|
8998
|
+
Status: int
|
8999
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
9000
|
+
|
9001
|
+
|
8835
9002
|
class ColumnGroupTypeDef(TypedDict):
|
8836
9003
|
GeoSpatialColumnGroup: NotRequired[GeoSpatialColumnGroupUnionTypeDef]
|
8837
9004
|
|
@@ -9207,6 +9374,10 @@ class StringDatasetParameterTypeDef(TypedDict):
|
|
9207
9374
|
DefaultValues: NotRequired[StringDatasetParameterDefaultValuesUnionTypeDef]
|
9208
9375
|
|
9209
9376
|
|
9377
|
+
class PerformanceConfigurationTypeDef(TypedDict):
|
9378
|
+
UniqueKeys: NotRequired[Sequence[UniqueKeyUnionTypeDef]]
|
9379
|
+
|
9380
|
+
|
9210
9381
|
class FilterCrossSheetControlOutputTypeDef(TypedDict):
|
9211
9382
|
FilterControlId: str
|
9212
9383
|
SourceFilterId: str
|
@@ -10780,6 +10951,13 @@ class GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef(TypedDict):
|
|
10780
10951
|
AllowedDomains: NotRequired[Sequence[str]]
|
10781
10952
|
|
10782
10953
|
|
10954
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef(TypedDict):
|
10955
|
+
AwsAccountId: str
|
10956
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
10957
|
+
SessionLifetimeInMinutes: NotRequired[int]
|
10958
|
+
AllowedDomains: NotRequired[Sequence[str]]
|
10959
|
+
|
10960
|
+
|
10783
10961
|
class AnonymousUserSnapshotJobResultTypeDef(TypedDict):
|
10784
10962
|
FileGroups: NotRequired[List[SnapshotJobResultFileGroupTypeDef]]
|
10785
10963
|
|
@@ -10970,6 +11148,7 @@ class DataSetTypeDef(TypedDict):
|
|
10970
11148
|
ColumnLevelPermissionRules: NotRequired[List[ColumnLevelPermissionRuleOutputTypeDef]]
|
10971
11149
|
DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef]
|
10972
11150
|
DatasetParameters: NotRequired[List[DatasetParameterOutputTypeDef]]
|
11151
|
+
PerformanceConfiguration: NotRequired[PerformanceConfigurationOutputTypeDef]
|
10973
11152
|
|
10974
11153
|
|
10975
11154
|
class ImageCustomActionOperationOutputTypeDef(TypedDict):
|
@@ -12725,6 +12904,7 @@ class UpdateDataSetRequestRequestTypeDef(TypedDict):
|
|
12725
12904
|
ColumnLevelPermissionRules: NotRequired[Sequence[ColumnLevelPermissionRuleTypeDef]]
|
12726
12905
|
DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef]
|
12727
12906
|
DatasetParameters: NotRequired[Sequence[DatasetParameterTypeDef]]
|
12907
|
+
PerformanceConfiguration: NotRequired[PerformanceConfigurationTypeDef]
|
12728
12908
|
|
12729
12909
|
|
12730
12910
|
ColumnHierarchyUnionTypeDef = Union[ColumnHierarchyTypeDef, ColumnHierarchyOutputTypeDef]
|
@@ -13152,6 +13332,7 @@ class CreateDataSetRequestRequestTypeDef(TypedDict):
|
|
13152
13332
|
DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef]
|
13153
13333
|
DatasetParameters: NotRequired[Sequence[DatasetParameterUnionTypeDef]]
|
13154
13334
|
FolderArns: NotRequired[Sequence[str]]
|
13335
|
+
PerformanceConfiguration: NotRequired[PerformanceConfigurationTypeDef]
|
13155
13336
|
|
13156
13337
|
|
13157
13338
|
class LineSeriesAxisDisplayOptionsTypeDef(TypedDict):
|