aws-sdk-quicksight 1.86.0 → 1.87.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.
@@ -49,6 +49,8 @@ module Aws::QuickSight
49
49
  AnonymousUserDashboardVisualEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserDashboardVisualEmbeddingConfiguration')
50
50
  AnonymousUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserEmbeddingExperienceConfiguration')
51
51
  AnonymousUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserQSearchBarEmbeddingConfiguration')
52
+ AnonymousUserSnapshotJobResult = Shapes::StructureShape.new(name: 'AnonymousUserSnapshotJobResult')
53
+ AnonymousUserSnapshotJobResultList = Shapes::ListShape.new(name: 'AnonymousUserSnapshotJobResultList')
52
54
  ArcAxisConfiguration = Shapes::StructureShape.new(name: 'ArcAxisConfiguration')
53
55
  ArcAxisDisplayRange = Shapes::StructureShape.new(name: 'ArcAxisDisplayRange')
54
56
  ArcConfiguration = Shapes::StructureShape.new(name: 'ArcConfiguration')
@@ -123,6 +125,7 @@ module Aws::QuickSight
123
125
  AssetBundleResourceArns = Shapes::ListShape.new(name: 'AssetBundleResourceArns')
124
126
  AssignmentStatus = Shapes::StringShape.new(name: 'AssignmentStatus')
125
127
  AthenaParameters = Shapes::StructureShape.new(name: 'AthenaParameters')
128
+ AttributeAggregationFunction = Shapes::StructureShape.new(name: 'AttributeAggregationFunction')
126
129
  AuroraParameters = Shapes::StructureShape.new(name: 'AuroraParameters')
127
130
  AuroraPostgreSqlParameters = Shapes::StructureShape.new(name: 'AuroraPostgreSqlParameters')
128
131
  AuthenticationMethodOption = Shapes::StringShape.new(name: 'AuthenticationMethodOption')
@@ -530,6 +533,10 @@ module Aws::QuickSight
530
533
  DescribeDashboardPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeDashboardPermissionsResponse')
531
534
  DescribeDashboardRequest = Shapes::StructureShape.new(name: 'DescribeDashboardRequest')
532
535
  DescribeDashboardResponse = Shapes::StructureShape.new(name: 'DescribeDashboardResponse')
536
+ DescribeDashboardSnapshotJobRequest = Shapes::StructureShape.new(name: 'DescribeDashboardSnapshotJobRequest')
537
+ DescribeDashboardSnapshotJobResponse = Shapes::StructureShape.new(name: 'DescribeDashboardSnapshotJobResponse')
538
+ DescribeDashboardSnapshotJobResultRequest = Shapes::StructureShape.new(name: 'DescribeDashboardSnapshotJobResultRequest')
539
+ DescribeDashboardSnapshotJobResultResponse = Shapes::StructureShape.new(name: 'DescribeDashboardSnapshotJobResultResponse')
533
540
  DescribeDataSetPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeDataSetPermissionsRequest')
534
541
  DescribeDataSetPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeDataSetPermissionsResponse')
535
542
  DescribeDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'DescribeDataSetRefreshPropertiesRequest')
@@ -1204,6 +1211,7 @@ module Aws::QuickSight
1204
1211
  RowLevelPermissionTagRuleList = Shapes::ListShape.new(name: 'RowLevelPermissionTagRuleList')
1205
1212
  RowSortList = Shapes::ListShape.new(name: 'RowSortList')
1206
1213
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
1214
+ S3BucketConfiguration = Shapes::StructureShape.new(name: 'S3BucketConfiguration')
1207
1215
  S3Key = Shapes::StringShape.new(name: 'S3Key')
1208
1216
  S3Parameters = Shapes::StructureShape.new(name: 'S3Parameters')
1209
1217
  S3Source = Shapes::StructureShape.new(name: 'S3Source')
@@ -1259,6 +1267,7 @@ module Aws::QuickSight
1259
1267
  SensitiveLong = Shapes::IntegerShape.new(name: 'SensitiveLong')
1260
1268
  SensitiveLongList = Shapes::ListShape.new(name: 'SensitiveLongList')
1261
1269
  SensitiveLongObject = Shapes::IntegerShape.new(name: 'SensitiveLongObject')
1270
+ SensitiveS3Uri = Shapes::StringShape.new(name: 'SensitiveS3Uri')
1262
1271
  SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
1263
1272
  SensitiveStringList = Shapes::ListShape.new(name: 'SensitiveStringList')
1264
1273
  SensitiveStringObject = Shapes::StringShape.new(name: 'SensitiveStringObject')
@@ -1271,6 +1280,7 @@ module Aws::QuickSight
1271
1280
  SessionLifetimeInMinutesInvalidException = Shapes::StructureShape.new(name: 'SessionLifetimeInMinutesInvalidException')
1272
1281
  SessionTag = Shapes::StructureShape.new(name: 'SessionTag')
1273
1282
  SessionTagKey = Shapes::StringShape.new(name: 'SessionTagKey')
1283
+ SessionTagKeyList = Shapes::ListShape.new(name: 'SessionTagKeyList')
1274
1284
  SessionTagList = Shapes::ListShape.new(name: 'SessionTagList')
1275
1285
  SessionTagValue = Shapes::StringShape.new(name: 'SessionTagValue')
1276
1286
  SetParameterValueConfiguration = Shapes::StructureShape.new(name: 'SetParameterValueConfiguration')
@@ -1279,6 +1289,8 @@ module Aws::QuickSight
1279
1289
  Sheet = Shapes::StructureShape.new(name: 'Sheet')
1280
1290
  SheetContentType = Shapes::StringShape.new(name: 'SheetContentType')
