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,
|
@@ -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",
|
@@ -1587,6 +1603,8 @@ __all__ = (
|
|
1587
1603
|
"PercentVisibleRangeTypeDef",
|
1588
1604
|
"PercentageDisplayFormatConfigurationTypeDef",
|
1589
1605
|
"PercentileAggregationTypeDef",
|
1606
|
+
"PerformanceConfigurationOutputTypeDef",
|
1607
|
+
"PerformanceConfigurationTypeDef",
|
1590
1608
|
"PeriodOverPeriodComputationTypeDef",
|
1591
1609
|
"PeriodToDateComputationTypeDef",
|
1592
1610
|
"PhysicalTableOutputTypeDef",
|
@@ -1687,6 +1705,8 @@ __all__ = (
|
|
1687
1705
|
"PredefinedHierarchyOutputTypeDef",
|
1688
1706
|
"PredefinedHierarchyTypeDef",
|
1689
1707
|
"PredefinedHierarchyUnionTypeDef",
|
1708
|
+
"PredictQAResultsRequestRequestTypeDef",
|
1709
|
+
"PredictQAResultsResponseTypeDef",
|
1690
1710
|
"PrestoParametersTypeDef",
|
1691
1711
|
"ProgressBarOptionsTypeDef",
|
1692
1712
|
"ProjectOperationOutputTypeDef",
|
@@ -1694,6 +1714,7 @@ __all__ = (
|
|
1694
1714
|
"ProjectOperationUnionTypeDef",
|
1695
1715
|
"PutDataSetRefreshPropertiesRequestRequestTypeDef",
|
1696
1716
|
"PutDataSetRefreshPropertiesResponseTypeDef",
|
1717
|
+
"QAResultTypeDef",
|
1697
1718
|
"QueryExecutionOptionsTypeDef",
|
1698
1719
|
"QueueInfoTypeDef",
|
1699
1720
|
"RadarChartAggregatedFieldWellsOutputTypeDef",
|
@@ -2164,6 +2185,9 @@ __all__ = (
|
|
2164
2185
|
"TypographyUnionTypeDef",
|
2165
2186
|
"UIColorPaletteTypeDef",
|
2166
2187
|
"UnaggregatedFieldTypeDef",
|
2188
|
+
"UniqueKeyOutputTypeDef",
|
2189
|
+
"UniqueKeyTypeDef",
|
2190
|
+
"UniqueKeyUnionTypeDef",
|
2167
2191
|
"UniqueValuesComputationTypeDef",
|
2168
2192
|
"UntagColumnOperationOutputTypeDef",
|
2169
2193
|
"UntagColumnOperationTypeDef",
|
@@ -2178,6 +2202,8 @@ __all__ = (
|
|
2178
2202
|
"UpdateAnalysisPermissionsResponseTypeDef",
|
2179
2203
|
"UpdateAnalysisRequestRequestTypeDef",
|
2180
2204
|
"UpdateAnalysisResponseTypeDef",
|
2205
|
+
"UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef",
|
2206
|
+
"UpdateApplicationWithTokenExchangeGrantResponseTypeDef",
|
2181
2207
|
"UpdateBrandAssignmentRequestRequestTypeDef",
|
2182
2208
|
"UpdateBrandAssignmentResponseTypeDef",
|
2183
2209
|
"UpdateBrandPublishedVersionRequestRequestTypeDef",
|
@@ -2204,6 +2230,8 @@ __all__ = (
|
|
2204
2230
|
"UpdateDataSourcePermissionsResponseTypeDef",
|
2205
2231
|
"UpdateDataSourceRequestRequestTypeDef",
|
2206
2232
|
"UpdateDataSourceResponseTypeDef",
|
2233
|
+
"UpdateDefaultQBusinessApplicationRequestRequestTypeDef",
|
2234
|
+
"UpdateDefaultQBusinessApplicationResponseTypeDef",
|
2207
2235
|
"UpdateFolderPermissionsRequestRequestTypeDef",
|
2208
2236
|
"UpdateFolderPermissionsResponseTypeDef",
|
2209
2237
|
"UpdateFolderRequestRequestTypeDef",
|
@@ -2222,6 +2250,8 @@ __all__ = (
|
|
2222
2250
|
"UpdatePublicSharingSettingsResponseTypeDef",
|
2223
2251
|
"UpdateQPersonalizationConfigurationRequestRequestTypeDef",
|
2224
2252
|
"UpdateQPersonalizationConfigurationResponseTypeDef",
|
2253
|
+
"UpdateQuickSightQSearchConfigurationRequestRequestTypeDef",
|
2254
|
+
"UpdateQuickSightQSearchConfigurationResponseTypeDef",
|
2225
2255
|
"UpdateRefreshScheduleRequestRequestTypeDef",
|
2226
2256
|
"UpdateRefreshScheduleResponseTypeDef",
|
2227
2257
|
"UpdateRoleCustomPermissionRequestRequestTypeDef",
|
@@ -2653,7 +2683,7 @@ class AuroraPostgreSqlParametersTypeDef(TypedDict):
|
|
2653
2683
|
Database: str
|
2654
2684
|
|
2655
2685
|
class AuthorizedTargetsByServiceTypeDef(TypedDict):
|
2656
|
-
Service: NotRequired[
|
2686
|
+
Service: NotRequired[ServiceTypeType]
|
2657
2687
|
AuthorizedTargets: NotRequired[List[str]]
|
2658
2688
|
|
2659
2689
|
class AwsIotAnalyticsParametersTypeDef(TypedDict):
|
@@ -3094,6 +3124,16 @@ class DashboardVersionSummaryTypeDef(TypedDict):
|
|
3094
3124
|
class ExportHiddenFieldsOptionTypeDef(TypedDict):
|
3095
3125
|
AvailabilityStatus: NotRequired[DashboardBehaviorType]
|
3096
3126
|
|
3127
|
+
class DashboardVisualResultTypeDef(TypedDict):
|
3128
|
+
DashboardId: NotRequired[str]
|
3129
|
+
DashboardName: NotRequired[str]
|
3130
|
+
SheetId: NotRequired[str]
|
3131
|
+
SheetName: NotRequired[str]
|
3132
|
+
VisualId: NotRequired[str]
|
3133
|
+
VisualTitle: NotRequired[str]
|
3134
|
+
VisualSubtitle: NotRequired[str]
|
3135
|
+
DashboardUrl: NotRequired[str]
|
3136
|
+
|
3097
3137
|
class DataAggregationTypeDef(TypedDict):
|
3098
3138
|
DatasetRowDateGranularity: NotRequired[TopicTimeGranularityType]
|
3099
3139
|
DefaultDateColumnName: NotRequired[str]
|
@@ -3329,6 +3369,10 @@ class DeleteDataSourceRequestRequestTypeDef(TypedDict):
|
|
3329
3369
|
AwsAccountId: str
|
3330
3370
|
DataSourceId: str
|
3331
3371
|
|
3372
|
+
class DeleteDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
3373
|
+
AwsAccountId: str
|
3374
|
+
Namespace: NotRequired[str]
|
3375
|
+
|
3332
3376
|
class DeleteFolderMembershipRequestRequestTypeDef(TypedDict):
|
3333
3377
|
AwsAccountId: str
|
3334
3378
|
FolderId: str
|
@@ -3357,7 +3401,7 @@ class DeleteIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
|
|
3357
3401
|
|
3358
3402
|
class DeleteIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
|
3359
3403
|
AwsAccountId: str
|
3360
|
-
Service:
|
3404
|
+
Service: ServiceTypeType
|
3361
3405
|
|
3362
3406
|
class DeleteNamespaceRequestRequestTypeDef(TypedDict):
|
3363
3407
|
AwsAccountId: str
|
@@ -3531,6 +3575,10 @@ class DescribeDataSourceRequestRequestTypeDef(TypedDict):
|
|
3531
3575
|
AwsAccountId: str
|
3532
3576
|
DataSourceId: str
|
3533
3577
|
|
3578
|
+
class DescribeDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
3579
|
+
AwsAccountId: str
|
3580
|
+
Namespace: NotRequired[str]
|
3581
|
+
|
3534
3582
|
class PaginatorConfigTypeDef(TypedDict):
|
3535
3583
|
MaxItems: NotRequired[int]
|
3536
3584
|
PageSize: NotRequired[int]
|
@@ -3611,6 +3659,9 @@ class DescribeNamespaceRequestRequestTypeDef(TypedDict):
|
|
3611
3659
|
class DescribeQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
|
3612
3660
|
AwsAccountId: str
|
3613
3661
|
|
3662
|
+
class DescribeQuickSightQSearchConfigurationRequestRequestTypeDef(TypedDict):
|
3663
|
+
AwsAccountId: str
|
3664
|
+
|
3614
3665
|
class DescribeRefreshScheduleRequestRequestTypeDef(TypedDict):
|
3615
3666
|
AwsAccountId: str
|
3616
3667
|
DataSetId: str
|
@@ -3838,6 +3889,16 @@ class SessionTagTypeDef(TypedDict):
|
|
3838
3889
|
Key: str
|
3839
3890
|
Value: str
|
3840
3891
|
|
3892
|
+
class GeneratedAnswerResultTypeDef(TypedDict):
|
3893
|
+
QuestionText: NotRequired[str]
|
3894
|
+
AnswerStatus: NotRequired[GeneratedAnswerStatusType]
|
3895
|
+
TopicId: NotRequired[str]
|
3896
|
+
TopicName: NotRequired[str]
|
3897
|
+
Restatement: NotRequired[str]
|
3898
|
+
QuestionId: NotRequired[str]
|
3899
|
+
AnswerId: NotRequired[str]
|
3900
|
+
QuestionUrl: NotRequired[str]
|
3901
|
+
|
3841
3902
|
class GeoSpatialColumnGroupTypeDef(TypedDict):
|
3842
3903
|
Name: str
|
3843
3904
|
Columns: Sequence[str]
|
@@ -4316,6 +4377,9 @@ class PercentVisibleRangeTypeDef(TypedDict):
|
|
4316
4377
|
From: NotRequired[float]
|
4317
4378
|
To: NotRequired[float]
|
4318
4379
|
|
4380
|
+
class UniqueKeyOutputTypeDef(TypedDict):
|
4381
|
+
ColumnNames: List[str]
|
4382
|
+
|
4319
4383
|
class PivotTableConditionalFormattingScopeTypeDef(TypedDict):
|
4320
4384
|
Role: NotRequired[PivotTableConditionalFormattingScopeRoleType]
|
4321
4385
|
|
@@ -4347,6 +4411,13 @@ class PluginVisualPropertyTypeDef(TypedDict):
|
|
4347
4411
|
Name: NotRequired[str]
|
4348
4412
|
Value: NotRequired[str]
|
4349
4413
|
|
4414
|
+
class PredictQAResultsRequestRequestTypeDef(TypedDict):
|
4415
|
+
AwsAccountId: str
|
4416
|
+
QueryText: str
|
4417
|
+
IncludeQuickSightQIndex: NotRequired[IncludeQuickSightQIndexType]
|
4418
|
+
IncludeGeneratedAnswer: NotRequired[IncludeGeneratedAnswerType]
|
4419
|
+
MaxTopicsToConsider: NotRequired[int]
|
4420
|
+
|
4350
4421
|
class ProjectOperationOutputTypeDef(TypedDict):
|
4351
4422
|
ProjectedColumns: List[str]
|
4352
4423
|
|
@@ -4378,9 +4449,13 @@ class ReferenceLineCustomLabelConfigurationTypeDef(TypedDict):
|
|
4378
4449
|
class ReferenceLineStaticDataConfigurationTypeDef(TypedDict):
|
4379
4450
|
Value: float
|
4380
4451
|
|
4381
|
-
|
4382
|
-
|
4383
|
-
|
4452
|
+
ReferenceLineStyleConfigurationTypeDef = TypedDict(
|
4453
|
+
"ReferenceLineStyleConfigurationTypeDef",
|
4454
|
+
{
|
4455
|
+
"Pattern": NotRequired[ReferenceLinePatternTypeType],
|
4456
|
+
"Color": NotRequired[str],
|
4457
|
+
},
|
4458
|
+
)
|
4384
4459
|
|
4385
4460
|
class ScheduleRefreshOnEntityTypeDef(TypedDict):
|
4386
4461
|
DayOfWeek: NotRequired[DayOfWeekType]
|
@@ -4642,6 +4717,9 @@ class UntagColumnOperationOutputTypeDef(TypedDict):
|
|
4642
4717
|
ColumnName: str
|
4643
4718
|
TagNames: List[ColumnTagNameType]
|
4644
4719
|
|
4720
|
+
class UniqueKeyTypeDef(TypedDict):
|
4721
|
+
ColumnNames: Sequence[str]
|
4722
|
+
|
4645
4723
|
class UntagColumnOperationTypeDef(TypedDict):
|
4646
4724
|
ColumnName: str
|
4647
4725
|
TagNames: Sequence[ColumnTagNameType]
|
@@ -4656,6 +4734,10 @@ class UpdateAccountSettingsRequestRequestTypeDef(TypedDict):
|
|
4656
4734
|
NotificationEmail: NotRequired[str]
|
4657
4735
|
TerminationProtectionEnabled: NotRequired[bool]
|
4658
4736
|
|
4737
|
+
class UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef(TypedDict):
|
4738
|
+
AwsAccountId: str
|
4739
|
+
Namespace: str
|
4740
|
+
|
4659
4741
|
class UpdateBrandAssignmentRequestRequestTypeDef(TypedDict):
|
4660
4742
|
AwsAccountId: str
|
4661
4743
|
BrandArn: str
|
@@ -4679,6 +4761,11 @@ class UpdateDashboardsQAConfigurationRequestRequestTypeDef(TypedDict):
|
|
4679
4761
|
AwsAccountId: str
|
4680
4762
|
DashboardsQAStatus: DashboardsQAStatusType
|
4681
4763
|
|
4764
|
+
class UpdateDefaultQBusinessApplicationRequestRequestTypeDef(TypedDict):
|
4765
|
+
AwsAccountId: str
|
4766
|
+
ApplicationId: str
|
4767
|
+
Namespace: NotRequired[str]
|
4768
|
+
|
4682
4769
|
class UpdateFolderRequestRequestTypeDef(TypedDict):
|
4683
4770
|
AwsAccountId: str
|
4684
4771
|
FolderId: str
|
@@ -4700,7 +4787,7 @@ class UpdateIAMPolicyAssignmentRequestRequestTypeDef(TypedDict):
|
|
4700
4787
|
|
4701
4788
|
class UpdateIdentityPropagationConfigRequestRequestTypeDef(TypedDict):
|
4702
4789
|
AwsAccountId: str
|
4703
|
-
Service:
|
4790
|
+
Service: ServiceTypeType
|
4704
4791
|
AuthorizedTargets: NotRequired[Sequence[str]]
|
4705
4792
|
|
4706
4793
|
class UpdateIpRestrictionRequestRequestTypeDef(TypedDict):
|
@@ -4718,6 +4805,10 @@ class UpdateQPersonalizationConfigurationRequestRequestTypeDef(TypedDict):
|
|
4718
4805
|
AwsAccountId: str
|
4719
4806
|
PersonalizationMode: PersonalizationModeType
|
4720
4807
|
|
4808
|
+
class UpdateQuickSightQSearchConfigurationRequestRequestTypeDef(TypedDict):
|
4809
|
+
AwsAccountId: str
|
4810
|
+
QSearchStatus: QSearchStatusType
|
4811
|
+
|
4721
4812
|
class UpdateRoleCustomPermissionRequestRequestTypeDef(TypedDict):
|
4722
4813
|
CustomPermissionsName: str
|
4723
4814
|
Role: RoleType
|
@@ -5366,6 +5457,11 @@ class DeleteDataSourceResponseTypeDef(TypedDict):
|
|
5366
5457
|
Status: int
|
5367
5458
|
ResponseMetadata: ResponseMetadataTypeDef
|
5368
5459
|
|
5460
|
+
class DeleteDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
5461
|
+
RequestId: str
|
5462
|
+
Status: int
|
5463
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5464
|
+
|
5369
5465
|
class DeleteFolderMembershipResponseTypeDef(TypedDict):
|
5370
5466
|
Status: int
|
5371
5467
|
RequestId: str
|
@@ -5522,6 +5618,12 @@ class DescribeDashboardsQAConfigurationResponseTypeDef(TypedDict):
|
|
5522
5618
|
Status: int
|
5523
5619
|
ResponseMetadata: ResponseMetadataTypeDef
|
5524
5620
|
|
5621
|
+
class DescribeDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
5622
|
+
RequestId: str
|
5623
|
+
Status: int
|
5624
|
+
ApplicationId: str
|
5625
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5626
|
+
|
5525
5627
|
class DescribeIpRestrictionResponseTypeDef(TypedDict):
|
5526
5628
|
AwsAccountId: str
|
5527
5629
|
IpRestrictionRuleMap: Dict[str, str]
|
@@ -5538,6 +5640,12 @@ class DescribeQPersonalizationConfigurationResponseTypeDef(TypedDict):
|
|
5538
5640
|
Status: int
|
5539
5641
|
ResponseMetadata: ResponseMetadataTypeDef
|
5540
5642
|
|
5643
|
+
class DescribeQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
|
5644
|
+
QSearchStatus: QSearchStatusType
|
5645
|
+
RequestId: str
|
5646
|
+
Status: int
|
5647
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5648
|
+
|
5541
5649
|
class DescribeRoleCustomPermissionResponseTypeDef(TypedDict):
|
5542
5650
|
CustomPermissionsName: str
|
5543
5651
|
RequestId: str
|
@@ -5557,6 +5665,12 @@ class GenerateEmbedUrlForRegisteredUserResponseTypeDef(TypedDict):
|
|
5557
5665
|
RequestId: str
|
5558
5666
|
ResponseMetadata: ResponseMetadataTypeDef
|
5559
5667
|
|
5668
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef(TypedDict):
|
5669
|
+
EmbedUrl: str
|
5670
|
+
Status: int
|
5671
|
+
RequestId: str
|
5672
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5673
|
+
|
5560
5674
|
class GetDashboardEmbedUrlResponseTypeDef(TypedDict):
|
5561
5675
|
EmbedUrl: str
|
5562
5676
|
Status: int
|
@@ -5702,6 +5816,11 @@ class UpdateAnalysisResponseTypeDef(TypedDict):
|
|
5702
5816
|
RequestId: str
|
5703
5817
|
ResponseMetadata: ResponseMetadataTypeDef
|
5704
5818
|
|
5819
|
+
class UpdateApplicationWithTokenExchangeGrantResponseTypeDef(TypedDict):
|
5820
|
+
Status: int
|
5821
|
+
RequestId: str
|
5822
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5823
|
+
|
5705
5824
|
class UpdateBrandAssignmentResponseTypeDef(TypedDict):
|
5706
5825
|
RequestId: str
|
5707
5826
|
BrandArn: str
|
@@ -5778,6 +5897,11 @@ class UpdateDataSourceResponseTypeDef(TypedDict):
|
|
5778
5897
|
Status: int
|
5779
5898
|
ResponseMetadata: ResponseMetadataTypeDef
|
5780
5899
|
|
5900
|
+
class UpdateDefaultQBusinessApplicationResponseTypeDef(TypedDict):
|
5901
|
+
RequestId: str
|
5902
|
+
Status: int
|
5903
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5904
|
+
|
5781
5905
|
class UpdateFolderResponseTypeDef(TypedDict):
|
5782
5906
|
Status: int
|
5783
5907
|
Arn: str
|
@@ -5817,6 +5941,12 @@ class UpdateQPersonalizationConfigurationResponseTypeDef(TypedDict):
|
|
5817
5941
|
Status: int
|
5818
5942
|
ResponseMetadata: ResponseMetadataTypeDef
|
5819
5943
|
|
5944
|
+
class UpdateQuickSightQSearchConfigurationResponseTypeDef(TypedDict):
|
5945
|
+
QSearchStatus: QSearchStatusType
|
5946
|
+
RequestId: str
|
5947
|
+
Status: int
|
5948
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
5949
|
+
|
5820
5950
|
class UpdateRefreshScheduleResponseTypeDef(TypedDict):
|
5821
5951
|
Status: int
|
5822
5952
|
RequestId: str
|
@@ -6806,6 +6936,11 @@ class FreeFormLayoutCanvasSizeOptionsTypeDef(TypedDict):
|
|
6806
6936
|
class SnapshotAnonymousUserTypeDef(TypedDict):
|
6807
6937
|
RowLevelPermissionTags: NotRequired[Sequence[SessionTagTypeDef]]
|
6808
6938
|
|
6939
|
+
class QAResultTypeDef(TypedDict):
|
6940
|
+
ResultType: NotRequired[QAResultTypeType]
|
6941
|
+
DashboardVisual: NotRequired[DashboardVisualResultTypeDef]
|
6942
|
+
GeneratedAnswer: NotRequired[GeneratedAnswerResultTypeDef]
|
6943
|
+
|
6809
6944
|
GeoSpatialColumnGroupUnionTypeDef = Union[
|
6810
6945
|
GeoSpatialColumnGroupTypeDef, GeoSpatialColumnGroupOutputTypeDef
|
6811
6946
|
]
|
@@ -7059,6 +7194,9 @@ class ParametersOutputTypeDef(TypedDict):
|
|
7059
7194
|
class VisibleRangeOptionsTypeDef(TypedDict):
|
7060
7195
|
PercentRange: NotRequired[PercentVisibleRangeTypeDef]
|
7061
7196
|
|
7197
|
+
class PerformanceConfigurationOutputTypeDef(TypedDict):
|
7198
|
+
UniqueKeys: NotRequired[List[UniqueKeyOutputTypeDef]]
|
7199
|
+
|
7062
7200
|
class PluginVisualOptionsOutputTypeDef(TypedDict):
|
7063
7201
|
VisualProperties: NotRequired[List[PluginVisualPropertyTypeDef]]
|
7064
7202
|
|
@@ -7242,6 +7380,7 @@ class TotalAggregationOptionTypeDef(TypedDict):
|
|
7242
7380
|
FieldId: str
|
7243
7381
|
TotalAggregationFunction: TotalAggregationFunctionTypeDef
|
7244
7382
|
|
7383
|
+
UniqueKeyUnionTypeDef = Union[UniqueKeyTypeDef, UniqueKeyOutputTypeDef]
|
7245
7384
|
UntagColumnOperationUnionTypeDef = Union[
|
7246
7385
|
UntagColumnOperationTypeDef, UntagColumnOperationOutputTypeDef
|
7247
7386
|
]
|
@@ -7794,6 +7933,13 @@ class DefaultFreeFormLayoutConfigurationTypeDef(TypedDict):
|
|
7794
7933
|
class SnapshotUserConfigurationTypeDef(TypedDict):
|
7795
7934
|
AnonymousUsers: NotRequired[Sequence[SnapshotAnonymousUserTypeDef]]
|
7796
7935
|
|
7936
|
+
class PredictQAResultsResponseTypeDef(TypedDict):
|
7937
|
+
PrimaryResult: QAResultTypeDef
|
7938
|
+
AdditionalResults: List[QAResultTypeDef]
|
7939
|
+
RequestId: str
|
7940
|
+
Status: int
|
7941
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
7942
|
+
|
7797
7943
|
class ColumnGroupTypeDef(TypedDict):
|
7798
7944
|
GeoSpatialColumnGroup: NotRequired[GeoSpatialColumnGroupUnionTypeDef]
|
7799
7945
|
|
@@ -8109,6 +8255,9 @@ class StringDatasetParameterTypeDef(TypedDict):
|
|
8109
8255
|
ValueType: DatasetParameterValueTypeType
|
8110
8256
|
DefaultValues: NotRequired[StringDatasetParameterDefaultValuesUnionTypeDef]
|
8111
8257
|
|
8258
|
+
class PerformanceConfigurationTypeDef(TypedDict):
|
8259
|
+
UniqueKeys: NotRequired[Sequence[UniqueKeyUnionTypeDef]]
|
8260
|
+
|
8112
8261
|
class FilterCrossSheetControlOutputTypeDef(TypedDict):
|
8113
8262
|
FilterControlId: str
|
8114
8263
|
SourceFilterId: str
|
@@ -9487,6 +9636,12 @@ class GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef(TypedDict):
|
|
9487
9636
|
SessionLifetimeInMinutes: NotRequired[int]
|
9488
9637
|
AllowedDomains: NotRequired[Sequence[str]]
|
9489
9638
|
|
9639
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef(TypedDict):
|
9640
|
+
AwsAccountId: str
|
9641
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfigurationTypeDef
|
9642
|
+
SessionLifetimeInMinutes: NotRequired[int]
|
9643
|
+
AllowedDomains: NotRequired[Sequence[str]]
|
9644
|
+
|
9490
9645
|
class AnonymousUserSnapshotJobResultTypeDef(TypedDict):
|
9491
9646
|
FileGroups: NotRequired[List[SnapshotJobResultFileGroupTypeDef]]
|
9492
9647
|
|
@@ -9652,6 +9807,7 @@ class DataSetTypeDef(TypedDict):
|
|
9652
9807
|
ColumnLevelPermissionRules: NotRequired[List[ColumnLevelPermissionRuleOutputTypeDef]]
|
9653
9808
|
DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef]
|
9654
9809
|
DatasetParameters: NotRequired[List[DatasetParameterOutputTypeDef]]
|
9810
|
+
PerformanceConfiguration: NotRequired[PerformanceConfigurationOutputTypeDef]
|
9655
9811
|
|
9656
9812
|
class ImageCustomActionOperationOutputTypeDef(TypedDict):
|
9657
9813
|
NavigationOperation: NotRequired[CustomActionNavigationOperationTypeDef]
|
@@ -11156,6 +11312,7 @@ class UpdateDataSetRequestRequestTypeDef(TypedDict):
|
|
11156
11312
|
ColumnLevelPermissionRules: NotRequired[Sequence[ColumnLevelPermissionRuleTypeDef]]
|
11157
11313
|
DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef]
|
11158
11314
|
DatasetParameters: NotRequired[Sequence[DatasetParameterTypeDef]]
|
11315
|
+
PerformanceConfiguration: NotRequired[PerformanceConfigurationTypeDef]
|
11159
11316
|
|
11160
11317
|
ColumnHierarchyUnionTypeDef = Union[ColumnHierarchyTypeDef, ColumnHierarchyOutputTypeDef]
|
11161
11318
|
AxisDisplayOptionsUnionTypeDef = Union[AxisDisplayOptionsTypeDef, AxisDisplayOptionsOutputTypeDef]
|
@@ -11515,6 +11672,7 @@ class CreateDataSetRequestRequestTypeDef(TypedDict):
|
|
11515
11672
|
DataSetUsageConfiguration: NotRequired[DataSetUsageConfigurationTypeDef]
|
11516
11673
|
DatasetParameters: NotRequired[Sequence[DatasetParameterUnionTypeDef]]
|
11517
11674
|
FolderArns: NotRequired[Sequence[str]]
|
11675
|
+
PerformanceConfiguration: NotRequired[PerformanceConfigurationTypeDef]
|
11518
11676
|
|
11519
11677
|
class LineSeriesAxisDisplayOptionsTypeDef(TypedDict):
|
11520
11678
|
AxisOptions: NotRequired[AxisDisplayOptionsUnionTypeDef]
|
{types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.84.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.84
|
4
|
+
Summary: Type annotations for boto3 QuickSight 1.35.84 service generated with mypy-boto3-builder 8.6.4
|
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.84](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/),
|
@@ -52,8 +52,8 @@ Type annotations for
|
|
52
52
|
[mypy](https://github.com/python/mypy),
|
53
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
54
54
|
|
55
|
-
Generated
|
56
|
-
[mypy-boto3-builder 8.4
|
55
|
+
Generated with
|
56
|
+
[mypy-boto3-builder 8.6.4](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,10 +61,11 @@ 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)
|
68
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
68
69
|
- [VSCode extension](#vscode-extension)
|
69
70
|
- [From PyPI with pip](#from-pypi-with-pip)
|
70
71
|
- [How to uninstall](#how-to-uninstall)
|
@@ -76,6 +77,7 @@ See how it helps you find and fix potential bugs:
|
|
76
77
|
- [Other IDEs](#other-ides)
|
77
78
|
- [mypy](#mypy)
|
78
79
|
- [pyright](#pyright)
|
80
|
+
- [Pylint compatibility](#pylint-compatibility)
|
79
81
|
- [Explicit type annotations](#explicit-type-annotations)
|
80
82
|
- [Client annotations](#client-annotations)
|
81
83
|
- [Paginators annotations](#paginators-annotations)
|
@@ -94,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
94
96
|
|
95
97
|
## How to install
|
96
98
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
100
|
+
|
101
|
+
### Generate locally (recommended)
|
102
|
+
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
104
|
+
`mypy_boto3_builder`. Use
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
106
|
+
isolation.
|
107
|
+
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
109
|
+
`uvx --with 'boto3==1.35.84' mypy_boto3_builder`
|
110
|
+
2. Select `boto3` AWS SDK.
|
111
|
+
3. Add `QuickSight` service.
|
112
|
+
4. Use provided commands to install generated packages.
|
113
|
+
|
97
114
|
<a id="vscode-extension"></a>
|
98
115
|
|
99
116
|
### VSCode extension
|
@@ -114,12 +131,10 @@ Install `types-boto3` for `QuickSight` service.
|
|
114
131
|
# install with boto3 type annotations
|
115
132
|
python -m pip install 'types-boto3[quicksight]'
|
116
133
|
|
117
|
-
|
118
134
|
# Lite version does not provide session.client/resource overloads
|
119
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
120
136
|
python -m pip install 'types-boto3-lite[quicksight]'
|
121
137
|
|
122
|
-
|
123
138
|
# standalone installation
|
124
139
|
python -m pip install types-boto3-quicksight
|
125
140
|
```
|
@@ -268,6 +283,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
268
283
|
Type checking should now work. No explicit type annotations required, write
|
269
284
|
your `boto3` code as usual.
|
270
285
|
|
286
|
+
<a id="pylint-compatibility"></a>
|
287
|
+
|
288
|
+
### Pylint compatibility
|
289
|
+
|
290
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
291
|
+
`types-boto3-quicksight` dependency in production. However, there is an issue
|
292
|
+
in `pylint` that it complains about undefined variables. To fix it, set all
|
293
|
+
types to `object` in non-`TYPE_CHECKING` mode.
|
294
|
+
|
295
|
+
```python
|
296
|
+
from typing import TYPE_CHECKING
|
297
|
+
|
298
|
+
if TYPE_CHECKING:
|
299
|
+
from types_boto3_ec2 import EC2Client, EC2ServiceResource
|
300
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
301
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
302
|
+
else:
|
303
|
+
EC2Client = object
|
304
|
+
EC2ServiceResource = object
|
305
|
+
BundleTaskCompleteWaiter = object
|
306
|
+
DescribeVolumesPaginator = object
|
307
|
+
|
308
|
+
...
|
309
|
+
```
|
310
|
+
|
271
311
|
<a id="explicit-type-annotations"></a>
|
272
312
|
|
273
313
|
## 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=Yh70EF-PHfUfZs4aM2NvaVU4bobSFAXR6cajA8D19Bk,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=Jp9R--l2YLm0OhDSe8keXRR9p5b9vPlGEJvYm-kL9yg,46052
|
7
|
+
types_boto3_quicksight/literals.pyi,sha256=xvsAm5Jqkm_lT_slOuLj8FJLe7qs3SQXdo9bjPY674w,46050
|
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=yCFkGlsWBw2cULb5clQSl4LXG_4lkO2nSP1MeygfhlA,539420
|
12
|
+
types_boto3_quicksight/type_defs.pyi,sha256=0iD-4038_5ptMl3WDtTLXJIOGxxzWImjHK4UmIo1L7M,537522
|
13
|
+
types_boto3_quicksight/version.py,sha256=vDJjYq_Ebvy9WozQ8tBQcKjuUQrg_uGQcZsc1LyYv-E,93
|
14
|
+
types_boto3_quicksight-1.35.84.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
15
|
+
types_boto3_quicksight-1.35.84.dist-info/METADATA,sha256=OgSjMwrKyEIVoVMxJBzVrqLq5glZ27NijAms5CugaVY,19446
|
16
|
+
types_boto3_quicksight-1.35.84.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
17
|
+
types_boto3_quicksight-1.35.84.dist-info/top_level.txt,sha256=-anjx7RpXcQ2voECP3kbFdst3Z47KOiJtPEoMytDTtk,23
|
18
|
+
types_boto3_quicksight-1.35.84.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.84.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|
{types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.84.dist-info}/top_level.txt
RENAMED
File without changes
|