aws-sdk-quicksight 1.117.0 → 1.118.0

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.
@@ -23,8 +23,15 @@ module Aws::QuickSight
23
23
  ActiveIAMPolicyAssignmentList = Shapes::ListShape.new(name: 'ActiveIAMPolicyAssignmentList')
24
24
  AdHocFilteringOption = Shapes::StructureShape.new(name: 'AdHocFilteringOption')
25
25
  AdditionalDashboardIdList = Shapes::ListShape.new(name: 'AdditionalDashboardIdList')
26
+ AggFunction = Shapes::StructureShape.new(name: 'AggFunction')
27
+ AggFunctionParamKey = Shapes::StringShape.new(name: 'AggFunctionParamKey')
28
+ AggFunctionParamMap = Shapes::MapShape.new(name: 'AggFunctionParamMap')
29
+ AggFunctionParamValue = Shapes::StringShape.new(name: 'AggFunctionParamValue')
30
+ AggType = Shapes::StringShape.new(name: 'AggType')
26
31
  AggregationFunction = Shapes::StructureShape.new(name: 'AggregationFunction')
27
32
  AggregationFunctionParameters = Shapes::MapShape.new(name: 'AggregationFunctionParameters')
33
+ AggregationPartitionBy = Shapes::StructureShape.new(name: 'AggregationPartitionBy')
34
+ AggregationPartitionByList = Shapes::ListShape.new(name: 'AggregationPartitionByList')
28
35
  AggregationSortConfiguration = Shapes::StructureShape.new(name: 'AggregationSortConfiguration')
29
36
  AggregationSortConfigurationList = Shapes::ListShape.new(name: 'AggregationSortConfigurationList')
30
37
  AliasName = Shapes::StringShape.new(name: 'AliasName')
@@ -45,8 +52,10 @@ module Aws::QuickSight
45
52
  AnalysisSourceTemplate = Shapes::StructureShape.new(name: 'AnalysisSourceTemplate')
46
53
  AnalysisSummary = Shapes::StructureShape.new(name: 'AnalysisSummary')
47
54
  AnalysisSummaryList = Shapes::ListShape.new(name: 'AnalysisSummaryList')
55
+ Anchor = Shapes::StructureShape.new(name: 'Anchor')
48
56
  AnchorDateConfiguration = Shapes::StructureShape.new(name: 'AnchorDateConfiguration')
49
57
  AnchorOption = Shapes::StringShape.new(name: 'AnchorOption')
58
+ AnchorType = Shapes::StringShape.new(name: 'AnchorType')
50
59
  AnonymousUserDashboardEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserDashboardEmbeddingConfiguration')
51
60
  AnonymousUserDashboardVisualEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserDashboardVisualEmbeddingConfiguration')
52
61
  AnonymousUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserEmbeddingExperienceConfiguration')
@@ -54,6 +63,8 @@ module Aws::QuickSight
54
63
  AnonymousUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserQSearchBarEmbeddingConfiguration')
55
64
  AnonymousUserSnapshotJobResult = Shapes::StructureShape.new(name: 'AnonymousUserSnapshotJobResult')
56
65
  AnonymousUserSnapshotJobResultList = Shapes::ListShape.new(name: 'AnonymousUserSnapshotJobResultList')
66
+ AnswerId = Shapes::StringShape.new(name: 'AnswerId')
67
+ AnswerIds = Shapes::ListShape.new(name: 'AnswerIds')
57
68
  ArcAxisConfiguration = Shapes::StructureShape.new(name: 'ArcAxisConfiguration')
58
69
  ArcAxisDisplayRange = Shapes::StructureShape.new(name: 'ArcAxisDisplayRange')
59
70
  ArcConfiguration = Shapes::StructureShape.new(name: 'ArcConfiguration')
@@ -197,6 +208,10 @@ module Aws::QuickSight
197
208
  BarChartVisual = Shapes::StructureShape.new(name: 'BarChartVisual')
198
209
  BarsArrangement = Shapes::StringShape.new(name: 'BarsArrangement')
199
210
  BaseMapStyleType = Shapes::StringShape.new(name: 'BaseMapStyleType')
211
+ BatchCreateTopicReviewedAnswerRequest = Shapes::StructureShape.new(name: 'BatchCreateTopicReviewedAnswerRequest')
212
+ BatchCreateTopicReviewedAnswerResponse = Shapes::StructureShape.new(name: 'BatchCreateTopicReviewedAnswerResponse')
213
+ BatchDeleteTopicReviewedAnswerRequest = Shapes::StructureShape.new(name: 'BatchDeleteTopicReviewedAnswerRequest')
214
+ BatchDeleteTopicReviewedAnswerResponse = Shapes::StructureShape.new(name: 'BatchDeleteTopicReviewedAnswerResponse')
200
215
  BigQueryParameters = Shapes::StructureShape.new(name: 'BigQueryParameters')
201
216
  BinCountLimit = Shapes::IntegerShape.new(name: 'BinCountLimit')
202
217
  BinCountOptions = Shapes::StructureShape.new(name: 'BinCountOptions')
@@ -233,6 +248,7 @@ module Aws::QuickSight
233
248
  CalculatedColumnList = Shapes::ListShape.new(name: 'CalculatedColumnList')
234
249
  CalculatedField = Shapes::StructureShape.new(name: 'CalculatedField')
235
250
  CalculatedFieldExpression = Shapes::StringShape.new(name: 'CalculatedFieldExpression')
251
+ CalculatedFieldReferenceList = Shapes::ListShape.new(name: 'CalculatedFieldReferenceList')
236
252
  CalculatedFields = Shapes::ListShape.new(name: 'CalculatedFields')
237
253
  CalculatedMeasureField = Shapes::StructureShape.new(name: 'CalculatedMeasureField')
238
254
  CancelIngestionRequest = Shapes::StructureShape.new(name: 'CancelIngestionRequest')
@@ -262,6 +278,8 @@ module Aws::QuickSight
262
278
  ClusterMarker = Shapes::StructureShape.new(name: 'ClusterMarker')
263
279
  ClusterMarkerConfiguration = Shapes::StructureShape.new(name: 'ClusterMarkerConfiguration')
264
280
  CollectiveConstant = Shapes::StructureShape.new(name: 'CollectiveConstant')
281
+ CollectiveConstantEntry = Shapes::StructureShape.new(name: 'CollectiveConstantEntry')
282
+ CollectiveConstantEntryList = Shapes::ListShape.new(name: 'CollectiveConstantEntryList')
265
283
  ColorFillType = Shapes::StringShape.new(name: 'ColorFillType')
266
284
  ColorList = Shapes::ListShape.new(name: 'ColorList')
267
285
  ColorScale = Shapes::StructureShape.new(name: 'ColorScale')
@@ -309,6 +327,7 @@ module Aws::QuickSight
309
327
  ComparisonConfiguration = Shapes::StructureShape.new(name: 'ComparisonConfiguration')
310
328
  ComparisonFormatConfiguration = Shapes::StructureShape.new(name: 'ComparisonFormatConfiguration')
311
329
  ComparisonMethod = Shapes::StringShape.new(name: 'ComparisonMethod')
330
+ ComparisonMethodType = Shapes::StringShape.new(name: 'ComparisonMethodType')
312
331
  Computation = Shapes::StructureShape.new(name: 'Computation')
313
332
  ComputationList = Shapes::ListShape.new(name: 'ComputationList')
314
333
  ConcurrentUpdatingException = Shapes::StructureShape.new(name: 'ConcurrentUpdatingException')
@@ -324,9 +343,15 @@ module Aws::QuickSight
324
343
  ConditionalFormattingSolidColor = Shapes::StructureShape.new(name: 'ConditionalFormattingSolidColor')
325
344
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
326
345
  ConstantType = Shapes::StringShape.new(name: 'ConstantType')
346
+ ConstantValueString = Shapes::StringShape.new(name: 'ConstantValueString')
327
347
  ContextMenuOption = Shapes::StructureShape.new(name: 'ContextMenuOption')