1281
1291
  SheetControlDateTimePickerType = Shapes::StringShape.new(name: 'SheetControlDateTimePickerType')
1292
+ SheetControlInfoIconLabelOptions = Shapes::StructureShape.new(name: 'SheetControlInfoIconLabelOptions')
1293
+ SheetControlInfoIconText = Shapes::StringShape.new(name: 'SheetControlInfoIconText')
1282
1294
  SheetControlLayout = Shapes::StructureShape.new(name: 'SheetControlLayout')
1283
1295
  SheetControlLayoutConfiguration = Shapes::StructureShape.new(name: 'SheetControlLayoutConfiguration')
1284
1296
  SheetControlLayoutList = Shapes::ListShape.new(name: 'SheetControlLayoutList')
@@ -1307,6 +1319,7 @@ module Aws::QuickSight
1307
1319
  ShortRestrictiveResourceId = Shapes::StringShape.new(name: 'ShortRestrictiveResourceId')
1308
1320
  ShortRichText = Shapes::StringShape.new(name: 'ShortRichText')
1309
1321
  SignupResponse = Shapes::StructureShape.new(name: 'SignupResponse')
1322
+ SimpleAttributeAggregationFunction = Shapes::StringShape.new(name: 'SimpleAttributeAggregationFunction')
1310
1323
  SimpleClusterMarker = Shapes::StructureShape.new(name: 'SimpleClusterMarker')
1311
1324
  SimpleNumericalAggregationFunction = Shapes::StringShape.new(name: 'SimpleNumericalAggregationFunction')
1312
1325
  SiteBaseUrl = Shapes::StringShape.new(name: 'SiteBaseUrl')
@@ -1316,6 +1329,34 @@ module Aws::QuickSight
1316
1329
  SmallMultiplesAxisScale = Shapes::StringShape.new(name: 'SmallMultiplesAxisScale')
1317
1330
  SmallMultiplesDimensionFieldList = Shapes::ListShape.new(name: 'SmallMultiplesDimensionFieldList')
1318
1331
  SmallMultiplesOptions = Shapes::StructureShape.new(name: 'SmallMultiplesOptions')
1332
+ SnapshotAnonymousUser = Shapes::StructureShape.new(name: 'SnapshotAnonymousUser')
1333
+ SnapshotAnonymousUserList = Shapes::ListShape.new(name: 'SnapshotAnonymousUserList')
1334
+ SnapshotAnonymousUserRedacted = Shapes::StructureShape.new(name: 'SnapshotAnonymousUserRedacted')
1335
+ SnapshotAnonymousUserRedactedList = Shapes::ListShape.new(name: 'SnapshotAnonymousUserRedactedList')
1336
+ SnapshotConfiguration = Shapes::StructureShape.new(name: 'SnapshotConfiguration')
1337
+ SnapshotDestinationConfiguration = Shapes::StructureShape.new(name: 'SnapshotDestinationConfiguration')
1338
+ SnapshotFile = Shapes::StructureShape.new(name: 'SnapshotFile')
1339
+ SnapshotFileFormatType = Shapes::StringShape.new(name: 'SnapshotFileFormatType')
1340
+ SnapshotFileGroup = Shapes::StructureShape.new(name: 'SnapshotFileGroup')
1341
+ SnapshotFileGroupList = Shapes::ListShape.new(name: 'SnapshotFileGroupList')
1342
+ SnapshotFileList = Shapes::ListShape.new(name: 'SnapshotFileList')
1343
+ SnapshotFileSheetSelection = Shapes::StructureShape.new(name: 'SnapshotFileSheetSelection')
1344
+ SnapshotFileSheetSelectionList = Shapes::ListShape.new(name: 'SnapshotFileSheetSelectionList')
1345
+ SnapshotFileSheetSelectionScope = Shapes::StringShape.new(name: 'SnapshotFileSheetSelectionScope')
1346
+ SnapshotFileSheetSelectionVisualIdList = Shapes::ListShape.new(name: 'SnapshotFileSheetSelectionVisualIdList')
1347
+ SnapshotJobErrorInfo = Shapes::StructureShape.new(name: 'SnapshotJobErrorInfo')
1348
+ SnapshotJobResult = Shapes::StructureShape.new(name: 'SnapshotJobResult')
1349
+ SnapshotJobResultErrorInfo = Shapes::StructureShape.new(name: 'SnapshotJobResultErrorInfo')
1350
+ SnapshotJobResultErrorInfoList = Shapes::ListShape.new(name: 'SnapshotJobResultErrorInfoList')
1351
+ SnapshotJobResultFileGroup = Shapes::StructureShape.new(name: 'SnapshotJobResultFileGroup')
1352
+ SnapshotJobResultFileGroupList = Shapes::ListShape.new(name: 'SnapshotJobResultFileGroupList')
1353
+ SnapshotJobS3Result = Shapes::StructureShape.new(name: 'SnapshotJobS3Result')
1354
+ SnapshotJobS3ResultList = Shapes::ListShape.new(name: 'SnapshotJobS3ResultList')
1355
+ SnapshotJobStatus = Shapes::StringShape.new(name: 'SnapshotJobStatus')
1356
+ SnapshotS3DestinationConfiguration = Shapes::StructureShape.new(name: 'SnapshotS3DestinationConfiguration')
1357
+ SnapshotS3DestinationConfigurationList = Shapes::ListShape.new(name: 'SnapshotS3DestinationConfigurationList')
1358
+ SnapshotUserConfiguration = Shapes::StructureShape.new(name: 'SnapshotUserConfiguration')
1359
+ SnapshotUserConfigurationRedacted = Shapes::StructureShape.new(name: 'SnapshotUserConfigurationRedacted')
1319
1360
  SnowflakeParameters = Shapes::StructureShape.new(name: 'SnowflakeParameters')
