aws-sdk-quicksight 1.138.0 → 1.139.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +431 -4
- data/lib/aws-sdk-quicksight/client_api.rb +245 -0
- data/lib/aws-sdk-quicksight/types.rb +477 -0
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +148 -2
- data/sig/types.rbs +141 -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')
|
@@ -1412,6 +1426,8 @@ module Aws::QuickSight
|
|
1412
1426
|
PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
|
1413
1427
|
PredefinedHierarchy = Shapes::StructureShape.new(name: 'PredefinedHierarchy')
|
1414
1428
|
PredefinedHierarchyColumnList = Shapes::ListShape.new(name: 'PredefinedHierarchyColumnList')
|
1429
|
+
PredictQAResultsRequest = Shapes::StructureShape.new(name: 'PredictQAResultsRequest')
|
1430
|
+
PredictQAResultsResponse = Shapes::StructureShape.new(name: 'PredictQAResultsResponse')
|
1415
1431
|
PredictionInterval = Shapes::IntegerShape.new(name: 'PredictionInterval')
|
1416
1432
|
Prefix = Shapes::StringShape.new(name: 'Prefix')
|
1417
1433
|
PrestoParameters = Shapes::StructureShape.new(name: 'PrestoParameters')
|
@@ -1427,9 +1443,16 @@ module Aws::QuickSight
|
|
1427
1443
|
PurchaseMode = Shapes::StringShape.new(name: 'PurchaseMode')
|
1428
1444
|
PutDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesRequest')
|
1429
1445
|
PutDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesResponse')
|
1446
|
+
QAQueryText = Shapes::StringShape.new(name: 'QAQueryText')
|
1447
|
+
QAResult = Shapes::StructureShape.new(name: 'QAResult')
|
1448
|
+
QAResultType = Shapes::StringShape.new(name: 'QAResultType')
|
1449
|
+
QAResults = Shapes::ListShape.new(name: 'QAResults')
|
1450
|
+
QAUrl = Shapes::StringShape.new(name: 'QAUrl')
|
1451
|
+
QSearchStatus = Shapes::StringShape.new(name: 'QSearchStatus')
|
1430
1452
|
Query = Shapes::StringShape.new(name: 'Query')
|
1431
1453
|
QueryExecutionMode = Shapes::StringShape.new(name: 'QueryExecutionMode')
|
1432
1454
|
QueryExecutionOptions = Shapes::StructureShape.new(name: 'QueryExecutionOptions')
|
1455
|
+
QuestionId = Shapes::StringShape.new(name: 'QuestionId')
|
1433
1456
|
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
1434
1457
|
QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
|
1435
1458
|
RadarChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'RadarChartAggregatedFieldWells')
|
@@ -1947,6 +1970,8 @@ module Aws::QuickSight
|
|
1947
1970
|
UpdateAnalysisPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsResponse')
|
1948
1971
|
UpdateAnalysisRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisRequest')
|
1949
1972
|
UpdateAnalysisResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisResponse')
|
1973
|
+
UpdateApplicationWithTokenExchangeGrantRequest = Shapes::StructureShape.new(name: 'UpdateApplicationWithTokenExchangeGrantRequest')
|
1974
|
+
UpdateApplicationWithTokenExchangeGrantResponse = Shapes::StructureShape.new(name: 'UpdateApplicationWithTokenExchangeGrantResponse')
|
1950
1975
|
UpdateBrandAssignmentRequest = Shapes::StructureShape.new(name: 'UpdateBrandAssignmentRequest')
|
1951
1976
|
UpdateBrandAssignmentResponse = Shapes::StructureShape.new(name: 'UpdateBrandAssignmentResponse')
|
1952
1977
|
UpdateBrandPublishedVersionRequest = Shapes::StructureShape.new(name: 'UpdateBrandPublishedVersionRequest')
|
@@ -1973,6 +1998,8 @@ module Aws::QuickSight
|
|
1973
1998
|
UpdateDataSourcePermissionsResponse = Shapes::StructureShape.new(name: 'UpdateDataSourcePermissionsResponse')
|
1974
1999
|
UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
|
1975
2000
|
UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
|
2001
|
+
UpdateDefaultQBusinessApplicationRequest = Shapes::StructureShape.new(name: 'UpdateDefaultQBusinessApplicationRequest')
|
2002
|
+
UpdateDefaultQBusinessApplicationResponse = Shapes::StructureShape.new(name: 'UpdateDefaultQBusinessApplicationResponse')
|
1976
2003
|
UpdateFolderPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsRequest')
|
1977
2004
|
UpdateFolderPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsResponse')
|
1978
2005
|
UpdateFolderRequest = Shapes::StructureShape.new(name: 'UpdateFolderRequest')
|
@@ -1992,6 +2019,8 @@ module Aws::QuickSight
|
|
1992
2019
|
UpdatePublicSharingSettingsResponse = Shapes::StructureShape.new(name: 'UpdatePublicSharingSettingsResponse')
|
1993
2020
|
UpdateQPersonalizationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateQPersonalizationConfigurationRequest')
|
1994
2021
|
UpdateQPersonalizationConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateQPersonalizationConfigurationResponse')
|
2022
|
+
UpdateQuickSightQSearchConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateQuickSightQSearchConfigurationRequest')
|
2023
|
+
UpdateQuickSightQSearchConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateQuickSightQSearchConfigurationResponse')
|
1995
2024
|
UpdateRefreshScheduleRequest = Shapes::StructureShape.new(name: 'UpdateRefreshScheduleRequest')
|
1996
2025
|
UpdateRefreshScheduleResponse = Shapes::StructureShape.new(name: 'UpdateRefreshScheduleResponse')
|
1997
2026
|
UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
|
@@ -2059,7 +2088,9 @@ module Aws::QuickSight
|
|
2059
2088
|
VisualOptions = Shapes::StructureShape.new(name: 'VisualOptions')
|
2060
2089
|
VisualPalette = Shapes::StructureShape.new(name: 'VisualPalette')
|
2061
2090
|
VisualRole = Shapes::StringShape.new(name: 'VisualRole')
|
2091
|
+
VisualSubtitle = Shapes::StringShape.new(name: 'VisualSubtitle')
|
2062
2092
|
VisualSubtitleLabelOptions = Shapes::StructureShape.new(name: 'VisualSubtitleLabelOptions')
|
2093
|
+
VisualTitle = Shapes::StringShape.new(name: 'VisualTitle')
|
2063
2094
|
VisualTitleLabelOptions = Shapes::StructureShape.new(name: 'VisualTitleLabelOptions')
|
2064
2095
|
VpcConnectionProperties = Shapes::StructureShape.new(name: 'VpcConnectionProperties')
|
2065
2096
|
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
@@ -3844,6 +3875,16 @@ module Aws::QuickSight
|
|
3844
3875
|
DashboardVisualPublishOptions.add_member(:export_hidden_fields_option, Shapes::ShapeRef.new(shape: ExportHiddenFieldsOption, location_name: "ExportHiddenFieldsOption"))
|
3845
3876
|
DashboardVisualPublishOptions.struct_class = Types::DashboardVisualPublishOptions
|
3846
3877
|
|
3878
|
+
DashboardVisualResult.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "DashboardId"))
|
3879
|
+
DashboardVisualResult.add_member(:dashboard_name, Shapes::ShapeRef.new(shape: DashboardName, location_name: "DashboardName"))
|
3880
|
+
DashboardVisualResult.add_member(:sheet_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "SheetId"))
|
3881
|
+
DashboardVisualResult.add_member(:sheet_name, Shapes::ShapeRef.new(shape: SheetName, location_name: "SheetName"))
|
3882
|
+
DashboardVisualResult.add_member(:visual_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "VisualId"))
|
3883
|
+
DashboardVisualResult.add_member(:visual_title, Shapes::ShapeRef.new(shape: VisualTitle, location_name: "VisualTitle"))
|
3884
|
+
DashboardVisualResult.add_member(:visual_subtitle, Shapes::ShapeRef.new(shape: VisualSubtitle, location_name: "VisualSubtitle"))
|
3885
|
+
DashboardVisualResult.add_member(:dashboard_url, Shapes::ShapeRef.new(shape: QAUrl, location_name: "DashboardUrl"))
|
3886
|
+
DashboardVisualResult.struct_class = Types::DashboardVisualResult
|
3887
|
+
|
3847
3888
|
DataAggregation.add_member(:dataset_row_date_granularity, Shapes::ShapeRef.new(shape: TopicTimeGranularity, location_name: "DatasetRowDateGranularity"))
|
3848
3889
|
DataAggregation.add_member(:default_date_column_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "DefaultDateColumnName"))
|
3849
3890
|
DataAggregation.struct_class = Types::DataAggregation
|
@@ -4360,6 +4401,14 @@ module Aws::QuickSight
|
|
4360
4401
|
DeleteDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4361
4402
|
DeleteDataSourceResponse.struct_class = Types::DeleteDataSourceResponse
|
4362
4403
|
|
4404
|
+
DeleteDefaultQBusinessApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4405
|
+
DeleteDefaultQBusinessApplicationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
4406
|
+
DeleteDefaultQBusinessApplicationRequest.struct_class = Types::DeleteDefaultQBusinessApplicationRequest
|
4407
|
+
|
4408
|
+
DeleteDefaultQBusinessApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4409
|
+
DeleteDefaultQBusinessApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4410
|
+
DeleteDefaultQBusinessApplicationResponse.struct_class = Types::DeleteDefaultQBusinessApplicationResponse
|
4411
|
+
|
4363
4412
|
DeleteFolderMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4364
4413
|
DeleteFolderMembershipRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
4365
4414
|
DeleteFolderMembershipRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "MemberId"))
|
@@ -4837,6 +4886,15 @@ module Aws::QuickSight
|
|
4837
4886
|
DescribeDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4838
4887
|
DescribeDataSourceResponse.struct_class = Types::DescribeDataSourceResponse
|
4839
4888
|
|
4889
|
+
DescribeDefaultQBusinessApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4890
|
+
DescribeDefaultQBusinessApplicationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
4891
|
+
DescribeDefaultQBusinessApplicationRequest.struct_class = Types::DescribeDefaultQBusinessApplicationRequest
|
4892
|
+
|
4893
|
+
DescribeDefaultQBusinessApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4894
|
+
DescribeDefaultQBusinessApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4895
|
+
DescribeDefaultQBusinessApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: String, location_name: "ApplicationId"))
|
4896
|
+
DescribeDefaultQBusinessApplicationResponse.struct_class = Types::DescribeDefaultQBusinessApplicationResponse
|
4897
|
+
|
4840
4898
|
DescribeFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4841
4899
|
DescribeFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
4842
4900
|
DescribeFolderPermissionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
@@ -4956,6 +5014,14 @@ module Aws::QuickSight
|
|
4956
5014
|
DescribeQPersonalizationConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4957
5015
|
DescribeQPersonalizationConfigurationResponse.struct_class = Types::DescribeQPersonalizationConfigurationResponse
|
4958
5016
|
|
5017
|
+
DescribeQuickSightQSearchConfigurationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
5018
|
+
DescribeQuickSightQSearchConfigurationRequest.struct_class = Types::DescribeQuickSightQSearchConfigurationRequest
|
5019
|
+
|
5020
|
+
DescribeQuickSightQSearchConfigurationResponse.add_member(:q_search_status, Shapes::ShapeRef.new(shape: QSearchStatus, location_name: "QSearchStatus"))
|
5021
|
+
DescribeQuickSightQSearchConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
5022
|
+
DescribeQuickSightQSearchConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
5023
|
+
DescribeQuickSightQSearchConfigurationResponse.struct_class = Types::DescribeQuickSightQSearchConfigurationResponse
|
5024
|
+
|
4959
5025
|
DescribeRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4960
5026
|
DescribeRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
4961
5027
|
DescribeRefreshScheduleRequest.add_member(:schedule_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "ScheduleId"))
|
@@ -5684,6 +5750,27 @@ module Aws::QuickSight
|
|
5684
5750
|
GenerateEmbedUrlForRegisteredUserResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RequestId"))
|
5685
5751
|
GenerateEmbedUrlForRegisteredUserResponse.struct_class = Types::GenerateEmbedUrlForRegisteredUserResponse
|
5686
5752
|
|
5753
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
5754
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.add_member(:session_lifetime_in_minutes, Shapes::ShapeRef.new(shape: SessionLifetimeInMinutes, location_name: "SessionLifetimeInMinutes"))
|
5755
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.add_member(:experience_configuration, Shapes::ShapeRef.new(shape: RegisteredUserEmbeddingExperienceConfiguration, required: true, location_name: "ExperienceConfiguration"))
|
5756
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.add_member(:allowed_domains, Shapes::ShapeRef.new(shape: StringList, location_name: "AllowedDomains"))
|
5757
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest.struct_class = Types::GenerateEmbedUrlForRegisteredUserWithIdentityRequest
|
5758
|
+
|
5759
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse.add_member(:embed_url, Shapes::ShapeRef.new(shape: EmbeddingUrl, required: true, location_name: "EmbedUrl"))
|
5760
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, required: true, location: "statusCode", location_name: "Status"))
|
5761
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RequestId"))
|
5762
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse.struct_class = Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse
|
5763
|
+
|
5764
|
+
GeneratedAnswerResult.add_member(:question_text, Shapes::ShapeRef.new(shape: QAQueryText, location_name: "QuestionText"))
|
5765
|
+
GeneratedAnswerResult.add_member(:answer_status, Shapes::ShapeRef.new(shape: GeneratedAnswerStatus, location_name: "AnswerStatus"))
|
5766
|
+
GeneratedAnswerResult.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, location_name: "TopicId"))
|
5767
|
+
GeneratedAnswerResult.add_member(:topic_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "TopicName"))
|
5768
|
+
GeneratedAnswerResult.add_member(:restatement, Shapes::ShapeRef.new(shape: QAQueryText, location_name: "Restatement"))
|
5769
|
+
GeneratedAnswerResult.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
5770
|
+
GeneratedAnswerResult.add_member(:answer_id, Shapes::ShapeRef.new(shape: AnswerId, location_name: "AnswerId"))
|
5771
|
+
GeneratedAnswerResult.add_member(:question_url, Shapes::ShapeRef.new(shape: QAUrl, location_name: "QuestionUrl"))
|
5772
|
+
GeneratedAnswerResult.struct_class = Types::GeneratedAnswerResult
|
5773
|
+
|
5687
5774
|
GeoSpatialColumnGroup.add_member(:name, Shapes::ShapeRef.new(shape: ColumnGroupName, required: true, location_name: "Name"))
|
5688
5775
|
GeoSpatialColumnGroup.add_member(:country_code, Shapes::ShapeRef.new(shape: GeoSpatialCountryCode, location_name: "CountryCode"))
|
5689
5776
|
GeoSpatialColumnGroup.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "Columns"))
|
@@ -7496,6 +7583,19 @@ module Aws::QuickSight
|
|
7496
7583
|
|
7497
7584
|
PredefinedHierarchyColumnList.member = Shapes::ShapeRef.new(shape: ColumnIdentifier)
|
7498
7585
|
|
7586
|
+
PredictQAResultsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
7587
|
+
PredictQAResultsRequest.add_member(:query_text, Shapes::ShapeRef.new(shape: QAQueryText, required: true, location_name: "QueryText"))
|
7588
|
+
PredictQAResultsRequest.add_member(:include_quick_sight_q_index, Shapes::ShapeRef.new(shape: IncludeQuickSightQIndex, location_name: "IncludeQuickSightQIndex"))
|
7589
|
+
PredictQAResultsRequest.add_member(:include_generated_answer, Shapes::ShapeRef.new(shape: IncludeGeneratedAnswer, location_name: "IncludeGeneratedAnswer"))
|
7590
|
+
PredictQAResultsRequest.add_member(:max_topics_to_consider, Shapes::ShapeRef.new(shape: MaxTopicsToConsider, location_name: "MaxTopicsToConsider"))
|
7591
|
+
PredictQAResultsRequest.struct_class = Types::PredictQAResultsRequest
|
7592
|
+
|
7593
|
+
PredictQAResultsResponse.add_member(:primary_result, Shapes::ShapeRef.new(shape: QAResult, location_name: "PrimaryResult"))
|
7594
|
+
PredictQAResultsResponse.add_member(:additional_results, Shapes::ShapeRef.new(shape: QAResults, location_name: "AdditionalResults"))
|
7595
|
+
PredictQAResultsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
7596
|
+
PredictQAResultsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
7597
|
+
PredictQAResultsResponse.struct_class = Types::PredictQAResultsResponse
|
7598
|
+
|
7499
7599
|
PrestoParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
7500
7600
|
PrestoParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
7501
7601
|
PrestoParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
@@ -7520,6 +7620,13 @@ module Aws::QuickSight
|
|
7520
7620
|
PutDataSetRefreshPropertiesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
7521
7621
|
PutDataSetRefreshPropertiesResponse.struct_class = Types::PutDataSetRefreshPropertiesResponse
|
7522
7622
|
|
7623
|
+
QAResult.add_member(:result_type, Shapes::ShapeRef.new(shape: QAResultType, location_name: "ResultType"))
|
7624
|
+
QAResult.add_member(:dashboard_visual, Shapes::ShapeRef.new(shape: DashboardVisualResult, location_name: "DashboardVisual"))
|
7625
|
+
QAResult.add_member(:generated_answer, Shapes::ShapeRef.new(shape: GeneratedAnswerResult, location_name: "GeneratedAnswer"))
|
7626
|
+
QAResult.struct_class = Types::QAResult
|
7627
|
+
|
7628
|
+
QAResults.member = Shapes::ShapeRef.new(shape: QAResult)
|
7629
|
+
|
7523
7630
|
QueryExecutionOptions.add_member(:query_execution_mode, Shapes::ShapeRef.new(shape: QueryExecutionMode, location_name: "QueryExecutionMode"))
|
7524
7631
|
QueryExecutionOptions.struct_class = Types::QueryExecutionOptions
|
7525
7632
|
|
@@ -9342,6 +9449,14 @@ module Aws::QuickSight
|
|
9342
9449
|
UpdateAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
9343
9450
|
UpdateAnalysisResponse.struct_class = Types::UpdateAnalysisResponse
|
9344
9451
|
|
9452
|
+
UpdateApplicationWithTokenExchangeGrantRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9453
|
+
UpdateApplicationWithTokenExchangeGrantRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "querystring", location_name: "namespace"))
|
9454
|
+
UpdateApplicationWithTokenExchangeGrantRequest.struct_class = Types::UpdateApplicationWithTokenExchangeGrantRequest
|
9455
|
+
|
9456
|
+
UpdateApplicationWithTokenExchangeGrantResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9457
|
+
UpdateApplicationWithTokenExchangeGrantResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
9458
|
+
UpdateApplicationWithTokenExchangeGrantResponse.struct_class = Types::UpdateApplicationWithTokenExchangeGrantResponse
|
9459
|
+
|
9345
9460
|
UpdateBrandAssignmentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9346
9461
|
UpdateBrandAssignmentRequest.add_member(:brand_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "BrandArn"))
|
9347
9462
|
UpdateBrandAssignmentRequest.struct_class = Types::UpdateBrandAssignmentRequest
|
@@ -9509,6 +9624,15 @@ module Aws::QuickSight
|
|
9509
9624
|
UpdateDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9510
9625
|
UpdateDataSourceResponse.struct_class = Types::UpdateDataSourceResponse
|
9511
9626
|
|
9627
|
+
UpdateDefaultQBusinessApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9628
|
+
UpdateDefaultQBusinessApplicationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
9629
|
+
UpdateDefaultQBusinessApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: LimitedString, required: true, location_name: "ApplicationId"))
|
9630
|
+
UpdateDefaultQBusinessApplicationRequest.struct_class = Types::UpdateDefaultQBusinessApplicationRequest
|
9631
|
+
|
9632
|
+
UpdateDefaultQBusinessApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
9633
|
+
UpdateDefaultQBusinessApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9634
|
+
UpdateDefaultQBusinessApplicationResponse.struct_class = Types::UpdateDefaultQBusinessApplicationResponse
|
9635
|
+
|
9512
9636
|
UpdateFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9513
9637
|
UpdateFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
9514
9638
|
UpdateFolderPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "GrantPermissions"))
|
@@ -9610,6 +9734,15 @@ module Aws::QuickSight
|
|
9610
9734
|
UpdateQPersonalizationConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9611
9735
|
UpdateQPersonalizationConfigurationResponse.struct_class = Types::UpdateQPersonalizationConfigurationResponse
|
9612
9736
|
|
9737
|
+
UpdateQuickSightQSearchConfigurationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9738
|
+
UpdateQuickSightQSearchConfigurationRequest.add_member(:q_search_status, Shapes::ShapeRef.new(shape: QSearchStatus, required: true, location_name: "QSearchStatus"))
|
9739
|
+
UpdateQuickSightQSearchConfigurationRequest.struct_class = Types::UpdateQuickSightQSearchConfigurationRequest
|
9740
|
+
|
9741
|
+
UpdateQuickSightQSearchConfigurationResponse.add_member(:q_search_status, Shapes::ShapeRef.new(shape: QSearchStatus, location_name: "QSearchStatus"))
|
9742
|
+
UpdateQuickSightQSearchConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
9743
|
+
UpdateQuickSightQSearchConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
9744
|
+
UpdateQuickSightQSearchConfigurationResponse.struct_class = Types::UpdateQuickSightQSearchConfigurationResponse
|
9745
|
+
|
9613
9746
|
UpdateRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
9614
9747
|
UpdateRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
9615
9748
|
UpdateRefreshScheduleRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: RefreshSchedule, required: true, location_name: "Schedule"))
|
@@ -10633,6 +10766,19 @@ module Aws::QuickSight
|
|
10633
10766
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
10634
10767
|
end)
|
10635
10768
|
|
10769
|
+
api.add_operation(:delete_default_q_business_application, Seahorse::Model::Operation.new.tap do |o|
|
10770
|
+
o.name = "DeleteDefaultQBusinessApplication"
|
10771
|
+
o.http_method = "DELETE"
|
10772
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/default-qbusiness-application"
|
10773
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDefaultQBusinessApplicationRequest)
|
10774
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDefaultQBusinessApplicationResponse)
|
10775
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10776
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
10777
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10778
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
10779
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
10780
|
+
end)
|
10781
|
+
|
10636
10782
|
api.add_operation(:delete_folder, Seahorse::Model::Operation.new.tap do |o|
|
10637
10783
|
o.name = "DeleteFolder"
|
10638
10784
|
o.http_method = "DELETE"
|
@@ -11244,6 +11390,19 @@ module Aws::QuickSight
|
|
11244
11390
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11245
11391
|
end)
|
11246
11392
|
|
11393
|
+
api.add_operation(:describe_default_q_business_application, Seahorse::Model::Operation.new.tap do |o|
|
11394
|
+
o.name = "DescribeDefaultQBusinessApplication"
|
11395
|
+
o.http_method = "GET"
|
11396
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/default-qbusiness-application"
|
11397
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDefaultQBusinessApplicationRequest)
|
11398
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDefaultQBusinessApplicationResponse)
|
11399
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11400
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11401
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11402
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
11403
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11404
|
+
end)
|
11405
|
+
|
11247
11406
|
api.add_operation(:describe_folder, Seahorse::Model::Operation.new.tap do |o|
|
11248
11407
|
o.name = "DescribeFolder"
|
11249
11408
|
o.http_method = "GET"
|
@@ -11411,6 +11570,20 @@ module Aws::QuickSight
|
|
11411
11570
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11412
11571
|
end)
|
11413
11572
|
|
11573
|
+
api.add_operation(:describe_quick_sight_q_search_configuration, Seahorse::Model::Operation.new.tap do |o|
|
11574
|
+
o.name = "DescribeQuickSightQSearchConfiguration"
|
11575
|
+
o.http_method = "GET"
|
11576
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/quicksight-q-search-configuration"
|
11577
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeQuickSightQSearchConfigurationRequest)
|
11578
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeQuickSightQSearchConfigurationResponse)
|
11579
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11580
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11581
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
11582
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11583
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11584
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11585
|
+
end)
|
11586
|
+
|
11414
11587
|
api.add_operation(:describe_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
11415
11588
|
o.name = "DescribeRefreshSchedule"
|
11416
11589
|
o.http_method = "GET"
|
@@ -11658,6 +11831,23 @@ module Aws::QuickSight
|
|
11658
11831
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11659
11832
|
end)
|
11660
11833
|
|
11834
|
+
api.add_operation(:generate_embed_url_for_registered_user_with_identity, Seahorse::Model::Operation.new.tap do |o|
|
11835
|
+
o.name = "GenerateEmbedUrlForRegisteredUserWithIdentity"
|
11836
|
+
o.http_method = "POST"
|
11837
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/embed-url/registered-user-with-identity"
|
11838
|
+
o.input = Shapes::ShapeRef.new(shape: GenerateEmbedUrlForRegisteredUserWithIdentityRequest)
|
11839
|
+
o.output = Shapes::ShapeRef.new(shape: GenerateEmbedUrlForRegisteredUserWithIdentityResponse)
|
11840
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11841
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
11842
|
+
o.errors << Shapes::ShapeRef.new(shape: QuickSightUserNotFoundException)
|
11843
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11844
|
+
o.errors << Shapes::ShapeRef.new(shape: SessionLifetimeInMinutesInvalidException)
|
11845
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11846
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
11847
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedPricingPlanException)
|
11848
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11849
|
+
end)
|
11850
|
+
|
11661
11851
|
api.add_operation(:get_dashboard_embed_url, Seahorse::Model::Operation.new.tap do |o|
|
11662
11852
|
o.name = "GetDashboardEmbedUrl"
|
11663
11853
|
o.http_method = "GET"
|
@@ -12347,6 +12537,18 @@ module Aws::QuickSight
|
|
12347
12537
|
)
|
12348
12538
|
end)
|
12349
12539
|
|
12540
|
+
api.add_operation(:predict_qa_results, Seahorse::Model::Operation.new.tap do |o|
|
12541
|
+
o.name = "PredictQAResults"
|
12542
|
+
o.http_method = "POST"
|
12543
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/qa/predict"
|
12544
|
+
o.input = Shapes::ShapeRef.new(shape: PredictQAResultsRequest)
|
12545
|
+
o.output = Shapes::ShapeRef.new(shape: PredictQAResultsResponse)
|
12546
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
12547
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
12548
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
12549
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
12550
|
+
end)
|
12551
|
+
|
12350
12552
|
api.add_operation(:put_data_set_refresh_properties, Seahorse::Model::Operation.new.tap do |o|
|
12351
12553
|
o.name = "PutDataSetRefreshProperties"
|
12352
12554
|
o.http_method = "PUT"
|
@@ -12688,6 +12890,21 @@ module Aws::QuickSight
|
|
12688
12890
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
12689
12891
|
end)
|
12690
12892
|
|
12893
|
+
api.add_operation(:update_application_with_token_exchange_grant, Seahorse::Model::Operation.new.tap do |o|
|
12894
|
+
o.name = "UpdateApplicationWithTokenExchangeGrant"
|
12895
|
+
o.http_method = "PUT"
|
12896
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/application-with-token-exchange-grant"
|
12897
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateApplicationWithTokenExchangeGrantRequest)
|
12898
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateApplicationWithTokenExchangeGrantResponse)
|
12899
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
12900
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
12901
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
12902
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
12903
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
12904
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
12905
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
12906
|
+
end)
|
12907
|
+
|
12691
12908
|
api.add_operation(:update_brand, Seahorse::Model::Operation.new.tap do |o|
|
12692
12909
|
o.name = "UpdateBrand"
|
12693
12910
|
o.http_method = "PUT"
|
@@ -12878,6 +13095,20 @@ module Aws::QuickSight
|
|
12878
13095
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
12879
13096
|
end)
|
12880
13097
|
|
13098
|
+
api.add_operation(:update_default_q_business_application, Seahorse::Model::Operation.new.tap do |o|
|
13099
|
+
o.name = "UpdateDefaultQBusinessApplication"
|
13100
|
+
o.http_method = "PUT"
|
13101
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/default-qbusiness-application"
|
13102
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDefaultQBusinessApplicationRequest)
|
13103
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDefaultQBusinessApplicationResponse)
|
13104
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13105
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13106
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
13107
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
13108
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
13109
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
13110
|
+
end)
|
13111
|
+
|
12881
13112
|
api.add_operation(:update_folder, Seahorse::Model::Operation.new.tap do |o|
|
12882
13113
|
o.name = "UpdateFolder"
|
12883
13114
|
o.http_method = "PUT"
|
@@ -13007,6 +13238,20 @@ module Aws::QuickSight
|
|
13007
13238
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
13008
13239
|
end)
|
13009
13240
|
|
13241
|
+
api.add_operation(:update_quick_sight_q_search_configuration, Seahorse::Model::Operation.new.tap do |o|
|
13242
|
+
o.name = "UpdateQuickSightQSearchConfiguration"
|
13243
|
+
o.http_method = "PUT"
|
13244
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/quicksight-q-search-configuration"
|
13245
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQuickSightQSearchConfigurationRequest)
|
13246
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateQuickSightQSearchConfigurationResponse)
|
13247
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13248
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13249
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
13250
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
13251
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
13252
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
13253
|
+
end)
|
13254
|
+
|
13010
13255
|
api.add_operation(:update_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
13011
13256
|
o.name = "UpdateRefreshSchedule"
|
13012
13257
|
o.http_method = "PUT"
|