328
348
  ContributionAnalysisDefault = Shapes::StructureShape.new(name: 'ContributionAnalysisDefault')
329
349
  ContributionAnalysisDefaultList = Shapes::ListShape.new(name: 'ContributionAnalysisDefaultList')
350
+ ContributionAnalysisDirection = Shapes::StringShape.new(name: 'ContributionAnalysisDirection')
351
+ ContributionAnalysisFactor = Shapes::StructureShape.new(name: 'ContributionAnalysisFactor')
352
+ ContributionAnalysisFactorsList = Shapes::ListShape.new(name: 'ContributionAnalysisFactorsList')
353
+ ContributionAnalysisSortType = Shapes::StringShape.new(name: 'ContributionAnalysisSortType')
354
+ ContributionAnalysisTimeRanges = Shapes::StructureShape.new(name: 'ContributionAnalysisTimeRanges')
330
355
  ContributorDimensionList = Shapes::ListShape.new(name: 'ContributorDimensionList')
331
356
  CopySourceArn = Shapes::StringShape.new(name: 'CopySourceArn')
332
357
  CreateAccountCustomizationRequest = Shapes::StructureShape.new(name: 'CreateAccountCustomizationRequest')
@@ -372,6 +397,8 @@ module Aws::QuickSight
372
397
  CreateTopicRefreshScheduleResponse = Shapes::StructureShape.new(name: 'CreateTopicRefreshScheduleResponse')
373
398
  CreateTopicRequest = Shapes::StructureShape.new(name: 'CreateTopicRequest')
374
399
  CreateTopicResponse = Shapes::StructureShape.new(name: 'CreateTopicResponse')
400
+ CreateTopicReviewedAnswer = Shapes::StructureShape.new(name: 'CreateTopicReviewedAnswer')
401
+ CreateTopicReviewedAnswers = Shapes::ListShape.new(name: 'CreateTopicReviewedAnswers')
375
402
  CreateVPCConnectionRequest = Shapes::StructureShape.new(name: 'CreateVPCConnectionRequest')
376
403
  CreateVPCConnectionResponse = Shapes::StructureShape.new(name: 'CreateVPCConnectionResponse')
377
404
  CredentialPair = Shapes::StructureShape.new(name: 'CredentialPair')
@@ -736,6 +763,8 @@ module Aws::QuickSight
736
763
  FilledMapSortConfiguration = Shapes::StructureShape.new(name: 'FilledMapSortConfiguration')
737
764
  FilledMapVisual = Shapes::StructureShape.new(name: 'FilledMapVisual')
738
765
  Filter = Shapes::StructureShape.new(name: 'Filter')
766
+ FilterAggMetrics = Shapes::StructureShape.new(name: 'FilterAggMetrics')
767
+ FilterAggMetricsList = Shapes::ListShape.new(name: 'FilterAggMetricsList')
739
768
  FilterClass = Shapes::StringShape.new(name: 'FilterClass')
740
769
  FilterControl = Shapes::StructureShape.new(name: 'FilterControl')
741
770
  FilterControlList = Shapes::ListShape.new(name: 'FilterControlList')
@@ -893,6 +922,7 @@ module Aws::QuickSight
893
922
  IAMPolicyAssignmentSummaryList = Shapes::ListShape.new(name: 'IAMPolicyAssignmentSummaryList')
894
923
  IPv4Address = Shapes::StringShape.new(name: 'IPv4Address')
895
924
  Icon = Shapes::StringShape.new(name: 'Icon')
925
+ Identifier = Shapes::StructureShape.new(name: 'Identifier')
896
926
  IdentityCenterConfiguration = Shapes::StructureShape.new(name: 'IdentityCenterConfiguration')
897
927
  IdentityMap = Shapes::MapShape.new(name: 'IdentityMap')
898
928
  IdentityName = Shapes::StringShape.new(name: 'IdentityName')
@@ -932,6 +962,8 @@ module Aws::QuickSight
932
962
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
933
963
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
934
964
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
965
+ InvalidTopicReviewedAnswer = Shapes::StructureShape.new(name: 'InvalidTopicReviewedAnswer')
966
+ InvalidTopicReviewedAnswers = Shapes::ListShape.new(name: 'InvalidTopicReviewedAnswers')
935
967
  IpRestrictionRuleDescription = Shapes::StringShape.new(name: 'IpRestrictionRuleDescription')
936
968
  IpRestrictionRuleMap = Shapes::MapShape.new(name: 'IpRestrictionRuleMap')
937
969
  ItemsLimitConfiguration = Shapes::StructureShape.new(name: 'ItemsLimitConfiguration')
@@ -1041,6 +1073,8 @@ module Aws::QuickSight
1041
1073
  ListThemesResponse = Shapes::StructureShape.new(name: 'ListThemesResponse')
1042
1074
  ListTopicRefreshSchedulesRequest = Shapes::StructureShape.new(name: 'ListTopicRefreshSchedulesRequest')
1043
1075
  ListTopicRefreshSchedulesResponse = Shapes::StructureShape.new(name: 'ListTopicRefreshSchedulesResponse')
1076
+ ListTopicReviewedAnswersRequest = Shapes::StructureShape.new(name: 'ListTopicReviewedAnswersRequest')
1077
+ ListTopicReviewedAnswersResponse = Shapes::StructureShape.new(name: 'ListTopicReviewedAnswersResponse')
1044
1078
  ListTopicsRequest = Shapes::StructureShape.new(name: 'ListTopicsRequest')
1045
1079
  ListTopicsResponse = Shapes::StructureShape.new(name: 'ListTopicsResponse')
1046
1080
  ListUserGroupsRequest = Shapes::StructureShape.new(name: 'ListUserGroupsRequest')
@@ -1087,6 +1121,7 @@ module Aws::QuickSight
1087
1121
  NamedEntityDefinition = Shapes::StructureShape.new(name: 'NamedEntityDefinition')
1088
1122
  NamedEntityDefinitionMetric = Shapes::StructureShape.new(name: 'NamedEntityDefinitionMetric')
1089
1123
  NamedEntityDefinitions = Shapes::ListShape.new(name: 'NamedEntityDefinitions')
1124
+ NamedEntityRef = Shapes::StructureShape.new(name: 'NamedEntityRef')
1090
1125
  NamedFilterAggType = Shapes::StringShape.new(name: 'NamedFilterAggType')
1091
1126
  NamedFilterType = Shapes::StringShape.new(name: 'NamedFilterType')
1092
1127
  Namespace = Shapes::StringShape.new(name: 'Namespace')
@@ -1107,6 +1142,7 @@ module Aws::QuickSight
1107
1142
  NewDefaultValues = Shapes::StructureShape.new(name: 'NewDefaultValues')
1108
1143
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
1109
1144
  NonRepeatingVisualsList = Shapes::ListShape.new(name: 'NonRepeatingVisualsList')
1145
+ NullFilterOption = Shapes::StringShape.new(name: 'NullFilterOption')
1110
1146
  NullString = Shapes::StringShape.new(name: 'NullString')
1111
1147
  NullValueFormatConfiguration = Shapes::StructureShape.new(name: 'NullValueFormatConfiguration')
1112
1148
  NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
@@ -1127,6 +1163,7 @@ module Aws::QuickSight
1127
1163
  NumericalDimensionField = Shapes::StructureShape.new(name: 'NumericalDimensionField')
1128
1164
  NumericalMeasureField = Shapes::StructureShape.new(name: 'NumericalMeasureField')
1129
1165
  OnClause = Shapes::StringShape.new(name: 'OnClause')
1166
+ OperandList = Shapes::ListShape.new(name: 'OperandList')
1130
1167
  OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
1131
1168
  OracleParameters = Shapes::StructureShape.new(name: 'OracleParameters')
1132
1169
  OtherCategories = Shapes::StringShape.new(name: 'OtherCategories')