1320
1361
  SortDirection = Shapes::StringShape.new(name: 'SortDirection')
1321
1362
  Spacing = Shapes::StructureShape.new(name: 'Spacing')
@@ -1329,6 +1370,8 @@ module Aws::QuickSight
1329
1370
  StartAssetBundleExportJobResponse = Shapes::StructureShape.new(name: 'StartAssetBundleExportJobResponse')
1330
1371
  StartAssetBundleImportJobRequest = Shapes::StructureShape.new(name: 'StartAssetBundleImportJobRequest')
1331
1372
  StartAssetBundleImportJobResponse = Shapes::StructureShape.new(name: 'StartAssetBundleImportJobResponse')
1373
+ StartDashboardSnapshotJobRequest = Shapes::StructureShape.new(name: 'StartDashboardSnapshotJobRequest')
1374
+ StartDashboardSnapshotJobResponse = Shapes::StructureShape.new(name: 'StartDashboardSnapshotJobResponse')
1332
1375
  StatePersistenceConfigurations = Shapes::StructureShape.new(name: 'StatePersistenceConfigurations')
1333
1376
  Status = Shapes::StringShape.new(name: 'Status')
1334
1377
  StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
@@ -1675,6 +1718,7 @@ module Aws::QuickSight
1675
1718
  AggregationFunction.add_member(:numerical_aggregation_function, Shapes::ShapeRef.new(shape: NumericalAggregationFunction, location_name: "NumericalAggregationFunction"))
1676
1719
  AggregationFunction.add_member(:categorical_aggregation_function, Shapes::ShapeRef.new(shape: CategoricalAggregationFunction, location_name: "CategoricalAggregationFunction"))
1677
1720
  AggregationFunction.add_member(:date_aggregation_function, Shapes::ShapeRef.new(shape: DateAggregationFunction, location_name: "DateAggregationFunction"))
1721
+ AggregationFunction.add_member(:attribute_aggregation_function, Shapes::ShapeRef.new(shape: AttributeAggregationFunction, location_name: "AttributeAggregationFunction"))
1678
1722
  AggregationFunction.struct_class = Types::AggregationFunction
1679
1723
 
1680
1724
  AggregationFunctionParameters.key = Shapes::ShapeRef.new(shape: LimitedString)
@@ -1766,6 +1810,11 @@ module Aws::QuickSight
1766
1810
  AnonymousUserQSearchBarEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location_name: "InitialTopicId"))
1767
1811
  AnonymousUserQSearchBarEmbeddingConfiguration.struct_class = Types::AnonymousUserQSearchBarEmbeddingConfiguration
1768
1812
 
1813
+ AnonymousUserSnapshotJobResult.add_member(:file_groups, Shapes::ShapeRef.new(shape: SnapshotJobResultFileGroupList, location_name: "FileGroups"))
1814
+ AnonymousUserSnapshotJobResult.struct_class = Types::AnonymousUserSnapshotJobResult
1815
+
1816
+ AnonymousUserSnapshotJobResultList.member = Shapes::ShapeRef.new(shape: AnonymousUserSnapshotJobResult)
1817
+
1769
1818
  ArcAxisConfiguration.add_member(:range, Shapes::ShapeRef.new(shape: ArcAxisDisplayRange, location_name: "Range"))
1770
1819
  ArcAxisConfiguration.add_member(:reserve_range, Shapes::ShapeRef.new(shape: Integer, location_name: "ReserveRange"))
1771
1820
  ArcAxisConfiguration.struct_class = Types::ArcAxisConfiguration
@@ -1971,6 +2020,10 @@ module Aws::QuickSight
1971
2020
  AthenaParameters.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1972
2021
  AthenaParameters.struct_class = Types::AthenaParameters
1973
2022
 
2023
+ AttributeAggregationFunction.add_member(:simple_attribute_aggregation, Shapes::ShapeRef.new(shape: SimpleAttributeAggregationFunction, location_name: "SimpleAttributeAggregation"))
2024
+ AttributeAggregationFunction.add_member(:value_for_multiple_values, Shapes::ShapeRef.new(shape: String, location_name: "ValueForMultipleValues"))
2025
+ AttributeAggregationFunction.struct_class = Types::AttributeAggregationFunction
2026
+
1974
2027
  AuroraParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
1975
2028
  AuroraParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
1976
2029
  AuroraParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
@@ -3244,6 +3297,7 @@ module Aws::QuickSight
3244
3297
 
3245
3298
  DateTimePickerControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
3246
3299
  DateTimePickerControlDisplayOptions.add_member(:date_time_format, Shapes::ShapeRef.new(shape: DateTimeFormat, location_name: "DateTimeFormat"))
3300
+ DateTimePickerControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
3247
3301
  DateTimePickerControlDisplayOptions.struct_class = Types::DateTimePickerControlDisplayOptions
3248
3302
 
3249
3303
  DateTimeValueWhenUnsetConfiguration.add_member(:value_when_unset_option, Shapes::ShapeRef.new(shape: ValueWhenUnsetOption, location_name: "ValueWhenUnsetOption"))
@@ -3685,6 +3739,39 @@ module Aws::QuickSight
3685
3739
  DescribeDashboardResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3686
3740
  DescribeDashboardResponse.struct_class = Types::DescribeDashboardResponse
3687
3741
 
