aws-sdk-quicksight 1.138.0 → 1.140.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +456 -4
- data/lib/aws-sdk-quicksight/client_api.rb +262 -0
- data/lib/aws-sdk-quicksight/types.rb +527 -3
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +164 -4
- data/sig/types.rbs +154 -3
- metadata +2 -2
@@ -483,6 +483,7 @@ module Aws::QuickSight
|
|
483
483
|
DashboardVersionSummaryList = Shapes::ListShape.new(name: 'DashboardVersionSummaryList')
|
484
484
|
DashboardVisualId = Shapes::StructureShape.new(name: 'DashboardVisualId')
|
485
485
|
DashboardVisualPublishOptions = Shapes::StructureShape.new(name: 'DashboardVisualPublishOptions')
|
486
|
+
DashboardVisualResult = Shapes::StructureShape.new(name: 'DashboardVisualResult')
|
486
487
|
DashboardsQAStatus = Shapes::StringShape.new(name: 'DashboardsQAStatus')
|
487
488
|
DataAggregation = Shapes::StructureShape.new(name: 'DataAggregation')
|
488
489
|
DataBarsOptions = Shapes::StructureShape.new(name: 'DataBarsOptions')
|
@@ -623,6 +624,8 @@ module Aws::QuickSight
|
|
623
624
|
DeleteDataSetResponse = Shapes::StructureShape.new(name: 'DeleteDataSetResponse')
|
624
625
|
DeleteDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteDataSourceRequest')
|
625
626
|
DeleteDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteDataSourceResponse')
|
627
|
+
DeleteDefaultQBusinessApplicationRequest = Shapes::StructureShape.new(name: 'DeleteDefaultQBusinessApplicationRequest')
|
628
|
+
DeleteDefaultQBusinessApplicationResponse = Shapes::StructureShape.new(name: 'DeleteDefaultQBusinessApplicationResponse')
|
626
629
|
DeleteFolderMembershipRequest = Shapes::StructureShape.new(name: 'DeleteFolderMembershipRequest')
|
627
630
|
DeleteFolderMembershipResponse = Shapes::StructureShape.new(name: 'DeleteFolderMembershipResponse')
|
628
631
|
DeleteFolderRequest = Shapes::StructureShape.new(name: 'DeleteFolderRequest')
|
@@ -710,6 +713,8 @@ module Aws::QuickSight
|
|
710
713
|
DescribeDataSourcePermissionsResponse = Shapes::StructureShape.new(name: 'DescribeDataSourcePermissionsResponse')
|
711
714
|
DescribeDataSourceRequest = Shapes::StructureShape.new(name: 'DescribeDataSourceRequest')
|
712
715
|
DescribeDataSourceResponse = Shapes::StructureShape.new(name: 'DescribeDataSourceResponse')
|
716
|
+
DescribeDefaultQBusinessApplicationRequest = Shapes::StructureShape.new(name: 'DescribeDefaultQBusinessApplicationRequest')
|
717
|
+
DescribeDefaultQBusinessApplicationResponse = Shapes::StructureShape.new(name: 'DescribeDefaultQBusinessApplicationResponse')
|
713
718
|
DescribeFolderPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeFolderPermissionsRequest')
|
714
719
|
DescribeFolderPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeFolderPermissionsResponse')
|
715
720
|
DescribeFolderRequest = Shapes::StructureShape.new(name: 'DescribeFolderRequest')
|
@@ -732,6 +737,8 @@ module Aws::QuickSight
|
|
732
737
|
DescribeNamespaceResponse = Shapes::StructureShape.new(name: 'DescribeNamespaceResponse')
|
733
738
|
DescribeQPersonalizationConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeQPersonalizationConfigurationRequest')
|
734
739
|
DescribeQPersonalizationConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeQPersonalizationConfigurationResponse')
|
740
|
+
DescribeQuickSightQSearchConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeQuickSightQSearchConfigurationRequest')
|
741
|
+
DescribeQuickSightQSearchConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeQuickSightQSearchConfigurationResponse')
|
735
742
|
DescribeRefreshScheduleRequest = Shapes::StructureShape.new(name: 'DescribeRefreshScheduleRequest')
|
736
743
|
DescribeRefreshScheduleResponse = Shapes::StructureShape.new(name: 'DescribeRefreshScheduleResponse')
|
737
744
|
DescribeRoleCustomPermissionRequest = Shapes::StructureShape.new(name: 'DescribeRoleCustomPermissionRequest')
|
@@ -912,6 +919,10 @@ module Aws::QuickSight
|
|
912
919
|
GenerateEmbedUrlForAnonymousUserResponse = Shapes::StructureShape.new(name: 'GenerateEmbedUrlForAnonymousUserResponse')
|
913
920
|
GenerateEmbedUrlForRegisteredUserRequest = Shapes::StructureShape.new(name: 'GenerateEmbedUrlForRegisteredUserRequest')
|
914
921
|
GenerateEmbedUrlForRegisteredUserResponse = Shapes::StructureShape.new(name: 'GenerateEmbedUrlForRegisteredUserResponse')
|
922
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest = Shapes::StructureShape.new(name: 'GenerateEmbedUrlForRegisteredUserWithIdentityRequest')
|
923
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse = Shapes::StructureShape.new(name: 'GenerateEmbedUrlForRegisteredUserWithIdentityResponse')
|
924
|
+
GeneratedAnswerResult = Shapes::StructureShape.new(name: 'GeneratedAnswerResult')
|
925
|
+
GeneratedAnswerStatus = Shapes::StringShape.new(name: 'GeneratedAnswerStatus')
|
915
926
|
GeoSpatialColumnGroup = Shapes::StructureShape.new(name: 'GeoSpatialColumnGroup')
|
916
927
|
GeoSpatialCountryCode = Shapes::StringShape.new(name: 'GeoSpatialCountryCode')
|
917
928
|
GeoSpatialDataRole = Shapes::StringShape.new(name: 'GeoSpatialDataRole')
|
@@ -1049,6 +1060,8 @@ module Aws::QuickSight
|
|
1049
1060
|
ImageSource = Shapes::UnionShape.new(name: 'ImageSource')
|
1050
1061
|
ImageStaticFile = Shapes::StructureShape.new(name: 'ImageStaticFile')
|
1051
1062
|
IncludeFolderMembers = Shapes::StringShape.new(name: 'IncludeFolderMembers')
|
1063
|
+
IncludeGeneratedAnswer = Shapes::StringShape.new(name: 'IncludeGeneratedAnswer')
|
1064
|
+
IncludeQuickSightQIndex = Shapes::StringShape.new(name: 'IncludeQuickSightQIndex')
|
1052
1065
|
IncrementalRefresh = Shapes::StructureShape.new(name: 'IncrementalRefresh')
|
1053
1066
|
Ingestion = Shapes::StructureShape.new(name: 'Ingestion')
|
1054
1067
|
IngestionErrorType = Shapes::StringShape.new(name: 'IngestionErrorType')
|
@@ -1241,6 +1254,7 @@ module Aws::QuickSight
|
|
1241
1254
|
MarginStyle = Shapes::StructureShape.new(name: 'MarginStyle')
|
1242
1255
|
MariaDbParameters = Shapes::StructureShape.new(name: 'MariaDbParameters')
|
1243
1256
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
1257
|
+
MaxTopicsToConsider = Shapes::IntegerShape.new(name: 'MaxTopicsToConsider')
|
1244
1258
|
MaximumLabelType = Shapes::StructureShape.new(name: 'MaximumLabelType')
|
1245
1259
|
MaximumMinimumComputation = Shapes::StructureShape.new(name: 'MaximumMinimumComputation')
|
1246
1260
|
MaximumMinimumComputationType = Shapes::StringShape.new(name: 'MaximumMinimumComputationType')
|
@@ -1342,6 +1356,7 @@ module Aws::QuickSight
|
|
1342
1356
|
PercentageDisplayFormatConfiguration = Shapes::StructureShape.new(name: 'PercentageDisplayFormatConfiguration')
|
1343
1357
|
PercentileAggregation = Shapes::StructureShape.new(name: 'PercentileAggregation')
|
1344
1358
|
PercentileValue = Shapes::FloatShape.new(name: 'PercentileValue')
|
1359
|
+
PerformanceConfiguration = Shapes::StructureShape.new(name: 'PerformanceConfiguration')
|
1345
1360
|
PeriodOverPeriodComputation = Shapes::StructureShape.new(name: 'PeriodOverPeriodComputation')
|
1346
1361
|
PeriodToDateComputation = Shapes::StructureShape.new(name: 'PeriodToDateComputation')
|
1347
1362
|
PeriodsBackward = Shapes::IntegerShape.new(name: 'PeriodsBackward')
|
@@ -1412,6 +1427,8 @@ module Aws::QuickSight
|
|
1412
1427
|
PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
|
1413
1428
|
PredefinedHierarchy = Shapes::StructureShape.new(name: 'PredefinedHierarchy')
|
1414
1429
|
PredefinedHierarchyColumnList = Shapes::ListShape.new(name: 'PredefinedHierarchyColumnList')
|
1430
|
+
PredictQAResultsRequest = Shapes::StructureShape.new(name: 'PredictQAResultsRequest')
|
1431
|
+
PredictQAResultsResponse = Shapes::StructureShape.new(name: 'PredictQAResultsResponse')
|
1415
1432
|
PredictionInterval = Shapes::IntegerShape.new(name: 'PredictionInterval')
|
1416
1433
|
Prefix = Shapes::StringShape.new(name: 'Prefix')
|
1417
1434
|
PrestoParameters = Shapes::StructureShape.new(name: 'PrestoParameters')
|
@@ -1427,9 +1444,16 @@ module Aws::QuickSight
|
|
1427
1444
|
PurchaseMode = Shapes::StringShape.new(name: 'PurchaseMode')
|
1428
1445
|
PutDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesRequest')
|
1429
1446
|
PutDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesResponse')
|
1447
|
+
QAQueryText = Shapes::StringShape.new(name: 'QAQueryText')
|
1448
|
+
QAResult = Shapes::StructureShape.new(name: 'QAResult')
|
1449
|
+
QAResultType = Shapes::StringShape.new(name: 'QAResultType')
|
1450
|
+
QAResults = Shapes::ListShape.new(name: 'QAResults')
|
1451
|
+
QAUrl = Shapes::StringShape.new(name: 'QAUrl')
|
1452
|
+
QSearchStatus = Shapes::StringShape.new(name: 'QSearchStatus')
|
1430
1453
|
Query = Shapes::StringShape.new(name: 'Query')
|
1431
1454
|
QueryExecutionMode = Shapes::StringShape.new(name: 'QueryExecutionMode')
|
1432
1455
|
QueryExecutionOptions = Shapes::StructureShape.new(name: 'QueryExecutionOptions')
|
1456
|
+
QuestionId = Shapes::StringShape.new(name: 'QuestionId')
|
1433
1457
|
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
1434
1458
|
QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
|
1435
1459
|
RadarChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'RadarChartAggregatedFieldWells')
|
@@ -1932,6 +1956,9 @@ module Aws::QuickSight
|
|
1932
1956
|
UnaggregatedFieldList = Shapes::ListShape.new(name: 'UnaggregatedFieldList')
|
1933
1957
|
UndefinedSpecifiedValueType = Shapes::StringShape.new(name: 'UndefinedSpecifiedValueType')
|
1934
1958
|
UnicodeIcon = Shapes::StringShape.new(name: 'UnicodeIcon')
|
1959
|
+
UniqueKey = Shapes::StructureShape.new(name: 'UniqueKey')
|
1960
|
+
UniqueKeyColumnNameList = Shapes::ListShape.new(name: 'UniqueKeyColumnNameList')
|
1961
|
+
UniqueKeyList = Shapes::ListShape.new(name: 'UniqueKeyList')
|
1935
1962
|
UniqueValuesComputation = Shapes::StructureShape.new(name: 'UniqueValuesComputation')
|
1936
1963
|
UnlimitedPixelLength = Shapes::StringShape.new(name: 'UnlimitedPixelLength')
|
1937
1964
|
UnsupportedPricingPlanException = Shapes::StructureShape.new(name: 'UnsupportedPricingPlanException')
|
@@ -1947,6 +1974,8 @@ module Aws::QuickSight
|
|
1947
1974
|
UpdateAnalysisPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsResponse')
|
1948
1975
|
UpdateAnalysisRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisRequest')
|
1949
1976
|
UpdateAnalysisResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisResponse')
|
1977
|
+
UpdateApplicationWithTokenExchangeGrantRequest = Shapes::StructureShape.new(name: 'UpdateApplicationWithTokenExchangeGrantRequest')
|
1978
|
+
UpdateApplicationWithTokenExchangeGrantResponse = Shapes::StructureShape.new(name: 'UpdateApplicationWithTokenExchangeGrantResponse')
|
1950
1979
|
UpdateBrandAssignmentRequest = Shapes::StructureShape.new(name: 'UpdateBrandAssignmentRequest')
|
1951
1980
|
UpdateBrandAssignmentResponse = Shapes::StructureShape.new(name: 'UpdateBrandAssignmentResponse')
|
1952
1981
|
UpdateBrandPublishedVersionRequest = Shapes::StructureShape.new(name: 'UpdateBrandPublishedVersionRequest')
|
@@ -1973,6 +2002,8 @@ module Aws::QuickSight
|
|
1973
2002
|
UpdateDataSourcePermissionsResponse = Shapes::StructureShape.new(name: 'UpdateDataSourcePermissionsResponse')
|
1974
2003
|
UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
|
1975
2004
|
UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
|
2005
|
+
UpdateDefaultQBusinessApplicationRequest = Shapes::StructureShape.new(name: 'UpdateDefaultQBusinessApplicationRequest')
|
2006
|
+
UpdateDefaultQBusinessApplicationResponse = Shapes::StructureShape.new(name: 'UpdateDefaultQBusinessApplicationResponse')
|
1976
2007
|
UpdateFolderPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsRequest')
|
1977
2008
|
UpdateFolderPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsResponse')
|
1978
2009
|
UpdateFolderRequest = Shapes::StructureShape.new(name: 'UpdateFolderRequest')
|
@@ -1992,6 +2023,8 @@ module Aws::QuickSight
|
|
1992
2023
|
UpdatePublicSharingSettingsResponse = Shapes::StructureShape.new(name: 'UpdatePublicSharingSettingsResponse')
|
1993
2024
|
UpdateQPersonalizationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateQPersonalizationConfigurationRequest')
|
1994
2025
|
UpdateQPersonalizationConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateQPersonalizationConfigurationResponse')
|
2026
|
+
UpdateQuickSightQSearchConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateQuickSightQSearchConfigurationRequest')
|
2027
|
+
UpdateQuickSightQSearchConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateQuickSightQSearchConfigurationResponse')
|
1995
2028
|
UpdateRefreshScheduleRequest = Shapes::StructureShape.new(name: 'UpdateRefreshScheduleRequest')
|
1996
2029
|
UpdateRefreshScheduleResponse = Shapes::StructureShape.new(name: 'UpdateRefreshScheduleResponse')
|
1997
2030
|
UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
|
@@ -2059,7 +2092,9 @@ module Aws::QuickSight
|
|
2059
2092
|
VisualOptions = Shapes::StructureShape.new(name: 'VisualOptions')
|
2060
2093
|
VisualPalette = Shapes::StructureShape.new(name: 'VisualPalette')
|
2061
2094
|
VisualRole = Shapes::StringShape.new(name: 'VisualRole')
|
2095
|
+
VisualSubtitle = Shapes::StringShape.new(name: 'VisualSubtitle')
|
2062
2096
|
VisualSubtitleLabelOptions = Shapes::StructureShape.new(name: 'VisualSubtitleLabelOptions')
|
2097
|
+
VisualTitle = Shapes::StringShape.new(name: 'VisualTitle')
|
2063
2098
|
VisualTitleLabelOptions = Shapes::StructureShape.new(name: 'VisualTitleLabelOptions')
|
2064
2099
|
VpcConnectionProperties = Shapes::StructureShape.new(name: 'VpcConnectionProperties')
|
2065
2100
|
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
@@ -3392,6 +3427,7 @@ module Aws::QuickSight
|
|
3392
3427
|
CreateDataSetRequest.add_member(:data_set_usage_configuration, Shapes::ShapeRef.new(shape: DataSetUsageConfiguration, location_name: "DataSetUsageConfiguration"))
|
3393
3428
|
CreateDataSetRequest.add_member(:dataset_parameters, Shapes::ShapeRef.new(shape: DatasetParameterList, location_name: "DatasetParameters"))
|
3394
3429
|
CreateDataSetRequest.add_member(:folder_arns, Shapes::ShapeRef.new(shape: FolderArnList, location_name: "FolderArns"))
|
3430
|
+
CreateDataSetRequest.add_member(:performance_configuration, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "PerformanceConfiguration"))
|
3395
3431
|
CreateDataSetRequest.struct_class = Types::CreateDataSetRequest
|
3396
3432
|
|
3397
3433
|
CreateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -3844,6 +3880,16 @@ module Aws::QuickSight
|
|
3844
3880
|
DashboardVisualPublishOptions.add_member(:export_hidden_fields_option, Shapes::ShapeRef.new(shape: ExportHiddenFieldsOption, location_name: "ExportHiddenFieldsOption"))
|
3845
3881
|
DashboardVisualPublishOptions.struct_class = Types::DashboardVisualPublishOptions
|
3846
3882
|
|
3883
|
+
DashboardVisualResult.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "DashboardId"))
|
3884
|
+
DashboardVisualResult.add_member(:dashboard_name, Shapes::ShapeRef.new(shape: DashboardName, location_name: "DashboardName"))
|
3885
|
+
DashboardVisualResult.add_member(:sheet_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "SheetId"))
|
3886
|
+
DashboardVisualResult.add_member(:sheet_name, Shapes::ShapeRef.new(shape: SheetName, location_name: "SheetName"))
|
3887
|
+
DashboardVisualResult.add_member(:visual_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "VisualId"))
|
3888
|
+
DashboardVisualResult.add_member(:visual_title, Shapes::ShapeRef.new(shape: VisualTitle, location_name: "VisualTitle"))
|
3889
|
+
DashboardVisualResult.add_member(:visual_subtitle, Shapes::ShapeRef.new(shape: VisualSubtitle, location_name: "VisualSubtitle"))
|
3890
|
+
DashboardVisualResult.add_member(:dashboard_url, Shapes::ShapeRef.new(shape: QAUrl, location_name: "DashboardUrl"))
|
3891
|
+
DashboardVisualResult.struct_class = Types::DashboardVisualResult
|
3892
|
+
|
3847
3893
|
DataAggregation.add_member(:dataset_row_date_granularity, Shapes::ShapeRef.new(shape: TopicTimeGranularity, location_name: "DatasetRowDateGranularity"))
|
3848
3894
|
DataAggregation.add_member(:default_date_column_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "DefaultDateColumnName"))
|
3849
3895
|
DataAggregation.struct_class = Types::DataAggregation
|
@@ -3941,6 +3987,7 @@ module Aws::QuickSight
|
|
3941
3987
|
DataSet.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
3942
3988
|
DataSet.add_member(:data_set_usage_configuration, Shapes::ShapeRef.new(shape: DataSetUsageConfiguration, location_name: "DataSetUsageConfiguration"))
|
3943
3989
|
DataSet.add_member(:dataset_parameters, Shapes::ShapeRef.new(shape: DatasetParameterList, location_name: "DatasetParameters"))
|
3990
|
+
DataSet.add_member(:performance_configuration, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "PerformanceConfiguration"))
|
3944
3991
|
DataSet.struct_class = Types::DataSet
|
3945
3992
|
|
3946
3993
|
DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
|
@@ -4360,6 +4407,14 @@ module Aws::QuickSight
|
|
4360
4407
|
DeleteDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4361
4408
|
DeleteDataSourceResponse.struct_class = Types::DeleteDataSourceResponse
|
4362
4409
|
|
4410
|
+
DeleteDefaultQBusinessApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4411
|
+
DeleteDefaultQBusinessApplicationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
4412
|
+
DeleteDefaultQBusinessApplicationRequest.struct_class = Types::DeleteDefaultQBusinessApplicationRequest
|
4413
|
+
|
4414
|
+
DeleteDefaultQBusinessApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4415
|
+
DeleteDefaultQBusinessApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4416
|
+
DeleteDefaultQBusinessApplicationResponse.struct_class = Types::DeleteDefaultQBusinessApplicationResponse
|
4417
|
+
|
4363
4418
|
DeleteFolderMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4364
4419
|
DeleteFolderMembershipRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
4365
4420
|
DeleteFolderMembershipRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "MemberId"))
|
@@ -4837,6 +4892,15 @@ module Aws::QuickSight
|
|
4837
4892
|
DescribeDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4838
4893
|
DescribeDataSourceResponse.struct_class = Types::DescribeDataSourceResponse
|
4839
4894
|
|
4895
|
+
DescribeDefaultQBusinessApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4896
|
+
DescribeDefaultQBusinessApplicationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
4897
|
+
DescribeDefaultQBusinessApplicationRequest.struct_class = Types::DescribeDefaultQBusinessApplicationRequest
|
4898
|
+
|
4899
|
+
DescribeDefaultQBusinessApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4900
|
+
DescribeDefaultQBusinessApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4901
|
+
DescribeDefaultQBusinessApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: String, location_name: "ApplicationId"))
|
4902
|
+
DescribeDefaultQBusinessApplicationResponse.struct_class = Types::DescribeDefaultQBusinessApplicationResponse
|
4903
|
+
|
4840
4904
|
DescribeFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4841
4905
|
DescribeFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
4842
4906
|
DescribeFolderPermissionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
@@ -4956,6 +5020,14 @@ module Aws::QuickSight
|
|
4956
5020
|
DescribeQPersonalizationConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4957
5021
|
DescribeQPersonalizationConfigurationResponse.struct_class = Types::DescribeQPersonalizationConfigurationResponse
|
4958
5022
|
|
5023
|
+
DescribeQuickSightQSearchConfigurationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
5024
|
+
DescribeQuickSightQSearchConfigurationRequest.struct_class = Types::DescribeQuickSightQSearchConfigurationRequest
|
5025
|
+
|
5026
|
+
DescribeQuickSightQSearchConfigurationResponse.add_member(:q_search_status, Shapes::ShapeRef.new(shape: QSearchStatus, location_name: "QSearchStatus"))
|
5027
|
+
DescribeQuickSightQSearchConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
5028
|
+
DescribeQuickSightQSearchConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
5029
|
+
DescribeQuickSightQSearchConfigurationResponse.struct_class = Types::DescribeQuickSightQSearchConfigurationResponse
|
5030
|
+
|
4959
5031
|
DescribeRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4960
5032
|
DescribeRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
4961
5033
|
DescribeRefreshScheduleRequest.add_member(:schedule_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "ScheduleId"))
|
@@ -5684,6 +5756,27 @@ module Aws::QuickSight
|
|
5684
5756
|
GenerateEmbedUrlForRegisteredUserResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RequestId"))
|
5685
5757
|
GenerateEmbedUrlForRegisteredUserResponse.struct_class = Types::GenerateEmbedUrlForRegisteredUserResponse
|
5686
5758
|
|
5759
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
5760
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.add_member(:session_lifetime_in_minutes, Shapes::ShapeRef.new(shape: SessionLifetimeInMinutes, location_name: "SessionLifetimeInMinutes"))
|
5761
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.add_member(:experience_configuration, Shapes::ShapeRef.new(shape: RegisteredUserEmbeddingExperienceConfiguration, required: true, location_name: "ExperienceConfiguration"))
|
5762
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.add_member(:allowed_domains, Shapes::ShapeRef.new(shape: StringList, location_name: "AllowedDomains"))
|
5763
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.struct_class = Types::GenerateEmbedUrlForRegisteredUserWithIdentityRequest
|
5764
|
+
|
5765
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse.add_member(:embed_url, Shapes::ShapeRef.new(shape: EmbeddingUrl, required: true, location_name: "EmbedUrl"))
|
5766
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, required: true, location: "statusCode", location_name: "Status"))
|
5767
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RequestId"))
|
5768
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse.struct_class = Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse
|
5769
|
+
|
5770
|
+
GeneratedAnswerResult.add_member(:question_text, Shapes::ShapeRef.new(shape: QAQueryText, location_name: "QuestionText"))
|
5771
|
+
GeneratedAnswerResult.add_member(:answer_status, Shapes::ShapeRef.new(shape: GeneratedAnswerStatus, location_name: "AnswerStatus"))
|
5772
|
+
GeneratedAnswerResult.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, location_name: "TopicId"))
|
5773
|
+
GeneratedAnswerResult.add_member(:topic_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "TopicName"))
|
5774
|
+
GeneratedAnswerResult.add_member(:restatement, Shapes::ShapeRef.new(shape: QAQueryText, location_name: "Restatement"))
|
5775
|
+
GeneratedAnswerResult.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
5776
|
+
GeneratedAnswerResult.add_member(:answer_id, Shapes::ShapeRef.new(shape: AnswerId, location_name: "AnswerId"))
|
5777
|
+
GeneratedAnswerResult.add_member(:question_url, Shapes::ShapeRef.new(shape: QAUrl, location_name: "QuestionUrl"))
|
5778
|
+
GeneratedAnswerResult.struct_class = Types::GeneratedAnswerResult
|
5779
|
+
|
5687
5780
|
GeoSpatialColumnGroup.add_member(:name, Shapes::ShapeRef.new(shape: ColumnGroupName, required: true, location_name: "Name"))
|
5688
5781
|
GeoSpatialColumnGroup.add_member(:country_code, Shapes::ShapeRef.new(shape: GeoSpatialCountryCode, location_name: "CountryCode"))
|
5689
5782
|
GeoSpatialColumnGroup.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "Columns"))
|
@@ -7247,6 +7340,9 @@ module Aws::QuickSight
|
|
7247
7340
|
PercentileAggregation.add_member(:percentile_value, Shapes::ShapeRef.new(shape: PercentileValue, location_name: "PercentileValue"))
|
7248
7341
|
PercentileAggregation.struct_class = Types::PercentileAggregation
|
7249
7342
|
|
7343
|
+
PerformanceConfiguration.add_member(:unique_keys, Shapes::ShapeRef.new(shape: UniqueKeyList, location_name: "UniqueKeys"))
|
7344
|
+
PerformanceConfiguration.struct_class = Types::PerformanceConfiguration
|
7345
|
+
|
7250
7346
|
PeriodOverPeriodComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
|
7251
7347
|
PeriodOverPeriodComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
7252
7348
|
PeriodOverPeriodComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
|
@@ -7496,6 +7592,19 @@ module Aws::QuickSight
|
|
7496
7592
|
|
7497
7593
|
PredefinedHierarchyColumnList.member = Shapes::ShapeRef.new(shape: ColumnIdentifier)
|
7498
7594
|
|
7595
|
+
PredictQAResultsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
7596
|
+
PredictQAResultsRequest.add_member(:query_text, Shapes::ShapeRef.new(shape: QAQueryText, required: true, location_name: "QueryText"))
|
7597
|
+
PredictQAResultsRequest.add_member(:include_quick_sight_q_index, Shapes::ShapeRef.new(shape: IncludeQuickSightQIndex, location_name: "IncludeQuickSightQIndex"))
|
7598
|
+
PredictQAResultsRequest.add_member(:include_generated_answer, Shapes::ShapeRef.new(shape: IncludeGeneratedAnswer, location_name: "IncludeGeneratedAnswer"))
|
7599
|
+
PredictQAResultsRequest.add_member(:max_topics_to_consider, Shapes::ShapeRef.new(shape: MaxTopicsToConsider, location_name: "MaxTopicsToConsider"))
|
7600
|
+
PredictQAResultsRequest.struct_class = Types::PredictQAResultsRequest
|
7601
|
+
|
7602
|
+
PredictQAResultsResponse.add_member(:primary_result, Shapes::ShapeRef.new(shape: QAResult, location_name: "PrimaryResult"))
|
7603
|
+
PredictQAResultsResponse.add_member(:additional_results, Shapes::ShapeRef.new(shape: QAResults, location_name: "AdditionalResults"))
|
7604
|
+
PredictQAResultsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
7605
|
+
PredictQAResultsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
7606
|
+
PredictQAResultsResponse.struct_class = Types::PredictQAResultsResponse
|
7607
|
+
|
7499
7608
|
PrestoParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
7500
7609
|
PrestoParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
7501
7610
|
PrestoParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
@@ -7520,6 +7629,13 @@ module Aws::QuickSight
|
|
7520
7629
|
PutDataSetRefreshPropertiesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
7521
7630
|
PutDataSetRefreshPropertiesResponse.struct_class = Types::PutDataSetRefreshPropertiesResponse
|
7522
7631
|
|
7632
|
+
QAResult.add_member(:result_type, Shapes::ShapeRef.new(shape: QAResultType, location_name: "ResultType"))
|
7633
|
+
QAResult.add_member(:dashboard_visual, Shapes::ShapeRef.new(shape: DashboardVisualResult, location_name: "DashboardVisual"))
|
7634
|
+
QAResult.add_member(:generated_answer, Shapes::ShapeRef.new(shape: GeneratedAnswerResult, location_name: "GeneratedAnswer"))
|
7635
|
+
QAResult.struct_class = Types::QAResult
|
7636
|
+
|
7637
|
+
QAResults.member = Shapes::ShapeRef.new(shape: QAResult)
|
7638
|
+
|
7523
7639
|
QueryExecutionOptions.add_member(:query_execution_mode, Shapes::ShapeRef.new(shape: QueryExecutionMode, location_name: "QueryExecutionMode"))
|
7524
7640
|
QueryExecutionOptions.struct_class = Types::QueryExecutionOptions
|
7525
7641
|
|
@@ -9264,6 +9380,13 @@ module Aws::QuickSight
|
|
9264
9380
|
|
9265
9381
|
UnaggregatedFieldList.member = Shapes::ShapeRef.new(shape: UnaggregatedField)
|
9266
9382
|
|
9383
|
+
UniqueKey.add_member(:column_names, Shapes::ShapeRef.new(shape: UniqueKeyColumnNameList, required: true, location_name: "ColumnNames"))
|
9384
|
+
UniqueKey.struct_class = Types::UniqueKey
|
9385
|
+
|
9386
|
+
UniqueKeyColumnNameList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
9387
|
+
|
9388
|
+
UniqueKeyList.member = Shapes::ShapeRef.new(shape: UniqueKey)
|
9389
|
+
|
9267
9390
|
UniqueValuesComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
|
9268
9391
|
UniqueValuesComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
9269
9392
|
UniqueValuesComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Category"))
|
@@ -9342,6 +9465,14 @@ module Aws::QuickSight
|
|
9342
9465
|
UpdateAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
9343
9466
|
UpdateAnalysisResponse.struct_class = Types::UpdateAnalysisResponse
|
9344
9467
|
|
9468
|
+
UpdateApplicationWithTokenExchangeGrantRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9469
|
+
UpdateApplicationWithTokenExchangeGrantRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "querystring", location_name: "namespace"))
|
9470
|
+
UpdateApplicationWithTokenExchangeGrantRequest.struct_class = Types::UpdateApplicationWithTokenExchangeGrantRequest
|
9471
|
+
|
9472
|
+
UpdateApplicationWithTokenExchangeGrantResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9473
|
+
UpdateApplicationWithTokenExchangeGrantResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
9474
|
+
UpdateApplicationWithTokenExchangeGrantResponse.struct_class = Types::UpdateApplicationWithTokenExchangeGrantResponse
|
9475
|
+
|
9345
9476
|
UpdateBrandAssignmentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9346
9477
|
UpdateBrandAssignmentRequest.add_member(:brand_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "BrandArn"))
|
9347
9478
|
UpdateBrandAssignmentRequest.struct_class = Types::UpdateBrandAssignmentRequest
|
@@ -9471,6 +9602,7 @@ module Aws::QuickSight
|
|
9471
9602
|
UpdateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
9472
9603
|
UpdateDataSetRequest.add_member(:data_set_usage_configuration, Shapes::ShapeRef.new(shape: DataSetUsageConfiguration, location_name: "DataSetUsageConfiguration"))
|
9473
9604
|
UpdateDataSetRequest.add_member(:dataset_parameters, Shapes::ShapeRef.new(shape: DatasetParameterList, location_name: "DatasetParameters"))
|
9605
|
+
UpdateDataSetRequest.add_member(:performance_configuration, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "PerformanceConfiguration"))
|
9474
9606
|
UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
|
9475
9607
|
|
9476
9608
|
UpdateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -9509,6 +9641,15 @@ module Aws::QuickSight
|
|
9509
9641
|
UpdateDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9510
9642
|
UpdateDataSourceResponse.struct_class = Types::UpdateDataSourceResponse
|
9511
9643
|
|
9644
|
+
UpdateDefaultQBusinessApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9645
|
+
UpdateDefaultQBusinessApplicationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
9646
|
+
UpdateDefaultQBusinessApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: LimitedString, required: true, location_name: "ApplicationId"))
|
9647
|
+
UpdateDefaultQBusinessApplicationRequest.struct_class = Types::UpdateDefaultQBusinessApplicationRequest
|
9648
|
+
|
9649
|
+
UpdateDefaultQBusinessApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
9650
|
+
UpdateDefaultQBusinessApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9651
|
+
UpdateDefaultQBusinessApplicationResponse.struct_class = Types::UpdateDefaultQBusinessApplicationResponse
|
9652
|
+
|
9512
9653
|
UpdateFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9513
9654
|
UpdateFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
9514
9655
|
UpdateFolderPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "GrantPermissions"))
|
@@ -9610,6 +9751,15 @@ module Aws::QuickSight
|
|
9610
9751
|
UpdateQPersonalizationConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9611
9752
|
UpdateQPersonalizationConfigurationResponse.struct_class = Types::UpdateQPersonalizationConfigurationResponse
|
9612
9753
|
|
9754
|
+
UpdateQuickSightQSearchConfigurationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9755
|
+
UpdateQuickSightQSearchConfigurationRequest.add_member(:q_search_status, Shapes::ShapeRef.new(shape: QSearchStatus, required: true, location_name: "QSearchStatus"))
|
9756
|
+
UpdateQuickSightQSearchConfigurationRequest.struct_class = Types::UpdateQuickSightQSearchConfigurationRequest
|
9757
|
+
|
9758
|
+
UpdateQuickSightQSearchConfigurationResponse.add_member(:q_search_status, Shapes::ShapeRef.new(shape: QSearchStatus, location_name: "QSearchStatus"))
|
9759
|
+
UpdateQuickSightQSearchConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
9760
|
+
UpdateQuickSightQSearchConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9761
|
+
UpdateQuickSightQSearchConfigurationResponse.struct_class = Types::UpdateQuickSightQSearchConfigurationResponse
|
9762
|
+
|
9613
9763
|
UpdateRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
9614
9764
|
UpdateRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9615
9765
|
UpdateRefreshScheduleRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: RefreshSchedule, required: true, location_name: "Schedule"))
|
@@ -10633,6 +10783,19 @@ module Aws::QuickSight
|
|
10633
10783
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
10634
10784
|
end)
|
10635
10785
|
|
10786
|
+
api.add_operation(:delete_default_q_business_application, Seahorse::Model::Operation.new.tap do |o|
|
10787
|
+
o.name = "DeleteDefaultQBusinessApplication"
|
10788
|
+
o.http_method = "DELETE"
|
10789
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/default-qbusiness-application"
|
10790
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDefaultQBusinessApplicationRequest)
|
10791
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDefaultQBusinessApplicationResponse)
|
10792
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10793
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
10794
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10795
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
10796
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
10797
|
+
end)
|
10798
|
+
|
10636
10799
|
api.add_operation(:delete_folder, Seahorse::Model::Operation.new.tap do |o|
|
10637
10800
|
o.name = "DeleteFolder"
|
10638
10801
|
o.http_method = "DELETE"
|
@@ -11244,6 +11407,19 @@ module Aws::QuickSight
|
|
11244
11407
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11245
11408
|
end)
|
11246
11409
|
|
11410
|
+
api.add_operation(:describe_default_q_business_application, Seahorse::Model::Operation.new.tap do |o|
|
11411
|
+
o.name = "DescribeDefaultQBusinessApplication"
|
11412
|
+
o.http_method = "GET"
|
11413
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/default-qbusiness-application"
|
11414
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDefaultQBusinessApplicationRequest)
|
11415
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDefaultQBusinessApplicationResponse)
|
11416
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11417
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11418
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11419
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
11420
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11421
|
+
end)
|
11422
|
+
|
11247
11423
|
api.add_operation(:describe_folder, Seahorse::Model::Operation.new.tap do |o|
|
11248
11424
|
o.name = "DescribeFolder"
|
11249
11425
|
o.http_method = "GET"
|
@@ -11411,6 +11587,20 @@ module Aws::QuickSight
|
|
11411
11587
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11412
11588
|
end)
|
11413
11589
|
|
11590
|
+
api.add_operation(:describe_quick_sight_q_search_configuration, Seahorse::Model::Operation.new.tap do |o|
|
11591
|
+
o.name = "DescribeQuickSightQSearchConfiguration"
|
11592
|
+
o.http_method = "GET"
|
11593
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/quicksight-q-search-configuration"
|
11594
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeQuickSightQSearchConfigurationRequest)
|
11595
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeQuickSightQSearchConfigurationResponse)
|
11596
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11597
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11598
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
11599
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11600
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11601
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11602
|
+
end)
|
11603
|
+
|
11414
11604
|
api.add_operation(:describe_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
11415
11605
|
o.name = "DescribeRefreshSchedule"
|
11416
11606
|
o.http_method = "GET"
|
@@ -11658,6 +11848,23 @@ module Aws::QuickSight
|
|
11658
11848
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11659
11849
|
end)
|
11660
11850
|
|
11851
|
+
api.add_operation(:generate_embed_url_for_registered_user_with_identity, Seahorse::Model::Operation.new.tap do |o|
|
11852
|
+
o.name = "GenerateEmbedUrlForRegisteredUserWithIdentity"
|
11853
|
+
o.http_method = "POST"
|
11854
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/embed-url/registered-user-with-identity"
|
11855
|
+
o.input = Shapes::ShapeRef.new(shape: GenerateEmbedUrlForRegisteredUserWithIdentityRequest)
|
11856
|
+
o.output = Shapes::ShapeRef.new(shape: GenerateEmbedUrlForRegisteredUserWithIdentityResponse)
|
11857
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11858
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
11859
|
+
o.errors << Shapes::ShapeRef.new(shape: QuickSightUserNotFoundException)
|
11860
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11861
|
+
o.errors << Shapes::ShapeRef.new(shape: SessionLifetimeInMinutesInvalidException)
|
11862
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11863
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
11864
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedPricingPlanException)
|
11865
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11866
|
+
end)
|
11867
|
+
|
11661
11868
|
api.add_operation(:get_dashboard_embed_url, Seahorse::Model::Operation.new.tap do |o|
|
11662
11869
|
o.name = "GetDashboardEmbedUrl"
|
11663
11870
|
o.http_method = "GET"
|
@@ -12347,6 +12554,18 @@ module Aws::QuickSight
|
|
12347
12554
|
)
|
12348
12555
|
end)
|
12349
12556
|
|
12557
|
+
api.add_operation(:predict_qa_results, Seahorse::Model::Operation.new.tap do |o|
|
12558
|
+
o.name = "PredictQAResults"
|
12559
|
+
o.http_method = "POST"
|
12560
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/qa/predict"
|
12561
|
+
o.input = Shapes::ShapeRef.new(shape: PredictQAResultsRequest)
|
12562
|
+
o.output = Shapes::ShapeRef.new(shape: PredictQAResultsResponse)
|
12563
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
12564
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
12565
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
12566
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
12567
|
+
end)
|
12568
|
+
|
12350
12569
|
api.add_operation(:put_data_set_refresh_properties, Seahorse::Model::Operation.new.tap do |o|
|
12351
12570
|
o.name = "PutDataSetRefreshProperties"
|
12352
12571
|
o.http_method = "PUT"
|
@@ -12688,6 +12907,21 @@ module Aws::QuickSight
|
|
12688
12907
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
12689
12908
|
end)
|
12690
12909
|
|
12910
|
+
api.add_operation(:update_application_with_token_exchange_grant, Seahorse::Model::Operation.new.tap do |o|
|
12911
|
+
o.name = "UpdateApplicationWithTokenExchangeGrant"
|
12912
|
+
o.http_method = "PUT"
|
12913
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/application-with-token-exchange-grant"
|
12914
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateApplicationWithTokenExchangeGrantRequest)
|
12915
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateApplicationWithTokenExchangeGrantResponse)
|
12916
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
12917
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
12918
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
12919
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
12920
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
12921
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
12922
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
12923
|
+
end)
|
12924
|
+
|
12691
12925
|
api.add_operation(:update_brand, Seahorse::Model::Operation.new.tap do |o|
|
12692
12926
|
o.name = "UpdateBrand"
|
12693
12927
|
o.http_method = "PUT"
|
@@ -12878,6 +13112,20 @@ module Aws::QuickSight
|
|
12878
13112
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
12879
13113
|
end)
|
12880
13114
|
|
13115
|
+
api.add_operation(:update_default_q_business_application, Seahorse::Model::Operation.new.tap do |o|
|
13116
|
+
o.name = "UpdateDefaultQBusinessApplication"
|
13117
|
+
o.http_method = "PUT"
|
13118
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/default-qbusiness-application"
|
13119
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDefaultQBusinessApplicationRequest)
|
13120
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDefaultQBusinessApplicationResponse)
|
13121
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13122
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13123
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
13124
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
13125
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
13126
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
13127
|
+
end)
|
13128
|
+
|
12881
13129
|
api.add_operation(:update_folder, Seahorse::Model::Operation.new.tap do |o|
|
12882
13130
|
o.name = "UpdateFolder"
|
12883
13131
|
o.http_method = "PUT"
|
@@ -13007,6 +13255,20 @@ module Aws::QuickSight
|
|
13007
13255
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
13008
13256
|
end)
|
13009
13257
|
|
13258
|
+
api.add_operation(:update_quick_sight_q_search_configuration, Seahorse::Model::Operation.new.tap do |o|
|
13259
|
+
o.name = "UpdateQuickSightQSearchConfiguration"
|
13260
|
+
o.http_method = "PUT"
|
13261
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/quicksight-q-search-configuration"
|
13262
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQuickSightQSearchConfigurationRequest)
|
13263
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateQuickSightQSearchConfigurationResponse)
|
13264
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13265
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13266
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
13267
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
13268
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
13269
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
13270
|
+
end)
|
13271
|
+
|
13010
13272
|
api.add_operation(:update_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
13011
13273
|
o.name = "UpdateRefreshSchedule"
|
13012
13274
|
o.http_method = "PUT"
|