@@ -1308,6 +1345,7 @@ module Aws::QuickSight
1308
1345
  RestoreAnalysisRequest = Shapes::StructureShape.new(name: 'RestoreAnalysisRequest')
1309
1346
  RestoreAnalysisResponse = Shapes::StructureShape.new(name: 'RestoreAnalysisResponse')
1310
1347
  RestrictiveResourceId = Shapes::StringShape.new(name: 'RestrictiveResourceId')
1348
+ ReviewedAnswerErrorCode = Shapes::StringShape.new(name: 'ReviewedAnswerErrorCode')
1311
1349
  Role = Shapes::StringShape.new(name: 'Role')
1312
1350
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
1313
1351
  RoleName = Shapes::StringShape.new(name: 'RoleName')
@@ -1446,6 +1484,8 @@ module Aws::QuickSight
1446
1484
  SingleYAxisOption = Shapes::StringShape.new(name: 'SingleYAxisOption')
1447
1485
  SiteBaseUrl = Shapes::StringShape.new(name: 'SiteBaseUrl')
1448
1486
  SliderControlDisplayOptions = Shapes::StructureShape.new(name: 'SliderControlDisplayOptions')
1487
+ Slot = Shapes::StructureShape.new(name: 'Slot')
1488
+ Slots = Shapes::ListShape.new(name: 'Slots')
1449
1489
  SmallMultiplesAxisPlacement = Shapes::StringShape.new(name: 'SmallMultiplesAxisPlacement')
1450
1490
  SmallMultiplesAxisProperties = Shapes::StructureShape.new(name: 'SmallMultiplesAxisProperties')
1451
1491
  SmallMultiplesAxisScale = Shapes::StringShape.new(name: 'SmallMultiplesAxisScale')
@@ -1516,6 +1556,8 @@ module Aws::QuickSight
1516
1556
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
1517
1557
  SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
1518
1558
  SubtotalOptions = Shapes::StructureShape.new(name: 'SubtotalOptions')
1559
+ SucceededTopicReviewedAnswer = Shapes::StructureShape.new(name: 'SucceededTopicReviewedAnswer')
1560
+ SucceededTopicReviewedAnswers = Shapes::ListShape.new(name: 'SucceededTopicReviewedAnswers')
1519
1561
  SuccessfulKeyRegistrationEntries = Shapes::ListShape.new(name: 'SuccessfulKeyRegistrationEntries')
1520
1562
  SuccessfulKeyRegistrationEntry = Shapes::StructureShape.new(name: 'SuccessfulKeyRegistrationEntry')
1521
1563
  Suffix = Shapes::StringShape.new(name: 'Suffix')
@@ -1637,10 +1679,23 @@ module Aws::QuickSight
1637
1679
  TopicCategoryFilterConstant = Shapes::StructureShape.new(name: 'TopicCategoryFilterConstant')
1638
1680
  TopicColumn = Shapes::StructureShape.new(name: 'TopicColumn')
1639
1681
  TopicColumns = Shapes::ListShape.new(name: 'TopicColumns')
1682
+ TopicConstantValue = Shapes::StructureShape.new(name: 'TopicConstantValue')
1640
1683
  TopicDateRangeFilter = Shapes::StructureShape.new(name: 'TopicDateRangeFilter')
1641
1684
  TopicDetails = Shapes::StructureShape.new(name: 'TopicDetails')
1642
1685
  TopicFilter = Shapes::StructureShape.new(name: 'TopicFilter')
1643
1686
  TopicFilters = Shapes::ListShape.new(name: 'TopicFilters')
1687
+ TopicIR = Shapes::StructureShape.new(name: 'TopicIR')
1688
+ TopicIRComparisonMethod = Shapes::StructureShape.new(name: 'TopicIRComparisonMethod')
1689
+ TopicIRContributionAnalysis = Shapes::StructureShape.new(name: 'TopicIRContributionAnalysis')
1690
+ TopicIRFilterEntry = Shapes::ListShape.new(name: 'TopicIRFilterEntry')
1691
+ TopicIRFilterFunction = Shapes::StringShape.new(name: 'TopicIRFilterFunction')
1692
+ TopicIRFilterList = Shapes::ListShape.new(name: 'TopicIRFilterList')
1693
+ TopicIRFilterOption = Shapes::StructureShape.new(name: 'TopicIRFilterOption')
1694
+ TopicIRFilterType = Shapes::StringShape.new(name: 'TopicIRFilterType')
1695
+ TopicIRGroupBy = Shapes::StructureShape.new(name: 'TopicIRGroupBy')
1696
+ TopicIRGroupByList = Shapes::ListShape.new(name: 'TopicIRGroupByList')
1697
+ TopicIRMetric = Shapes::StructureShape.new(name: 'TopicIRMetric')
1698
+ TopicIRMetricList = Shapes::ListShape.new(name: 'TopicIRMetricList')
1644
1699
  TopicId = Shapes::StringShape.new(name: 'TopicId')
1645
1700
  TopicNamedEntities = Shapes::ListShape.new(name: 'TopicNamedEntities')
1646
1701
  TopicNamedEntity = Shapes::StructureShape.new(name: 'TopicNamedEntity')
@@ -1655,12 +1710,19 @@ module Aws::QuickSight
1655
1710
  TopicRefreshStatus = Shapes::StringShape.new(name: 'TopicRefreshStatus')
1656
1711
  TopicRelativeDateFilter = Shapes::StructureShape.new(name: 'TopicRelativeDateFilter')
1657
1712
  TopicRelativeDateFilterFunction = Shapes::StringShape.new(name: 'TopicRelativeDateFilterFunction')
1713
+ TopicReviewedAnswer = Shapes::StructureShape.new(name: 'TopicReviewedAnswer')
1714
+ TopicReviewedAnswers = Shapes::ListShape.new(name: 'TopicReviewedAnswers')
1658
1715
  TopicScheduleType = Shapes::StringShape.new(name: 'TopicScheduleType')
1659
1716
  TopicSingularFilterConstant = Shapes::StructureShape.new(name: 'TopicSingularFilterConstant')
1717
+ TopicSortClause = Shapes::StructureShape.new(name: 'TopicSortClause')
1718
+ TopicSortDirection = Shapes::StringShape.new(name: 'TopicSortDirection')
1660
1719
  TopicSummaries = Shapes::ListShape.new(name: 'TopicSummaries')
1661
1720
  TopicSummary = Shapes::StructureShape.new(name: 'TopicSummary')
1721
+ TopicTemplate = Shapes::StructureShape.new(name: 'TopicTemplate')
1662
1722
  TopicTimeGranularity = Shapes::StringShape.new(name: 'TopicTimeGranularity')
1663
1723
  TopicUserExperienceVersion = Shapes::StringShape.new(name: 'TopicUserExperienceVersion')
1724
+ TopicVisual = Shapes::StructureShape.new(name: 'TopicVisual')
1725
+ TopicVisuals = Shapes::ListShape.new(name: 'TopicVisuals')
1664
1726
  TotalAggregationComputation = Shapes::StructureShape.new(name: 'TotalAggregationComputation')
1665
1727
  TotalAggregationFunction = Shapes::StructureShape.new(name: 'TotalAggregationFunction')
1666
1728
  TotalAggregationOption = Shapes::StructureShape.new(name: 'TotalAggregationOption')
@@ -1798,7 +1860,9 @@ module Aws::QuickSight
1798
1860
  VisualInteractionOptions = Shapes::StructureShape.new(name: 'VisualInteractionOptions')
1799
1861
  VisualList = Shapes::ListShape.new(name: 'VisualList')
1800
1862
  VisualMenuOption = Shapes::StructureShape.new(name: 'VisualMenuOption')
1863
+ VisualOptions = Shapes::StructureShape.new(name: 'VisualOptions')
1801
1864
  VisualPalette = Shapes::StructureShape.new(name: 'VisualPalette')