3742
+ DescribeDashboardSnapshotJobRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3743
+ DescribeDashboardSnapshotJobRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
3744
+ DescribeDashboardSnapshotJobRequest.add_member(:snapshot_job_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "SnapshotJobId"))
3745
+ DescribeDashboardSnapshotJobRequest.struct_class = Types::DescribeDashboardSnapshotJobRequest
3746
+
3747
+ DescribeDashboardSnapshotJobResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
3748
+ DescribeDashboardSnapshotJobResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "DashboardId"))
3749
+ DescribeDashboardSnapshotJobResponse.add_member(:snapshot_job_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "SnapshotJobId"))
3750
+ DescribeDashboardSnapshotJobResponse.add_member(:user_configuration, Shapes::ShapeRef.new(shape: SnapshotUserConfigurationRedacted, location_name: "UserConfiguration"))
3751
+ DescribeDashboardSnapshotJobResponse.add_member(:snapshot_configuration, Shapes::ShapeRef.new(shape: SnapshotConfiguration, location_name: "SnapshotConfiguration"))
3752
+ DescribeDashboardSnapshotJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
3753
+ DescribeDashboardSnapshotJobResponse.add_member(:job_status, Shapes::ShapeRef.new(shape: SnapshotJobStatus, location_name: "JobStatus"))
3754
+ DescribeDashboardSnapshotJobResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
3755
+ DescribeDashboardSnapshotJobResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
3756
+ DescribeDashboardSnapshotJobResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RequestId"))
3757
+ DescribeDashboardSnapshotJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
3758
+ DescribeDashboardSnapshotJobResponse.struct_class = Types::DescribeDashboardSnapshotJobResponse
3759
+
3760
+ DescribeDashboardSnapshotJobResultRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3761
+ DescribeDashboardSnapshotJobResultRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
3762
+ DescribeDashboardSnapshotJobResultRequest.add_member(:snapshot_job_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "SnapshotJobId"))
3763
+ DescribeDashboardSnapshotJobResultRequest.struct_class = Types::DescribeDashboardSnapshotJobResultRequest
3764
+
3765
+ DescribeDashboardSnapshotJobResultResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
3766
+ DescribeDashboardSnapshotJobResultResponse.add_member(:job_status, Shapes::ShapeRef.new(shape: SnapshotJobStatus, location_name: "JobStatus"))
3767
+ DescribeDashboardSnapshotJobResultResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
3768
+ DescribeDashboardSnapshotJobResultResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
3769
+ DescribeDashboardSnapshotJobResultResponse.add_member(:result, Shapes::ShapeRef.new(shape: SnapshotJobResult, location_name: "Result"))
3770
+ DescribeDashboardSnapshotJobResultResponse.add_member(:error_info, Shapes::ShapeRef.new(shape: SnapshotJobErrorInfo, location_name: "ErrorInfo"))
3771
+ DescribeDashboardSnapshotJobResultResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RequestId"))
3772
+ DescribeDashboardSnapshotJobResultResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
3773
+ DescribeDashboardSnapshotJobResultResponse.struct_class = Types::DescribeDashboardSnapshotJobResultResponse
3774
+
3688
3775
  DescribeDataSetPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3689
3776
  DescribeDataSetPermissionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
3690
3777
  DescribeDataSetPermissionsRequest.struct_class = Types::DescribeDataSetPermissionsRequest
@@ -4030,6 +4117,7 @@ module Aws::QuickSight
4030
4117
 
4031
4118
  DropDownControlDisplayOptions.add_member(:select_all_options, Shapes::ShapeRef.new(shape: ListControlSelectAllOptions, location_name: "SelectAllOptions"))
4032
4119
  DropDownControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
4120
+ DropDownControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
4033
4121
  DropDownControlDisplayOptions.struct_class = Types::DropDownControlDisplayOptions
4034
4122
 
4035
4123
  DynamicDefaultValue.add_member(:user_name_column, Shapes::ShapeRef.new(shape: ColumnIdentifier, location_name: "UserNameColumn"))
@@ -5035,6 +5123,7 @@ module Aws::QuickSight
5035
5123
  ListControlDisplayOptions.add_member(:search_options, Shapes::ShapeRef.new(shape: ListControlSearchOptions, location_name: "SearchOptions"))
5036
5124
  ListControlDisplayOptions.add_member(:select_all_options, Shapes::ShapeRef.new(shape: ListControlSelectAllOptions, location_name: "SelectAllOptions"))
5037
5125
  ListControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
5126
+ ListControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
5038
5127
  ListControlDisplayOptions.struct_class = Types::ListControlDisplayOptions
5039
5128
 
5040
5129
  ListControlSearchOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
@@ -6082,6 +6171,7 @@ module Aws::QuickSight
6082
6171
 
6083
6172
  RelativeDateTimeControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
6084
6173
  RelativeDateTimeControlDisplayOptions.add_member(:date_time_format, Shapes::ShapeRef.new(shape: DateTimeFormat, location_name: "DateTimeFormat"))
6174
+ RelativeDateTimeControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
6085
6175
  RelativeDateTimeControlDisplayOptions.struct_class = Types::RelativeDateTimeControlDisplayOptions
6086
6176
 
6087
6177
  RelativeDatesFilter.add_member(:filter_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "FilterId"))
@@ -6172,6 +6262,11 @@ module Aws::QuickSight
6172
6262
 
6173
6263
  RowSortList.member = Shapes::ShapeRef.new(shape: FieldSortOptions)
6174
6264
 
6265
+ S3BucketConfiguration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "BucketName"))
6266
+ S3BucketConfiguration.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "BucketPrefix"))
6267
+ S3BucketConfiguration.add_member(:bucket_region, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "BucketRegion"))
6268
+ S3BucketConfiguration.struct_class = Types::S3BucketConfiguration
6269
+
6175
6270
  S3Parameters.add_member(:manifest_file_location, Shapes::ShapeRef.new(shape: ManifestFileLocation, required: true, location_name: "ManifestFileLocation"))
