aws-sdk-quicksight 1.183.0 → 1.185.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +1636 -55
- data/lib/aws-sdk-quicksight/client_api.rb +1078 -0
- data/lib/aws-sdk-quicksight/types.rb +2385 -0
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +500 -0
- data/sig/params.rbs +15 -0
- data/sig/types.rbs +654 -0
- metadata +1 -1
|
@@ -46,6 +46,22 @@ module Aws::QuickSight
|
|
|
46
46
|
AdditionalDashboardIdList = Shapes::ListShape.new(name: 'AdditionalDashboardIdList')
|
|
47
47
|
AdditionalNotes = Shapes::StructureShape.new(name: 'AdditionalNotes')
|
|
48
48
|
AdditionalNotesText = Shapes::StringShape.new(name: 'AdditionalNotesText')
|
|
49
|
+
Agent = Shapes::StructureShape.new(name: 'Agent')
|
|
50
|
+
AgentActionConnectorsList = Shapes::ListShape.new(name: 'AgentActionConnectorsList')
|
|
51
|
+
AgentArn = Shapes::StringShape.new(name: 'AgentArn')
|
|
52
|
+
AgentDescription = Shapes::StringShape.new(name: 'AgentDescription')
|
|
53
|
+
AgentId = Shapes::StringShape.new(name: 'AgentId')
|
|
54
|
+
AgentLifecycle = Shapes::StringShape.new(name: 'AgentLifecycle')
|
|
55
|
+
AgentName = Shapes::StringShape.new(name: 'AgentName')
|
|
56
|
+
AgentOwnershipFilterAttribute = Shapes::StringShape.new(name: 'AgentOwnershipFilterAttribute')
|
|
57
|
+
AgentSearchFilter = Shapes::StructureShape.new(name: 'AgentSearchFilter')
|
|
58
|
+
AgentSearchFilterList = Shapes::ListShape.new(name: 'AgentSearchFilterList')
|
|
59
|
+
AgentSpacesList = Shapes::ListShape.new(name: 'AgentSpacesList')
|
|
60
|
+
AgentStatus = Shapes::StringShape.new(name: 'AgentStatus')
|
|
61
|
+
AgentSummaries = Shapes::ListShape.new(name: 'AgentSummaries')
|
|
62
|
+
AgentSummary = Shapes::StructureShape.new(name: 'AgentSummary')
|
|
63
|
+
AgentSummaryList = Shapes::ListShape.new(name: 'AgentSummaryList')
|
|
64
|
+
AgentsMaxResults = Shapes::IntegerShape.new(name: 'AgentsMaxResults')
|
|
49
65
|
AggFunction = Shapes::StructureShape.new(name: 'AggFunction')
|
|
50
66
|
AggFunctionParamKey = Shapes::StringShape.new(name: 'AggFunctionParamKey')
|
|
51
67
|
AggFunctionParamMap = Shapes::MapShape.new(name: 'AggFunctionParamMap')
|
|
@@ -425,6 +441,7 @@ module Aws::QuickSight
|
|
|
425
441
|
ComparisonFormatConfiguration = Shapes::StructureShape.new(name: 'ComparisonFormatConfiguration')
|
|
426
442
|
ComparisonMethod = Shapes::StringShape.new(name: 'ComparisonMethod')
|
|
427
443
|
ComparisonMethodType = Shapes::StringShape.new(name: 'ComparisonMethodType')
|
|
444
|
+
ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
|
|
428
445
|
Computation = Shapes::StructureShape.new(name: 'Computation')
|
|
429
446
|
ComputationList = Shapes::ListShape.new(name: 'ComputationList')
|
|
430
447
|
ConcurrentUpdatingException = Shapes::StructureShape.new(name: 'ConcurrentUpdatingException')
|
|
@@ -470,6 +487,10 @@ module Aws::QuickSight
|
|
|
470
487
|
CreateAccountSubscriptionResponse = Shapes::StructureShape.new(name: 'CreateAccountSubscriptionResponse')
|
|
471
488
|
CreateActionConnectorRequest = Shapes::StructureShape.new(name: 'CreateActionConnectorRequest')
|
|
472
489
|
CreateActionConnectorResponse = Shapes::StructureShape.new(name: 'CreateActionConnectorResponse')
|
|
490
|
+
CreateAgentRequest = Shapes::StructureShape.new(name: 'CreateAgentRequest')
|
|
491
|
+
CreateAgentRequestActionConnectorsList = Shapes::ListShape.new(name: 'CreateAgentRequestActionConnectorsList')
|
|
492
|
+
CreateAgentRequestSpacesList = Shapes::ListShape.new(name: 'CreateAgentRequestSpacesList')
|
|
493
|
+
CreateAgentResponse = Shapes::StructureShape.new(name: 'CreateAgentResponse')
|
|
473
494
|
CreateAnalysisRequest = Shapes::StructureShape.new(name: 'CreateAnalysisRequest')
|
|
474
495
|
CreateAnalysisResponse = Shapes::StructureShape.new(name: 'CreateAnalysisResponse')
|
|
475
496
|
CreateBrandRequest = Shapes::StructureShape.new(name: 'CreateBrandRequest')
|
|
@@ -483,6 +504,9 @@ module Aws::QuickSight
|
|
|
483
504
|
CreateDataSetResponse = Shapes::StructureShape.new(name: 'CreateDataSetResponse')
|
|
484
505
|
CreateDataSourceRequest = Shapes::StructureShape.new(name: 'CreateDataSourceRequest')
|
|
485
506
|
CreateDataSourceResponse = Shapes::StructureShape.new(name: 'CreateDataSourceResponse')
|
|
507
|
+
CreateFlowRequest = Shapes::StructureShape.new(name: 'CreateFlowRequest')
|
|
508
|
+
CreateFlowRequestClientTokenString = Shapes::StringShape.new(name: 'CreateFlowRequestClientTokenString')
|
|
509
|
+
CreateFlowResponse = Shapes::StructureShape.new(name: 'CreateFlowResponse')
|
|
486
510
|
CreateFolderMembershipRequest = Shapes::StructureShape.new(name: 'CreateFolderMembershipRequest')
|
|
487
511
|
CreateFolderMembershipResponse = Shapes::StructureShape.new(name: 'CreateFolderMembershipResponse')
|
|
488
512
|
CreateFolderRequest = Shapes::StructureShape.new(name: 'CreateFolderRequest')
|
|
@@ -497,10 +521,14 @@ module Aws::QuickSight
|
|
|
497
521
|
CreateIngestionResponse = Shapes::StructureShape.new(name: 'CreateIngestionResponse')
|
|
498
522
|
CreateNamespaceRequest = Shapes::StructureShape.new(name: 'CreateNamespaceRequest')
|
|
499
523
|
CreateNamespaceResponse = Shapes::StructureShape.new(name: 'CreateNamespaceResponse')
|
|
524
|
+
CreateOAuthClientApplicationRequest = Shapes::StructureShape.new(name: 'CreateOAuthClientApplicationRequest')
|
|
525
|
+
CreateOAuthClientApplicationResponse = Shapes::StructureShape.new(name: 'CreateOAuthClientApplicationResponse')
|
|
500
526
|
CreateRefreshScheduleRequest = Shapes::StructureShape.new(name: 'CreateRefreshScheduleRequest')
|
|
501
527
|
CreateRefreshScheduleResponse = Shapes::StructureShape.new(name: 'CreateRefreshScheduleResponse')
|
|
502
528
|
CreateRoleMembershipRequest = Shapes::StructureShape.new(name: 'CreateRoleMembershipRequest')
|
|
503
529
|
CreateRoleMembershipResponse = Shapes::StructureShape.new(name: 'CreateRoleMembershipResponse')
|
|
530
|
+
CreateSpaceRequest = Shapes::StructureShape.new(name: 'CreateSpaceRequest')
|
|
531
|
+
CreateSpaceResponse = Shapes::StructureShape.new(name: 'CreateSpaceResponse')
|
|
504
532
|
CreateTemplateAliasRequest = Shapes::StructureShape.new(name: 'CreateTemplateAliasRequest')
|
|
505
533
|
CreateTemplateAliasResponse = Shapes::StructureShape.new(name: 'CreateTemplateAliasResponse')
|
|
506
534
|
CreateTemplateRequest = Shapes::StructureShape.new(name: 'CreateTemplateRequest')
|
|
@@ -545,6 +573,10 @@ module Aws::QuickSight
|
|
|
545
573
|
CustomPermissions = Shapes::StructureShape.new(name: 'CustomPermissions')
|
|
546
574
|
CustomPermissionsList = Shapes::ListShape.new(name: 'CustomPermissionsList')
|
|
547
575
|
CustomPermissionsName = Shapes::StringShape.new(name: 'CustomPermissionsName')
|
|
576
|
+
CustomPromptInput = Shapes::UnionShape.new(name: 'CustomPromptInput')
|
|
577
|
+
CustomPromptInputParameters = Shapes::StructureShape.new(name: 'CustomPromptInputParameters')
|
|
578
|
+
CustomPromptInterface = Shapes::StructureShape.new(name: 'CustomPromptInterface')
|
|
579
|
+
CustomPromptProfile = Shapes::StructureShape.new(name: 'CustomPromptProfile')
|
|
548
580
|
CustomSql = Shapes::StructureShape.new(name: 'CustomSql')
|
|
549
581
|
CustomSqlName = Shapes::StringShape.new(name: 'CustomSqlName')
|
|
550
582
|
CustomValuesConfiguration = Shapes::StructureShape.new(name: 'CustomValuesConfiguration')
|
|
@@ -745,6 +777,8 @@ module Aws::QuickSight
|
|
|
745
777
|
DeleteAccountSubscriptionResponse = Shapes::StructureShape.new(name: 'DeleteAccountSubscriptionResponse')
|
|
746
778
|
DeleteActionConnectorRequest = Shapes::StructureShape.new(name: 'DeleteActionConnectorRequest')
|
|
747
779
|
DeleteActionConnectorResponse = Shapes::StructureShape.new(name: 'DeleteActionConnectorResponse')
|
|
780
|
+
DeleteAgentRequest = Shapes::StructureShape.new(name: 'DeleteAgentRequest')
|
|
781
|
+
DeleteAgentResponse = Shapes::StructureShape.new(name: 'DeleteAgentResponse')
|
|
748
782
|
DeleteAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteAnalysisRequest')
|
|
749
783
|
DeleteAnalysisResponse = Shapes::StructureShape.new(name: 'DeleteAnalysisResponse')
|
|
750
784
|
DeleteBrandAssignmentRequest = Shapes::StructureShape.new(name: 'DeleteBrandAssignmentRequest')
|
|
@@ -763,6 +797,8 @@ module Aws::QuickSight
|
|
|
763
797
|
DeleteDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteDataSourceResponse')
|
|
764
798
|
DeleteDefaultQBusinessApplicationRequest = Shapes::StructureShape.new(name: 'DeleteDefaultQBusinessApplicationRequest')
|
|
765
799
|
DeleteDefaultQBusinessApplicationResponse = Shapes::StructureShape.new(name: 'DeleteDefaultQBusinessApplicationResponse')
|
|
800
|
+
DeleteFlowRequest = Shapes::StructureShape.new(name: 'DeleteFlowRequest')
|
|
801
|
+
DeleteFlowResponse = Shapes::StructureShape.new(name: 'DeleteFlowResponse')
|
|
766
802
|
DeleteFolderMembershipRequest = Shapes::StructureShape.new(name: 'DeleteFolderMembershipRequest')
|
|
767
803
|
DeleteFolderMembershipResponse = Shapes::StructureShape.new(name: 'DeleteFolderMembershipResponse')
|
|
768
804
|
DeleteFolderRequest = Shapes::StructureShape.new(name: 'DeleteFolderRequest')
|
|
@@ -777,12 +813,16 @@ module Aws::QuickSight
|
|
|
777
813
|
DeleteIdentityPropagationConfigResponse = Shapes::StructureShape.new(name: 'DeleteIdentityPropagationConfigResponse')
|
|
778
814
|
DeleteNamespaceRequest = Shapes::StructureShape.new(name: 'DeleteNamespaceRequest')
|
|
779
815
|
DeleteNamespaceResponse = Shapes::StructureShape.new(name: 'DeleteNamespaceResponse')
|
|
816
|
+
DeleteOAuthClientApplicationRequest = Shapes::StructureShape.new(name: 'DeleteOAuthClientApplicationRequest')
|
|
817
|
+
DeleteOAuthClientApplicationResponse = Shapes::StructureShape.new(name: 'DeleteOAuthClientApplicationResponse')
|
|
780
818
|
DeleteRefreshScheduleRequest = Shapes::StructureShape.new(name: 'DeleteRefreshScheduleRequest')
|
|
781
819
|
DeleteRefreshScheduleResponse = Shapes::StructureShape.new(name: 'DeleteRefreshScheduleResponse')
|
|
782
820
|
DeleteRoleCustomPermissionRequest = Shapes::StructureShape.new(name: 'DeleteRoleCustomPermissionRequest')
|
|
783
821
|
DeleteRoleCustomPermissionResponse = Shapes::StructureShape.new(name: 'DeleteRoleCustomPermissionResponse')
|
|
784
822
|
DeleteRoleMembershipRequest = Shapes::StructureShape.new(name: 'DeleteRoleMembershipRequest')
|
|
785
823
|
DeleteRoleMembershipResponse = Shapes::StructureShape.new(name: 'DeleteRoleMembershipResponse')
|
|
824
|
+
DeleteSpaceRequest = Shapes::StructureShape.new(name: 'DeleteSpaceRequest')
|
|
825
|
+
DeleteSpaceResponse = Shapes::StructureShape.new(name: 'DeleteSpaceResponse')
|
|
786
826
|
DeleteTemplateAliasRequest = Shapes::StructureShape.new(name: 'DeleteTemplateAliasRequest')
|
|
787
827
|
DeleteTemplateAliasResponse = Shapes::StructureShape.new(name: 'DeleteTemplateAliasResponse')
|
|
788
828
|
DeleteTemplateRequest = Shapes::StructureShape.new(name: 'DeleteTemplateRequest')
|
|
@@ -816,6 +856,10 @@ module Aws::QuickSight
|
|
|
816
856
|
DescribeActionConnectorPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeActionConnectorPermissionsResponse')
|
|
817
857
|
DescribeActionConnectorRequest = Shapes::StructureShape.new(name: 'DescribeActionConnectorRequest')
|
|
818
858
|
DescribeActionConnectorResponse = Shapes::StructureShape.new(name: 'DescribeActionConnectorResponse')
|
|
859
|
+
DescribeAgentPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeAgentPermissionsRequest')
|
|
860
|
+
DescribeAgentPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeAgentPermissionsResponse')
|
|
861
|
+
DescribeAgentRequest = Shapes::StructureShape.new(name: 'DescribeAgentRequest')
|
|
862
|
+
DescribeAgentResponse = Shapes::StructureShape.new(name: 'DescribeAgentResponse')
|
|
819
863
|
DescribeAnalysisDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisDefinitionRequest')
|
|
820
864
|
DescribeAnalysisDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeAnalysisDefinitionResponse')
|
|
821
865
|
DescribeAnalysisPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisPermissionsRequest')
|
|
@@ -860,6 +904,8 @@ module Aws::QuickSight
|
|
|
860
904
|
DescribeDataSourceResponse = Shapes::StructureShape.new(name: 'DescribeDataSourceResponse')
|
|
861
905
|
DescribeDefaultQBusinessApplicationRequest = Shapes::StructureShape.new(name: 'DescribeDefaultQBusinessApplicationRequest')
|
|
862
906
|
DescribeDefaultQBusinessApplicationResponse = Shapes::StructureShape.new(name: 'DescribeDefaultQBusinessApplicationResponse')
|
|
907
|
+
DescribeFlowRequest = Shapes::StructureShape.new(name: 'DescribeFlowRequest')
|
|
908
|
+
DescribeFlowResponse = Shapes::StructureShape.new(name: 'DescribeFlowResponse')
|
|
863
909
|
DescribeFolderPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeFolderPermissionsRequest')
|
|
864
910
|
DescribeFolderPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeFolderPermissionsResponse')
|
|
865
911
|
DescribeFolderRequest = Shapes::StructureShape.new(name: 'DescribeFolderRequest')
|
|
@@ -880,6 +926,8 @@ module Aws::QuickSight
|
|
|
880
926
|
DescribeKeyRegistrationResponse = Shapes::StructureShape.new(name: 'DescribeKeyRegistrationResponse')
|
|
881
927
|
DescribeNamespaceRequest = Shapes::StructureShape.new(name: 'DescribeNamespaceRequest')
|
|
882
928
|
DescribeNamespaceResponse = Shapes::StructureShape.new(name: 'DescribeNamespaceResponse')
|
|
929
|
+
DescribeOAuthClientApplicationRequest = Shapes::StructureShape.new(name: 'DescribeOAuthClientApplicationRequest')
|
|
930
|
+
DescribeOAuthClientApplicationResponse = Shapes::StructureShape.new(name: 'DescribeOAuthClientApplicationResponse')
|
|
883
931
|
DescribeQPersonalizationConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeQPersonalizationConfigurationRequest')
|
|
884
932
|
DescribeQPersonalizationConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeQPersonalizationConfigurationResponse')
|
|
885
933
|
DescribeQuickSightQSearchConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeQuickSightQSearchConfigurationRequest')
|
|
@@ -890,6 +938,10 @@ module Aws::QuickSight
|
|
|
890
938
|
DescribeRoleCustomPermissionResponse = Shapes::StructureShape.new(name: 'DescribeRoleCustomPermissionResponse')
|
|
891
939
|
DescribeSelfUpgradeConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeSelfUpgradeConfigurationRequest')
|
|
892
940
|
DescribeSelfUpgradeConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeSelfUpgradeConfigurationResponse')
|
|
941
|
+
DescribeSpacePermissionsRequest = Shapes::StructureShape.new(name: 'DescribeSpacePermissionsRequest')
|
|
942
|
+
DescribeSpacePermissionsResponse = Shapes::StructureShape.new(name: 'DescribeSpacePermissionsResponse')
|
|
943
|
+
DescribeSpaceRequest = Shapes::StructureShape.new(name: 'DescribeSpaceRequest')
|
|
944
|
+
DescribeSpaceResponse = Shapes::StructureShape.new(name: 'DescribeSpaceResponse')
|
|
893
945
|
DescribeTemplateAliasRequest = Shapes::StructureShape.new(name: 'DescribeTemplateAliasRequest')
|
|
894
946
|
DescribeTemplateAliasResponse = Shapes::StructureShape.new(name: 'DescribeTemplateAliasResponse')
|
|
895
947
|
DescribeTemplateDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeTemplateDefinitionRequest')
|
|
@@ -964,6 +1016,10 @@ module Aws::QuickSight
|
|
|
964
1016
|
Expression = Shapes::StringShape.new(name: 'Expression')
|
|
965
1017
|
FailedKeyRegistrationEntries = Shapes::ListShape.new(name: 'FailedKeyRegistrationEntries')
|
|
966
1018
|
FailedKeyRegistrationEntry = Shapes::StructureShape.new(name: 'FailedKeyRegistrationEntry')
|
|
1019
|
+
FailedSpaceResourceOperation = Shapes::StructureShape.new(name: 'FailedSpaceResourceOperation')
|
|
1020
|
+
FailedSpaceResourceOperations = Shapes::ListShape.new(name: 'FailedSpaceResourceOperations')
|
|
1021
|
+
FailedToUpdateAssociation = Shapes::StructureShape.new(name: 'FailedToUpdateAssociation')
|
|
1022
|
+
FailedToUpdateAssociationList = Shapes::ListShape.new(name: 'FailedToUpdateAssociationList')
|
|
967
1023
|
FieldBarSeriesItem = Shapes::StructureShape.new(name: 'FieldBarSeriesItem')
|
|
968
1024
|
FieldBasedTooltip = Shapes::StructureShape.new(name: 'FieldBasedTooltip')
|
|
969
1025
|
FieldComboSeriesItem = Shapes::StructureShape.new(name: 'FieldComboSeriesItem')
|
|
@@ -1023,6 +1079,8 @@ module Aws::QuickSight
|
|
|
1023
1079
|
FilteredVisualsList = Shapes::ListShape.new(name: 'FilteredVisualsList')
|
|
1024
1080
|
FiltersOperation = Shapes::StructureShape.new(name: 'FiltersOperation')
|
|
1025
1081
|
FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
|
|
1082
|
+
FlowDescriptionInput = Shapes::StringShape.new(name: 'FlowDescriptionInput')
|
|
1083
|
+
FlowDetail = Shapes::StructureShape.new(name: 'FlowDetail')
|
|
1026
1084
|
FlowId = Shapes::StringShape.new(name: 'FlowId')
|
|
1027
1085
|
FlowMaxResults = Shapes::IntegerShape.new(name: 'FlowMaxResults')
|
|
1028
1086
|
FlowPublishState = Shapes::StringShape.new(name: 'FlowPublishState')
|
|
@@ -1224,6 +1282,7 @@ module Aws::QuickSight
|
|
|
1224
1282
|
IAMPolicyAssignmentSummaryList = Shapes::ListShape.new(name: 'IAMPolicyAssignmentSummaryList')
|
|
1225
1283
|
IPv4Address = Shapes::StringShape.new(name: 'IPv4Address')
|
|
1226
1284
|
Icon = Shapes::StringShape.new(name: 'Icon')
|
|
1285
|
+
IconId = Shapes::StringShape.new(name: 'IconId')
|
|
1227
1286
|
Identifier = Shapes::StructureShape.new(name: 'Identifier')
|
|
1228
1287
|
IdentityCenterConfiguration = Shapes::StructureShape.new(name: 'IdentityCenterConfiguration')
|
|
1229
1288
|
IdentityMap = Shapes::MapShape.new(name: 'IdentityMap')
|
|
@@ -1359,6 +1418,9 @@ module Aws::QuickSight
|
|
|
1359
1418
|
LinkSharingConfiguration = Shapes::StructureShape.new(name: 'LinkSharingConfiguration')
|
|
1360
1419
|
ListActionConnectorsRequest = Shapes::StructureShape.new(name: 'ListActionConnectorsRequest')
|
|
1361
1420
|
ListActionConnectorsResponse = Shapes::StructureShape.new(name: 'ListActionConnectorsResponse')
|
|
1421
|
+
ListAgentsRequest = Shapes::StructureShape.new(name: 'ListAgentsRequest')
|
|
1422
|
+
ListAgentsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAgentsRequestMaxResultsInteger')
|
|
1423
|
+
ListAgentsResponse = Shapes::StructureShape.new(name: 'ListAgentsResponse')
|
|
1362
1424
|
ListAnalysesRequest = Shapes::StructureShape.new(name: 'ListAnalysesRequest')
|
|
1363
1425
|
ListAnalysesResponse = Shapes::StructureShape.new(name: 'ListAnalysesResponse')
|
|
1364
1426
|
ListAssetBundleExportJobsRequest = Shapes::StructureShape.new(name: 'ListAssetBundleExportJobsRequest')
|
|
@@ -1403,12 +1465,18 @@ module Aws::QuickSight
|
|
|
1403
1465
|
ListIngestionsResponse = Shapes::StructureShape.new(name: 'ListIngestionsResponse')
|
|
1404
1466
|
ListNamespacesRequest = Shapes::StructureShape.new(name: 'ListNamespacesRequest')
|
|
1405
1467
|
ListNamespacesResponse = Shapes::StructureShape.new(name: 'ListNamespacesResponse')
|
|
1468
|
+
ListOAuthClientApplicationsRequest = Shapes::StructureShape.new(name: 'ListOAuthClientApplicationsRequest')
|
|
1469
|
+
ListOAuthClientApplicationsResponse = Shapes::StructureShape.new(name: 'ListOAuthClientApplicationsResponse')
|
|
1406
1470
|
ListRefreshSchedulesRequest = Shapes::StructureShape.new(name: 'ListRefreshSchedulesRequest')
|
|
1407
1471
|
ListRefreshSchedulesResponse = Shapes::StructureShape.new(name: 'ListRefreshSchedulesResponse')
|
|
1408
1472
|
ListRoleMembershipsRequest = Shapes::StructureShape.new(name: 'ListRoleMembershipsRequest')
|
|
1409
1473
|
ListRoleMembershipsResponse = Shapes::StructureShape.new(name: 'ListRoleMembershipsResponse')
|
|
1410
1474
|
ListSelfUpgradesRequest = Shapes::StructureShape.new(name: 'ListSelfUpgradesRequest')
|
|
1411
1475
|
ListSelfUpgradesResponse = Shapes::StructureShape.new(name: 'ListSelfUpgradesResponse')
|
|
1476
|
+
ListSpaceResourcesRequest = Shapes::StructureShape.new(name: 'ListSpaceResourcesRequest')
|
|
1477
|
+
ListSpaceResourcesResponse = Shapes::StructureShape.new(name: 'ListSpaceResourcesResponse')
|
|
1478
|
+
ListSpacesRequest = Shapes::StructureShape.new(name: 'ListSpacesRequest')
|
|
1479
|
+
ListSpacesResponse = Shapes::StructureShape.new(name: 'ListSpacesResponse')
|
|
1412
1480
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
1413
1481
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
1414
1482
|
ListTemplateAliasesRequest = Shapes::StructureShape.new(name: 'ListTemplateAliasesRequest')
|
|
@@ -1459,6 +1527,7 @@ module Aws::QuickSight
|
|
|
1459
1527
|
MappedDataSetParameters = Shapes::ListShape.new(name: 'MappedDataSetParameters')
|
|
1460
1528
|
MarginStyle = Shapes::StructureShape.new(name: 'MarginStyle')
|
|
1461
1529
|
MariaDbParameters = Shapes::StructureShape.new(name: 'MariaDbParameters')
|
|
1530
|
+
MaxContributors = Shapes::IntegerShape.new(name: 'MaxContributors')
|
|
1462
1531
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
1463
1532
|
MaxTopicsToConsider = Shapes::IntegerShape.new(name: 'MaxTopicsToConsider')
|
|
1464
1533
|
MaximumLabelType = Shapes::StructureShape.new(name: 'MaximumLabelType')
|
|
@@ -1474,6 +1543,7 @@ module Aws::QuickSight
|
|
|
1474
1543
|
MissingDataConfiguration = Shapes::StructureShape.new(name: 'MissingDataConfiguration')
|
|
1475
1544
|
MissingDataConfigurationList = Shapes::ListShape.new(name: 'MissingDataConfigurationList')
|
|
1476
1545
|
MissingDataTreatmentOption = Shapes::StringShape.new(name: 'MissingDataTreatmentOption')
|
|
1546
|
+
ModelProfileId = Shapes::StringShape.new(name: 'ModelProfileId')
|
|
1477
1547
|
MySqlParameters = Shapes::StructureShape.new(name: 'MySqlParameters')
|
|
1478
1548
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
1479
1549
|
NamedEntityAggType = Shapes::StringShape.new(name: 'NamedEntityAggType')
|
|
@@ -1500,6 +1570,7 @@ module Aws::QuickSight
|
|
|
1500
1570
|
NetworkInterfaceList = Shapes::ListShape.new(name: 'NetworkInterfaceList')
|
|
1501
1571
|
NetworkInterfaceStatus = Shapes::StringShape.new(name: 'NetworkInterfaceStatus')
|
|
1502
1572
|
NewDefaultValues = Shapes::StructureShape.new(name: 'NewDefaultValues')
|
|
1573
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
1503
1574
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
|
1504
1575
|
NonRepeatingVisualsList = Shapes::ListShape.new(name: 'NonRepeatingVisualsList')
|
|
1505
1576
|
NoneConnectionMetadata = Shapes::StructureShape.new(name: 'NoneConnectionMetadata')
|
|
@@ -1524,11 +1595,19 @@ module Aws::QuickSight
|
|
|
1524
1595
|
NumericalAggregationFunction = Shapes::StructureShape.new(name: 'NumericalAggregationFunction')
|
|
1525
1596
|
NumericalDimensionField = Shapes::StructureShape.new(name: 'NumericalDimensionField')
|
|
1526
1597
|
NumericalMeasureField = Shapes::StructureShape.new(name: 'NumericalMeasureField')
|
|
1598
|
+
OAuthAuthorizationEndpointUrl = Shapes::StringShape.new(name: 'OAuthAuthorizationEndpointUrl')
|
|
1599
|
+
OAuthClientApplication = Shapes::StructureShape.new(name: 'OAuthClientApplication')
|
|
1600
|
+
OAuthClientApplicationId = Shapes::StringShape.new(name: 'OAuthClientApplicationId')
|
|
1601
|
+
OAuthClientApplicationSummary = Shapes::StructureShape.new(name: 'OAuthClientApplicationSummary')
|
|
1602
|
+
OAuthClientApplicationSummaryList = Shapes::ListShape.new(name: 'OAuthClientApplicationSummaryList')
|
|
1603
|
+
OAuthClientAuthenticationType = Shapes::StringShape.new(name: 'OAuthClientAuthenticationType')
|
|
1527
1604
|
OAuthClientCredentials = Shapes::StructureShape.new(name: 'OAuthClientCredentials')
|
|
1528
1605
|
OAuthClientId = Shapes::StringShape.new(name: 'OAuthClientId')
|
|
1529
1606
|
OAuthClientSecret = Shapes::StringShape.new(name: 'OAuthClientSecret')
|
|
1530
1607
|
OAuthParameters = Shapes::StructureShape.new(name: 'OAuthParameters')
|
|
1531
1608
|
OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
|
|
1609
|
+
OAuthScopesString = Shapes::StringShape.new(name: 'OAuthScopesString')
|
|
1610
|
+
OAuthTokenEndpointUrl = Shapes::StringShape.new(name: 'OAuthTokenEndpointUrl')
|
|
1532
1611
|
OAuthUsername = Shapes::StringShape.new(name: 'OAuthUsername')
|
|
1533
1612
|
OnClause = Shapes::StringShape.new(name: 'OnClause')
|
|
1534
1613
|
Opacity = Shapes::FloatShape.new(name: 'Opacity')
|
|
@@ -1668,6 +1747,8 @@ module Aws::QuickSight
|
|
|
1668
1747
|
ProjectedColumnNameList = Shapes::ListShape.new(name: 'ProjectedColumnNameList')
|
|
1669
1748
|
PropertyRole = Shapes::StringShape.new(name: 'PropertyRole')
|
|
1670
1749
|
PropertyUsage = Shapes::StringShape.new(name: 'PropertyUsage')
|
|
1750
|
+
PublicSpaceArn = Shapes::StringShape.new(name: 'PublicSpaceArn')
|
|
1751
|
+
PublicSpaceId = Shapes::StringShape.new(name: 'PublicSpaceId')
|
|
1671
1752
|
PurchaseMode = Shapes::StringShape.new(name: 'PurchaseMode')
|
|
1672
1753
|
PutDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesRequest')
|
|
1673
1754
|
PutDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesResponse')
|
|
@@ -1681,6 +1762,7 @@ module Aws::QuickSight
|
|
|
1681
1762
|
QDataKey = Shapes::StructureShape.new(name: 'QDataKey')
|
|
1682
1763
|
QDataKeyType = Shapes::StringShape.new(name: 'QDataKeyType')
|
|
1683
1764
|
QSearchStatus = Shapes::StringShape.new(name: 'QSearchStatus')
|
|
1765
|
+
QbsAwsAccountId = Shapes::StringShape.new(name: 'QbsAwsAccountId')
|
|
1684
1766
|
Query = Shapes::StringShape.new(name: 'Query')
|
|
1685
1767
|
QueryExecutionMode = Shapes::StringShape.new(name: 'QueryExecutionMode')
|
|
1686
1768
|
QueryExecutionOptions = Shapes::StructureShape.new(name: 'QueryExecutionOptions')
|
|
@@ -1830,6 +1912,8 @@ module Aws::QuickSight
|
|
|
1830
1912
|
SearchActionConnectorsRequest = Shapes::StructureShape.new(name: 'SearchActionConnectorsRequest')
|
|
1831
1913
|
SearchActionConnectorsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'SearchActionConnectorsRequestMaxResultsInteger')
|
|
1832
1914
|
SearchActionConnectorsResponse = Shapes::StructureShape.new(name: 'SearchActionConnectorsResponse')
|
|
1915
|
+
SearchAgentsRequest = Shapes::StructureShape.new(name: 'SearchAgentsRequest')
|
|
1916
|
+
SearchAgentsResponse = Shapes::StructureShape.new(name: 'SearchAgentsResponse')
|
|
1833
1917
|
SearchAnalysesRequest = Shapes::StructureShape.new(name: 'SearchAnalysesRequest')
|
|
1834
1918
|
SearchAnalysesResponse = Shapes::StructureShape.new(name: 'SearchAnalysesResponse')
|
|
1835
1919
|
SearchDashboardsRequest = Shapes::StructureShape.new(name: 'SearchDashboardsRequest')
|
|
@@ -1847,6 +1931,8 @@ module Aws::QuickSight
|
|
|
1847
1931
|
SearchFoldersResponse = Shapes::StructureShape.new(name: 'SearchFoldersResponse')
|
|
1848
1932
|
SearchGroupsRequest = Shapes::StructureShape.new(name: 'SearchGroupsRequest')
|
|
1849
1933
|
SearchGroupsResponse = Shapes::StructureShape.new(name: 'SearchGroupsResponse')
|
|
1934
|
+
SearchSpacesRequest = Shapes::StructureShape.new(name: 'SearchSpacesRequest')
|
|
1935
|
+
SearchSpacesResponse = Shapes::StructureShape.new(name: 'SearchSpacesResponse')
|
|
1850
1936
|
SearchTopicsRequest = Shapes::StructureShape.new(name: 'SearchTopicsRequest')
|
|
1851
1937
|
SearchTopicsResponse = Shapes::StructureShape.new(name: 'SearchTopicsResponse')
|
|
1852
1938
|
Seasonality = Shapes::IntegerShape.new(name: 'Seasonality')
|
|
@@ -1880,6 +1966,7 @@ module Aws::QuickSight
|
|
|
1880
1966
|
SemanticTableAlias = Shapes::StringShape.new(name: 'SemanticTableAlias')
|
|
1881
1967
|
SemanticTableMap = Shapes::MapShape.new(name: 'SemanticTableMap')
|
|
1882
1968
|
SemanticType = Shapes::StructureShape.new(name: 'SemanticType')
|
|
1969
|
+
SensitiveDocument = Shapes::DocumentShape.new(name: 'SensitiveDocument', document: true)
|
|
1883
1970
|
SensitiveDouble = Shapes::FloatShape.new(name: 'SensitiveDouble')
|
|
1884
1971
|
SensitiveDoubleList = Shapes::ListShape.new(name: 'SensitiveDoubleList')
|
|
1885
1972
|
SensitiveDoubleObject = Shapes::FloatShape.new(name: 'SensitiveDoubleObject')
|
|
@@ -1891,6 +1978,7 @@ module Aws::QuickSight
|
|
|
1891
1978
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
|
1892
1979
|
SensitiveStringList = Shapes::ListShape.new(name: 'SensitiveStringList')
|
|
1893
1980
|
SensitiveStringObject = Shapes::StringShape.new(name: 'SensitiveStringObject')
|
|
1981
|
+
SensitiveText = Shapes::StringShape.new(name: 'SensitiveText')
|
|
1894
1982
|
SensitiveTimestamp = Shapes::TimestampShape.new(name: 'SensitiveTimestamp')
|
|
1895
1983
|
SensitiveTimestampList = Shapes::ListShape.new(name: 'SensitiveTimestampList')
|
|
1896
1984
|
Separator = Shapes::StringShape.new(name: 'Separator')
|
|
@@ -2007,6 +2095,26 @@ module Aws::QuickSight
|
|
|
2007
2095
|
SortDirection = Shapes::StringShape.new(name: 'SortDirection')
|
|
2008
2096
|
SourceTable = Shapes::StructureShape.new(name: 'SourceTable')
|
|
2009
2097
|
SourceTableMap = Shapes::MapShape.new(name: 'SourceTableMap')
|
|
2098
|
+
SpaceContributor = Shapes::StructureShape.new(name: 'SpaceContributor')
|
|
2099
|
+
SpaceContributorList = Shapes::ListShape.new(name: 'SpaceContributorList')
|
|
2100
|
+
SpaceDescription = Shapes::StringShape.new(name: 'SpaceDescription')
|
|
2101
|
+
SpaceDetails = Shapes::StructureShape.new(name: 'SpaceDetails')
|
|
2102
|
+
SpaceName = Shapes::StringShape.new(name: 'SpaceName')
|
|
2103
|
+
SpaceQuickSightResource = Shapes::StructureShape.new(name: 'SpaceQuickSightResource')
|
|
2104
|
+
SpaceQuickSightResourceDetails = Shapes::UnionShape.new(name: 'SpaceQuickSightResourceDetails')
|
|
2105
|
+
SpaceQuickSightResourceType = Shapes::StringShape.new(name: 'SpaceQuickSightResourceType')
|
|
2106
|
+
SpaceQuickSightResources = Shapes::ListShape.new(name: 'SpaceQuickSightResources')
|
|
2107
|
+
SpaceQuickSightSearchFilterName = Shapes::StringShape.new(name: 'SpaceQuickSightSearchFilterName')
|
|
2108
|
+
SpaceQuicksightSearchFilter = Shapes::StructureShape.new(name: 'SpaceQuicksightSearchFilter')
|
|
2109
|
+
SpaceQuicksightSearchFilters = Shapes::ListShape.new(name: 'SpaceQuicksightSearchFilters')
|
|
2110
|
+
SpaceResourceOperation = Shapes::StructureShape.new(name: 'SpaceResourceOperation')
|
|
2111
|
+
SpaceResourceOperations = Shapes::ListShape.new(name: 'SpaceResourceOperations')
|
|
2112
|
+
SpaceResourceSummaries = Shapes::ListShape.new(name: 'SpaceResourceSummaries')
|
|
2113
|
+
SpaceResourceSummary = Shapes::StructureShape.new(name: 'SpaceResourceSummary')
|
|
2114
|
+
SpaceSearchOperator = Shapes::StringShape.new(name: 'SpaceSearchOperator')
|
|
2115
|
+
SpaceSummaries = Shapes::ListShape.new(name: 'SpaceSummaries')
|
|
2116
|
+
SpaceSummary = Shapes::StructureShape.new(name: 'SpaceSummary')
|
|
2117
|
+
SpacesMaxResults = Shapes::IntegerShape.new(name: 'SpacesMaxResults')
|
|
2010
2118
|
Spacing = Shapes::StructureShape.new(name: 'Spacing')
|
|
2011
2119
|
SparkParameters = Shapes::StructureShape.new(name: 'SparkParameters')
|
|
2012
2120
|
SparklineAxisBehavior = Shapes::StringShape.new(name: 'SparklineAxisBehavior')
|
|
@@ -2030,6 +2138,8 @@ module Aws::QuickSight
|
|
|
2030
2138
|
StartDashboardSnapshotJobResponse = Shapes::StructureShape.new(name: 'StartDashboardSnapshotJobResponse')
|
|
2031
2139
|
StartDashboardSnapshotJobScheduleRequest = Shapes::StructureShape.new(name: 'StartDashboardSnapshotJobScheduleRequest')
|
|
2032
2140
|
StartDashboardSnapshotJobScheduleResponse = Shapes::StructureShape.new(name: 'StartDashboardSnapshotJobScheduleResponse')
|
|
2141
|
+
StarterPrompt = Shapes::StringShape.new(name: 'StarterPrompt')
|
|
2142
|
+
StarterPromptList = Shapes::ListShape.new(name: 'StarterPromptList')
|
|
2033
2143
|
StatePersistenceConfigurations = Shapes::StructureShape.new(name: 'StatePersistenceConfigurations')
|
|
2034
2144
|
StaticFile = Shapes::StructureShape.new(name: 'StaticFile')
|
|
2035
2145
|
StaticFileList = Shapes::ListShape.new(name: 'StaticFileList')
|
|
@@ -2038,6 +2148,9 @@ module Aws::QuickSight
|
|
|
2038
2148
|
StaticFileUrlSourceOptions = Shapes::StructureShape.new(name: 'StaticFileUrlSourceOptions')
|
|
2039
2149
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
2040
2150
|
StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
|
|
2151
|
+
StepAliasList = Shapes::ListShape.new(name: 'StepAliasList')
|
|
2152
|
+
StepAliasMapping = Shapes::StructureShape.new(name: 'StepAliasMapping')
|
|
2153
|
+
StepId = Shapes::StringShape.new(name: 'StepId')
|
|
2041
2154
|
String = Shapes::StringShape.new(name: 'String')
|
|
2042
2155
|
StringDatasetParameter = Shapes::StructureShape.new(name: 'StringDatasetParameter')
|
|
2043
2156
|
StringDatasetParameterDefaultValue = Shapes::StringShape.new(name: 'StringDatasetParameterDefaultValue')
|
|
@@ -2051,9 +2164,11 @@ module Aws::QuickSight
|
|
|
2051
2164
|
StringParameterDeclaration = Shapes::StructureShape.new(name: 'StringParameterDeclaration')
|
|
2052
2165
|
StringParameterList = Shapes::ListShape.new(name: 'StringParameterList')
|
|
2053
2166
|
StringValueWhenUnsetConfiguration = Shapes::StructureShape.new(name: 'StringValueWhenUnsetConfiguration')
|
|
2167
|
+
StyleDescription = Shapes::StringShape.new(name: 'StyleDescription')
|
|
2054
2168
|
StyledCellType = Shapes::StringShape.new(name: 'StyledCellType')
|
|
2055
2169
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
2056
2170
|
SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
|
|
2171
|
+
SubscriptionId = Shapes::StringShape.new(name: 'SubscriptionId')
|
|
2057
2172
|
SubtotalOptions = Shapes::StructureShape.new(name: 'SubtotalOptions')
|
|
2058
2173
|
SucceededTopicReviewedAnswer = Shapes::StructureShape.new(name: 'SucceededTopicReviewedAnswer')
|
|
2059
2174
|
SucceededTopicReviewedAnswers = Shapes::ListShape.new(name: 'SucceededTopicReviewedAnswers')
|
|
@@ -2171,6 +2286,7 @@ module Aws::QuickSight
|
|
|
2171
2286
|
TimeRangeFilterValue = Shapes::StructureShape.new(name: 'TimeRangeFilterValue')
|
|
2172
2287
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
2173
2288
|
Title = Shapes::StringShape.new(name: 'Title')
|
|
2289
|
+
TitleInput = Shapes::StringShape.new(name: 'TitleInput')
|
|
2174
2290
|
TokenProviderUrl = Shapes::StringShape.new(name: 'TokenProviderUrl')
|
|
2175
2291
|
TooltipItem = Shapes::StructureShape.new(name: 'TooltipItem')
|
|
2176
2292
|
TooltipItemList = Shapes::ListShape.new(name: 'TooltipItemList')
|
|
@@ -2301,6 +2417,16 @@ module Aws::QuickSight
|
|
|
2301
2417
|
UpdateActionConnectorPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateActionConnectorPermissionsResponse')
|
|
2302
2418
|
UpdateActionConnectorRequest = Shapes::StructureShape.new(name: 'UpdateActionConnectorRequest')
|
|
2303
2419
|
UpdateActionConnectorResponse = Shapes::StructureShape.new(name: 'UpdateActionConnectorResponse')
|
|
2420
|
+
UpdateAgentPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateAgentPermissionsRequest')
|
|
2421
|
+
UpdateAgentPermissionsRequestGrantPermissionsList = Shapes::ListShape.new(name: 'UpdateAgentPermissionsRequestGrantPermissionsList')
|
|
2422
|
+
UpdateAgentPermissionsRequestRevokePermissionsList = Shapes::ListShape.new(name: 'UpdateAgentPermissionsRequestRevokePermissionsList')
|
|
2423
|
+
UpdateAgentPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateAgentPermissionsResponse')
|
|
2424
|
+
UpdateAgentRequest = Shapes::StructureShape.new(name: 'UpdateAgentRequest')
|
|
2425
|
+
UpdateAgentRequestActionConnectorsToAddList = Shapes::ListShape.new(name: 'UpdateAgentRequestActionConnectorsToAddList')
|
|
2426
|
+
UpdateAgentRequestActionConnectorsToRemoveList = Shapes::ListShape.new(name: 'UpdateAgentRequestActionConnectorsToRemoveList')
|
|
2427
|
+
UpdateAgentRequestSpacesToAddList = Shapes::ListShape.new(name: 'UpdateAgentRequestSpacesToAddList')
|
|
2428
|
+
UpdateAgentRequestSpacesToRemoveList = Shapes::ListShape.new(name: 'UpdateAgentRequestSpacesToRemoveList')
|
|
2429
|
+
UpdateAgentResponse = Shapes::StructureShape.new(name: 'UpdateAgentResponse')
|
|
2304
2430
|
UpdateAnalysisPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsRequest')
|
|
2305
2431
|
UpdateAnalysisPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsResponse')
|
|
2306
2432
|
UpdateAnalysisRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisRequest')
|
|
@@ -2339,6 +2465,9 @@ module Aws::QuickSight
|
|
|
2339
2465
|
UpdateFlowPermissionsInputGrantPermissionsList = Shapes::ListShape.new(name: 'UpdateFlowPermissionsInputGrantPermissionsList')
|
|
2340
2466
|
UpdateFlowPermissionsInputRevokePermissionsList = Shapes::ListShape.new(name: 'UpdateFlowPermissionsInputRevokePermissionsList')
|
|
2341
2467
|
UpdateFlowPermissionsOutput = Shapes::StructureShape.new(name: 'UpdateFlowPermissionsOutput')
|
|
2468
|
+
UpdateFlowRequest = Shapes::StructureShape.new(name: 'UpdateFlowRequest')
|
|
2469
|
+
UpdateFlowRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateFlowRequestClientTokenString')
|
|
2470
|
+
UpdateFlowResponse = Shapes::StructureShape.new(name: 'UpdateFlowResponse')
|
|
2342
2471
|
UpdateFolderPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsRequest')
|
|
2343
2472
|
UpdateFolderPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsResponse')
|
|
2344
2473
|
UpdateFolderRequest = Shapes::StructureShape.new(name: 'UpdateFolderRequest')
|
|
@@ -2354,6 +2483,8 @@ module Aws::QuickSight
|
|
|
2354
2483
|
UpdateKeyRegistrationRequest = Shapes::StructureShape.new(name: 'UpdateKeyRegistrationRequest')
|
|
2355
2484
|
UpdateKeyRegistrationResponse = Shapes::StructureShape.new(name: 'UpdateKeyRegistrationResponse')
|
|
2356
2485
|
UpdateLinkPermissionList = Shapes::ListShape.new(name: 'UpdateLinkPermissionList')
|
|
2486
|
+
UpdateOAuthClientApplicationRequest = Shapes::StructureShape.new(name: 'UpdateOAuthClientApplicationRequest')
|
|
2487
|
+
UpdateOAuthClientApplicationResponse = Shapes::StructureShape.new(name: 'UpdateOAuthClientApplicationResponse')
|
|
2357
2488
|
UpdatePublicSharingSettingsRequest = Shapes::StructureShape.new(name: 'UpdatePublicSharingSettingsRequest')
|
|
2358
2489
|
UpdatePublicSharingSettingsResponse = Shapes::StructureShape.new(name: 'UpdatePublicSharingSettingsResponse')
|
|
2359
2490
|
UpdateQPersonalizationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateQPersonalizationConfigurationRequest')
|
|
@@ -2371,6 +2502,12 @@ module Aws::QuickSight
|
|
|
2371
2502
|
UpdateSelfUpgradeConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateSelfUpgradeConfigurationResponse')
|
|
2372
2503
|
UpdateSelfUpgradeRequest = Shapes::StructureShape.new(name: 'UpdateSelfUpgradeRequest')
|
|
2373
2504
|
UpdateSelfUpgradeResponse = Shapes::StructureShape.new(name: 'UpdateSelfUpgradeResponse')
|
|
2505
|
+
UpdateSpacePermissionsRequest = Shapes::StructureShape.new(name: 'UpdateSpacePermissionsRequest')
|
|
2506
|
+
UpdateSpacePermissionsResponse = Shapes::StructureShape.new(name: 'UpdateSpacePermissionsResponse')
|
|
2507
|
+
UpdateSpaceRequest = Shapes::StructureShape.new(name: 'UpdateSpaceRequest')
|
|
2508
|
+
UpdateSpaceResourcesRequest = Shapes::StructureShape.new(name: 'UpdateSpaceResourcesRequest')
|
|
2509
|
+
UpdateSpaceResourcesResponse = Shapes::StructureShape.new(name: 'UpdateSpaceResourcesResponse')
|
|
2510
|
+
UpdateSpaceResponse = Shapes::StructureShape.new(name: 'UpdateSpaceResponse')
|
|
2374
2511
|
UpdateTemplateAliasRequest = Shapes::StructureShape.new(name: 'UpdateTemplateAliasRequest')
|
|
2375
2512
|
UpdateTemplateAliasResponse = Shapes::StructureShape.new(name: 'UpdateTemplateAliasResponse')
|
|
2376
2513
|
UpdateTemplatePermissionsRequest = Shapes::StructureShape.new(name: 'UpdateTemplatePermissionsRequest')
|
|
@@ -2465,6 +2602,7 @@ module Aws::QuickSight
|
|
|
2465
2602
|
WebCrawlerAuthType = Shapes::StringShape.new(name: 'WebCrawlerAuthType')
|
|
2466
2603
|
WebCrawlerParameters = Shapes::StructureShape.new(name: 'WebCrawlerParameters')
|
|
2467
2604
|
WebProxyCredentials = Shapes::StructureShape.new(name: 'WebProxyCredentials')
|
|
2605
|
+
WelcomeMessage = Shapes::StringShape.new(name: 'WelcomeMessage')
|
|
2468
2606
|
WhatIfPointScenario = Shapes::StructureShape.new(name: 'WhatIfPointScenario')
|
|
2469
2607
|
WhatIfRangeScenario = Shapes::StructureShape.new(name: 'WhatIfRangeScenario')
|
|
2470
2608
|
WidgetStatus = Shapes::StringShape.new(name: 'WidgetStatus')
|
|
@@ -2575,6 +2713,48 @@ module Aws::QuickSight
|
|
|
2575
2713
|
AdditionalNotes.add_member(:text, Shapes::ShapeRef.new(shape: AdditionalNotesText, location_name: "Text"))
|
|
2576
2714
|
AdditionalNotes.struct_class = Types::AdditionalNotes
|
|
2577
2715
|
|
|
2716
|
+
Agent.add_member(:spaces, Shapes::ShapeRef.new(shape: AgentSpacesList, location_name: "Spaces"))
|
|
2717
|
+
Agent.add_member(:action_connectors, Shapes::ShapeRef.new(shape: AgentActionConnectorsList, location_name: "ActionConnectors"))
|
|
2718
|
+
Agent.add_member(:description, Shapes::ShapeRef.new(shape: AgentDescription, location_name: "Description"))
|
|
2719
|
+
Agent.add_member(:icon_id, Shapes::ShapeRef.new(shape: IconId, location_name: "IconId"))
|
|
2720
|
+
Agent.add_member(:name, Shapes::ShapeRef.new(shape: AgentName, required: true, location_name: "Name"))
|
|
2721
|
+
Agent.add_member(:starter_prompts, Shapes::ShapeRef.new(shape: StarterPromptList, location_name: "StarterPrompts"))
|
|
2722
|
+
Agent.add_member(:welcome_message, Shapes::ShapeRef.new(shape: WelcomeMessage, location_name: "WelcomeMessage"))
|
|
2723
|
+
Agent.add_member(:arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "Arn"))
|
|
2724
|
+
Agent.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location_name: "AgentId"))
|
|
2725
|
+
Agent.add_member(:agent_lifecycle, Shapes::ShapeRef.new(shape: AgentLifecycle, required: true, location_name: "AgentLifecycle"))
|
|
2726
|
+
Agent.add_member(:agent_status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "AgentStatus"))
|
|
2727
|
+
Agent.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
|
2728
|
+
Agent.add_member(:creator, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Creator"))
|
|
2729
|
+
Agent.add_member(:custom_prompt_interface, Shapes::ShapeRef.new(shape: CustomPromptInterface, location_name: "CustomPromptInterface"))
|
|
2730
|
+
Agent.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
|
2731
|
+
Agent.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdatedAt"))
|
|
2732
|
+
Agent.struct_class = Types::Agent
|
|
2733
|
+
|
|
2734
|
+
AgentActionConnectorsList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
2735
|
+
|
|
2736
|
+
AgentSearchFilter.add_member(:name, Shapes::ShapeRef.new(shape: AgentOwnershipFilterAttribute, location_name: "Name"))
|
|
2737
|
+
AgentSearchFilter.add_member(:operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "Operator"))
|
|
2738
|
+
AgentSearchFilter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
|
2739
|
+
AgentSearchFilter.struct_class = Types::AgentSearchFilter
|
|
2740
|
+
|
|
2741
|
+
AgentSearchFilterList.member = Shapes::ShapeRef.new(shape: AgentSearchFilter)
|
|
2742
|
+
|
|
2743
|
+
AgentSpacesList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
2744
|
+
|
|
2745
|
+
AgentSummaries.member = Shapes::ShapeRef.new(shape: AgentSummary)
|
|
2746
|
+
|
|
2747
|
+
AgentSummary.add_member(:arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "Arn"))
|
|
2748
|
+
AgentSummary.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location_name: "AgentId"))
|
|
2749
|
+
AgentSummary.add_member(:name, Shapes::ShapeRef.new(shape: AgentName, required: true, location_name: "Name"))
|
|
2750
|
+
AgentSummary.add_member(:description, Shapes::ShapeRef.new(shape: AgentDescription, location_name: "Description"))
|
|
2751
|
+
AgentSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
|
2752
|
+
AgentSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdatedAt"))
|
|
2753
|
+
AgentSummary.add_member(:icon_id, Shapes::ShapeRef.new(shape: IconId, location_name: "IconId"))
|
|
2754
|
+
AgentSummary.struct_class = Types::AgentSummary
|
|
2755
|
+
|
|
2756
|
+
AgentSummaryList.member = Shapes::ShapeRef.new(shape: AgentSummary)
|
|
2757
|
+
|
|
2578
2758
|
AggFunction.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggType, location_name: "Aggregation"))
|
|
2579
2759
|
AggFunction.add_member(:aggregation_function_parameters, Shapes::ShapeRef.new(shape: AggFunctionParamMap, location_name: "AggregationFunctionParameters"))
|
|
2580
2760
|
AggFunction.add_member(:period, Shapes::ShapeRef.new(shape: TopicTimeGranularity, location_name: "Period"))
|
|
@@ -4172,6 +4352,30 @@ module Aws::QuickSight
|
|
|
4172
4352
|
CreateActionConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
4173
4353
|
CreateActionConnectorResponse.struct_class = Types::CreateActionConnectorResponse
|
|
4174
4354
|
|
|
4355
|
+
CreateAgentRequest.add_member(:spaces, Shapes::ShapeRef.new(shape: CreateAgentRequestSpacesList, location_name: "Spaces"))
|
|
4356
|
+
CreateAgentRequest.add_member(:action_connectors, Shapes::ShapeRef.new(shape: CreateAgentRequestActionConnectorsList, location_name: "ActionConnectors"))
|
|
4357
|
+
CreateAgentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
4358
|
+
CreateAgentRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location_name: "AgentId"))
|
|
4359
|
+
CreateAgentRequest.add_member(:name, Shapes::ShapeRef.new(shape: AgentName, required: true, location_name: "Name"))
|
|
4360
|
+
CreateAgentRequest.add_member(:description, Shapes::ShapeRef.new(shape: AgentDescription, location_name: "Description"))
|
|
4361
|
+
CreateAgentRequest.add_member(:icon_id, Shapes::ShapeRef.new(shape: IconId, location_name: "IconId"))
|
|
4362
|
+
CreateAgentRequest.add_member(:starter_prompts, Shapes::ShapeRef.new(shape: StarterPromptList, location_name: "StarterPrompts"))
|
|
4363
|
+
CreateAgentRequest.add_member(:welcome_message, Shapes::ShapeRef.new(shape: WelcomeMessage, location_name: "WelcomeMessage"))
|
|
4364
|
+
CreateAgentRequest.add_member(:agent_lifecycle, Shapes::ShapeRef.new(shape: AgentLifecycle, location_name: "AgentLifecycle"))
|
|
4365
|
+
CreateAgentRequest.add_member(:custom_prompt_input, Shapes::ShapeRef.new(shape: CustomPromptInput, location_name: "CustomPromptInput"))
|
|
4366
|
+
CreateAgentRequest.struct_class = Types::CreateAgentRequest
|
|
4367
|
+
|
|
4368
|
+
CreateAgentRequestActionConnectorsList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
4369
|
+
|
|
4370
|
+
CreateAgentRequestSpacesList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
4371
|
+
|
|
4372
|
+
CreateAgentResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "Arn"))
|
|
4373
|
+
CreateAgentResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location_name: "AgentId"))
|
|
4374
|
+
CreateAgentResponse.add_member(:agent_status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "AgentStatus"))
|
|
4375
|
+
CreateAgentResponse.add_member(:agent_name, Shapes::ShapeRef.new(shape: AgentName, required: true, location_name: "AgentName"))
|
|
4376
|
+
CreateAgentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
4377
|
+
CreateAgentResponse.struct_class = Types::CreateAgentResponse
|
|
4378
|
+
|
|
4175
4379
|
CreateAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
4176
4380
|
CreateAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
|
4177
4381
|
CreateAnalysisRequest.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisName, required: true, location_name: "Name"))
|
|
@@ -4294,6 +4498,20 @@ module Aws::QuickSight
|
|
|
4294
4498
|
CreateDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
4295
4499
|
CreateDataSourceResponse.struct_class = Types::CreateDataSourceResponse
|
|
4296
4500
|
|
|
4501
|
+
CreateFlowRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
4502
|
+
CreateFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: TitleInput, required: true, location_name: "Name"))
|
|
4503
|
+
CreateFlowRequest.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescriptionInput, location_name: "Description"))
|
|
4504
|
+
CreateFlowRequest.add_member(:flow_definition, Shapes::ShapeRef.new(shape: SensitiveDocument, required: true, location_name: "FlowDefinition"))
|
|
4505
|
+
CreateFlowRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
|
|
4506
|
+
CreateFlowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateFlowRequestClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
4507
|
+
CreateFlowRequest.struct_class = Types::CreateFlowRequest
|
|
4508
|
+
|
|
4509
|
+
CreateFlowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
|
4510
|
+
CreateFlowResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
|
|
4511
|
+
CreateFlowResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
4512
|
+
CreateFlowResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
4513
|
+
CreateFlowResponse.struct_class = Types::CreateFlowResponse
|
|
4514
|
+
|
|
4297
4515
|
CreateFolderMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
4298
4516
|
CreateFolderMembershipRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
|
4299
4517
|
CreateFolderMembershipRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "MemberId"))
|
|
@@ -4388,6 +4606,27 @@ module Aws::QuickSight
|
|
|
4388
4606
|
CreateNamespaceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
4389
4607
|
CreateNamespaceResponse.struct_class = Types::CreateNamespaceResponse
|
|
4390
4608
|
|
|
4609
|
+
CreateOAuthClientApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
4610
|
+
CreateOAuthClientApplicationRequest.add_member(:o_auth_client_application_id, Shapes::ShapeRef.new(shape: OAuthClientApplicationId, required: true, location_name: "OAuthClientApplicationId"))
|
|
4611
|
+
CreateOAuthClientApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
|
4612
|
+
CreateOAuthClientApplicationRequest.add_member(:o_auth_client_authentication_type, Shapes::ShapeRef.new(shape: OAuthClientAuthenticationType, required: true, location_name: "OAuthClientAuthenticationType"))
|
|
4613
|
+
CreateOAuthClientApplicationRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: OAuthClientId, required: true, location_name: "ClientId"))
|
|
4614
|
+
CreateOAuthClientApplicationRequest.add_member(:client_secret, Shapes::ShapeRef.new(shape: OAuthClientSecret, required: true, location_name: "ClientSecret"))
|
|
4615
|
+
CreateOAuthClientApplicationRequest.add_member(:o_auth_token_endpoint_url, Shapes::ShapeRef.new(shape: OAuthTokenEndpointUrl, required: true, location_name: "OAuthTokenEndpointUrl"))
|
|
4616
|
+
CreateOAuthClientApplicationRequest.add_member(:o_auth_authorization_endpoint_url, Shapes::ShapeRef.new(shape: OAuthAuthorizationEndpointUrl, location_name: "OAuthAuthorizationEndpointUrl"))
|
|
4617
|
+
CreateOAuthClientApplicationRequest.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopesString, location_name: "OAuthScopes"))
|
|
4618
|
+
CreateOAuthClientApplicationRequest.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "DataSourceType"))
|
|
4619
|
+
CreateOAuthClientApplicationRequest.add_member(:identity_provider_vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "IdentityProviderVpcConnectionProperties"))
|
|
4620
|
+
CreateOAuthClientApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
4621
|
+
CreateOAuthClientApplicationRequest.struct_class = Types::CreateOAuthClientApplicationRequest
|
|
4622
|
+
|
|
4623
|
+
CreateOAuthClientApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
4624
|
+
CreateOAuthClientApplicationResponse.add_member(:o_auth_client_application_id, Shapes::ShapeRef.new(shape: OAuthClientApplicationId, location_name: "OAuthClientApplicationId"))
|
|
4625
|
+
CreateOAuthClientApplicationResponse.add_member(:creation_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "CreationStatus"))
|
|
4626
|
+
CreateOAuthClientApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
4627
|
+
CreateOAuthClientApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
4628
|
+
CreateOAuthClientApplicationResponse.struct_class = Types::CreateOAuthClientApplicationResponse
|
|
4629
|
+
|
|
4391
4630
|
CreateRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
|
4392
4631
|
CreateRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
4393
4632
|
CreateRefreshScheduleRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: RefreshSchedule, required: true, location_name: "Schedule"))
|
|
@@ -4409,6 +4648,17 @@ module Aws::QuickSight
|
|
|
4409
4648
|
CreateRoleMembershipResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
4410
4649
|
CreateRoleMembershipResponse.struct_class = Types::CreateRoleMembershipResponse
|
|
4411
4650
|
|
|
4651
|
+
CreateSpaceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
4652
|
+
CreateSpaceRequest.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "SpaceId"))
|
|
4653
|
+
CreateSpaceRequest.add_member(:name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "Name"))
|
|
4654
|
+
CreateSpaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: SpaceDescription, location_name: "Description"))
|
|
4655
|
+
CreateSpaceRequest.struct_class = Types::CreateSpaceRequest
|
|
4656
|
+
|
|
4657
|
+
CreateSpaceResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
4658
|
+
CreateSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
4659
|
+
CreateSpaceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
4660
|
+
CreateSpaceResponse.struct_class = Types::CreateSpaceResponse
|
|
4661
|
+
|
|
4412
4662
|
CreateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
4413
4663
|
CreateTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
|
4414
4664
|
CreateTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
|
@@ -4618,6 +4868,37 @@ module Aws::QuickSight
|
|
|
4618
4868
|
|
|
4619
4869
|
CustomPermissionsList.member = Shapes::ShapeRef.new(shape: CustomPermissions)
|
|
4620
4870
|
|
|
4871
|
+
CustomPromptInput.add_member(:existing_prompt, Shapes::ShapeRef.new(shape: CustomPromptProfile, location_name: "ExistingPrompt"))
|
|
4872
|
+
CustomPromptInput.add_member(:new_prompt, Shapes::ShapeRef.new(shape: CustomPromptInputParameters, location_name: "NewPrompt"))
|
|
4873
|
+
CustomPromptInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4874
|
+
CustomPromptInput.add_member_subclass(:existing_prompt, Types::CustomPromptInput::ExistingPrompt)
|
|
4875
|
+
CustomPromptInput.add_member_subclass(:new_prompt, Types::CustomPromptInput::NewPrompt)
|
|
4876
|
+
CustomPromptInput.add_member_subclass(:unknown, Types::CustomPromptInput::Unknown)
|
|
4877
|
+
CustomPromptInput.struct_class = Types::CustomPromptInput
|
|
4878
|
+
|
|
4879
|
+
CustomPromptInputParameters.add_member(:response_length, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "ResponseLength"))
|
|
4880
|
+
CustomPromptInputParameters.add_member(:output_style, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "OutputStyle"))
|
|
4881
|
+
CustomPromptInputParameters.add_member(:identity, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "Identity"))
|
|
4882
|
+
CustomPromptInputParameters.add_member(:tone, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "Tone"))
|
|
4883
|
+
CustomPromptInputParameters.add_member(:custom_instructions, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "CustomInstructions"))
|
|
4884
|
+
CustomPromptInputParameters.struct_class = Types::CustomPromptInputParameters
|
|
4885
|
+
|
|
4886
|
+
CustomPromptInterface.add_member(:model_profile_id, Shapes::ShapeRef.new(shape: ModelProfileId, required: true, location_name: "ModelProfileId"))
|
|
4887
|
+
CustomPromptInterface.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, required: true, location_name: "SubscriptionId"))
|
|
4888
|
+
CustomPromptInterface.add_member(:qbs_aws_account_id, Shapes::ShapeRef.new(shape: QbsAwsAccountId, required: true, location_name: "QbsAwsAccountId"))
|
|
4889
|
+
CustomPromptInterface.add_member(:response_length, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "ResponseLength"))
|
|
4890
|
+
CustomPromptInterface.add_member(:output_style, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "OutputStyle"))
|
|
4891
|
+
CustomPromptInterface.add_member(:identity, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "Identity"))
|
|
4892
|
+
CustomPromptInterface.add_member(:tone, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "Tone"))
|
|
4893
|
+
CustomPromptInterface.add_member(:custom_instructions, Shapes::ShapeRef.new(shape: StyleDescription, location_name: "CustomInstructions"))
|
|
4894
|
+
CustomPromptInterface.add_member(:prompt_summary, Shapes::ShapeRef.new(shape: SensitiveText, location_name: "promptSummary"))
|
|
4895
|
+
CustomPromptInterface.struct_class = Types::CustomPromptInterface
|
|
4896
|
+
|
|
4897
|
+
CustomPromptProfile.add_member(:model_profile_id, Shapes::ShapeRef.new(shape: ModelProfileId, required: true, location_name: "ModelProfileId"))
|
|
4898
|
+
CustomPromptProfile.add_member(:subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, required: true, location_name: "SubscriptionId"))
|
|
4899
|
+
CustomPromptProfile.add_member(:qbs_aws_account_id, Shapes::ShapeRef.new(shape: QbsAwsAccountId, required: true, location_name: "QbsAwsAccountId"))
|
|
4900
|
+
CustomPromptProfile.struct_class = Types::CustomPromptProfile
|
|
4901
|
+
|
|
4621
4902
|
CustomSql.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
|
|
4622
4903
|
CustomSql.add_member(:name, Shapes::ShapeRef.new(shape: CustomSqlName, required: true, location_name: "Name"))
|
|
4623
4904
|
CustomSql.add_member(:sql_query, Shapes::ShapeRef.new(shape: SqlQuery, required: true, location_name: "SqlQuery"))
|
|
@@ -5352,6 +5633,13 @@ module Aws::QuickSight
|
|
|
5352
5633
|
DeleteActionConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
5353
5634
|
DeleteActionConnectorResponse.struct_class = Types::DeleteActionConnectorResponse
|
|
5354
5635
|
|
|
5636
|
+
DeleteAgentRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "AgentId"))
|
|
5637
|
+
DeleteAgentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5638
|
+
DeleteAgentRequest.struct_class = Types::DeleteAgentRequest
|
|
5639
|
+
|
|
5640
|
+
DeleteAgentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
5641
|
+
DeleteAgentResponse.struct_class = Types::DeleteAgentResponse
|
|
5642
|
+
|
|
5355
5643
|
DeleteAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5356
5644
|
DeleteAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
|
5357
5645
|
DeleteAnalysisRequest.add_member(:recovery_window_in_days, Shapes::ShapeRef.new(shape: RecoveryWindowInDays, location: "querystring", location_name: "recovery-window-in-days"))
|
|
@@ -5434,6 +5722,14 @@ module Aws::QuickSight
|
|
|
5434
5722
|
DeleteDefaultQBusinessApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
5435
5723
|
DeleteDefaultQBusinessApplicationResponse.struct_class = Types::DeleteDefaultQBusinessApplicationResponse
|
|
5436
5724
|
|
|
5725
|
+
DeleteFlowRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5726
|
+
DeleteFlowRequest.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location: "uri", location_name: "FlowId"))
|
|
5727
|
+
DeleteFlowRequest.struct_class = Types::DeleteFlowRequest
|
|
5728
|
+
|
|
5729
|
+
DeleteFlowResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
5730
|
+
DeleteFlowResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
5731
|
+
DeleteFlowResponse.struct_class = Types::DeleteFlowResponse
|
|
5732
|
+
|
|
5437
5733
|
DeleteFolderMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5438
5734
|
DeleteFolderMembershipRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
|
5439
5735
|
DeleteFolderMembershipRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "MemberId"))
|
|
@@ -5499,6 +5795,16 @@ module Aws::QuickSight
|
|
|
5499
5795
|
DeleteNamespaceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
5500
5796
|
DeleteNamespaceResponse.struct_class = Types::DeleteNamespaceResponse
|
|
5501
5797
|
|
|
5798
|
+
DeleteOAuthClientApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5799
|
+
DeleteOAuthClientApplicationRequest.add_member(:o_auth_client_application_id, Shapes::ShapeRef.new(shape: OAuthClientApplicationId, required: true, location: "uri", location_name: "OAuthClientApplicationId"))
|
|
5800
|
+
DeleteOAuthClientApplicationRequest.struct_class = Types::DeleteOAuthClientApplicationRequest
|
|
5801
|
+
|
|
5802
|
+
DeleteOAuthClientApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
5803
|
+
DeleteOAuthClientApplicationResponse.add_member(:o_auth_client_application_id, Shapes::ShapeRef.new(shape: OAuthClientApplicationId, location_name: "OAuthClientApplicationId"))
|
|
5804
|
+
DeleteOAuthClientApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
5805
|
+
DeleteOAuthClientApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
5806
|
+
DeleteOAuthClientApplicationResponse.struct_class = Types::DeleteOAuthClientApplicationResponse
|
|
5807
|
+
|
|
5502
5808
|
DeleteRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
|
5503
5809
|
DeleteRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5504
5810
|
DeleteRefreshScheduleRequest.add_member(:schedule_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "ScheduleId"))
|
|
@@ -5529,6 +5835,15 @@ module Aws::QuickSight
|
|
|
5529
5835
|
DeleteRoleMembershipResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
5530
5836
|
DeleteRoleMembershipResponse.struct_class = Types::DeleteRoleMembershipResponse
|
|
5531
5837
|
|
|
5838
|
+
DeleteSpaceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5839
|
+
DeleteSpaceRequest.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location: "uri", location_name: "SpaceId"))
|
|
5840
|
+
DeleteSpaceRequest.struct_class = Types::DeleteSpaceRequest
|
|
5841
|
+
|
|
5842
|
+
DeleteSpaceResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
5843
|
+
DeleteSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
5844
|
+
DeleteSpaceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
5845
|
+
DeleteSpaceResponse.struct_class = Types::DeleteSpaceResponse
|
|
5846
|
+
|
|
5532
5847
|
DeleteTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5533
5848
|
DeleteTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
|
5534
5849
|
DeleteTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
|
@@ -5693,6 +6008,24 @@ module Aws::QuickSight
|
|
|
5693
6008
|
DescribeActionConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
5694
6009
|
DescribeActionConnectorResponse.struct_class = Types::DescribeActionConnectorResponse
|
|
5695
6010
|
|
|
6011
|
+
DescribeAgentPermissionsRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "AgentId"))
|
|
6012
|
+
DescribeAgentPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
6013
|
+
DescribeAgentPermissionsRequest.struct_class = Types::DescribeAgentPermissionsRequest
|
|
6014
|
+
|
|
6015
|
+
DescribeAgentPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "Arn"))
|
|
6016
|
+
DescribeAgentPermissionsResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location_name: "AgentId"))
|
|
6017
|
+
DescribeAgentPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, required: true, location_name: "Permissions"))
|
|
6018
|
+
DescribeAgentPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RequestId"))
|
|
6019
|
+
DescribeAgentPermissionsResponse.struct_class = Types::DescribeAgentPermissionsResponse
|
|
6020
|
+
|
|
6021
|
+
DescribeAgentRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "AgentId"))
|
|
6022
|
+
DescribeAgentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
6023
|
+
DescribeAgentRequest.struct_class = Types::DescribeAgentRequest
|
|
6024
|
+
|
|
6025
|
+
DescribeAgentResponse.add_member(:agent, Shapes::ShapeRef.new(shape: Agent, required: true, location_name: "Agent"))
|
|
6026
|
+
DescribeAgentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
6027
|
+
DescribeAgentResponse.struct_class = Types::DescribeAgentResponse
|
|
6028
|
+
|
|
5696
6029
|
DescribeAnalysisDefinitionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5697
6030
|
DescribeAnalysisDefinitionRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
|
5698
6031
|
DescribeAnalysisDefinitionRequest.struct_class = Types::DescribeAnalysisDefinitionRequest
|
|
@@ -5966,6 +6299,16 @@ module Aws::QuickSight
|
|
|
5966
6299
|
DescribeDefaultQBusinessApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: String, location_name: "ApplicationId"))
|
|
5967
6300
|
DescribeDefaultQBusinessApplicationResponse.struct_class = Types::DescribeDefaultQBusinessApplicationResponse
|
|
5968
6301
|
|
|
6302
|
+
DescribeFlowRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
6303
|
+
DescribeFlowRequest.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location: "uri", location_name: "FlowId"))
|
|
6304
|
+
DescribeFlowRequest.add_member(:publish_state, Shapes::ShapeRef.new(shape: FlowPublishState, required: true, location: "querystring", location_name: "publish-state"))
|
|
6305
|
+
DescribeFlowRequest.struct_class = Types::DescribeFlowRequest
|
|
6306
|
+
|
|
6307
|
+
DescribeFlowResponse.add_member(:flow, Shapes::ShapeRef.new(shape: FlowDetail, required: true, location_name: "Flow"))
|
|
6308
|
+
DescribeFlowResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
6309
|
+
DescribeFlowResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
6310
|
+
DescribeFlowResponse.struct_class = Types::DescribeFlowResponse
|
|
6311
|
+
|
|
5969
6312
|
DescribeFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
5970
6313
|
DescribeFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
|
5971
6314
|
DescribeFolderPermissionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
|
@@ -6078,6 +6421,15 @@ module Aws::QuickSight
|
|
|
6078
6421
|
DescribeNamespaceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
6079
6422
|
DescribeNamespaceResponse.struct_class = Types::DescribeNamespaceResponse
|
|
6080
6423
|
|
|
6424
|
+
DescribeOAuthClientApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
6425
|
+
DescribeOAuthClientApplicationRequest.add_member(:o_auth_client_application_id, Shapes::ShapeRef.new(shape: OAuthClientApplicationId, required: true, location: "uri", location_name: "OAuthClientApplicationId"))
|
|
6426
|
+
DescribeOAuthClientApplicationRequest.struct_class = Types::DescribeOAuthClientApplicationRequest
|
|
6427
|
+
|
|
6428
|
+
DescribeOAuthClientApplicationResponse.add_member(:o_auth_client_application, Shapes::ShapeRef.new(shape: OAuthClientApplication, location_name: "OAuthClientApplication"))
|
|
6429
|
+
DescribeOAuthClientApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
6430
|
+
DescribeOAuthClientApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
6431
|
+
DescribeOAuthClientApplicationResponse.struct_class = Types::DescribeOAuthClientApplicationResponse
|
|
6432
|
+
|
|
6081
6433
|
DescribeQPersonalizationConfigurationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
6082
6434
|
DescribeQPersonalizationConfigurationRequest.struct_class = Types::DescribeQPersonalizationConfigurationRequest
|
|
6083
6435
|
|
|
@@ -6124,6 +6476,28 @@ module Aws::QuickSight
|
|
|
6124
6476
|
DescribeSelfUpgradeConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
6125
6477
|
DescribeSelfUpgradeConfigurationResponse.struct_class = Types::DescribeSelfUpgradeConfigurationResponse
|
|
6126
6478
|
|
|
6479
|
+
DescribeSpacePermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
6480
|
+
DescribeSpacePermissionsRequest.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location: "uri", location_name: "SpaceId"))
|
|
6481
|
+
DescribeSpacePermissionsRequest.struct_class = Types::DescribeSpacePermissionsRequest
|
|
6482
|
+
|
|
6483
|
+
DescribeSpacePermissionsResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
6484
|
+
DescribeSpacePermissionsResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
6485
|
+
DescribeSpacePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
|
6486
|
+
DescribeSpacePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
6487
|
+
DescribeSpacePermissionsResponse.struct_class = Types::DescribeSpacePermissionsResponse
|
|
6488
|
+
|
|
6489
|
+
DescribeSpaceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
6490
|
+
DescribeSpaceRequest.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location: "uri", location_name: "SpaceId"))
|
|
6491
|
+
DescribeSpaceRequest.add_member(:max_contributors, Shapes::ShapeRef.new(shape: MaxContributors, location: "querystring", location_name: "maxContributors"))
|
|
6492
|
+
DescribeSpaceRequest.struct_class = Types::DescribeSpaceRequest
|
|
6493
|
+
|
|
6494
|
+
DescribeSpaceResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
6495
|
+
DescribeSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
6496
|
+
DescribeSpaceResponse.add_member(:space, Shapes::ShapeRef.new(shape: SpaceDetails, required: true, location_name: "Space"))
|
|
6497
|
+
DescribeSpaceResponse.add_member(:contributors, Shapes::ShapeRef.new(shape: SpaceContributorList, location_name: "Contributors"))
|
|
6498
|
+
DescribeSpaceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
6499
|
+
DescribeSpaceResponse.struct_class = Types::DescribeSpaceResponse
|
|
6500
|
+
|
|
6127
6501
|
DescribeTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
6128
6502
|
DescribeTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
|
6129
6503
|
DescribeTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
|
@@ -6392,6 +6766,20 @@ module Aws::QuickSight
|
|
|
6392
6766
|
FailedKeyRegistrationEntry.add_member(:sender_fault, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "SenderFault"))
|
|
6393
6767
|
FailedKeyRegistrationEntry.struct_class = Types::FailedKeyRegistrationEntry
|
|
6394
6768
|
|
|
6769
|
+
FailedSpaceResourceOperation.add_member(:resource_type, Shapes::ShapeRef.new(shape: SpaceQuickSightResourceType, required: true, location_name: "ResourceType"))
|
|
6770
|
+
FailedSpaceResourceOperation.add_member(:resource_details, Shapes::ShapeRef.new(shape: SpaceQuickSightResourceDetails, location_name: "ResourceDetails"))
|
|
6771
|
+
FailedSpaceResourceOperation.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorMessage"))
|
|
6772
|
+
FailedSpaceResourceOperation.struct_class = Types::FailedSpaceResourceOperation
|
|
6773
|
+
|
|
6774
|
+
FailedSpaceResourceOperations.member = Shapes::ShapeRef.new(shape: FailedSpaceResourceOperation)
|
|
6775
|
+
|
|
6776
|
+
FailedToUpdateAssociation.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
6777
|
+
FailedToUpdateAssociation.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
|
6778
|
+
FailedToUpdateAssociation.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
|
|
6779
|
+
FailedToUpdateAssociation.struct_class = Types::FailedToUpdateAssociation
|
|
6780
|
+
|
|
6781
|
+
FailedToUpdateAssociationList.member = Shapes::ShapeRef.new(shape: FailedToUpdateAssociation)
|
|
6782
|
+
|
|
6395
6783
|
FieldBarSeriesItem.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
|
|
6396
6784
|
FieldBarSeriesItem.add_member(:settings, Shapes::ShapeRef.new(shape: BarChartSeriesSettings, location_name: "Settings"))
|
|
6397
6785
|
FieldBarSeriesItem.struct_class = Types::FieldBarSeriesItem
|
|
@@ -6632,6 +7020,19 @@ module Aws::QuickSight
|
|
|
6632
7020
|
FiltersOperation.add_member(:filter_operations, Shapes::ShapeRef.new(shape: FilterOperationList, required: true, location_name: "FilterOperations"))
|
|
6633
7021
|
FiltersOperation.struct_class = Types::FiltersOperation
|
|
6634
7022
|
|
|
7023
|
+
FlowDetail.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
|
7024
|
+
FlowDetail.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
|
|
7025
|
+
FlowDetail.add_member(:name, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "Name"))
|
|
7026
|
+
FlowDetail.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "Description"))
|
|
7027
|
+
FlowDetail.add_member(:publish_state, Shapes::ShapeRef.new(shape: FlowPublishState, required: true, location_name: "PublishState"))
|
|
7028
|
+
FlowDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
|
|
7029
|
+
FlowDetail.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "CreatedBy"))
|
|
7030
|
+
FlowDetail.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
|
7031
|
+
FlowDetail.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: String, location_name: "LastUpdatedBy"))
|
|
7032
|
+
FlowDetail.add_member(:flow_definition, Shapes::ShapeRef.new(shape: SensitiveDocument, required: true, location_name: "FlowDefinition"))
|
|
7033
|
+
FlowDetail.add_member(:step_aliases, Shapes::ShapeRef.new(shape: StepAliasList, location_name: "StepAliases"))
|
|
7034
|
+
FlowDetail.struct_class = Types::FlowDetail
|
|
7035
|
+
|
|
6635
7036
|
FlowSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
|
6636
7037
|
FlowSummary.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
|
|
6637
7038
|
FlowSummary.add_member(:name, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "Name"))
|
|
@@ -7836,6 +8237,16 @@ module Aws::QuickSight
|
|
|
7836
8237
|
ListActionConnectorsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
7837
8238
|
ListActionConnectorsResponse.struct_class = Types::ListActionConnectorsResponse
|
|
7838
8239
|
|
|
8240
|
+
ListAgentsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
8241
|
+
ListAgentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAgentsRequestMaxResultsInteger, location: "querystring", location_name: "max-results"))
|
|
8242
|
+
ListAgentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
|
8243
|
+
ListAgentsRequest.struct_class = Types::ListAgentsRequest
|
|
8244
|
+
|
|
8245
|
+
ListAgentsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
8246
|
+
ListAgentsResponse.add_member(:agent_summaries, Shapes::ShapeRef.new(shape: AgentSummaries, required: true, location_name: "AgentSummaries"))
|
|
8247
|
+
ListAgentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
8248
|
+
ListAgentsResponse.struct_class = Types::ListAgentsResponse
|
|
8249
|
+
|
|
7839
8250
|
ListAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
7840
8251
|
ListAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
|
7841
8252
|
ListAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
|
@@ -8077,6 +8488,17 @@ module Aws::QuickSight
|
|
|
8077
8488
|
ListNamespacesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
8078
8489
|
ListNamespacesResponse.struct_class = Types::ListNamespacesResponse
|
|
8079
8490
|
|
|
8491
|
+
ListOAuthClientApplicationsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
8492
|
+
ListOAuthClientApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
|
8493
|
+
ListOAuthClientApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
|
8494
|
+
ListOAuthClientApplicationsRequest.struct_class = Types::ListOAuthClientApplicationsRequest
|
|
8495
|
+
|
|
8496
|
+
ListOAuthClientApplicationsResponse.add_member(:o_auth_client_applications, Shapes::ShapeRef.new(shape: OAuthClientApplicationSummaryList, location_name: "OAuthClientApplications"))
|
|
8497
|
+
ListOAuthClientApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
8498
|
+
ListOAuthClientApplicationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
8499
|
+
ListOAuthClientApplicationsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
8500
|
+
ListOAuthClientApplicationsResponse.struct_class = Types::ListOAuthClientApplicationsResponse
|
|
8501
|
+
|
|
8080
8502
|
ListRefreshSchedulesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
8081
8503
|
ListRefreshSchedulesRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
|
8082
8504
|
ListRefreshSchedulesRequest.struct_class = Types::ListRefreshSchedulesRequest
|
|
@@ -8111,6 +8533,28 @@ module Aws::QuickSight
|
|
|
8111
8533
|
ListSelfUpgradesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
8112
8534
|
ListSelfUpgradesResponse.struct_class = Types::ListSelfUpgradesResponse
|
|
8113
8535
|
|
|
8536
|
+
ListSpaceResourcesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
8537
|
+
ListSpaceResourcesRequest.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location: "uri", location_name: "SpaceId"))
|
|
8538
|
+
ListSpaceResourcesRequest.struct_class = Types::ListSpaceResourcesRequest
|
|
8539
|
+
|
|
8540
|
+
ListSpaceResourcesResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
8541
|
+
ListSpaceResourcesResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
8542
|
+
ListSpaceResourcesResponse.add_member(:space_resources, Shapes::ShapeRef.new(shape: SpaceResourceSummaries, required: true, location_name: "SpaceResources"))
|
|
8543
|
+
ListSpaceResourcesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
8544
|
+
ListSpaceResourcesResponse.struct_class = Types::ListSpaceResourcesResponse
|
|
8545
|
+
|
|
8546
|
+
ListSpacesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
8547
|
+
ListSpacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
|
|
8548
|
+
ListSpacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SpacesMaxResults, location: "querystring", location_name: "max-results"))
|
|
8549
|
+
ListSpacesRequest.struct_class = Types::ListSpacesRequest
|
|
8550
|
+
|
|
8551
|
+
ListSpacesResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
8552
|
+
ListSpacesResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
8553
|
+
ListSpacesResponse.add_member(:space_summaries, Shapes::ShapeRef.new(shape: SpaceSummaries, required: true, location_name: "SpaceSummaries"))
|
|
8554
|
+
ListSpacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8555
|
+
ListSpacesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
8556
|
+
ListSpacesResponse.struct_class = Types::ListSpacesResponse
|
|
8557
|
+
|
|
8114
8558
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
|
8115
8559
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
|
8116
8560
|
|
|
@@ -8507,6 +8951,31 @@ module Aws::QuickSight
|
|
|
8507
8951
|
NumericalMeasureField.add_member(:format_configuration, Shapes::ShapeRef.new(shape: NumberFormatConfiguration, location_name: "FormatConfiguration"))
|
|
8508
8952
|
NumericalMeasureField.struct_class = Types::NumericalMeasureField
|
|
8509
8953
|
|
|
8954
|
+
OAuthClientApplication.add_member(:o_auth_client_application_id, Shapes::ShapeRef.new(shape: OAuthClientApplicationId, location_name: "OAuthClientApplicationId"))
|
|
8955
|
+
OAuthClientApplication.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
|
8956
|
+
OAuthClientApplication.add_member(:o_auth_client_authentication_type, Shapes::ShapeRef.new(shape: OAuthClientAuthenticationType, location_name: "OAuthClientAuthenticationType"))
|
|
8957
|
+
OAuthClientApplication.add_member(:o_auth_token_endpoint_url, Shapes::ShapeRef.new(shape: OAuthTokenEndpointUrl, location_name: "OAuthTokenEndpointUrl"))
|
|
8958
|
+
OAuthClientApplication.add_member(:o_auth_authorization_endpoint_url, Shapes::ShapeRef.new(shape: OAuthAuthorizationEndpointUrl, location_name: "OAuthAuthorizationEndpointUrl"))
|
|
8959
|
+
OAuthClientApplication.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopesString, location_name: "OAuthScopes"))
|
|
8960
|
+
OAuthClientApplication.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "DataSourceType"))
|
|
8961
|
+
OAuthClientApplication.add_member(:identity_provider_vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "IdentityProviderVpcConnectionProperties"))
|
|
8962
|
+
OAuthClientApplication.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
|
8963
|
+
OAuthClientApplication.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
|
8964
|
+
OAuthClientApplication.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
8965
|
+
OAuthClientApplication.struct_class = Types::OAuthClientApplication
|
|
8966
|
+
|
|
8967
|
+
OAuthClientApplicationSummary.add_member(:o_auth_client_application_id, Shapes::ShapeRef.new(shape: OAuthClientApplicationId, location_name: "OAuthClientApplicationId"))
|
|
8968
|
+
OAuthClientApplicationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
|
8969
|
+
OAuthClientApplicationSummary.add_member(:o_auth_client_authentication_type, Shapes::ShapeRef.new(shape: OAuthClientAuthenticationType, location_name: "OAuthClientAuthenticationType"))
|
|
8970
|
+
OAuthClientApplicationSummary.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "DataSourceType"))
|
|
8971
|
+
OAuthClientApplicationSummary.add_member(:identity_provider_vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "IdentityProviderVpcConnectionProperties"))
|
|
8972
|
+
OAuthClientApplicationSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
|
8973
|
+
OAuthClientApplicationSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
|
8974
|
+
OAuthClientApplicationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
8975
|
+
OAuthClientApplicationSummary.struct_class = Types::OAuthClientApplicationSummary
|
|
8976
|
+
|
|
8977
|
+
OAuthClientApplicationSummaryList.member = Shapes::ShapeRef.new(shape: OAuthClientApplicationSummary)
|
|
8978
|
+
|
|
8510
8979
|
OAuthClientCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: OAuthClientId, location_name: "ClientId"))
|
|
8511
8980
|
OAuthClientCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: OAuthClientSecret, location_name: "ClientSecret"))
|
|
8512
8981
|
OAuthClientCredentials.add_member(:username, Shapes::ShapeRef.new(shape: OAuthUsername, location_name: "Username"))
|
|
@@ -9557,6 +10026,17 @@ module Aws::QuickSight
|
|
|
9557
10026
|
SearchActionConnectorsResponse.add_member(:action_connector_summaries, Shapes::ShapeRef.new(shape: ActionConnectorSummaryList, location_name: "ActionConnectorSummaries"))
|
|
9558
10027
|
SearchActionConnectorsResponse.struct_class = Types::SearchActionConnectorsResponse
|
|
9559
10028
|
|
|
10029
|
+
SearchAgentsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
10030
|
+
SearchAgentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AgentSearchFilterList, required: true, location_name: "Filters"))
|
|
10031
|
+
SearchAgentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AgentsMaxResults, location: "querystring", location_name: "max-results"))
|
|
10032
|
+
SearchAgentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
|
10033
|
+
SearchAgentsRequest.struct_class = Types::SearchAgentsRequest
|
|
10034
|
+
|
|
10035
|
+
SearchAgentsResponse.add_member(:agent_summaries, Shapes::ShapeRef.new(shape: AgentSummaryList, location_name: "AgentSummaries"))
|
|
10036
|
+
SearchAgentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
10037
|
+
SearchAgentsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
10038
|
+
SearchAgentsResponse.struct_class = Types::SearchAgentsResponse
|
|
10039
|
+
|
|
9560
10040
|
SearchAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
9561
10041
|
SearchAnalysesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AnalysisSearchFilterList, required: true, location_name: "Filters"))
|
|
9562
10042
|
SearchAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
@@ -9649,6 +10129,19 @@ module Aws::QuickSight
|
|
|
9649
10129
|
SearchGroupsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
9650
10130
|
SearchGroupsResponse.struct_class = Types::SearchGroupsResponse
|
|
9651
10131
|
|
|
10132
|
+
SearchSpacesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
10133
|
+
SearchSpacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
10134
|
+
SearchSpacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SpacesMaxResults, location_name: "MaxResults"))
|
|
10135
|
+
SearchSpacesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SpaceQuicksightSearchFilters, required: true, location_name: "Filters"))
|
|
10136
|
+
SearchSpacesRequest.struct_class = Types::SearchSpacesRequest
|
|
10137
|
+
|
|
10138
|
+
SearchSpacesResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
10139
|
+
SearchSpacesResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
10140
|
+
SearchSpacesResponse.add_member(:space_summaries, Shapes::ShapeRef.new(shape: SpaceSummaries, required: true, location_name: "SpaceSummaries"))
|
|
10141
|
+
SearchSpacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
10142
|
+
SearchSpacesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
10143
|
+
SearchSpacesResponse.struct_class = Types::SearchSpacesResponse
|
|
10144
|
+
|
|
9652
10145
|
SearchTopicsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
9653
10146
|
SearchTopicsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: TopicSearchFilterList, required: true, location_name: "Filters"))
|
|
9654
10147
|
SearchTopicsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
@@ -10037,6 +10530,72 @@ module Aws::QuickSight
|
|
|
10037
10530
|
SourceTableMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
10038
10531
|
SourceTableMap.value = Shapes::ShapeRef.new(shape: SourceTable)
|
|
10039
10532
|
|
|
10533
|
+
SpaceContributor.add_member(:user_name, Shapes::ShapeRef.new(shape: String, location_name: "userName"))
|
|
10534
|
+
SpaceContributor.add_member(:raw_file_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "rawFileSizeBytes", metadata: {"box" => true}))
|
|
10535
|
+
SpaceContributor.add_member(:percentage, Shapes::ShapeRef.new(shape: Double, location_name: "percentage", metadata: {"box" => true}))
|
|
10536
|
+
SpaceContributor.struct_class = Types::SpaceContributor
|
|
10537
|
+
|
|
10538
|
+
SpaceContributorList.member = Shapes::ShapeRef.new(shape: SpaceContributor)
|
|
10539
|
+
|
|
10540
|
+
SpaceDetails.add_member(:name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "name"))
|
|
10541
|
+
SpaceDetails.add_member(:description, Shapes::ShapeRef.new(shape: SpaceDescription, location_name: "description"))
|
|
10542
|
+
SpaceDetails.add_member(:resources, Shapes::ShapeRef.new(shape: SpaceQuickSightResources, location_name: "resources"))
|
|
10543
|
+
SpaceDetails.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
10544
|
+
SpaceDetails.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
10545
|
+
SpaceDetails.add_member(:consumed_source_size, Shapes::ShapeRef.new(shape: Long, location_name: "consumedSourceSize", metadata: {"box" => true}))
|
|
10546
|
+
SpaceDetails.add_member(:consumed_source_doc_count, Shapes::ShapeRef.new(shape: Integer, location_name: "consumedSourceDocCount", metadata: {"box" => true}))
|
|
10547
|
+
SpaceDetails.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "createdBy"))
|
|
10548
|
+
SpaceDetails.add_member(:created_by_arn, Shapes::ShapeRef.new(shape: String, location_name: "createdByArn"))
|
|
10549
|
+
SpaceDetails.struct_class = Types::SpaceDetails
|
|
10550
|
+
|
|
10551
|
+
SpaceQuickSightResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: SpaceQuickSightResourceType, required: true, location_name: "resourceType"))
|
|
10552
|
+
SpaceQuickSightResource.add_member(:resource_details, Shapes::ShapeRef.new(shape: SpaceQuickSightResourceDetails, required: true, location_name: "resourceDetails"))
|
|
10553
|
+
SpaceQuickSightResource.struct_class = Types::SpaceQuickSightResource
|
|
10554
|
+
|
|
10555
|
+
SpaceQuickSightResourceDetails.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "resourceArn"))
|
|
10556
|
+
SpaceQuickSightResourceDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
10557
|
+
SpaceQuickSightResourceDetails.add_member_subclass(:resource_arn, Types::SpaceQuickSightResourceDetails::ResourceArn)
|
|
10558
|
+
SpaceQuickSightResourceDetails.add_member_subclass(:unknown, Types::SpaceQuickSightResourceDetails::Unknown)
|
|
10559
|
+
SpaceQuickSightResourceDetails.struct_class = Types::SpaceQuickSightResourceDetails
|
|
10560
|
+
|
|
10561
|
+
SpaceQuickSightResources.member = Shapes::ShapeRef.new(shape: SpaceQuickSightResource)
|
|
10562
|
+
|
|
10563
|
+
SpaceQuicksightSearchFilter.add_member(:name, Shapes::ShapeRef.new(shape: SpaceQuickSightSearchFilterName, required: true, location_name: "name"))
|
|
10564
|
+
SpaceQuicksightSearchFilter.add_member(:operator, Shapes::ShapeRef.new(shape: SpaceSearchOperator, required: true, location_name: "operator"))
|
|
10565
|
+
SpaceQuicksightSearchFilter.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
|
10566
|
+
SpaceQuicksightSearchFilter.struct_class = Types::SpaceQuicksightSearchFilter
|
|
10567
|
+
|
|
10568
|
+
SpaceQuicksightSearchFilters.member = Shapes::ShapeRef.new(shape: SpaceQuicksightSearchFilter)
|
|
10569
|
+
|
|
10570
|
+
SpaceResourceOperation.add_member(:resource_type, Shapes::ShapeRef.new(shape: SpaceQuickSightResourceType, required: true, location_name: "ResourceType"))
|
|
10571
|
+
SpaceResourceOperation.add_member(:resource_details, Shapes::ShapeRef.new(shape: SpaceQuickSightResourceDetails, required: true, location_name: "ResourceDetails"))
|
|
10572
|
+
SpaceResourceOperation.struct_class = Types::SpaceResourceOperation
|
|
10573
|
+
|
|
10574
|
+
SpaceResourceOperations.member = Shapes::ShapeRef.new(shape: SpaceResourceOperation)
|
|
10575
|
+
|
|
10576
|
+
SpaceResourceSummaries.member = Shapes::ShapeRef.new(shape: SpaceResourceSummary)
|
|
10577
|
+
|
|
10578
|
+
SpaceResourceSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: SpaceQuickSightResourceType, required: true, location_name: "ResourceType"))
|
|
10579
|
+
SpaceResourceSummary.add_member(:resource_details, Shapes::ShapeRef.new(shape: SpaceQuickSightResourceDetails, required: true, location_name: "ResourceDetails"))
|
|
10580
|
+
SpaceResourceSummary.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, location_name: "ResourceName"))
|
|
10581
|
+
SpaceResourceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
|
10582
|
+
SpaceResourceSummary.struct_class = Types::SpaceResourceSummary
|
|
10583
|
+
|
|
10584
|
+
SpaceSummaries.member = Shapes::ShapeRef.new(shape: SpaceSummary)
|
|
10585
|
+
|
|
10586
|
+
SpaceSummary.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
10587
|
+
SpaceSummary.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
10588
|
+
SpaceSummary.add_member(:name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "name"))
|
|
10589
|
+
SpaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: SpaceDescription, location_name: "description"))
|
|
10590
|
+
SpaceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
10591
|
+
SpaceSummary.add_member(:consumed_source_size, Shapes::ShapeRef.new(shape: Long, location_name: "consumedSourceSize", metadata: {"box" => true}))
|
|
10592
|
+
SpaceSummary.add_member(:consumed_source_doc_count, Shapes::ShapeRef.new(shape: Integer, location_name: "consumedSourceDocCount", metadata: {"box" => true}))
|
|
10593
|
+
SpaceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
10594
|
+
SpaceSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "createdBy"))
|
|
10595
|
+
SpaceSummary.add_member(:created_by_arn, Shapes::ShapeRef.new(shape: String, location_name: "createdByArn"))
|
|
10596
|
+
SpaceSummary.add_member(:resources_count, Shapes::ShapeRef.new(shape: Integer, location_name: "resourcesCount", metadata: {"box" => true}))
|
|
10597
|
+
SpaceSummary.struct_class = Types::SpaceSummary
|
|
10598
|
+
|
|
10040
10599
|
Spacing.add_member(:top, Shapes::ShapeRef.new(shape: Length, location_name: "Top"))
|
|
10041
10600
|
Spacing.add_member(:bottom, Shapes::ShapeRef.new(shape: Length, location_name: "Bottom"))
|
|
10042
10601
|
Spacing.add_member(:left, Shapes::ShapeRef.new(shape: Length, location_name: "Left"))
|
|
@@ -10148,6 +10707,8 @@ module Aws::QuickSight
|
|
|
10148
10707
|
StartDashboardSnapshotJobScheduleResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
10149
10708
|
StartDashboardSnapshotJobScheduleResponse.struct_class = Types::StartDashboardSnapshotJobScheduleResponse
|
|
10150
10709
|
|
|
10710
|
+
StarterPromptList.member = Shapes::ShapeRef.new(shape: StarterPrompt)
|
|
10711
|
+
|
|
10151
10712
|
StatePersistenceConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
|
10152
10713
|
StatePersistenceConfigurations.struct_class = Types::StatePersistenceConfigurations
|
|
10153
10714
|
|
|
@@ -10169,6 +10730,12 @@ module Aws::QuickSight
|
|
|
10169
10730
|
StaticFileUrlSourceOptions.add_member(:url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Url"))
|
|
10170
10731
|
StaticFileUrlSourceOptions.struct_class = Types::StaticFileUrlSourceOptions
|
|
10171
10732
|
|
|
10733
|
+
StepAliasList.member = Shapes::ShapeRef.new(shape: StepAliasMapping)
|
|
10734
|
+
|
|
10735
|
+
StepAliasMapping.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "StepId"))
|
|
10736
|
+
StepAliasMapping.add_member(:step_alias, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StepAlias"))
|
|
10737
|
+
StepAliasMapping.struct_class = Types::StepAliasMapping
|
|
10738
|
+
|
|
10172
10739
|
StringDatasetParameter.add_member(:id, Shapes::ShapeRef.new(shape: DatasetParameterId, required: true, location_name: "Id"))
|
|
10173
10740
|
StringDatasetParameter.add_member(:name, Shapes::ShapeRef.new(shape: DatasetParameterName, required: true, location_name: "Name"))
|
|
10174
10741
|
StringDatasetParameter.add_member(:value_type, Shapes::ShapeRef.new(shape: DatasetParameterValueType, required: true, location_name: "ValueType"))
|
|
@@ -11192,6 +11759,54 @@ module Aws::QuickSight
|
|
|
11192
11759
|
UpdateActionConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
11193
11760
|
UpdateActionConnectorResponse.struct_class = Types::UpdateActionConnectorResponse
|
|
11194
11761
|
|
|
11762
|
+
UpdateAgentPermissionsRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "AgentId"))
|
|
11763
|
+
UpdateAgentPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
11764
|
+
UpdateAgentPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateAgentPermissionsRequestGrantPermissionsList, location_name: "GrantPermissions"))
|
|
11765
|
+
UpdateAgentPermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: UpdateAgentPermissionsRequestRevokePermissionsList, location_name: "RevokePermissions"))
|
|
11766
|
+
UpdateAgentPermissionsRequest.struct_class = Types::UpdateAgentPermissionsRequest
|
|
11767
|
+
|
|
11768
|
+
UpdateAgentPermissionsRequestGrantPermissionsList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
|
|
11769
|
+
|
|
11770
|
+
UpdateAgentPermissionsRequestRevokePermissionsList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
|
|
11771
|
+
|
|
11772
|
+
UpdateAgentPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "Arn"))
|
|
11773
|
+
UpdateAgentPermissionsResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location_name: "AgentId"))
|
|
11774
|
+
UpdateAgentPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
11775
|
+
UpdateAgentPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
|
11776
|
+
UpdateAgentPermissionsResponse.struct_class = Types::UpdateAgentPermissionsResponse
|
|
11777
|
+
|
|
11778
|
+
UpdateAgentRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location: "uri", location_name: "AgentId"))
|
|
11779
|
+
UpdateAgentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
11780
|
+
UpdateAgentRequest.add_member(:name, Shapes::ShapeRef.new(shape: AgentName, required: true, location_name: "Name"))
|
|
11781
|
+
UpdateAgentRequest.add_member(:description, Shapes::ShapeRef.new(shape: AgentDescription, location_name: "Description"))
|
|
11782
|
+
UpdateAgentRequest.add_member(:icon_id, Shapes::ShapeRef.new(shape: IconId, location_name: "IconId"))
|
|
11783
|
+
UpdateAgentRequest.add_member(:starter_prompts, Shapes::ShapeRef.new(shape: StarterPromptList, location_name: "StarterPrompts"))
|
|
11784
|
+
UpdateAgentRequest.add_member(:welcome_message, Shapes::ShapeRef.new(shape: WelcomeMessage, location_name: "WelcomeMessage"))
|
|
11785
|
+
UpdateAgentRequest.add_member(:custom_prompt_input, Shapes::ShapeRef.new(shape: CustomPromptInput, location_name: "CustomPromptInput"))
|
|
11786
|
+
UpdateAgentRequest.add_member(:spaces_to_add, Shapes::ShapeRef.new(shape: UpdateAgentRequestSpacesToAddList, location_name: "SpacesToAdd"))
|
|
11787
|
+
UpdateAgentRequest.add_member(:spaces_to_remove, Shapes::ShapeRef.new(shape: UpdateAgentRequestSpacesToRemoveList, location_name: "SpacesToRemove"))
|
|
11788
|
+
UpdateAgentRequest.add_member(:action_connectors_to_add, Shapes::ShapeRef.new(shape: UpdateAgentRequestActionConnectorsToAddList, location_name: "ActionConnectorsToAdd"))
|
|
11789
|
+
UpdateAgentRequest.add_member(:action_connectors_to_remove, Shapes::ShapeRef.new(shape: UpdateAgentRequestActionConnectorsToRemoveList, location_name: "ActionConnectorsToRemove"))
|
|
11790
|
+
UpdateAgentRequest.struct_class = Types::UpdateAgentRequest
|
|
11791
|
+
|
|
11792
|
+
UpdateAgentRequestActionConnectorsToAddList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
11793
|
+
|
|
11794
|
+
UpdateAgentRequestActionConnectorsToRemoveList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
11795
|
+
|
|
11796
|
+
UpdateAgentRequestSpacesToAddList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
11797
|
+
|
|
11798
|
+
UpdateAgentRequestSpacesToRemoveList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
11799
|
+
|
|
11800
|
+
UpdateAgentResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "Arn"))
|
|
11801
|
+
UpdateAgentResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, required: true, location_name: "AgentId"))
|
|
11802
|
+
UpdateAgentResponse.add_member(:agent_status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "AgentStatus"))
|
|
11803
|
+
UpdateAgentResponse.add_member(:failed_to_add_spaces, Shapes::ShapeRef.new(shape: FailedToUpdateAssociationList, location_name: "FailedToAddSpaces"))
|
|
11804
|
+
UpdateAgentResponse.add_member(:failed_to_remove_spaces, Shapes::ShapeRef.new(shape: FailedToUpdateAssociationList, location_name: "FailedToRemoveSpaces"))
|
|
11805
|
+
UpdateAgentResponse.add_member(:failed_to_add_action_connectors, Shapes::ShapeRef.new(shape: FailedToUpdateAssociationList, location_name: "FailedToAddActionConnectors"))
|
|
11806
|
+
UpdateAgentResponse.add_member(:failed_to_remove_action_connectors, Shapes::ShapeRef.new(shape: FailedToUpdateAssociationList, location_name: "FailedToRemoveActionConnectors"))
|
|
11807
|
+
UpdateAgentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
11808
|
+
UpdateAgentResponse.struct_class = Types::UpdateAgentResponse
|
|
11809
|
+
|
|
11195
11810
|
UpdateAnalysisPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
11196
11811
|
UpdateAnalysisPermissionsRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
|
11197
11812
|
UpdateAnalysisPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "GrantPermissions"))
|
|
@@ -11426,6 +12041,20 @@ module Aws::QuickSight
|
|
|
11426
12041
|
UpdateFlowPermissionsOutput.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
|
|
11427
12042
|
UpdateFlowPermissionsOutput.struct_class = Types::UpdateFlowPermissionsOutput
|
|
11428
12043
|
|
|
12044
|
+
UpdateFlowRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
12045
|
+
UpdateFlowRequest.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location: "uri", location_name: "FlowId"))
|
|
12046
|
+
UpdateFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: TitleInput, location_name: "Name"))
|
|
12047
|
+
UpdateFlowRequest.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescriptionInput, location_name: "Description"))
|
|
12048
|
+
UpdateFlowRequest.add_member(:flow_definition, Shapes::ShapeRef.new(shape: SensitiveDocument, location_name: "FlowDefinition"))
|
|
12049
|
+
UpdateFlowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateFlowRequestClientTokenString, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
12050
|
+
UpdateFlowRequest.struct_class = Types::UpdateFlowRequest
|
|
12051
|
+
|
|
12052
|
+
UpdateFlowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
|
12053
|
+
UpdateFlowResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
|
|
12054
|
+
UpdateFlowResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
12055
|
+
UpdateFlowResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
12056
|
+
UpdateFlowResponse.struct_class = Types::UpdateFlowResponse
|
|
12057
|
+
|
|
11429
12058
|
UpdateFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
11430
12059
|
UpdateFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
|
11431
12060
|
UpdateFolderPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "GrantPermissions"))
|
|
@@ -11510,6 +12139,25 @@ module Aws::QuickSight
|
|
|
11510
12139
|
|
|
11511
12140
|
UpdateLinkPermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
|
|
11512
12141
|
|
|
12142
|
+
UpdateOAuthClientApplicationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
12143
|
+
UpdateOAuthClientApplicationRequest.add_member(:o_auth_client_application_id, Shapes::ShapeRef.new(shape: OAuthClientApplicationId, required: true, location: "uri", location_name: "OAuthClientApplicationId"))
|
|
12144
|
+
UpdateOAuthClientApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
|
12145
|
+
UpdateOAuthClientApplicationRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: OAuthClientId, location_name: "ClientId"))
|
|
12146
|
+
UpdateOAuthClientApplicationRequest.add_member(:client_secret, Shapes::ShapeRef.new(shape: OAuthClientSecret, location_name: "ClientSecret"))
|
|
12147
|
+
UpdateOAuthClientApplicationRequest.add_member(:o_auth_token_endpoint_url, Shapes::ShapeRef.new(shape: OAuthTokenEndpointUrl, location_name: "OAuthTokenEndpointUrl"))
|
|
12148
|
+
UpdateOAuthClientApplicationRequest.add_member(:o_auth_authorization_endpoint_url, Shapes::ShapeRef.new(shape: OAuthAuthorizationEndpointUrl, location_name: "OAuthAuthorizationEndpointUrl"))
|
|
12149
|
+
UpdateOAuthClientApplicationRequest.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopesString, location_name: "OAuthScopes"))
|
|
12150
|
+
UpdateOAuthClientApplicationRequest.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "DataSourceType"))
|
|
12151
|
+
UpdateOAuthClientApplicationRequest.add_member(:identity_provider_vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "IdentityProviderVpcConnectionProperties"))
|
|
12152
|
+
UpdateOAuthClientApplicationRequest.struct_class = Types::UpdateOAuthClientApplicationRequest
|
|
12153
|
+
|
|
12154
|
+
UpdateOAuthClientApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
12155
|
+
UpdateOAuthClientApplicationResponse.add_member(:o_auth_client_application_id, Shapes::ShapeRef.new(shape: OAuthClientApplicationId, location_name: "OAuthClientApplicationId"))
|
|
12156
|
+
UpdateOAuthClientApplicationResponse.add_member(:update_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "UpdateStatus"))
|
|
12157
|
+
UpdateOAuthClientApplicationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
12158
|
+
UpdateOAuthClientApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
12159
|
+
UpdateOAuthClientApplicationResponse.struct_class = Types::UpdateOAuthClientApplicationResponse
|
|
12160
|
+
|
|
11513
12161
|
UpdatePublicSharingSettingsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
11514
12162
|
UpdatePublicSharingSettingsRequest.add_member(:public_sharing_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PublicSharingEnabled"))
|
|
11515
12163
|
UpdatePublicSharingSettingsRequest.struct_class = Types::UpdatePublicSharingSettingsRequest
|
|
@@ -11587,6 +12235,41 @@ module Aws::QuickSight
|
|
|
11587
12235
|
UpdateSelfUpgradeResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
|
11588
12236
|
UpdateSelfUpgradeResponse.struct_class = Types::UpdateSelfUpgradeResponse
|
|
11589
12237
|
|
|
12238
|
+
UpdateSpacePermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
12239
|
+
UpdateSpacePermissionsRequest.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location: "uri", location_name: "SpaceId"))
|
|
12240
|
+
UpdateSpacePermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "GrantPermissions"))
|
|
12241
|
+
UpdateSpacePermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "RevokePermissions"))
|
|
12242
|
+
UpdateSpacePermissionsRequest.struct_class = Types::UpdateSpacePermissionsRequest
|
|
12243
|
+
|
|
12244
|
+
UpdateSpacePermissionsResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
12245
|
+
UpdateSpacePermissionsResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
12246
|
+
UpdateSpacePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "permissions"))
|
|
12247
|
+
UpdateSpacePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "requestId"))
|
|
12248
|
+
UpdateSpacePermissionsResponse.struct_class = Types::UpdateSpacePermissionsResponse
|
|
12249
|
+
|
|
12250
|
+
UpdateSpaceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
12251
|
+
UpdateSpaceRequest.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location: "uri", location_name: "SpaceId"))
|
|
12252
|
+
UpdateSpaceRequest.add_member(:name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "Name"))
|
|
12253
|
+
UpdateSpaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: SpaceDescription, location_name: "Description"))
|
|
12254
|
+
UpdateSpaceRequest.struct_class = Types::UpdateSpaceRequest
|
|
12255
|
+
|
|
12256
|
+
UpdateSpaceResourcesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
12257
|
+
UpdateSpaceResourcesRequest.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location: "uri", location_name: "SpaceId"))
|
|
12258
|
+
UpdateSpaceResourcesRequest.add_member(:add_resources, Shapes::ShapeRef.new(shape: SpaceResourceOperations, location_name: "AddResources"))
|
|
12259
|
+
UpdateSpaceResourcesRequest.add_member(:remove_resources, Shapes::ShapeRef.new(shape: SpaceResourceOperations, location_name: "RemoveResources"))
|
|
12260
|
+
UpdateSpaceResourcesRequest.struct_class = Types::UpdateSpaceResourcesRequest
|
|
12261
|
+
|
|
12262
|
+
UpdateSpaceResourcesResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
12263
|
+
UpdateSpaceResourcesResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
12264
|
+
UpdateSpaceResourcesResponse.add_member(:failed_resource_operations, Shapes::ShapeRef.new(shape: FailedSpaceResourceOperations, location_name: "FailedResourceOperations"))
|
|
12265
|
+
UpdateSpaceResourcesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
12266
|
+
UpdateSpaceResourcesResponse.struct_class = Types::UpdateSpaceResourcesResponse
|
|
12267
|
+
|
|
12268
|
+
UpdateSpaceResponse.add_member(:space_id, Shapes::ShapeRef.new(shape: PublicSpaceId, required: true, location_name: "spaceId"))
|
|
12269
|
+
UpdateSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: PublicSpaceArn, location_name: "spaceArn"))
|
|
12270
|
+
UpdateSpaceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
12271
|
+
UpdateSpaceResponse.struct_class = Types::UpdateSpaceResponse
|
|
12272
|
+
|
|
11590
12273
|
UpdateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
11591
12274
|
UpdateTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
|
11592
12275
|
UpdateTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
|
@@ -12146,6 +12829,22 @@ module Aws::QuickSight
|
|
|
12146
12829
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
12147
12830
|
end)
|
|
12148
12831
|
|
|
12832
|
+
api.add_operation(:create_agent, Seahorse::Model::Operation.new.tap do |o|
|
|
12833
|
+
o.name = "CreateAgent"
|
|
12834
|
+
o.http_method = "POST"
|
|
12835
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/agents"
|
|
12836
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAgentRequest)
|
|
12837
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAgentResponse)
|
|
12838
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
12839
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12840
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
12841
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
12842
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
|
12843
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
12844
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12845
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
12846
|
+
end)
|
|
12847
|
+
|
|
12149
12848
|
api.add_operation(:create_analysis, Seahorse::Model::Operation.new.tap do |o|
|
|
12150
12849
|
o.name = "CreateAnalysis"
|
|
12151
12850
|
o.http_method = "POST"
|
|
@@ -12245,6 +12944,22 @@ module Aws::QuickSight
|
|
|
12245
12944
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
12246
12945
|
end)
|
|
12247
12946
|
|
|
12947
|
+
api.add_operation(:create_flow, Seahorse::Model::Operation.new.tap do |o|
|
|
12948
|
+
o.name = "CreateFlow"
|
|
12949
|
+
o.http_method = "POST"
|
|
12950
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/flows"
|
|
12951
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFlowRequest)
|
|
12952
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFlowResponse)
|
|
12953
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
12954
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12955
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
12956
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
12957
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12958
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
12959
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12960
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
12961
|
+
end)
|
|
12962
|
+
|
|
12248
12963
|
api.add_operation(:create_folder, Seahorse::Model::Operation.new.tap do |o|
|
|
12249
12964
|
o.name = "CreateFolder"
|
|
12250
12965
|
o.http_method = "POST"
|
|
@@ -12358,6 +13073,22 @@ module Aws::QuickSight
|
|
|
12358
13073
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
|
12359
13074
|
end)
|
|
12360
13075
|
|
|
13076
|
+
api.add_operation(:create_o_auth_client_application, Seahorse::Model::Operation.new.tap do |o|
|
|
13077
|
+
o.name = "CreateOAuthClientApplication"
|
|
13078
|
+
o.http_method = "POST"
|
|
13079
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/oauth-client-applications"
|
|
13080
|
+
o.input = Shapes::ShapeRef.new(shape: CreateOAuthClientApplicationRequest)
|
|
13081
|
+
o.output = Shapes::ShapeRef.new(shape: CreateOAuthClientApplicationResponse)
|
|
13082
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13083
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
13084
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
13085
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
13086
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13087
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
13088
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13089
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
13090
|
+
end)
|
|
13091
|
+
|
|
12361
13092
|
api.add_operation(:create_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
|
12362
13093
|
o.name = "CreateRefreshSchedule"
|
|
12363
13094
|
o.http_method = "POST"
|
|
@@ -12389,6 +13120,21 @@ module Aws::QuickSight
|
|
|
12389
13120
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
|
12390
13121
|
end)
|
|
12391
13122
|
|
|
13123
|
+
api.add_operation(:create_space, Seahorse::Model::Operation.new.tap do |o|
|
|
13124
|
+
o.name = "CreateSpace"
|
|
13125
|
+
o.http_method = "POST"
|
|
13126
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/spaces"
|
|
13127
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSpaceRequest)
|
|
13128
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSpaceResponse)
|
|
13129
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
13130
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13131
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
13132
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
13133
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
13134
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13135
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
13136
|
+
end)
|
|
13137
|
+
|
|
12392
13138
|
api.add_operation(:create_template, Seahorse::Model::Operation.new.tap do |o|
|
|
12393
13139
|
o.name = "CreateTemplate"
|
|
12394
13140
|
o.http_method = "POST"
|
|
@@ -12560,6 +13306,20 @@ module Aws::QuickSight
|
|
|
12560
13306
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12561
13307
|
end)
|
|
12562
13308
|
|
|
13309
|
+
api.add_operation(:delete_agent, Seahorse::Model::Operation.new.tap do |o|
|
|
13310
|
+
o.name = "DeleteAgent"
|
|
13311
|
+
o.http_method = "DELETE"
|
|
13312
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/agents/{AgentId}"
|
|
13313
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAgentRequest)
|
|
13314
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAgentResponse)
|
|
13315
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13316
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
13317
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
13318
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13319
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13320
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
13321
|
+
end)
|
|
13322
|
+
|
|
12563
13323
|
api.add_operation(:delete_analysis, Seahorse::Model::Operation.new.tap do |o|
|
|
12564
13324
|
o.name = "DeleteAnalysis"
|
|
12565
13325
|
o.http_method = "DELETE"
|
|
@@ -12687,6 +13447,20 @@ module Aws::QuickSight
|
|
|
12687
13447
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
12688
13448
|
end)
|
|
12689
13449
|
|
|
13450
|
+
api.add_operation(:delete_flow, Seahorse::Model::Operation.new.tap do |o|
|
|
13451
|
+
o.name = "DeleteFlow"
|
|
13452
|
+
o.http_method = "DELETE"
|
|
13453
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/flows/{FlowId}"
|
|
13454
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFlowRequest)
|
|
13455
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFlowResponse)
|
|
13456
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13457
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
13458
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
13459
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13460
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13461
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
13462
|
+
end)
|
|
13463
|
+
|
|
12690
13464
|
api.add_operation(:delete_folder, Seahorse::Model::Operation.new.tap do |o|
|
|
12691
13465
|
o.name = "DeleteFolder"
|
|
12692
13466
|
o.http_method = "DELETE"
|
|
@@ -12790,6 +13564,20 @@ module Aws::QuickSight
|
|
|
12790
13564
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
|
12791
13565
|
end)
|
|
12792
13566
|
|
|
13567
|
+
api.add_operation(:delete_o_auth_client_application, Seahorse::Model::Operation.new.tap do |o|
|
|
13568
|
+
o.name = "DeleteOAuthClientApplication"
|
|
13569
|
+
o.http_method = "DELETE"
|
|
13570
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/oauth-client-applications/{OAuthClientApplicationId}"
|
|
13571
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteOAuthClientApplicationRequest)
|
|
13572
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteOAuthClientApplicationResponse)
|
|
13573
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13574
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
13575
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
13576
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13577
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13578
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
13579
|
+
end)
|
|
13580
|
+
|
|
12793
13581
|
api.add_operation(:delete_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
|
12794
13582
|
o.name = "DeleteRefreshSchedule"
|
|
12795
13583
|
o.http_method = "DELETE"
|
|
@@ -12834,6 +13622,19 @@ module Aws::QuickSight
|
|
|
12834
13622
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
|
12835
13623
|
end)
|
|
12836
13624
|
|
|
13625
|
+
api.add_operation(:delete_space, Seahorse::Model::Operation.new.tap do |o|
|
|
13626
|
+
o.name = "DeleteSpace"
|
|
13627
|
+
o.http_method = "DELETE"
|
|
13628
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}"
|
|
13629
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSpaceRequest)
|
|
13630
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSpaceResponse)
|
|
13631
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13632
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
13633
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
13634
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13635
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13636
|
+
end)
|
|
13637
|
+
|
|
12837
13638
|
api.add_operation(:delete_template, Seahorse::Model::Operation.new.tap do |o|
|
|
12838
13639
|
o.name = "DeleteTemplate"
|
|
12839
13640
|
o.http_method = "DELETE"
|
|
@@ -13063,6 +13864,34 @@ module Aws::QuickSight
|
|
|
13063
13864
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13064
13865
|
end)
|
|
13065
13866
|
|
|
13867
|
+
api.add_operation(:describe_agent, Seahorse::Model::Operation.new.tap do |o|
|
|
13868
|
+
o.name = "DescribeAgent"
|
|
13869
|
+
o.http_method = "GET"
|
|
13870
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/agents/{AgentId}"
|
|
13871
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAgentRequest)
|
|
13872
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAgentResponse)
|
|
13873
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13874
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
13875
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
13876
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
|
13877
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13878
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13879
|
+
end)
|
|
13880
|
+
|
|
13881
|
+
api.add_operation(:describe_agent_permissions, Seahorse::Model::Operation.new.tap do |o|
|
|
13882
|
+
o.name = "DescribeAgentPermissions"
|
|
13883
|
+
o.http_method = "GET"
|
|
13884
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/agents/{AgentId}/permissions"
|
|
13885
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAgentPermissionsRequest)
|
|
13886
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAgentPermissionsResponse)
|
|
13887
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13888
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
13889
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
13890
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
|
13891
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13892
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13893
|
+
end)
|
|
13894
|
+
|
|
13066
13895
|
api.add_operation(:describe_analysis, Seahorse::Model::Operation.new.tap do |o|
|
|
13067
13896
|
o.name = "DescribeAnalysis"
|
|
13068
13897
|
o.http_method = "GET"
|
|
@@ -13363,6 +14192,19 @@ module Aws::QuickSight
|
|
|
13363
14192
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
13364
14193
|
end)
|
|
13365
14194
|
|
|
14195
|
+
api.add_operation(:describe_flow, Seahorse::Model::Operation.new.tap do |o|
|
|
14196
|
+
o.name = "DescribeFlow"
|
|
14197
|
+
o.http_method = "GET"
|
|
14198
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/flows/{FlowId}"
|
|
14199
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFlowRequest)
|
|
14200
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFlowResponse)
|
|
14201
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14202
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
14203
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
14204
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14205
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
14206
|
+
end)
|
|
14207
|
+
|
|
13366
14208
|
api.add_operation(:describe_folder, Seahorse::Model::Operation.new.tap do |o|
|
|
13367
14209
|
o.name = "DescribeFolder"
|
|
13368
14210
|
o.http_method = "GET"
|
|
@@ -13516,6 +14358,19 @@ module Aws::QuickSight
|
|
|
13516
14358
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
|
13517
14359
|
end)
|
|
13518
14360
|
|
|
14361
|
+
api.add_operation(:describe_o_auth_client_application, Seahorse::Model::Operation.new.tap do |o|
|
|
14362
|
+
o.name = "DescribeOAuthClientApplication"
|
|
14363
|
+
o.http_method = "GET"
|
|
14364
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/oauth-client-applications/{OAuthClientApplicationId}"
|
|
14365
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeOAuthClientApplicationRequest)
|
|
14366
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeOAuthClientApplicationResponse)
|
|
14367
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
14368
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
14369
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14370
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14371
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
14372
|
+
end)
|
|
14373
|
+
|
|
13519
14374
|
api.add_operation(:describe_q_personalization_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
13520
14375
|
o.name = "DescribeQPersonalizationConfiguration"
|
|
13521
14376
|
o.http_method = "GET"
|
|
@@ -13589,6 +14444,32 @@ module Aws::QuickSight
|
|
|
13589
14444
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
|
13590
14445
|
end)
|
|
13591
14446
|
|
|
14447
|
+
api.add_operation(:describe_space, Seahorse::Model::Operation.new.tap do |o|
|
|
14448
|
+
o.name = "DescribeSpace"
|
|
14449
|
+
o.http_method = "GET"
|
|
14450
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}"
|
|
14451
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSpaceRequest)
|
|
14452
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeSpaceResponse)
|
|
14453
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14454
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
14455
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
14456
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14457
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
14458
|
+
end)
|
|
14459
|
+
|
|
14460
|
+
api.add_operation(:describe_space_permissions, Seahorse::Model::Operation.new.tap do |o|
|
|
14461
|
+
o.name = "DescribeSpacePermissions"
|
|
14462
|
+
o.http_method = "GET"
|
|
14463
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}/permissions"
|
|
14464
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSpacePermissionsRequest)
|
|
14465
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeSpacePermissionsResponse)
|
|
14466
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14467
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
14468
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
14469
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14470
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
14471
|
+
end)
|
|
14472
|
+
|
|
13592
14473
|
api.add_operation(:describe_template, Seahorse::Model::Operation.new.tap do |o|
|
|
13593
14474
|
o.name = "DescribeTemplate"
|
|
13594
14475
|
o.http_method = "GET"
|
|
@@ -13918,6 +14799,21 @@ module Aws::QuickSight
|
|
|
13918
14799
|
)
|
|
13919
14800
|
end)
|
|
13920
14801
|
|
|
14802
|
+
api.add_operation(:list_agents, Seahorse::Model::Operation.new.tap do |o|
|
|
14803
|
+
o.name = "ListAgents"
|
|
14804
|
+
o.http_method = "GET"
|
|
14805
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/agents"
|
|
14806
|
+
o.input = Shapes::ShapeRef.new(shape: ListAgentsRequest)
|
|
14807
|
+
o.output = Shapes::ShapeRef.new(shape: ListAgentsResponse)
|
|
14808
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14809
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
14810
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
14811
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
|
14812
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
14813
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
|
14814
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
14815
|
+
end)
|
|
14816
|
+
|
|
13921
14817
|
api.add_operation(:list_analyses, Seahorse::Model::Operation.new.tap do |o|
|
|
13922
14818
|
o.name = "ListAnalyses"
|
|
13923
14819
|
o.http_method = "GET"
|
|
@@ -14311,6 +15207,26 @@ module Aws::QuickSight
|
|
|
14311
15207
|
)
|
|
14312
15208
|
end)
|
|
14313
15209
|
|
|
15210
|
+
api.add_operation(:list_o_auth_client_applications, Seahorse::Model::Operation.new.tap do |o|
|
|
15211
|
+
o.name = "ListOAuthClientApplications"
|
|
15212
|
+
o.http_method = "GET"
|
|
15213
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/oauth-client-applications"
|
|
15214
|
+
o.input = Shapes::ShapeRef.new(shape: ListOAuthClientApplicationsRequest)
|
|
15215
|
+
o.output = Shapes::ShapeRef.new(shape: ListOAuthClientApplicationsResponse)
|
|
15216
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
15217
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
15218
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
15219
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
15220
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
15221
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
15222
|
+
o[:pager] = Aws::Pager.new(
|
|
15223
|
+
limit_key: "max_results",
|
|
15224
|
+
tokens: {
|
|
15225
|
+
"next_token" => "next_token"
|
|
15226
|
+
}
|
|
15227
|
+
)
|
|
15228
|
+
end)
|
|
15229
|
+
|
|
14314
15230
|
api.add_operation(:list_refresh_schedules, Seahorse::Model::Operation.new.tap do |o|
|
|
14315
15231
|
o.name = "ListRefreshSchedules"
|
|
14316
15232
|
o.http_method = "GET"
|
|
@@ -14365,6 +15281,32 @@ module Aws::QuickSight
|
|
|
14365
15281
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
|
14366
15282
|
end)
|
|
14367
15283
|
|
|
15284
|
+
api.add_operation(:list_space_resources, Seahorse::Model::Operation.new.tap do |o|
|
|
15285
|
+
o.name = "ListSpaceResources"
|
|
15286
|
+
o.http_method = "GET"
|
|
15287
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}/resources"
|
|
15288
|
+
o.input = Shapes::ShapeRef.new(shape: ListSpaceResourcesRequest)
|
|
15289
|
+
o.output = Shapes::ShapeRef.new(shape: ListSpaceResourcesResponse)
|
|
15290
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
15291
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
15292
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
15293
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
15294
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
15295
|
+
end)
|
|
15296
|
+
|
|
15297
|
+
api.add_operation(:list_spaces, Seahorse::Model::Operation.new.tap do |o|
|
|
15298
|
+
o.name = "ListSpaces"
|
|
15299
|
+
o.http_method = "GET"
|
|
15300
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/spaces"
|
|
15301
|
+
o.input = Shapes::ShapeRef.new(shape: ListSpacesRequest)
|
|
15302
|
+
o.output = Shapes::ShapeRef.new(shape: ListSpacesResponse)
|
|
15303
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
15304
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
15305
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
15306
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
15307
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
15308
|
+
end)
|
|
15309
|
+
|
|
14368
15310
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
14369
15311
|
o.name = "ListTagsForResource"
|
|
14370
15312
|
o.http_method = "GET"
|
|
@@ -14684,6 +15626,20 @@ module Aws::QuickSight
|
|
|
14684
15626
|
)
|
|
14685
15627
|
end)
|
|
14686
15628
|
|
|
15629
|
+
api.add_operation(:search_agents, Seahorse::Model::Operation.new.tap do |o|
|
|
15630
|
+
o.name = "SearchAgents"
|
|
15631
|
+
o.http_method = "POST"
|
|
15632
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/search/agents"
|
|
15633
|
+
o.input = Shapes::ShapeRef.new(shape: SearchAgentsRequest)
|
|
15634
|
+
o.output = Shapes::ShapeRef.new(shape: SearchAgentsResponse)
|
|
15635
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
15636
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
15637
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
15638
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
15639
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
|
15640
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
15641
|
+
end)
|
|
15642
|
+
|
|
14687
15643
|
api.add_operation(:search_analyses, Seahorse::Model::Operation.new.tap do |o|
|
|
14688
15644
|
o.name = "SearchAnalyses"
|
|
14689
15645
|
o.http_method = "POST"
|
|
@@ -14826,6 +15782,19 @@ module Aws::QuickSight
|
|
|
14826
15782
|
)
|
|
14827
15783
|
end)
|
|
14828
15784
|
|
|
15785
|
+
api.add_operation(:search_spaces, Seahorse::Model::Operation.new.tap do |o|
|
|
15786
|
+
o.name = "SearchSpaces"
|
|
15787
|
+
o.http_method = "POST"
|
|
15788
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/search/spaces"
|
|
15789
|
+
o.input = Shapes::ShapeRef.new(shape: SearchSpacesRequest)
|
|
15790
|
+
o.output = Shapes::ShapeRef.new(shape: SearchSpacesResponse)
|
|
15791
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
15792
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
15793
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
15794
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
15795
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
15796
|
+
end)
|
|
15797
|
+
|
|
14829
15798
|
api.add_operation(:search_topics, Seahorse::Model::Operation.new.tap do |o|
|
|
14830
15799
|
o.name = "SearchTopics"
|
|
14831
15800
|
o.http_method = "POST"
|
|
@@ -15021,6 +15990,39 @@ module Aws::QuickSight
|
|
|
15021
15990
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
15022
15991
|
end)
|
|
15023
15992
|
|
|
15993
|
+
api.add_operation(:update_agent, Seahorse::Model::Operation.new.tap do |o|
|
|
15994
|
+
o.name = "UpdateAgent"
|
|
15995
|
+
o.http_method = "PUT"
|
|
15996
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/agents/{AgentId}"
|
|
15997
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAgentRequest)
|
|
15998
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAgentResponse)
|
|
15999
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
16000
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
16001
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
16002
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
|
16003
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
16004
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
16005
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
16006
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
16007
|
+
end)
|
|
16008
|
+
|
|
16009
|
+
api.add_operation(:update_agent_permissions, Seahorse::Model::Operation.new.tap do |o|
|
|
16010
|
+
o.name = "UpdateAgentPermissions"
|
|
16011
|
+
o.http_method = "PUT"
|
|
16012
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/agents/{AgentId}/permissions"
|
|
16013
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAgentPermissionsRequest)
|
|
16014
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAgentPermissionsResponse)
|
|
16015
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
16016
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
16017
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
16018
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
|
16019
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
16020
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
16021
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
|
16022
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
16023
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
16024
|
+
end)
|
|
16025
|
+
|
|
15024
16026
|
api.add_operation(:update_analysis, Seahorse::Model::Operation.new.tap do |o|
|
|
15025
16027
|
o.name = "UpdateAnalysis"
|
|
15026
16028
|
o.http_method = "PUT"
|
|
@@ -15271,6 +16273,21 @@ module Aws::QuickSight
|
|
|
15271
16273
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
15272
16274
|
end)
|
|
15273
16275
|
|
|
16276
|
+
api.add_operation(:update_flow, Seahorse::Model::Operation.new.tap do |o|
|
|
16277
|
+
o.name = "UpdateFlow"
|
|
16278
|
+
o.http_method = "PUT"
|
|
16279
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/flows/{FlowId}"
|
|
16280
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFlowRequest)
|
|
16281
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFlowResponse)
|
|
16282
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
16283
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
16284
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
16285
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
16286
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
16287
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
16288
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
16289
|
+
end)
|
|
16290
|
+
|
|
15274
16291
|
api.add_operation(:update_flow_permissions, Seahorse::Model::Operation.new.tap do |o|
|
|
15275
16292
|
o.name = "UpdateFlowPermissions"
|
|
15276
16293
|
o.http_method = "PUT"
|
|
@@ -15383,6 +16400,21 @@ module Aws::QuickSight
|
|
|
15383
16400
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
15384
16401
|
end)
|
|
15385
16402
|
|
|
16403
|
+
api.add_operation(:update_o_auth_client_application, Seahorse::Model::Operation.new.tap do |o|
|
|
16404
|
+
o.name = "UpdateOAuthClientApplication"
|
|
16405
|
+
o.http_method = "PUT"
|
|
16406
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/oauth-client-applications/{OAuthClientApplicationId}"
|
|
16407
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateOAuthClientApplicationRequest)
|
|
16408
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateOAuthClientApplicationResponse)
|
|
16409
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
16410
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
16411
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
16412
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
16413
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
16414
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
16415
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
16416
|
+
end)
|
|
16417
|
+
|
|
15386
16418
|
api.add_operation(:update_public_sharing_settings, Seahorse::Model::Operation.new.tap do |o|
|
|
15387
16419
|
o.name = "UpdatePublicSharingSettings"
|
|
15388
16420
|
o.http_method = "PUT"
|
|
@@ -15502,6 +16534,52 @@ module Aws::QuickSight
|
|
|
15502
16534
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
|
15503
16535
|
end)
|
|
15504
16536
|
|
|
16537
|
+
api.add_operation(:update_space, Seahorse::Model::Operation.new.tap do |o|
|
|
16538
|
+
o.name = "UpdateSpace"
|
|
16539
|
+
o.http_method = "PUT"
|
|
16540
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}"
|
|
16541
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSpaceRequest)
|
|
16542
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSpaceResponse)
|
|
16543
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
16544
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
16545
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
16546
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
16547
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
16548
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
16549
|
+
end)
|
|
16550
|
+
|
|
16551
|
+
api.add_operation(:update_space_permissions, Seahorse::Model::Operation.new.tap do |o|
|
|
16552
|
+
o.name = "UpdateSpacePermissions"
|
|
16553
|
+
o.http_method = "PUT"
|
|
16554
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}/permissions"
|
|
16555
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSpacePermissionsRequest)
|
|
16556
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSpacePermissionsResponse)
|
|
16557
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
16558
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
16559
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
16560
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
16561
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
16562
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
|
16563
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
16564
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
16565
|
+
end)
|
|
16566
|
+
|
|
16567
|
+
api.add_operation(:update_space_resources, Seahorse::Model::Operation.new.tap do |o|
|
|
16568
|
+
o.name = "UpdateSpaceResources"
|
|
16569
|
+
o.http_method = "PUT"
|
|
16570
|
+
o.http_request_uri = "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}/resources"
|
|
16571
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSpaceResourcesRequest)
|
|
16572
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSpaceResourcesResponse)
|
|
16573
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
16574
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
16575
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
16576
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
16577
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
16578
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
16579
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
16580
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
16581
|
+
end)
|
|
16582
|
+
|
|
15505
16583
|
api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
|
|
15506
16584
|
o.name = "UpdateTemplate"
|
|
15507
16585
|
o.http_method = "PUT"
|