1865
+ VisualRole = Shapes::StringShape.new(name: 'VisualRole')
1802
1866
  VisualSubtitleLabelOptions = Shapes::StructureShape.new(name: 'VisualSubtitleLabelOptions')
1803
1867
  VisualTitleLabelOptions = Shapes::StructureShape.new(name: 'VisualTitleLabelOptions')
1804
1868
  VpcConnectionProperties = Shapes::StructureShape.new(name: 'VpcConnectionProperties')
@@ -1875,6 +1939,15 @@ module Aws::QuickSight
1875
1939
 
1876
1940
  AdditionalDashboardIdList.member = Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId)
1877
1941
 
1942
+ AggFunction.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggType, location_name: "Aggregation"))
1943
+ AggFunction.add_member(:aggregation_function_parameters, Shapes::ShapeRef.new(shape: AggFunctionParamMap, location_name: "AggregationFunctionParameters"))
1944
+ AggFunction.add_member(:period, Shapes::ShapeRef.new(shape: TopicTimeGranularity, location_name: "Period"))
1945
+ AggFunction.add_member(:period_field, Shapes::ShapeRef.new(shape: LimitedString, location_name: "PeriodField"))
1946
+ AggFunction.struct_class = Types::AggFunction
1947
+
1948
+ AggFunctionParamMap.key = Shapes::ShapeRef.new(shape: AggFunctionParamKey)
1949
+ AggFunctionParamMap.value = Shapes::ShapeRef.new(shape: AggFunctionParamValue)
1950
+
1878
1951
  AggregationFunction.add_member(:numerical_aggregation_function, Shapes::ShapeRef.new(shape: NumericalAggregationFunction, location_name: "NumericalAggregationFunction"))
1879
1952
  AggregationFunction.add_member(:categorical_aggregation_function, Shapes::ShapeRef.new(shape: CategoricalAggregationFunction, location_name: "CategoricalAggregationFunction"))
1880
1953
  AggregationFunction.add_member(:date_aggregation_function, Shapes::ShapeRef.new(shape: DateAggregationFunction, location_name: "DateAggregationFunction"))
@@ -1884,6 +1957,12 @@ module Aws::QuickSight
1884
1957
  AggregationFunctionParameters.key = Shapes::ShapeRef.new(shape: LimitedString)
1885
1958
  AggregationFunctionParameters.value = Shapes::ShapeRef.new(shape: LimitedString)
1886
1959
 
1960
+ AggregationPartitionBy.add_member(:field_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "FieldName"))
1961
+ AggregationPartitionBy.add_member(:time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "TimeGranularity"))
1962
+ AggregationPartitionBy.struct_class = Types::AggregationPartitionBy
1963
+
1964
+ AggregationPartitionByList.member = Shapes::ShapeRef.new(shape: AggregationPartitionBy)
1965
+
1887
1966
  AggregationSortConfiguration.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
1888
1967
  AggregationSortConfiguration.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, required: true, location_name: "SortDirection"))
1889
1968
  AggregationSortConfiguration.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: AggregationFunction, location_name: "AggregationFunction"))
@@ -1955,6 +2034,11 @@ module Aws::QuickSight
1955
2034
 
1956
2035
  AnalysisSummaryList.member = Shapes::ShapeRef.new(shape: AnalysisSummary)
1957
2036
 
2037
+ Anchor.add_member(:anchor_type, Shapes::ShapeRef.new(shape: AnchorType, location_name: "AnchorType"))
2038
+ Anchor.add_member(:time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "TimeGranularity"))
2039
+ Anchor.add_member(:offset, Shapes::ShapeRef.new(shape: Integer, location_name: "Offset"))
2040
+ Anchor.struct_class = Types::Anchor
2041
+
1958
2042
  AnchorDateConfiguration.add_member(:anchor_option, Shapes::ShapeRef.new(shape: AnchorOption, location_name: "AnchorOption"))
1959
2043
  AnchorDateConfiguration.add_member(:parameter_name, Shapes::ShapeRef.new(shape: ParameterName, location_name: "ParameterName"))
1960
2044
  AnchorDateConfiguration.struct_class = Types::AnchorDateConfiguration
@@ -1982,6 +2066,8 @@ module Aws::QuickSight
1982
2066
 
1983
2067
  AnonymousUserSnapshotJobResultList.member = Shapes::ShapeRef.new(shape: AnonymousUserSnapshotJobResult)
1984
2068
 
2069
+ AnswerIds.member = Shapes::ShapeRef.new(shape: AnswerId)
2070
+
1985
2071
  ArcAxisConfiguration.add_member(:range, Shapes::ShapeRef.new(shape: ArcAxisDisplayRange, location_name: "Range"))
1986
2072
  ArcAxisConfiguration.add_member(:reserve_range, Shapes::ShapeRef.new(shape: Integer, location_name: "ReserveRange"))
1987
2073
  ArcAxisConfiguration.struct_class = Types::ArcAxisConfiguration
@@ -2423,6 +2509,32 @@ module Aws::QuickSight
2423
2509
  BarChartVisual.add_member(:column_hierarchies, Shapes::ShapeRef.new(shape: ColumnHierarchyList, location_name: "ColumnHierarchies"))
2424
2510
  BarChartVisual.struct_class = Types::BarChartVisual
2425
2511
 
2512
+ BatchCreateTopicReviewedAnswerRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
2513
+ BatchCreateTopicReviewedAnswerRequest.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, required: true, location: "uri", location_name: "TopicId"))
2514
+ BatchCreateTopicReviewedAnswerRequest.add_member(:answers, Shapes::ShapeRef.new(shape: CreateTopicReviewedAnswers, required: true, location_name: "Answers"))
2515
+ BatchCreateTopicReviewedAnswerRequest.struct_class = Types::BatchCreateTopicReviewedAnswerRequest
2516
+
2517
+ BatchCreateTopicReviewedAnswerResponse.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, location_name: "TopicId"))
2518
+ BatchCreateTopicReviewedAnswerResponse.add_member(:topic_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "TopicArn"))
2519
+ BatchCreateTopicReviewedAnswerResponse.add_member(:succeeded_answers, Shapes::ShapeRef.new(shape: SucceededTopicReviewedAnswers, location_name: "SucceededAnswers"))
2520
+ BatchCreateTopicReviewedAnswerResponse.add_member(:invalid_answers, Shapes::ShapeRef.new(shape: InvalidTopicReviewedAnswers, location_name: "InvalidAnswers"))
2521
+ BatchCreateTopicReviewedAnswerResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2522
+ BatchCreateTopicReviewedAnswerResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2523
+ BatchCreateTopicReviewedAnswerResponse.struct_class = Types::BatchCreateTopicReviewedAnswerResponse
2524
+
2525
+ BatchDeleteTopicReviewedAnswerRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
2526
+ BatchDeleteTopicReviewedAnswerRequest.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, required: true, location: "uri", location_name: "TopicId"))
2527
+ BatchDeleteTopicReviewedAnswerRequest.add_member(:answer_ids, Shapes::ShapeRef.new(shape: AnswerIds, location_name: "AnswerIds"))
2528
+ BatchDeleteTopicReviewedAnswerRequest.struct_class = Types::BatchDeleteTopicReviewedAnswerRequest
2529
+
2530
+ BatchDeleteTopicReviewedAnswerResponse.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, location_name: "TopicId"))
2531
+ BatchDeleteTopicReviewedAnswerResponse.add_member(:topic_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "TopicArn"))
2532
+ BatchDeleteTopicReviewedAnswerResponse.add_member(:succeeded_answers, Shapes::ShapeRef.new(shape: SucceededTopicReviewedAnswers, location_name: "SucceededAnswers"))
2533
+ BatchDeleteTopicReviewedAnswerResponse.add_member(:invalid_answers, Shapes::ShapeRef.new(shape: InvalidTopicReviewedAnswers, location_name: "InvalidAnswers"))
2534
+ BatchDeleteTopicReviewedAnswerResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2535
+ BatchDeleteTopicReviewedAnswerResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2536
+ BatchDeleteTopicReviewedAnswerResponse.struct_class = Types::BatchDeleteTopicReviewedAnswerResponse
2537
+
2426
2538
  BigQueryParameters.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