6176
6271
  S3Parameters.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
6177
6272
  S3Parameters.struct_class = Types::S3Parameters
@@ -6404,6 +6499,8 @@ module Aws::QuickSight
6404
6499
  SessionTag.add_member(:value, Shapes::ShapeRef.new(shape: SessionTagValue, required: true, location_name: "Value"))
6405
6500
  SessionTag.struct_class = Types::SessionTag
6406
6501
 
6502
+ SessionTagKeyList.member = Shapes::ShapeRef.new(shape: SessionTagKey)
6503
+
6407
6504
  SessionTagList.member = Shapes::ShapeRef.new(shape: SessionTag)
6408
6505
 
6409
6506
  SetParameterValueConfiguration.add_member(:destination_parameter_name, Shapes::ShapeRef.new(shape: ParameterName, required: true, location_name: "DestinationParameterName"))
@@ -6419,6 +6516,10 @@ module Aws::QuickSight
6419
6516
  Sheet.add_member(:name, Shapes::ShapeRef.new(shape: SheetName, location_name: "Name"))
6420
6517
  Sheet.struct_class = Types::Sheet
6421
6518
 
6519
+ SheetControlInfoIconLabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
6520
+ SheetControlInfoIconLabelOptions.add_member(:info_icon_text, Shapes::ShapeRef.new(shape: SheetControlInfoIconText, location_name: "InfoIconText"))
6521
+ SheetControlInfoIconLabelOptions.struct_class = Types::SheetControlInfoIconLabelOptions
6522
+
6422
6523
  SheetControlLayout.add_member(:configuration, Shapes::ShapeRef.new(shape: SheetControlLayoutConfiguration, required: true, location_name: "Configuration"))
6423
6524
  SheetControlLayout.struct_class = Types::SheetControlLayout
6424
6525
 
@@ -6490,6 +6591,7 @@ module Aws::QuickSight
6490
6591
  SimpleClusterMarker.struct_class = Types::SimpleClusterMarker
6491
6592
 
6492
6593
  SliderControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
6594
+ SliderControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
6493
6595
  SliderControlDisplayOptions.struct_class = Types::SliderControlDisplayOptions
6494
6596
 
6495
6597
  SmallMultiplesAxisProperties.add_member(:scale, Shapes::ShapeRef.new(shape: SmallMultiplesAxisScale, location_name: "Scale"))
@@ -6505,6 +6607,81 @@ module Aws::QuickSight
6505
6607
  SmallMultiplesOptions.add_member(:y_axis, Shapes::ShapeRef.new(shape: SmallMultiplesAxisProperties, location_name: "YAxis"))
6506
6608
  SmallMultiplesOptions.struct_class = Types::SmallMultiplesOptions
6507
6609
 