2427
2539
  BigQueryParameters.add_member(:data_set_region, Shapes::ShapeRef.new(shape: DataSetRegion, location_name: "DataSetRegion"))
2428
2540
  BigQueryParameters.struct_class = Types::BigQueryParameters
@@ -2535,6 +2647,8 @@ module Aws::QuickSight
2535
2647
  CalculatedField.add_member(:expression, Shapes::ShapeRef.new(shape: CalculatedFieldExpression, required: true, location_name: "Expression"))
2536
2648
  CalculatedField.struct_class = Types::CalculatedField
2537
2649
 
2650
+ CalculatedFieldReferenceList.member = Shapes::ShapeRef.new(shape: Identifier)
2651
+
2538
2652
  CalculatedFields.member = Shapes::ShapeRef.new(shape: CalculatedField)
2539
2653
 
2540
2654
  CalculatedMeasureField.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
@@ -2621,6 +2735,12 @@ module Aws::QuickSight
2621
2735
  CollectiveConstant.add_member(:value_list, Shapes::ShapeRef.new(shape: StringList, location_name: "ValueList"))
2622
2736
  CollectiveConstant.struct_class = Types::CollectiveConstant
2623
2737
 
2738
+ CollectiveConstantEntry.add_member(:constant_type, Shapes::ShapeRef.new(shape: ConstantType, location_name: "ConstantType"))
2739
+ CollectiveConstantEntry.add_member(:value, Shapes::ShapeRef.new(shape: ConstantValueString, location_name: "Value"))
2740
+ CollectiveConstantEntry.struct_class = Types::CollectiveConstantEntry
2741
+
2742
+ CollectiveConstantEntryList.member = Shapes::ShapeRef.new(shape: CollectiveConstantEntry)
2743
+
2624
2744
  ColorList.member = Shapes::ShapeRef.new(shape: HexColor)
2625
2745
 
2626
2746
  ColorScale.add_member(:colors, Shapes::ShapeRef.new(shape: ColorScaleColorList, required: true, location_name: "Colors"))
@@ -2828,6 +2948,15 @@ module Aws::QuickSight
2828
2948
 
2829
2949
  ContributionAnalysisDefaultList.member = Shapes::ShapeRef.new(shape: ContributionAnalysisDefault)
2830
2950
 
2951
+ ContributionAnalysisFactor.add_member(:field_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "FieldName"))
2952
+ ContributionAnalysisFactor.struct_class = Types::ContributionAnalysisFactor
2953
+
2954
+ ContributionAnalysisFactorsList.member = Shapes::ShapeRef.new(shape: ContributionAnalysisFactor)
2955
+
2956
+ ContributionAnalysisTimeRanges.add_member(:start_range, Shapes::ShapeRef.new(shape: TopicIRFilterOption, location_name: "StartRange"))
2957
+ ContributionAnalysisTimeRanges.add_member(:end_range, Shapes::ShapeRef.new(shape: TopicIRFilterOption, location_name: "EndRange"))
2958
+ ContributionAnalysisTimeRanges.struct_class = Types::ContributionAnalysisTimeRanges
2959
+
2831
2960
  ContributorDimensionList.member = Shapes::ShapeRef.new(shape: ColumnIdentifier)
2832
2961
 
2833
2962
  CreateAccountCustomizationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -3165,6 +3294,16 @@ module Aws::QuickSight
3165
3294
  CreateTopicResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
3166
3295
  CreateTopicResponse.struct_class = Types::CreateTopicResponse
3167
3296
 
3297
+ CreateTopicReviewedAnswer.add_member(:answer_id, Shapes::ShapeRef.new(shape: AnswerId, required: true, location_name: "AnswerId"))
3298
+ CreateTopicReviewedAnswer.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetArn"))
3299
+ CreateTopicReviewedAnswer.add_member(:question, Shapes::ShapeRef.new(shape: LimitedString, required: true, location_name: "Question"))
3300
+ CreateTopicReviewedAnswer.add_member(:mir, Shapes::ShapeRef.new(shape: TopicIR, location_name: "Mir"))
3301
+ CreateTopicReviewedAnswer.add_member(:primary_visual, Shapes::ShapeRef.new(shape: TopicVisual, location_name: "PrimaryVisual"))
3302
+ CreateTopicReviewedAnswer.add_member(:template, Shapes::ShapeRef.new(shape: TopicTemplate, location_name: "Template"))
3303
+ CreateTopicReviewedAnswer.struct_class = Types::CreateTopicReviewedAnswer
3304
+
3305
+ CreateTopicReviewedAnswers.member = Shapes::ShapeRef.new(shape: CreateTopicReviewedAnswer)
3306
+
3168
3307
  CreateVPCConnectionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3169
3308
  CreateVPCConnectionRequest.add_member(:vpc_connection_id, Shapes::ShapeRef.new(shape: VPCConnectionResourceIdRestricted, required: true, location_name: "VPCConnectionId"))
3170
3309
  CreateVPCConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
@@ -3672,6 +3811,8 @@ module Aws::QuickSight
3672
3811
  DateTimePickerControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
3673
3812
  DateTimePickerControlDisplayOptions.add_member(:date_time_format, Shapes::ShapeRef.new(shape: DateTimeFormat, location_name: "DateTimeFormat"))
3674
3813
  DateTimePickerControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
3814
+ DateTimePickerControlDisplayOptions.add_member(:helper_text_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "HelperTextVisibility"))
3815
+ DateTimePickerControlDisplayOptions.add_member(:date_icon_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "DateIconVisibility"))
3675
3816
  DateTimePickerControlDisplayOptions.struct_class = Types::DateTimePickerControlDisplayOptions
3676
3817
 
3677
3818
  DateTimeValueWhenUnsetConfiguration.add_member(:value_when_unset_option, Shapes::ShapeRef.new(shape: ValueWhenUnsetOption, location_name: "ValueWhenUnsetOption"))
@@ -4748,6 +4889,13 @@ module Aws::QuickSight
4748
4889
  Filter.add_member(:nested_filter, Shapes::ShapeRef.new(shape: NestedFilter, location_name: "NestedFilter"))
4749
4890
  Filter.struct_class = Types::Filter
4750
4891
 
4892
+ FilterAggMetrics.add_member(:metric_operand, Shapes::ShapeRef.new(shape: Identifier, location_name: "MetricOperand"))
4893
+ FilterAggMetrics.add_member(:function, Shapes::ShapeRef.new(shape: AggType, location_name: "Function"))
4894
+ FilterAggMetrics.add_member(:sort_direction, Shapes::ShapeRef.new(shape: TopicSortDirection, location_name: "SortDirection"))
4895
+ FilterAggMetrics.struct_class = Types::FilterAggMetrics
4896
+
4897
+ FilterAggMetricsList.member = Shapes::ShapeRef.new(shape: FilterAggMetrics)
4898
+
4751
4899
  FilterControl.add_member(:date_time_picker, Shapes::ShapeRef.new(shape: FilterDateTimePickerControl, location_name: "DateTimePicker"))
4752
4900
  FilterControl.add_member(:list, Shapes::ShapeRef.new(shape: FilterListControl, location_name: "List"))
4753
4901
  FilterControl.add_member(:dropdown, Shapes::ShapeRef.new(shape: FilterDropDownControl, location_name: "Dropdown"))
@@ -5340,6 +5488,9 @@ module Aws::QuickSight
5340
5488
 
5341
5489
  IAMPolicyAssignmentSummaryList.member = Shapes::ShapeRef.new(shape: IAMPolicyAssignmentSummary)
5342
5490
 