6610
+ SnapshotAnonymousUser.add_member(:row_level_permission_tags, Shapes::ShapeRef.new(shape: SessionTagList, location_name: "RowLevelPermissionTags"))
6611
+ SnapshotAnonymousUser.struct_class = Types::SnapshotAnonymousUser
6612
+
6613
+ SnapshotAnonymousUserList.member = Shapes::ShapeRef.new(shape: SnapshotAnonymousUser)
6614
+
6615
+ SnapshotAnonymousUserRedacted.add_member(:row_level_permission_tag_keys, Shapes::ShapeRef.new(shape: SessionTagKeyList, location_name: "RowLevelPermissionTagKeys"))
6616
+ SnapshotAnonymousUserRedacted.struct_class = Types::SnapshotAnonymousUserRedacted
6617
+
6618
+ SnapshotAnonymousUserRedactedList.member = Shapes::ShapeRef.new(shape: SnapshotAnonymousUserRedacted)
6619
+
6620
+ SnapshotConfiguration.add_member(:file_groups, Shapes::ShapeRef.new(shape: SnapshotFileGroupList, required: true, location_name: "FileGroups"))
6621
+ SnapshotConfiguration.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: SnapshotDestinationConfiguration, location_name: "DestinationConfiguration"))
6622
+ SnapshotConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
6623
+ SnapshotConfiguration.struct_class = Types::SnapshotConfiguration
6624
+
6625
+ SnapshotDestinationConfiguration.add_member(:s3_destinations, Shapes::ShapeRef.new(shape: SnapshotS3DestinationConfigurationList, location_name: "S3Destinations"))
6626
+ SnapshotDestinationConfiguration.struct_class = Types::SnapshotDestinationConfiguration
6627
+
6628
+ SnapshotFile.add_member(:sheet_selections, Shapes::ShapeRef.new(shape: SnapshotFileSheetSelectionList, required: true, location_name: "SheetSelections"))
6629
+ SnapshotFile.add_member(:format_type, Shapes::ShapeRef.new(shape: SnapshotFileFormatType, required: true, location_name: "FormatType"))
6630
+ SnapshotFile.struct_class = Types::SnapshotFile
6631
+
6632
+ SnapshotFileGroup.add_member(:files, Shapes::ShapeRef.new(shape: SnapshotFileList, location_name: "Files"))
6633
+ SnapshotFileGroup.struct_class = Types::SnapshotFileGroup
6634
+
6635
+ SnapshotFileGroupList.member = Shapes::ShapeRef.new(shape: SnapshotFileGroup)
6636
+
6637
+ SnapshotFileList.member = Shapes::ShapeRef.new(shape: SnapshotFile)
6638
+
6639
+ SnapshotFileSheetSelection.add_member(:sheet_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "SheetId"))
6640
+ SnapshotFileSheetSelection.add_member(:selection_scope, Shapes::ShapeRef.new(shape: SnapshotFileSheetSelectionScope, required: true, location_name: "SelectionScope"))
6641
+ SnapshotFileSheetSelection.add_member(:visual_ids, Shapes::ShapeRef.new(shape: SnapshotFileSheetSelectionVisualIdList, location_name: "VisualIds"))
6642
+ SnapshotFileSheetSelection.struct_class = Types::SnapshotFileSheetSelection
6643
+
6644
+ SnapshotFileSheetSelectionList.member = Shapes::ShapeRef.new(shape: SnapshotFileSheetSelection)
6645
+
6646
+ SnapshotFileSheetSelectionVisualIdList.member = Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId)
6647
+
6648
+ SnapshotJobErrorInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
6649
+ SnapshotJobErrorInfo.add_member(:error_type, Shapes::ShapeRef.new(shape: String, location_name: "ErrorType"))
6650
+ SnapshotJobErrorInfo.struct_class = Types::SnapshotJobErrorInfo
6651
+
6652
+ SnapshotJobResult.add_member(:anonymous_users, Shapes::ShapeRef.new(shape: AnonymousUserSnapshotJobResultList, location_name: "AnonymousUsers"))
6653
+ SnapshotJobResult.struct_class = Types::SnapshotJobResult
6654
+
6655
+ SnapshotJobResultErrorInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
6656
+ SnapshotJobResultErrorInfo.add_member(:error_type, Shapes::ShapeRef.new(shape: String, location_name: "ErrorType"))
6657
+ SnapshotJobResultErrorInfo.struct_class = Types::SnapshotJobResultErrorInfo
6658
+
6659
+ SnapshotJobResultErrorInfoList.member = Shapes::ShapeRef.new(shape: SnapshotJobResultErrorInfo)
6660
+
6661
+ SnapshotJobResultFileGroup.add_member(:files, Shapes::ShapeRef.new(shape: SnapshotFileList, location_name: "Files"))
6662
+ SnapshotJobResultFileGroup.add_member(:s3_results, Shapes::ShapeRef.new(shape: SnapshotJobS3ResultList, location_name: "S3Results"))
6663
+ SnapshotJobResultFileGroup.struct_class = Types::SnapshotJobResultFileGroup
6664
+
6665
+ SnapshotJobResultFileGroupList.member = Shapes::ShapeRef.new(shape: SnapshotJobResultFileGroup)
6666
+
6667
+ SnapshotJobS3Result.add_member(:s3_destination_configuration, Shapes::ShapeRef.new(shape: SnapshotS3DestinationConfiguration, location_name: "S3DestinationConfiguration"))
6668
+ SnapshotJobS3Result.add_member(:s3_uri, Shapes::ShapeRef.new(shape: SensitiveS3Uri, location_name: "S3Uri"))
6669
+ SnapshotJobS3Result.add_member(:error_info, Shapes::ShapeRef.new(shape: SnapshotJobResultErrorInfoList, location_name: "ErrorInfo"))
6670
+ SnapshotJobS3Result.struct_class = Types::SnapshotJobS3Result
6671
+
6672
+ SnapshotJobS3ResultList.member = Shapes::ShapeRef.new(shape: SnapshotJobS3Result)
6673
+
6674
+ SnapshotS3DestinationConfiguration.add_member(:bucket_configuration, Shapes::ShapeRef.new(shape: S3BucketConfiguration, location_name: "BucketConfiguration"))
6675
+ SnapshotS3DestinationConfiguration.struct_class = Types::SnapshotS3DestinationConfiguration
6676
+
6677
+ SnapshotS3DestinationConfigurationList.member = Shapes::ShapeRef.new(shape: SnapshotS3DestinationConfiguration)
6678
+
6679
+ SnapshotUserConfiguration.add_member(:anonymous_users, Shapes::ShapeRef.new(shape: SnapshotAnonymousUserList, location_name: "AnonymousUsers"))
6680
+ SnapshotUserConfiguration.struct_class = Types::SnapshotUserConfiguration
6681
+
6682
+ SnapshotUserConfigurationRedacted.add_member(:anonymous_users, Shapes::ShapeRef.new(shape: SnapshotAnonymousUserRedactedList, location_name: "AnonymousUsers"))
6683
+ SnapshotUserConfigurationRedacted.struct_class = Types::SnapshotUserConfigurationRedacted
6684
+
6508
6685
  SnowflakeParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
6509
6686
  SnowflakeParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
6510
6687
  SnowflakeParameters.add_member(:warehouse, Shapes::ShapeRef.new(shape: Warehouse, required: true, location_name: "Warehouse"))
@@ -6555,6 +6732,19 @@ module Aws::QuickSight
6555
6732
  StartAssetBundleImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
6556
6733
  StartAssetBundleImportJobResponse.struct_class = Types::StartAssetBundleImportJobResponse
6557
6734
 
6735
+ StartDashboardSnapshotJobRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
6736
+ StartDashboardSnapshotJobRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
6737
+ StartDashboardSnapshotJobRequest.add_member(:snapshot_job_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "SnapshotJobId"))
6738
+ StartDashboardSnapshotJobRequest.add_member(:user_configuration, Shapes::ShapeRef.new(shape: SnapshotUserConfiguration, required: true, location_name: "UserConfiguration"))
6739
+ StartDashboardSnapshotJobRequest.add_member(:snapshot_configuration, Shapes::ShapeRef.new(shape: SnapshotConfiguration, required: true, location_name: "SnapshotConfiguration"))
6740
+ StartDashboardSnapshotJobRequest.struct_class = Types::StartDashboardSnapshotJobRequest
6741
+
6742
+ StartDashboardSnapshotJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
6743
+ StartDashboardSnapshotJobResponse.add_member(:snapshot_job_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "SnapshotJobId"))
6744
+ StartDashboardSnapshotJobResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RequestId"))
6745
+ StartDashboardSnapshotJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
6746
+ StartDashboardSnapshotJobResponse.struct_class = Types::StartDashboardSnapshotJobResponse
6747
+
6558
6748
  StatePersistenceConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
6559
6749
  StatePersistenceConfigurations.struct_class = Types::StatePersistenceConfigurations
6560
6750
 
@@ -6837,6 +7027,7 @@ module Aws::QuickSight
6837
7027
 
6838
7028
  TextAreaControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
6839
7029
  TextAreaControlDisplayOptions.add_member(:placeholder_options, Shapes::ShapeRef.new(shape: TextControlPlaceholderOptions, location_name: "PlaceholderOptions"))
7030
+ TextAreaControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
6840
7031
  TextAreaControlDisplayOptions.struct_class = Types::TextAreaControlDisplayOptions
6841
7032
 
6842
7033
  TextConditionalFormat.add_member(:background_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "BackgroundColor"))
@@ -6849,6 +7040,7 @@ module Aws::QuickSight
6849
7040
 
6850
7041
  TextFieldControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
6851
7042
  TextFieldControlDisplayOptions.add_member(:placeholder_options, Shapes::ShapeRef.new(shape: TextControlPlaceholderOptions, location_name: "PlaceholderOptions"))
7043
+ TextFieldControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
6852
7044
  TextFieldControlDisplayOptions.struct_class = Types::TextFieldControlDisplayOptions
6853
7045
 
6854
7046
  Theme.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -8234,6 +8426,8 @@ module Aws::QuickSight
8234
8426
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
8235
8427
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8236
8428
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8429
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
8430
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
8237
8431
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
8238
8432
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
8239
8433
  end)
@@ -8708,6 +8902,34 @@ module Aws::QuickSight
8708
8902
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
8709
8903
  end)
8710
8904
 
8905
+ api.add_operation(:describe_dashboard_snapshot_job, Seahorse::Model::Operation.new.tap do |o|
8906
+ o.name = "DescribeDashboardSnapshotJob"
8907
+ o.http_method = "GET"
8908
+ o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs/{SnapshotJobId}"
8909
+ o.input = Shapes::ShapeRef.new(shape: DescribeDashboardSnapshotJobRequest)
8910
+ o.output = Shapes::ShapeRef.new(shape: DescribeDashboardSnapshotJobResponse)
8911
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8912
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8913
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8914
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
8915
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
8916
+ end)
8917
+
8918
+ api.add_operation(:describe_dashboard_snapshot_job_result, Seahorse::Model::Operation.new.tap do |o|
8919
+ o.name = "DescribeDashboardSnapshotJobResult"
8920
+ o.http_method = "GET"
8921
+ o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs/{SnapshotJobId}/result"
8922
+ o.input = Shapes::ShapeRef.new(shape: DescribeDashboardSnapshotJobResultRequest)
8923
+ o.output = Shapes::ShapeRef.new(shape: DescribeDashboardSnapshotJobResultResponse)
8924
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8925
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
8926
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8927
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8928
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
8929
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
8930
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
8931
+ end)
8932
+
8711
8933
  api.add_operation(:describe_data_set, Seahorse::Model::Operation.new.tap do |o|
8712
8934
  o.name = "DescribeDataSet"
8713
8935
  o.http_method = "GET"
@@ -9347,6 +9569,12 @@ module Aws::QuickSight
9347
9569
  o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
9348
9570
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9349
9571
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
9572
+ o[:pager] = Aws::Pager.new(
9573
+ limit_key: "max_results",
9574
+ tokens: {
9575
+ "next_token" => "next_token"
9576
+ }
9577
+ )
9350
9578
  end)
9351
9579
 
9352
9580
  api.add_operation(:list_groups, Seahorse::Model::Operation.new.tap do |o|
@@ -9363,6 +9591,12 @@ module Aws::QuickSight
9363
9591
  o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
9364
9592
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9365
9593
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
9594
+ o[:pager] = Aws::Pager.new(
9595
+ limit_key: "max_results",
9596
+ tokens: {
9597
+ "next_token" => "next_token"
9598
+ }
9599
+ )
9366
9600
  end)
9367
9601
 
9368
9602
  api.add_operation(:list_iam_policy_assignments, Seahorse::Model::Operation.new.tap do |o|
@@ -9377,6 +9611,12 @@ module Aws::QuickSight
9377
9611
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9378
9612
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
9379
9613
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9614
+ o[:pager] = Aws::Pager.new(
9615
+ limit_key: "max_results",
9616
+ tokens: {
9617
+ "next_token" => "next_token"
9618
+ }
9619
+ )
9380
9620
  end)
9381
9621
 
9382
9622
  api.add_operation(:list_iam_policy_assignments_for_user, Seahorse::Model::Operation.new.tap do |o|
@@ -9392,6 +9632,12 @@ module Aws::QuickSight
9392
9632
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9393
9633
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentUpdatingException)
9394
9634
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9635
+ o[:pager] = Aws::Pager.new(
9636
+ limit_key: "max_results",
9637
+ tokens: {
9638
+ "next_token" => "next_token"
9639
+ }
9640
+ )
9395
9641
  end)
9396
9642
 
9397
9643
  api.add_operation(:list_ingestions, Seahorse::Model::Operation.new.tap do |o|
@@ -9628,6 +9874,12 @@ module Aws::QuickSight
9628
9874
  o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
9629
9875
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9630
9876
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
9877
+ o[:pager] = Aws::Pager.new(
9878
+ limit_key: "max_results",
9879
+ tokens: {
9880
+ "next_token" => "next_token"
9881
+ }
9882
+ )
9631
9883
  end)