5491
+ Identifier.add_member(:identity, Shapes::ShapeRef.new(shape: LimitedString, required: true, location_name: "Identity"))
5492
+ Identifier.struct_class = Types::Identifier
5493
+
5343
5494
  IdentityCenterConfiguration.add_member(:enable_identity_propagation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIdentityPropagation", metadata: {"box"=>true}))
5344
5495
  IdentityCenterConfiguration.struct_class = Types::IdentityCenterConfiguration
5345
5496
 
@@ -5443,6 +5594,12 @@ module Aws::QuickSight
5443
5594
  InvalidRequestException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
5444
5595
  InvalidRequestException.struct_class = Types::InvalidRequestException
5445
5596
 
5597
+ InvalidTopicReviewedAnswer.add_member(:answer_id, Shapes::ShapeRef.new(shape: AnswerId, location_name: "AnswerId"))
5598
+ InvalidTopicReviewedAnswer.add_member(:error, Shapes::ShapeRef.new(shape: ReviewedAnswerErrorCode, location_name: "Error"))
5599
+ InvalidTopicReviewedAnswer.struct_class = Types::InvalidTopicReviewedAnswer
5600
+
5601
+ InvalidTopicReviewedAnswers.member = Shapes::ShapeRef.new(shape: InvalidTopicReviewedAnswer)
5602
+
5446
5603
  IpRestrictionRuleMap.key = Shapes::ShapeRef.new(shape: CIDR)
5447
5604
  IpRestrictionRuleMap.value = Shapes::ShapeRef.new(shape: IpRestrictionRuleDescription)
5448
5605
 
@@ -5952,6 +6109,17 @@ module Aws::QuickSight
5952
6109
  ListTopicRefreshSchedulesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
5953
6110
  ListTopicRefreshSchedulesResponse.struct_class = Types::ListTopicRefreshSchedulesResponse
5954
6111
 
6112
+ ListTopicReviewedAnswersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
6113
+ ListTopicReviewedAnswersRequest.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, required: true, location: "uri", location_name: "TopicId"))
6114
+ ListTopicReviewedAnswersRequest.struct_class = Types::ListTopicReviewedAnswersRequest
6115
+
6116
+ ListTopicReviewedAnswersResponse.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, location_name: "TopicId"))
6117
+ ListTopicReviewedAnswersResponse.add_member(:topic_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "TopicArn"))
6118
+ ListTopicReviewedAnswersResponse.add_member(:answers, Shapes::ShapeRef.new(shape: TopicReviewedAnswers, location_name: "Answers"))
6119
+ ListTopicReviewedAnswersResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
6120
+ ListTopicReviewedAnswersResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
6121
+ ListTopicReviewedAnswersResponse.struct_class = Types::ListTopicReviewedAnswersResponse
6122
+
5955
6123
  ListTopicsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
5956
6124
  ListTopicsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
5957
6125
  ListTopicsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
@@ -6100,6 +6268,9 @@ module Aws::QuickSight
6100
6268
 
6101
6269
  NamedEntityDefinitions.member = Shapes::ShapeRef.new(shape: NamedEntityDefinition)
6102
6270
 
6271
+ NamedEntityRef.add_member(:named_entity_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "NamedEntityName"))
6272
+ NamedEntityRef.struct_class = Types::NamedEntityRef
6273
+
6103
6274
  NamespaceError.add_member(:type, Shapes::ShapeRef.new(shape: NamespaceErrorType, location_name: "Type"))
6104
6275
  NamespaceError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
6105
6276
  NamespaceError.struct_class = Types::NamespaceError
@@ -6219,6 +6390,8 @@ module Aws::QuickSight
6219
6390
  NumericalMeasureField.add_member(:format_configuration, Shapes::ShapeRef.new(shape: NumberFormatConfiguration, location_name: "FormatConfiguration"))
6220
6391
  NumericalMeasureField.struct_class = Types::NumericalMeasureField
6221
6392
 
6393
+ OperandList.member = Shapes::ShapeRef.new(shape: Identifier)
6394
+
6222
6395
  OracleParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
6223
6396
  OracleParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
6224
6397
  OracleParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
@@ -7224,6 +7397,12 @@ module Aws::QuickSight
7224
7397
  SliderControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
7225
7398
  SliderControlDisplayOptions.struct_class = Types::SliderControlDisplayOptions
7226
7399
 
7400
+ Slot.add_member(:slot_id, Shapes::ShapeRef.new(shape: LimitedString, location_name: "SlotId"))
7401
+ Slot.add_member(:visual_id, Shapes::ShapeRef.new(shape: LimitedString, location_name: "VisualId"))
7402
+ Slot.struct_class = Types::Slot
7403
+
7404
+ Slots.member = Shapes::ShapeRef.new(shape: Slot)
7405
+
7227
7406
  SmallMultiplesAxisProperties.add_member(:scale, Shapes::ShapeRef.new(shape: SmallMultiplesAxisScale, location_name: "Scale"))
7228
7407
  SmallMultiplesAxisProperties.add_member(:placement, Shapes::ShapeRef.new(shape: SmallMultiplesAxisPlacement, location_name: "Placement"))
7229
7408
  SmallMultiplesAxisProperties.struct_class = Types::SmallMultiplesAxisProperties
@@ -7442,6 +7621,11 @@ module Aws::QuickSight
7442
7621
  SubtotalOptions.add_member(:style_targets, Shapes::ShapeRef.new(shape: TableStyleTargetList, location_name: "StyleTargets"))
7443
7622
  SubtotalOptions.struct_class = Types::SubtotalOptions
7444
7623
 
7624
+ SucceededTopicReviewedAnswer.add_member(:answer_id, Shapes::ShapeRef.new(shape: AnswerId, location_name: "AnswerId"))
7625
+ SucceededTopicReviewedAnswer.struct_class = Types::SucceededTopicReviewedAnswer
7626
+
7627
+ SucceededTopicReviewedAnswers.member = Shapes::ShapeRef.new(shape: SucceededTopicReviewedAnswer)
7628
+
7445
7629
  SuccessfulKeyRegistrationEntries.member = Shapes::ShapeRef.new(shape: SuccessfulKeyRegistrationEntry)
7446
7630
 
7447
7631
  SuccessfulKeyRegistrationEntry.add_member(:key_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "KeyArn"))
@@ -7908,6 +8092,13 @@ module Aws::QuickSight
7908
8092
 
7909
8093
  TopicColumns.member = Shapes::ShapeRef.new(shape: TopicColumn)
7910
8094
 
8095
+ TopicConstantValue.add_member(:constant_type, Shapes::ShapeRef.new(shape: ConstantType, location_name: "ConstantType"))
8096
+ TopicConstantValue.add_member(:value, Shapes::ShapeRef.new(shape: ConstantValueString, location_name: "Value"))
8097
+ TopicConstantValue.add_member(:minimum, Shapes::ShapeRef.new(shape: ConstantValueString, location_name: "Minimum"))
8098
+ TopicConstantValue.add_member(:maximum, Shapes::ShapeRef.new(shape: ConstantValueString, location_name: "Maximum"))
8099
+ TopicConstantValue.add_member(:value_list, Shapes::ShapeRef.new(shape: CollectiveConstantEntryList, location_name: "ValueList"))
8100
+ TopicConstantValue.struct_class = Types::TopicConstantValue
8101
+
7911
8102
  TopicDateRangeFilter.add_member(:inclusive, Shapes::ShapeRef.new(shape: Boolean, location_name: "Inclusive"))
7912
8103
  TopicDateRangeFilter.add_member(:constant, Shapes::ShapeRef.new(shape: TopicRangeFilterConstant, location_name: "Constant"))
7913
8104
  TopicDateRangeFilter.struct_class = Types::TopicDateRangeFilter
@@ -7933,6 +8124,72 @@ module Aws::QuickSight
7933
8124
 
7934
8125
  TopicFilters.member = Shapes::ShapeRef.new(shape: TopicFilter)
7935
8126
 
8127
+ TopicIR.add_member(:metrics, Shapes::ShapeRef.new(shape: TopicIRMetricList, location_name: "Metrics"))
8128
+ TopicIR.add_member(:group_by_list, Shapes::ShapeRef.new(shape: TopicIRGroupByList, location_name: "GroupByList"))
8129
+ TopicIR.add_member(:filters, Shapes::ShapeRef.new(shape: TopicIRFilterList, location_name: "Filters"))
8130
+ TopicIR.add_member(:sort, Shapes::ShapeRef.new(shape: TopicSortClause, location_name: "Sort"))
8131
+ TopicIR.add_member(:contribution_analysis, Shapes::ShapeRef.new(shape: TopicIRContributionAnalysis, location_name: "ContributionAnalysis"))
8132
+ TopicIR.add_member(:visual, Shapes::ShapeRef.new(shape: VisualOptions, location_name: "Visual"))
8133
+ TopicIR.struct_class = Types::TopicIR
8134
+
8135
+ TopicIRComparisonMethod.add_member(:type, Shapes::ShapeRef.new(shape: ComparisonMethodType, location_name: "Type"))
8136
+ TopicIRComparisonMethod.add_member(:period, Shapes::ShapeRef.new(shape: TopicTimeGranularity, location_name: "Period"))
8137
+ TopicIRComparisonMethod.add_member(:window_size, Shapes::ShapeRef.new(shape: Integer, location_name: "WindowSize"))
8138
+ TopicIRComparisonMethod.struct_class = Types::TopicIRComparisonMethod
8139
+
8140
+ TopicIRContributionAnalysis.add_member(:factors, Shapes::ShapeRef.new(shape: ContributionAnalysisFactorsList, location_name: "Factors"))
8141
+ TopicIRContributionAnalysis.add_member(:time_ranges, Shapes::ShapeRef.new(shape: ContributionAnalysisTimeRanges, location_name: "TimeRanges"))
8142
+ TopicIRContributionAnalysis.add_member(:direction, Shapes::ShapeRef.new(shape: ContributionAnalysisDirection, location_name: "Direction"))
8143
+ TopicIRContributionAnalysis.add_member(:sort_type, Shapes::ShapeRef.new(shape: ContributionAnalysisSortType, location_name: "SortType"))
8144
+ TopicIRContributionAnalysis.struct_class = Types::TopicIRContributionAnalysis
8145
+
8146
+ TopicIRFilterEntry.member = Shapes::ShapeRef.new(shape: TopicIRFilterOption)
8147
+
8148
+ TopicIRFilterList.member = Shapes::ShapeRef.new(shape: TopicIRFilterEntry)
8149
+
8150
+ TopicIRFilterOption.add_member(:filter_type, Shapes::ShapeRef.new(shape: TopicIRFilterType, location_name: "FilterType"))
8151
+ TopicIRFilterOption.add_member(:filter_class, Shapes::ShapeRef.new(shape: FilterClass, location_name: "FilterClass"))
8152
+ TopicIRFilterOption.add_member(:operand_field, Shapes::ShapeRef.new(shape: Identifier, location_name: "OperandField"))
8153
+ TopicIRFilterOption.add_member(:function, Shapes::ShapeRef.new(shape: TopicIRFilterFunction, location_name: "Function"))
8154
+ TopicIRFilterOption.add_member(:constant, Shapes::ShapeRef.new(shape: TopicConstantValue, location_name: "Constant"))
8155
+ TopicIRFilterOption.add_member(:inverse, Shapes::ShapeRef.new(shape: Boolean, location_name: "Inverse"))
8156
+ TopicIRFilterOption.add_member(:null_filter, Shapes::ShapeRef.new(shape: NullFilterOption, location_name: "NullFilter"))
8157
+ TopicIRFilterOption.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggType, location_name: "Aggregation"))
8158
+ TopicIRFilterOption.add_member(:aggregation_function_parameters, Shapes::ShapeRef.new(shape: AggFunctionParamMap, location_name: "AggregationFunctionParameters"))
8159
+ TopicIRFilterOption.add_member(:aggregation_partition_by, Shapes::ShapeRef.new(shape: AggregationPartitionByList, location_name: "AggregationPartitionBy"))
8160
+ TopicIRFilterOption.add_member(:range, Shapes::ShapeRef.new(shape: TopicConstantValue, location_name: "Range"))
8161
+ TopicIRFilterOption.add_member(:inclusive, Shapes::ShapeRef.new(shape: Boolean, location_name: "Inclusive"))
8162
+ TopicIRFilterOption.add_member(:time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "TimeGranularity"))
8163
+ TopicIRFilterOption.add_member(:last_next_offset, Shapes::ShapeRef.new(shape: TopicConstantValue, location_name: "LastNextOffset"))
8164
+ TopicIRFilterOption.add_member(:agg_metrics, Shapes::ShapeRef.new(shape: FilterAggMetricsList, location_name: "AggMetrics"))
8165
+ TopicIRFilterOption.add_member(:top_bottom_limit, Shapes::ShapeRef.new(shape: TopicConstantValue, location_name: "TopBottomLimit"))
8166
+ TopicIRFilterOption.add_member(:sort_direction, Shapes::ShapeRef.new(shape: TopicSortDirection, location_name: "SortDirection"))
8167
+ TopicIRFilterOption.add_member(:anchor, Shapes::ShapeRef.new(shape: Anchor, location_name: "Anchor"))
8168
+ TopicIRFilterOption.struct_class = Types::TopicIRFilterOption
8169
+
8170
+ TopicIRGroupBy.add_member(:field_name, Shapes::ShapeRef.new(shape: Identifier, location_name: "FieldName"))
8171
+ TopicIRGroupBy.add_member(:time_granularity, Shapes::ShapeRef.new(shape: TopicTimeGranularity, location_name: "TimeGranularity"))
8172
+ TopicIRGroupBy.add_member(:sort, Shapes::ShapeRef.new(shape: TopicSortClause, location_name: "Sort"))
8173
+ TopicIRGroupBy.add_member(:display_format, Shapes::ShapeRef.new(shape: DisplayFormat, location_name: "DisplayFormat"))
8174
+ TopicIRGroupBy.add_member(:display_format_options, Shapes::ShapeRef.new(shape: DisplayFormatOptions, location_name: "DisplayFormatOptions"))
8175
+ TopicIRGroupBy.add_member(:named_entity, Shapes::ShapeRef.new(shape: NamedEntityRef, location_name: "NamedEntity"))
8176
+ TopicIRGroupBy.struct_class = Types::TopicIRGroupBy
8177
+
8178
+ TopicIRGroupByList.member = Shapes::ShapeRef.new(shape: TopicIRGroupBy)
8179
+
8180
+ TopicIRMetric.add_member(:metric_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "MetricId"))
8181
+ TopicIRMetric.add_member(:function, Shapes::ShapeRef.new(shape: AggFunction, location_name: "Function"))
8182
+ TopicIRMetric.add_member(:operands, Shapes::ShapeRef.new(shape: OperandList, location_name: "Operands"))
8183
+ TopicIRMetric.add_member(:comparison_method, Shapes::ShapeRef.new(shape: TopicIRComparisonMethod, location_name: "ComparisonMethod"))
8184
+ TopicIRMetric.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "Expression"))
8185
+ TopicIRMetric.add_member(:calculated_field_references, Shapes::ShapeRef.new(shape: CalculatedFieldReferenceList, location_name: "CalculatedFieldReferences"))
8186
+ TopicIRMetric.add_member(:display_format, Shapes::ShapeRef.new(shape: DisplayFormat, location_name: "DisplayFormat"))
8187
+ TopicIRMetric.add_member(:display_format_options, Shapes::ShapeRef.new(shape: DisplayFormatOptions, location_name: "DisplayFormatOptions"))
8188
+ TopicIRMetric.add_member(:named_entity, Shapes::ShapeRef.new(shape: NamedEntityRef, location_name: "NamedEntity"))
8189
+ TopicIRMetric.struct_class = Types::TopicIRMetric
8190
+
8191
+ TopicIRMetricList.member = Shapes::ShapeRef.new(shape: TopicIRMetric)
8192
+
7936
8193
  TopicNamedEntities.member = Shapes::ShapeRef.new(shape: TopicNamedEntity)