9632
9884
 
9633
9885
  api.add_operation(:list_users, Seahorse::Model::Operation.new.tap do |o|
@@ -9644,6 +9896,12 @@ module Aws::QuickSight
9644
9896
  o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
9645
9897
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9646
9898
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
9899
+ o[:pager] = Aws::Pager.new(
9900
+ limit_key: "max_results",
9901
+ tokens: {
9902
+ "next_token" => "next_token"
9903
+ }
9904
+ )
9647
9905
  end)
9648
9906
 
9649
9907
  api.add_operation(:list_vpc_connections, Seahorse::Model::Operation.new.tap do |o|
@@ -9823,6 +10081,12 @@ module Aws::QuickSight
9823
10081
  o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
9824
10082
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9825
10083
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
10084
+ o[:pager] = Aws::Pager.new(
10085
+ limit_key: "max_results",
10086
+ tokens: {
10087
+ "next_token" => "next_token"
10088
+ }
10089
+ )
9826
10090
  end)
9827
10091
 
9828
10092
  api.add_operation(:start_asset_bundle_export_job, Seahorse::Model::Operation.new.tap do |o|
@@ -9855,6 +10119,23 @@ module Aws::QuickSight
9855
10119
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9856
10120
  end)
9857
10121
 
10122
+ api.add_operation(:start_dashboard_snapshot_job, Seahorse::Model::Operation.new.tap do |o|
10123
+ o.name = "StartDashboardSnapshotJob"
10124
+ o.http_method = "POST"
10125
+ o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs"
10126
+ o.input = Shapes::ShapeRef.new(shape: StartDashboardSnapshotJobRequest)
10127
+ o.output = Shapes::ShapeRef.new(shape: StartDashboardSnapshotJobResponse)
10128
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10129
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
10130
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
10131
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
10132
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10133
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10134
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
10135
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedPricingPlanException)
10136
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
10137
+ end)
10138
+
9858
10139
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
9859
10140
  o.name = "TagResource"
9860
10141
  o.http_method = "POST"
@@ -796,6 +796,34 @@ module Aws::QuickSight
796
796
  end
797
797
  end
798
798
 
799
+ class DescribeDashboardSnapshotJob
800
+ def self.build(context)
801
+ unless context.config.regional_endpoint
802
+ endpoint = context.config.endpoint.to_s
803
+ end
804
+ Aws::QuickSight::EndpointParameters.new(
805
+ region: context.config.region,
806
+ use_dual_stack: context.config.use_dualstack_endpoint,
807
+ use_fips: context.config.use_fips_endpoint,
808
+ endpoint: endpoint,
809
+ )
810
+ end
811
+ end
812
+
813
+ class DescribeDashboardSnapshotJobResult
814
+ def self.build(context)
815
+ unless context.config.regional_endpoint
816
+ endpoint = context.config.endpoint.to_s
817
+ end
818
+ Aws::QuickSight::EndpointParameters.new(
819
+ region: context.config.region,
820
+ use_dual_stack: context.config.use_dualstack_endpoint,
821
+ use_fips: context.config.use_fips_endpoint,
822
+ endpoint: endpoint,
823
+ )
824
+ end
825
+ end
826
+
799
827
  class DescribeDataSet
800
828
  def self.build(context)
801
829
  unless context.config.regional_endpoint
@@ -1790,6 +1818,20 @@ module Aws::QuickSight
1790
1818
  end
1791
1819
  end
1792
1820
 
1821
+ class StartDashboardSnapshotJob
1822
+ def self.build(context)
1823
+ unless context.config.regional_endpoint
1824
+ endpoint = context.config.endpoint.to_s
1825
+ end
1826
+ Aws::QuickSight::EndpointParameters.new(
1827
+ region: context.config.region,
1828
+ use_dual_stack: context.config.use_dualstack_endpoint,
1829
+ use_fips: context.config.use_fips_endpoint,
1830
+ endpoint: endpoint,
1831
+ )
1832
+ end
1833
+ end
1834
+
1793
1835
  class TagResource
1794
1836
  def self.build(context)
1795
1837
  unless context.config.regional_endpoint
@@ -168,6 +168,10 @@ module Aws::QuickSight
168
168
  Aws::QuickSight::Endpoints::DescribeDashboardDefinition.build(context)
169
169
  when :describe_dashboard_permissions
170
170
  Aws::QuickSight::Endpoints::DescribeDashboardPermissions.build(context)
171
+ when :describe_dashboard_snapshot_job
172
+ Aws::QuickSight::Endpoints::DescribeDashboardSnapshotJob.build(context)
173
+ when :describe_dashboard_snapshot_job_result
174
+ Aws::QuickSight::Endpoints::DescribeDashboardSnapshotJobResult.build(context)
171
175
  when :describe_data_set
172
176
  Aws::QuickSight::Endpoints::DescribeDataSet.build(context)
173
177
  when :describe_data_set_permissions
@@ -310,6 +314,8 @@ module Aws::QuickSight
310
314
  Aws::QuickSight::Endpoints::StartAssetBundleExportJob.build(context)
311
315
  when :start_asset_bundle_import_job
312
316
  Aws::QuickSight::Endpoints::StartAssetBundleImportJob.build(context)
317
+ when :start_dashboard_snapshot_job
318
+ Aws::QuickSight::Endpoints::StartDashboardSnapshotJob.build(context)
313
319
  when :tag_resource
314
320
  Aws::QuickSight::Endpoints::TagResource.build(context)
315
321
  when :untag_resource