7937
8194
 
7938
8195
  TopicNamedEntity.add_member(:entity_name, Shapes::ShapeRef.new(shape: LimitedString, required: true, location_name: "EntityName"))
@@ -7981,10 +8238,25 @@ module Aws::QuickSight
7981
8238
  TopicRelativeDateFilter.add_member(:constant, Shapes::ShapeRef.new(shape: TopicSingularFilterConstant, location_name: "Constant"))
7982
8239
  TopicRelativeDateFilter.struct_class = Types::TopicRelativeDateFilter
7983
8240
 
8241
+ TopicReviewedAnswer.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
8242
+ TopicReviewedAnswer.add_member(:answer_id, Shapes::ShapeRef.new(shape: AnswerId, required: true, location_name: "AnswerId"))
8243
+ TopicReviewedAnswer.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetArn"))
8244
+ TopicReviewedAnswer.add_member(:question, Shapes::ShapeRef.new(shape: LimitedString, required: true, location_name: "Question"))
8245
+ TopicReviewedAnswer.add_member(:mir, Shapes::ShapeRef.new(shape: TopicIR, location_name: "Mir"))
8246
+ TopicReviewedAnswer.add_member(:primary_visual, Shapes::ShapeRef.new(shape: TopicVisual, location_name: "PrimaryVisual"))
8247
+ TopicReviewedAnswer.add_member(:template, Shapes::ShapeRef.new(shape: TopicTemplate, location_name: "Template"))
8248
+ TopicReviewedAnswer.struct_class = Types::TopicReviewedAnswer
8249
+
8250
+ TopicReviewedAnswers.member = Shapes::ShapeRef.new(shape: TopicReviewedAnswer)
8251
+
7984
8252
  TopicSingularFilterConstant.add_member(:constant_type, Shapes::ShapeRef.new(shape: ConstantType, location_name: "ConstantType"))
7985
8253
  TopicSingularFilterConstant.add_member(:singular_constant, Shapes::ShapeRef.new(shape: LimitedString, location_name: "SingularConstant"))
7986
8254
  TopicSingularFilterConstant.struct_class = Types::TopicSingularFilterConstant
7987
8255
 
8256
+ TopicSortClause.add_member(:operand, Shapes::ShapeRef.new(shape: Identifier, location_name: "Operand"))
8257
+ TopicSortClause.add_member(:sort_direction, Shapes::ShapeRef.new(shape: TopicSortDirection, location_name: "SortDirection"))
8258
+ TopicSortClause.struct_class = Types::TopicSortClause
8259
+
7988
8260
  TopicSummaries.member = Shapes::ShapeRef.new(shape: TopicSummary)
7989
8261
 
7990
8262
  TopicSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -7993,6 +8265,18 @@ module Aws::QuickSight
7993
8265
  TopicSummary.add_member(:user_experience_version, Shapes::ShapeRef.new(shape: TopicUserExperienceVersion, location_name: "UserExperienceVersion"))
7994
8266
  TopicSummary.struct_class = Types::TopicSummary
7995
8267
 
8268
+ TopicTemplate.add_member(:template_type, Shapes::ShapeRef.new(shape: LimitedString, location_name: "TemplateType"))
8269
+ TopicTemplate.add_member(:slots, Shapes::ShapeRef.new(shape: Slots, location_name: "Slots"))
8270
+ TopicTemplate.struct_class = Types::TopicTemplate
8271
+
8272
+ TopicVisual.add_member(:visual_id, Shapes::ShapeRef.new(shape: LimitedString, location_name: "VisualId"))
8273
+ TopicVisual.add_member(:role, Shapes::ShapeRef.new(shape: VisualRole, location_name: "Role"))
8274
+ TopicVisual.add_member(:ir, Shapes::ShapeRef.new(shape: TopicIR, location_name: "Ir"))
8275
+ TopicVisual.add_member(:supporting_visuals, Shapes::ShapeRef.new(shape: TopicVisuals, location_name: "SupportingVisuals"))
8276
+ TopicVisual.struct_class = Types::TopicVisual
8277
+
8278
+ TopicVisuals.member = Shapes::ShapeRef.new(shape: TopicVisual)
8279
+
7996
8280
  TotalAggregationComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
7997
8281
  TotalAggregationComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
7998
8282
  TotalAggregationComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
@@ -8693,6 +8977,9 @@ module Aws::QuickSight
8693
8977
  VisualMenuOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
8694
8978
  VisualMenuOption.struct_class = Types::VisualMenuOption
8695
8979
 
8980
+ VisualOptions.add_member(:type, Shapes::ShapeRef.new(shape: LimitedString, location_name: "type"))
8981
+ VisualOptions.struct_class = Types::VisualOptions
8982
+
8696
8983
  VisualPalette.add_member(:chart_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "ChartColor"))
8697
8984
  VisualPalette.add_member(:color_map, Shapes::ShapeRef.new(shape: DataPathColorList, location_name: "ColorMap"))
8698
8985
  VisualPalette.struct_class = Types::VisualPalette
@@ -8828,6 +9115,33 @@ module Aws::QuickSight
8828
9115
  "uid" => "quicksight-2018-04-01",
8829
9116
  }
8830
9117
 
9118
+ api.add_operation(:batch_create_topic_reviewed_answer, Seahorse::Model::Operation.new.tap do |o|
9119
+ o.name = "BatchCreateTopicReviewedAnswer"
9120
+ o.http_method = "POST"
9121
+ o.http_request_uri = "/accounts/{AwsAccountId}/topics/{TopicId}/batch-create-reviewed-answers"
9122
+ o.input = Shapes::ShapeRef.new(shape: BatchCreateTopicReviewedAnswerRequest)
9123
+ o.output = Shapes::ShapeRef.new(shape: BatchCreateTopicReviewedAnswerResponse)
9124
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9125
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
9126
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9127
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9128
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9129
+ end)
9130
+
9131
+ api.add_operation(:batch_delete_topic_reviewed_answer, Seahorse::Model::Operation.new.tap do |o|
9132
+ o.name = "BatchDeleteTopicReviewedAnswer"
9133
+ o.http_method = "POST"
9134
+ o.http_request_uri = "/accounts/{AwsAccountId}/topics/{TopicId}/batch-delete-reviewed-answers"
9135
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteTopicReviewedAnswerRequest)
9136
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteTopicReviewedAnswerResponse)
9137
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9138
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
9139
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9140
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9141
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9142
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9143
+ end)
9144
+
8831
9145
  api.add_operation(:cancel_ingestion, Seahorse::Model::Operation.new.tap do |o|
8832
9146
  o.name = "CancelIngestion"
8833
9147
  o.http_method = "DELETE"
@@ -10756,6 +11070,19 @@ module Aws::QuickSight
10756
11070
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
10757
11071
  end)
10758
11072
 
11073
+ api.add_operation(:list_topic_reviewed_answers, Seahorse::Model::Operation.new.tap do |o|
11074
+ o.name = "ListTopicReviewedAnswers"
11075
+ o.http_method = "GET"
11076
+ o.http_request_uri = "/accounts/{AwsAccountId}/topics/{TopicId}/reviewed-answers"
11077
+ o.input = Shapes::ShapeRef.new(shape: ListTopicReviewedAnswersRequest)
11078
+ o.output = Shapes::ShapeRef.new(shape: ListTopicReviewedAnswersResponse)
11079
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11080
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
11081
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11082
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11083
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
11084
+ end)
11085
+
10759
11086
  api.add_operation(:list_topics, Seahorse::Model::Operation.new.tap do |o|
10760
11087
  o.name = "ListTopics"
10761
11088
  o.http_method = "GET"