aws-sdk-quicksight 1.160.0 → 1.161.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.
@@ -14,12 +14,32 @@ module Aws::QuickSight
14
14
 
15
15
  include Seahorse::Model
16
16
 
17
+ APIKey = Shapes::StringShape.new(name: 'APIKey')
18
+ APIKeyConnectionMetadata = Shapes::StructureShape.new(name: 'APIKeyConnectionMetadata')
17
19
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
20
  AccountCustomization = Shapes::StructureShape.new(name: 'AccountCustomization')
21
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
19
22
  AccountInfo = Shapes::StructureShape.new(name: 'AccountInfo')
20
23
  AccountName = Shapes::StringShape.new(name: 'AccountName')
21
24
  AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
25
+ ActionConnector = Shapes::StructureShape.new(name: 'ActionConnector')
26
+ ActionConnectorDescription = Shapes::StringShape.new(name: 'ActionConnectorDescription')
27
+ ActionConnectorError = Shapes::StructureShape.new(name: 'ActionConnectorError')
28
+ ActionConnectorErrorType = Shapes::StringShape.new(name: 'ActionConnectorErrorType')
29
+ ActionConnectorName = Shapes::StringShape.new(name: 'ActionConnectorName')
30
+ ActionConnectorSearchFilter = Shapes::StructureShape.new(name: 'ActionConnectorSearchFilter')
31
+ ActionConnectorSearchFilterList = Shapes::ListShape.new(name: 'ActionConnectorSearchFilterList')
32
+ ActionConnectorSearchFilterNameEnum = Shapes::StringShape.new(name: 'ActionConnectorSearchFilterNameEnum')
33
+ ActionConnectorSummary = Shapes::StructureShape.new(name: 'ActionConnectorSummary')
34
+ ActionConnectorSummaryList = Shapes::ListShape.new(name: 'ActionConnectorSummaryList')
35
+ ActionConnectorType = Shapes::StringShape.new(name: 'ActionConnectorType')
36
+ ActionId = Shapes::StringShape.new(name: 'ActionId')
37
+ ActionIdList = Shapes::ListShape.new(name: 'ActionIdList')
22
38
  ActionList = Shapes::ListShape.new(name: 'ActionList')
39
+ ActionPassword = Shapes::StringShape.new(name: 'ActionPassword')
40
+ ActionUserName = Shapes::StringShape.new(name: 'ActionUserName')
41
+ ActionsList = Shapes::ListShape.new(name: 'ActionsList')
42
+ ActionsListMemberString = Shapes::StringShape.new(name: 'ActionsListMemberString')
23
43
  ActiveIAMPolicyAssignment = Shapes::StructureShape.new(name: 'ActiveIAMPolicyAssignment')
24
44
  ActiveIAMPolicyAssignmentList = Shapes::ListShape.new(name: 'ActiveIAMPolicyAssignmentList')
25
45
  AdHocFilteringOption = Shapes::StructureShape.new(name: 'AdHocFilteringOption')
@@ -74,6 +94,7 @@ module Aws::QuickSight
74
94
  AnonymousUserSnapshotJobResultList = Shapes::ListShape.new(name: 'AnonymousUserSnapshotJobResultList')
75
95
  AnswerId = Shapes::StringShape.new(name: 'AnswerId')
76
96
  AnswerIds = Shapes::ListShape.new(name: 'AnswerIds')
97
+ ApplicationArn = Shapes::StringShape.new(name: 'ApplicationArn')
77
98
  ApplicationTheme = Shapes::StructureShape.new(name: 'ApplicationTheme')
78
99
  ArcAxisConfiguration = Shapes::StructureShape.new(name: 'ArcAxisConfiguration')
79
100
  ArcAxisDisplayRange = Shapes::StructureShape.new(name: 'ArcAxisDisplayRange')
@@ -198,10 +219,16 @@ module Aws::QuickSight
198
219
  AttributeAggregationFunction = Shapes::StructureShape.new(name: 'AttributeAggregationFunction')
199
220
  AuroraParameters = Shapes::StructureShape.new(name: 'AuroraParameters')
200
221
  AuroraPostgreSqlParameters = Shapes::StructureShape.new(name: 'AuroraPostgreSqlParameters')
222
+ AuthConfig = Shapes::StructureShape.new(name: 'AuthConfig')
223
+ AuthenticationMetadata = Shapes::UnionShape.new(name: 'AuthenticationMetadata')
201
224
  AuthenticationMethodOption = Shapes::StringShape.new(name: 'AuthenticationMethodOption')
202
225
  AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
203
226
  AuthorSpecifiedAggregation = Shapes::StringShape.new(name: 'AuthorSpecifiedAggregation')
204
227
  AuthorSpecifiedAggregations = Shapes::ListShape.new(name: 'AuthorSpecifiedAggregations')
228
+ AuthorizationCodeGrantCredentialsDetails = Shapes::UnionShape.new(name: 'AuthorizationCodeGrantCredentialsDetails')
229
+ AuthorizationCodeGrantCredentialsSource = Shapes::StringShape.new(name: 'AuthorizationCodeGrantCredentialsSource')
230
+ AuthorizationCodeGrantDetails = Shapes::StructureShape.new(name: 'AuthorizationCodeGrantDetails')
231
+ AuthorizationCodeGrantMetadata = Shapes::StructureShape.new(name: 'AuthorizationCodeGrantMetadata')
205
232
  AuthorizedTargetsByService = Shapes::StructureShape.new(name: 'AuthorizedTargetsByService')
206
233
  AuthorizedTargetsByServices = Shapes::ListShape.new(name: 'AuthorizedTargetsByServices')
207
234
  AuthorizedTargetsList = Shapes::ListShape.new(name: 'AuthorizedTargetsList')
@@ -229,6 +256,7 @@ module Aws::QuickSight
229
256
  BarChartVisual = Shapes::StructureShape.new(name: 'BarChartVisual')
230
257
  BarsArrangement = Shapes::StringShape.new(name: 'BarsArrangement')
231
258
  BaseMapStyleType = Shapes::StringShape.new(name: 'BaseMapStyleType')
259
+ BasicAuthConnectionMetadata = Shapes::StructureShape.new(name: 'BasicAuthConnectionMetadata')
232
260
  BatchCreateTopicReviewedAnswerRequest = Shapes::StructureShape.new(name: 'BatchCreateTopicReviewedAnswerRequest')
233
261
  BatchCreateTopicReviewedAnswerResponse = Shapes::StructureShape.new(name: 'BatchCreateTopicReviewedAnswerResponse')
234
262
  BatchDeleteTopicReviewedAnswerRequest = Shapes::StructureShape.new(name: 'BatchDeleteTopicReviewedAnswerRequest')
@@ -305,6 +333,12 @@ module Aws::QuickSight
305
333
  CellValueSynonym = Shapes::StructureShape.new(name: 'CellValueSynonym')
306
334
  CellValueSynonyms = Shapes::ListShape.new(name: 'CellValueSynonyms')
307
335
  ChartAxisLabelOptions = Shapes::StructureShape.new(name: 'ChartAxisLabelOptions')
336
+ ClientCredentialsDetails = Shapes::UnionShape.new(name: 'ClientCredentialsDetails')
337
+ ClientCredentialsGrantDetails = Shapes::StructureShape.new(name: 'ClientCredentialsGrantDetails')
338
+ ClientCredentialsGrantMetadata = Shapes::StructureShape.new(name: 'ClientCredentialsGrantMetadata')
339
+ ClientCredentialsSource = Shapes::StringShape.new(name: 'ClientCredentialsSource')
340
+ ClientId = Shapes::StringShape.new(name: 'ClientId')
341
+ ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
308
342
  ClusterId = Shapes::StringShape.new(name: 'ClusterId')
309
343
  ClusterMarker = Shapes::StructureShape.new(name: 'ClusterMarker')
310
344
  ClusterMarkerConfiguration = Shapes::StructureShape.new(name: 'ClusterMarkerConfiguration')
@@ -374,9 +408,12 @@ module Aws::QuickSight
374
408
  ConditionalFormattingIconSetType = Shapes::StringShape.new(name: 'ConditionalFormattingIconSetType')
375
409
  ConditionalFormattingSolidColor = Shapes::StructureShape.new(name: 'ConditionalFormattingSolidColor')
376
410
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
411
+ ConfluenceParameters = Shapes::StructureShape.new(name: 'ConfluenceParameters')
412
+ ConnectionAuthType = Shapes::StringShape.new(name: 'ConnectionAuthType')
377
413
  ConstantType = Shapes::StringShape.new(name: 'ConstantType')
378
414
  ConstantValueString = Shapes::StringShape.new(name: 'ConstantValueString')
379
415
  ContextMenuOption = Shapes::StructureShape.new(name: 'ContextMenuOption')
416
+ ContextualAccentPalette = Shapes::StructureShape.new(name: 'ContextualAccentPalette')
380
417
  ContributionAnalysisDefault = Shapes::StructureShape.new(name: 'ContributionAnalysisDefault')
381
418
  ContributionAnalysisDefaultList = Shapes::ListShape.new(name: 'ContributionAnalysisDefaultList')
382
419
  ContributionAnalysisDirection = Shapes::StringShape.new(name: 'ContributionAnalysisDirection')
@@ -390,6 +427,8 @@ module Aws::QuickSight
390
427
  CreateAccountCustomizationResponse = Shapes::StructureShape.new(name: 'CreateAccountCustomizationResponse')
391
428
  CreateAccountSubscriptionRequest = Shapes::StructureShape.new(name: 'CreateAccountSubscriptionRequest')
392
429
  CreateAccountSubscriptionResponse = Shapes::StructureShape.new(name: 'CreateAccountSubscriptionResponse')
430
+ CreateActionConnectorRequest = Shapes::StructureShape.new(name: 'CreateActionConnectorRequest')
431
+ CreateActionConnectorResponse = Shapes::StructureShape.new(name: 'CreateActionConnectorResponse')
393
432
  CreateAnalysisRequest = Shapes::StructureShape.new(name: 'CreateAnalysisRequest')
394
433
  CreateAnalysisResponse = Shapes::StructureShape.new(name: 'CreateAnalysisResponse')
395
434
  CreateBrandRequest = Shapes::StructureShape.new(name: 'CreateBrandRequest')
@@ -620,6 +659,8 @@ module Aws::QuickSight
620
659
  DeleteAccountCustomizationResponse = Shapes::StructureShape.new(name: 'DeleteAccountCustomizationResponse')
621
660
  DeleteAccountSubscriptionRequest = Shapes::StructureShape.new(name: 'DeleteAccountSubscriptionRequest')
622
661
  DeleteAccountSubscriptionResponse = Shapes::StructureShape.new(name: 'DeleteAccountSubscriptionResponse')
662
+ DeleteActionConnectorRequest = Shapes::StructureShape.new(name: 'DeleteActionConnectorRequest')
663
+ DeleteActionConnectorResponse = Shapes::StructureShape.new(name: 'DeleteActionConnectorResponse')
623
664
  DeleteAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteAnalysisRequest')
624
665
  DeleteAnalysisResponse = Shapes::StructureShape.new(name: 'DeleteAnalysisResponse')
625
666
  DeleteBrandAssignmentRequest = Shapes::StructureShape.new(name: 'DeleteBrandAssignmentRequest')
@@ -687,6 +728,10 @@ module Aws::QuickSight
687
728
  DescribeAccountSettingsResponse = Shapes::StructureShape.new(name: 'DescribeAccountSettingsResponse')
688
729
  DescribeAccountSubscriptionRequest = Shapes::StructureShape.new(name: 'DescribeAccountSubscriptionRequest')
689
730
  DescribeAccountSubscriptionResponse = Shapes::StructureShape.new(name: 'DescribeAccountSubscriptionResponse')
731
+ DescribeActionConnectorPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeActionConnectorPermissionsRequest')
732
+ DescribeActionConnectorPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeActionConnectorPermissionsResponse')
733
+ DescribeActionConnectorRequest = Shapes::StructureShape.new(name: 'DescribeActionConnectorRequest')
734
+ DescribeActionConnectorResponse = Shapes::StructureShape.new(name: 'DescribeActionConnectorResponse')
690
735
  DescribeAnalysisDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisDefinitionRequest')
691
736
  DescribeAnalysisDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeAnalysisDefinitionResponse')
692
737
  DescribeAnalysisPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisPermissionsRequest')
@@ -801,9 +846,11 @@ module Aws::QuickSight
801
846
  DropDownControlDisplayOptions = Shapes::StructureShape.new(name: 'DropDownControlDisplayOptions')
802
847
  DynamicDefaultValue = Shapes::StructureShape.new(name: 'DynamicDefaultValue')
803
848
  Edition = Shapes::StringShape.new(name: 'Edition')
849
+ Email = Shapes::StringShape.new(name: 'Email')
804
850
  EmbeddingIdentityType = Shapes::StringShape.new(name: 'EmbeddingIdentityType')
805
851
  EmbeddingUrl = Shapes::StringShape.new(name: 'EmbeddingUrl')
806
852
  EmptyVisual = Shapes::StructureShape.new(name: 'EmptyVisual')
853
+ Endpoint = Shapes::StringShape.new(name: 'Endpoint')
807
854
  Entity = Shapes::StructureShape.new(name: 'Entity')
808
855
  EntityList = Shapes::ListShape.new(name: 'EntityList')
809
856
  EntryPath = Shapes::StringShape.new(name: 'EntryPath')
@@ -831,6 +878,7 @@ module Aws::QuickSight
831
878
  FieldFolderPath = Shapes::StringShape.new(name: 'FieldFolderPath')
832
879
  FieldId = Shapes::StringShape.new(name: 'FieldId')
833
880
  FieldLabelType = Shapes::StructureShape.new(name: 'FieldLabelType')
881
+ FieldName = Shapes::StringShape.new(name: 'FieldName')
834
882
  FieldOrderList = Shapes::ListShape.new(name: 'FieldOrderList')
835
883
  FieldSeriesItem = Shapes::StructureShape.new(name: 'FieldSeriesItem')
836
884
  FieldSort = Shapes::StructureShape.new(name: 'FieldSort')
@@ -877,6 +925,12 @@ module Aws::QuickSight
877
925
  FilterTextFieldControl = Shapes::StructureShape.new(name: 'FilterTextFieldControl')
878
926
  FilterVisualScope = Shapes::StringShape.new(name: 'FilterVisualScope')
879
927
  FilteredVisualsList = Shapes::ListShape.new(name: 'FilteredVisualsList')
928
+ FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
929
+ FlowId = Shapes::StringShape.new(name: 'FlowId')
930
+ FlowMaxResults = Shapes::IntegerShape.new(name: 'FlowMaxResults')
931
+ FlowPublishState = Shapes::StringShape.new(name: 'FlowPublishState')
932
+ FlowSummary = Shapes::StructureShape.new(name: 'FlowSummary')
933
+ FlowSummaryList = Shapes::ListShape.new(name: 'FlowSummaryList')
880
934
  Folder = Shapes::StructureShape.new(name: 'Folder')
881
935
  FolderArnList = Shapes::ListShape.new(name: 'FolderArnList')
882
936
  FolderColumnList = Shapes::ListShape.new(name: 'FolderColumnList')
@@ -997,6 +1051,10 @@ module Aws::QuickSight
997
1051
  GeospatialWindowOptions = Shapes::StructureShape.new(name: 'GeospatialWindowOptions')
998
1052
  GetDashboardEmbedUrlRequest = Shapes::StructureShape.new(name: 'GetDashboardEmbedUrlRequest')
999
1053
  GetDashboardEmbedUrlResponse = Shapes::StructureShape.new(name: 'GetDashboardEmbedUrlResponse')
1054
+ GetFlowMetadataInput = Shapes::StructureShape.new(name: 'GetFlowMetadataInput')
1055
+ GetFlowMetadataOutput = Shapes::StructureShape.new(name: 'GetFlowMetadataOutput')
1056
+ GetFlowPermissionsInput = Shapes::StructureShape.new(name: 'GetFlowPermissionsInput')
1057
+ GetFlowPermissionsOutput = Shapes::StructureShape.new(name: 'GetFlowPermissionsOutput')
1000
1058
  GetSessionEmbedUrlRequest = Shapes::StructureShape.new(name: 'GetSessionEmbedUrlRequest')
1001
1059
  GetSessionEmbedUrlResponse = Shapes::StructureShape.new(name: 'GetSessionEmbedUrlResponse')
1002
1060
  GlobalTableBorderOptions = Shapes::StructureShape.new(name: 'GlobalTableBorderOptions')
@@ -1048,6 +1106,7 @@ module Aws::QuickSight
1048
1106
  HistogramVisual = Shapes::StructureShape.new(name: 'HistogramVisual')
1049
1107
  HorizontalTextAlignment = Shapes::StringShape.new(name: 'HorizontalTextAlignment')
1050
1108
  Host = Shapes::StringShape.new(name: 'Host')
1109
+ IAMConnectionMetadata = Shapes::StructureShape.new(name: 'IAMConnectionMetadata')
1051
1110
  IAMPolicyAssignment = Shapes::StructureShape.new(name: 'IAMPolicyAssignment')
1052
1111
  IAMPolicyAssignmentName = Shapes::StringShape.new(name: 'IAMPolicyAssignmentName')
1053
1112
  IAMPolicyAssignmentSummary = Shapes::StructureShape.new(name: 'IAMPolicyAssignmentSummary')
@@ -1176,6 +1235,8 @@ module Aws::QuickSight
1176
1235
  LinkEntityArn = Shapes::StringShape.new(name: 'LinkEntityArn')
1177
1236
  LinkEntityArnList = Shapes::ListShape.new(name: 'LinkEntityArnList')
1178
1237
  LinkSharingConfiguration = Shapes::StructureShape.new(name: 'LinkSharingConfiguration')
1238
+ ListActionConnectorsRequest = Shapes::StructureShape.new(name: 'ListActionConnectorsRequest')
1239
+ ListActionConnectorsResponse = Shapes::StructureShape.new(name: 'ListActionConnectorsResponse')
1179
1240
  ListAnalysesRequest = Shapes::StructureShape.new(name: 'ListAnalysesRequest')
1180
1241
  ListAnalysesResponse = Shapes::StructureShape.new(name: 'ListAnalysesResponse')
1181
1242
  ListAssetBundleExportJobsRequest = Shapes::StructureShape.new(name: 'ListAssetBundleExportJobsRequest')
@@ -1197,6 +1258,8 @@ module Aws::QuickSight
1197
1258
  ListDataSetsResponse = Shapes::StructureShape.new(name: 'ListDataSetsResponse')
1198
1259
  ListDataSourcesRequest = Shapes::StructureShape.new(name: 'ListDataSourcesRequest')
1199
1260
  ListDataSourcesResponse = Shapes::StructureShape.new(name: 'ListDataSourcesResponse')
1261
+ ListFlowsInput = Shapes::StructureShape.new(name: 'ListFlowsInput')
1262
+ ListFlowsOutput = Shapes::StructureShape.new(name: 'ListFlowsOutput')
1200
1263
  ListFolderMembersRequest = Shapes::StructureShape.new(name: 'ListFolderMembersRequest')
1201
1264
  ListFolderMembersResponse = Shapes::StructureShape.new(name: 'ListFolderMembersResponse')
1202
1265
  ListFoldersForResourceRequest = Shapes::StructureShape.new(name: 'ListFoldersForResourceRequest')
@@ -1281,6 +1344,7 @@ module Aws::QuickSight
1281
1344
  MeasureFieldList = Shapes::ListShape.new(name: 'MeasureFieldList')
1282
1345
  MemberIdArnPair = Shapes::StructureShape.new(name: 'MemberIdArnPair')
1283
1346
  MemberType = Shapes::StringShape.new(name: 'MemberType')
1347
+ MetadataFilesLocation = Shapes::StringShape.new(name: 'MetadataFilesLocation')
1284
1348
  MetricComparisonComputation = Shapes::StructureShape.new(name: 'MetricComparisonComputation')
1285
1349
  MinimumLabelType = Shapes::StructureShape.new(name: 'MinimumLabelType')
1286
1350
  MissingDataConfiguration = Shapes::StructureShape.new(name: 'MissingDataConfiguration')
@@ -1314,6 +1378,7 @@ module Aws::QuickSight
1314
1378
  NewDefaultValues = Shapes::StructureShape.new(name: 'NewDefaultValues')
1315
1379
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
1316
1380
  NonRepeatingVisualsList = Shapes::ListShape.new(name: 'NonRepeatingVisualsList')
1381
+ NoneConnectionMetadata = Shapes::StructureShape.new(name: 'NoneConnectionMetadata')
1317
1382
  NullFilterOption = Shapes::StringShape.new(name: 'NullFilterOption')
1318
1383
  NullFilterType = Shapes::StringShape.new(name: 'NullFilterType')
1319
1384
  NullString = Shapes::StringShape.new(name: 'NullString')
@@ -1381,6 +1446,9 @@ module Aws::QuickSight
1381
1446
  PeriodToDateComputation = Shapes::StructureShape.new(name: 'PeriodToDateComputation')
1382
1447
  PeriodsBackward = Shapes::IntegerShape.new(name: 'PeriodsBackward')
1383
1448
  PeriodsForward = Shapes::IntegerShape.new(name: 'PeriodsForward')
1449
+ Permission = Shapes::StructureShape.new(name: 'Permission')
1450
+ PermissionPrincipalString = Shapes::StringShape.new(name: 'PermissionPrincipalString')
1451
+ PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
1384
1452
  PersonalizationMode = Shapes::StringShape.new(name: 'PersonalizationMode')
1385
1453
  PhysicalTable = Shapes::StructureShape.new(name: 'PhysicalTable')
1386
1454
  PhysicalTableId = Shapes::StringShape.new(name: 'PhysicalTableId')
@@ -1470,6 +1538,7 @@ module Aws::QuickSight
1470
1538
  QAResults = Shapes::ListShape.new(name: 'QAResults')
1471
1539
  QAUrl = Shapes::StringShape.new(name: 'QAUrl')
1472
1540
  QBusinessInsightsStatus = Shapes::StringShape.new(name: 'QBusinessInsightsStatus')
1541
+ QBusinessParameters = Shapes::StructureShape.new(name: 'QBusinessParameters')
1473
1542
  QDataKey = Shapes::StructureShape.new(name: 'QDataKey')
1474
1543
  QDataKeyType = Shapes::StringShape.new(name: 'QDataKeyType')
1475
1544
  QSearchStatus = Shapes::StringShape.new(name: 'QSearchStatus')
@@ -1479,6 +1548,7 @@ module Aws::QuickSight
1479
1548
  QuestionId = Shapes::StringShape.new(name: 'QuestionId')
1480
1549
  QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
1481
1550
  QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
1551
+ QuickSuiteActionsOption = Shapes::StructureShape.new(name: 'QuickSuiteActionsOption')
1482
1552
  RadarChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'RadarChartAggregatedFieldWells')
1483
1553
  RadarChartAreaStyleSettings = Shapes::StructureShape.new(name: 'RadarChartAreaStyleSettings')
1484
1554
  RadarChartAxesRangeScale = Shapes::StringShape.new(name: 'RadarChartAxesRangeScale')
@@ -1495,6 +1565,18 @@ module Aws::QuickSight
1495
1565
  RangeConstant = Shapes::StructureShape.new(name: 'RangeConstant')
1496
1566
  RangeEndsLabelType = Shapes::StructureShape.new(name: 'RangeEndsLabelType')
1497
1567
  RdsParameters = Shapes::StructureShape.new(name: 'RdsParameters')
1568
+ ReadAPIKeyConnectionMetadata = Shapes::StructureShape.new(name: 'ReadAPIKeyConnectionMetadata')
1569
+ ReadAuthConfig = Shapes::StructureShape.new(name: 'ReadAuthConfig')
1570
+ ReadAuthenticationMetadata = Shapes::UnionShape.new(name: 'ReadAuthenticationMetadata')
1571
+ ReadAuthorizationCodeGrantCredentialsDetails = Shapes::UnionShape.new(name: 'ReadAuthorizationCodeGrantCredentialsDetails')
1572
+ ReadAuthorizationCodeGrantDetails = Shapes::StructureShape.new(name: 'ReadAuthorizationCodeGrantDetails')
1573
+ ReadAuthorizationCodeGrantMetadata = Shapes::StructureShape.new(name: 'ReadAuthorizationCodeGrantMetadata')
1574
+ ReadBasicAuthConnectionMetadata = Shapes::StructureShape.new(name: 'ReadBasicAuthConnectionMetadata')
1575
+ ReadClientCredentialsDetails = Shapes::UnionShape.new(name: 'ReadClientCredentialsDetails')
1576
+ ReadClientCredentialsGrantDetails = Shapes::StructureShape.new(name: 'ReadClientCredentialsGrantDetails')
1577
+ ReadClientCredentialsGrantMetadata = Shapes::StructureShape.new(name: 'ReadClientCredentialsGrantMetadata')
1578
+ ReadIamConnectionMetadata = Shapes::StructureShape.new(name: 'ReadIamConnectionMetadata')
1579
+ ReadNoneConnectionMetadata = Shapes::StructureShape.new(name: 'ReadNoneConnectionMetadata')
1498
1580
  RecentSnapshotsConfigurations = Shapes::StructureShape.new(name: 'RecentSnapshotsConfigurations')
1499
1581
  RecoveryWindowInDays = Shapes::IntegerShape.new(name: 'RecoveryWindowInDays')
1500
1582
  RedshiftIAMParameters = Shapes::StructureShape.new(name: 'RedshiftIAMParameters')
@@ -1542,6 +1624,7 @@ module Aws::QuickSight
1542
1624
  RelativeFontSize = Shapes::StringShape.new(name: 'RelativeFontSize')
1543
1625
  RenameColumnOperation = Shapes::StructureShape.new(name: 'RenameColumnOperation')
1544
1626
  ResizeOption = Shapes::StringShape.new(name: 'ResizeOption')
1627
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
1545
1628
  ResourceExistsException = Shapes::StructureShape.new(name: 'ResourceExistsException')
1546
1629
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
1547
1630
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
@@ -1575,6 +1658,7 @@ module Aws::QuickSight
1575
1658
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
1576
1659
  S3BucketConfiguration = Shapes::StructureShape.new(name: 'S3BucketConfiguration')
1577
1660
  S3Key = Shapes::StringShape.new(name: 'S3Key')
1661
+ S3KnowledgeBaseParameters = Shapes::StructureShape.new(name: 'S3KnowledgeBaseParameters')
1578
1662
  S3Parameters = Shapes::StructureShape.new(name: 'S3Parameters')
1579
1663
  S3Source = Shapes::StructureShape.new(name: 'S3Source')
1580
1664
  S3Uri = Shapes::StringShape.new(name: 'S3Uri')
@@ -1593,6 +1677,9 @@ module Aws::QuickSight
1593
1677
  ScheduleRefreshOnEntity = Shapes::StructureShape.new(name: 'ScheduleRefreshOnEntity')
1594
1678
  SchedulesConfigurations = Shapes::StructureShape.new(name: 'SchedulesConfigurations')
1595
1679
  ScrollBarOptions = Shapes::StructureShape.new(name: 'ScrollBarOptions')
1680
+ SearchActionConnectorsRequest = Shapes::StructureShape.new(name: 'SearchActionConnectorsRequest')
1681
+ SearchActionConnectorsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'SearchActionConnectorsRequestMaxResultsInteger')
1682
+ SearchActionConnectorsResponse = Shapes::StructureShape.new(name: 'SearchActionConnectorsResponse')
1596
1683
  SearchAnalysesRequest = Shapes::StructureShape.new(name: 'SearchAnalysesRequest')
1597
1684
  SearchAnalysesResponse = Shapes::StructureShape.new(name: 'SearchAnalysesResponse')
1598
1685
  SearchDashboardsRequest = Shapes::StructureShape.new(name: 'SearchDashboardsRequest')
@@ -1601,6 +1688,11 @@ module Aws::QuickSight
1601
1688
  SearchDataSetsResponse = Shapes::StructureShape.new(name: 'SearchDataSetsResponse')
1602
1689
  SearchDataSourcesRequest = Shapes::StructureShape.new(name: 'SearchDataSourcesRequest')
1603
1690
  SearchDataSourcesResponse = Shapes::StructureShape.new(name: 'SearchDataSourcesResponse')
1691
+ SearchFilterOperator = Shapes::StringShape.new(name: 'SearchFilterOperator')
1692
+ SearchFlowsFilter = Shapes::StructureShape.new(name: 'SearchFlowsFilter')
1693
+ SearchFlowsFilterList = Shapes::ListShape.new(name: 'SearchFlowsFilterList')
1694
+ SearchFlowsInput = Shapes::StructureShape.new(name: 'SearchFlowsInput')
1695
+ SearchFlowsOutput = Shapes::StructureShape.new(name: 'SearchFlowsOutput')
1604
1696
  SearchFoldersRequest = Shapes::StructureShape.new(name: 'SearchFoldersRequest')
1605
1697
  SearchFoldersResponse = Shapes::StructureShape.new(name: 'SearchFoldersResponse')
1606
1698
  SearchGroupsRequest = Shapes::StructureShape.new(name: 'SearchGroupsRequest')
@@ -1893,6 +1985,7 @@ module Aws::QuickSight
1893
1985
  TimeRangeFilter = Shapes::StructureShape.new(name: 'TimeRangeFilter')
1894
1986
  TimeRangeFilterValue = Shapes::StructureShape.new(name: 'TimeRangeFilterValue')
1895
1987
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
1988
+ Title = Shapes::StringShape.new(name: 'Title')
1896
1989
  TokenProviderUrl = Shapes::StringShape.new(name: 'TokenProviderUrl')
1897
1990
  TooltipItem = Shapes::StructureShape.new(name: 'TooltipItem')
1898
1991
  TooltipItemList = Shapes::ListShape.new(name: 'TooltipItemList')
@@ -2009,6 +2102,10 @@ module Aws::QuickSight
2009
2102
  UpdateAccountCustomizationResponse = Shapes::StructureShape.new(name: 'UpdateAccountCustomizationResponse')
2010
2103
  UpdateAccountSettingsRequest = Shapes::StructureShape.new(name: 'UpdateAccountSettingsRequest')
2011
2104
  UpdateAccountSettingsResponse = Shapes::StructureShape.new(name: 'UpdateAccountSettingsResponse')
2105
+ UpdateActionConnectorPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateActionConnectorPermissionsRequest')
2106
+ UpdateActionConnectorPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateActionConnectorPermissionsResponse')
2107
+ UpdateActionConnectorRequest = Shapes::StructureShape.new(name: 'UpdateActionConnectorRequest')
2108
+ UpdateActionConnectorResponse = Shapes::StructureShape.new(name: 'UpdateActionConnectorResponse')
2012
2109
  UpdateAnalysisPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsRequest')
2013
2110
  UpdateAnalysisPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsResponse')
2014
2111
  UpdateAnalysisRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisRequest')
@@ -2043,6 +2140,10 @@ module Aws::QuickSight
2043
2140
  UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
2044
2141
  UpdateDefaultQBusinessApplicationRequest = Shapes::StructureShape.new(name: 'UpdateDefaultQBusinessApplicationRequest')
2045
2142
  UpdateDefaultQBusinessApplicationResponse = Shapes::StructureShape.new(name: 'UpdateDefaultQBusinessApplicationResponse')
2143
+ UpdateFlowPermissionsInput = Shapes::StructureShape.new(name: 'UpdateFlowPermissionsInput')
2144
+ UpdateFlowPermissionsInputGrantPermissionsList = Shapes::ListShape.new(name: 'UpdateFlowPermissionsInputGrantPermissionsList')
2145
+ UpdateFlowPermissionsInputRevokePermissionsList = Shapes::ListShape.new(name: 'UpdateFlowPermissionsInputRevokePermissionsList')
2146
+ UpdateFlowPermissionsOutput = Shapes::StructureShape.new(name: 'UpdateFlowPermissionsOutput')
2046
2147
  UpdateFolderPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsRequest')
2047
2148
  UpdateFolderPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsResponse')
2048
2149
  UpdateFolderRequest = Shapes::StructureShape.new(name: 'UpdateFolderRequest')
@@ -2154,6 +2255,9 @@ module Aws::QuickSight
2154
2255
  WaterfallChartOptions = Shapes::StructureShape.new(name: 'WaterfallChartOptions')
2155
2256
  WaterfallChartSortConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartSortConfiguration')
2156
2257
  WaterfallVisual = Shapes::StructureShape.new(name: 'WaterfallVisual')
2258
+ WebCrawlerAuthType = Shapes::StringShape.new(name: 'WebCrawlerAuthType')
2259
+ WebCrawlerParameters = Shapes::StructureShape.new(name: 'WebCrawlerParameters')
2260
+ WebProxyCredentials = Shapes::StructureShape.new(name: 'WebProxyCredentials')
2157
2261
  WhatIfPointScenario = Shapes::StructureShape.new(name: 'WhatIfPointScenario')
2158
2262
  WhatIfRangeScenario = Shapes::StructureShape.new(name: 'WhatIfRangeScenario')
2159
2263
  WidgetStatus = Shapes::StringShape.new(name: 'WidgetStatus')
@@ -2172,9 +2276,15 @@ module Aws::QuickSight
2172
2276
  WordCloudWordPadding = Shapes::StringShape.new(name: 'WordCloudWordPadding')
2173
2277
  WordCloudWordScaling = Shapes::StringShape.new(name: 'WordCloudWordScaling')
2174
2278
  WorkGroup = Shapes::StringShape.new(name: 'WorkGroup')
2279
+ XpathFields = Shapes::StringShape.new(name: 'XpathFields')
2175
2280
  YAxisOptions = Shapes::StructureShape.new(name: 'YAxisOptions')
2176
2281
  boolean = Shapes::BooleanShape.new(name: 'boolean')
2177
2282
 
2283
+ APIKeyConnectionMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
2284
+ APIKeyConnectionMetadata.add_member(:api_key, Shapes::ShapeRef.new(shape: APIKey, required: true, location_name: "ApiKey"))
2285
+ APIKeyConnectionMetadata.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "Email"))
2286
+ APIKeyConnectionMetadata.struct_class = Types::APIKeyConnectionMetadata
2287
+
2178
2288
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2179
2289
  AccessDeniedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2180
2290
  AccessDeniedException.struct_class = Types::AccessDeniedException
@@ -2199,8 +2309,49 @@ module Aws::QuickSight
2199
2309
  AccountSettings.add_member(:termination_protection_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "TerminationProtectionEnabled"))
2200
2310
  AccountSettings.struct_class = Types::AccountSettings
2201
2311
 
2312
+ ActionConnector.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
2313
+ ActionConnector.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ActionConnectorId"))
2314
+ ActionConnector.add_member(:type, Shapes::ShapeRef.new(shape: ActionConnectorType, required: true, location_name: "Type"))
2315
+ ActionConnector.add_member(:name, Shapes::ShapeRef.new(shape: ActionConnectorName, required: true, location_name: "Name"))
2316
+ ActionConnector.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
2317
+ ActionConnector.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTime"))
2318
+ ActionConnector.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
2319
+ ActionConnector.add_member(:error, Shapes::ShapeRef.new(shape: ActionConnectorError, location_name: "Error"))
2320
+ ActionConnector.add_member(:description, Shapes::ShapeRef.new(shape: ActionConnectorDescription, location_name: "Description"))
2321
+ ActionConnector.add_member(:authentication_config, Shapes::ShapeRef.new(shape: ReadAuthConfig, location_name: "AuthenticationConfig"))
2322
+ ActionConnector.add_member(:enabled_actions, Shapes::ShapeRef.new(shape: ActionIdList, location_name: "EnabledActions"))
2323
+ ActionConnector.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "VpcConnectionArn"))
2324
+ ActionConnector.struct_class = Types::ActionConnector
2325
+
2326
+ ActionConnectorError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2327
+ ActionConnectorError.add_member(:type, Shapes::ShapeRef.new(shape: ActionConnectorErrorType, location_name: "Type"))
2328
+ ActionConnectorError.struct_class = Types::ActionConnectorError
2329
+
2330
+ ActionConnectorSearchFilter.add_member(:name, Shapes::ShapeRef.new(shape: ActionConnectorSearchFilterNameEnum, required: true, location_name: "Name"))
2331
+ ActionConnectorSearchFilter.add_member(:operator, Shapes::ShapeRef.new(shape: FilterOperator, required: true, location_name: "Operator"))
2332
+ ActionConnectorSearchFilter.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
2333
+ ActionConnectorSearchFilter.struct_class = Types::ActionConnectorSearchFilter
2334
+
2335
+ ActionConnectorSearchFilterList.member = Shapes::ShapeRef.new(shape: ActionConnectorSearchFilter)
2336
+
2337
+ ActionConnectorSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
2338
+ ActionConnectorSummary.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ActionConnectorId"))
2339
+ ActionConnectorSummary.add_member(:type, Shapes::ShapeRef.new(shape: ActionConnectorType, required: true, location_name: "Type"))
2340
+ ActionConnectorSummary.add_member(:name, Shapes::ShapeRef.new(shape: ActionConnectorName, required: true, location_name: "Name"))
2341
+ ActionConnectorSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
2342
+ ActionConnectorSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTime"))
2343
+ ActionConnectorSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
2344
+ ActionConnectorSummary.add_member(:error, Shapes::ShapeRef.new(shape: ActionConnectorError, location_name: "Error"))
2345
+ ActionConnectorSummary.struct_class = Types::ActionConnectorSummary
2346
+
2347
+ ActionConnectorSummaryList.member = Shapes::ShapeRef.new(shape: ActionConnectorSummary)
2348
+
2349
+ ActionIdList.member = Shapes::ShapeRef.new(shape: ActionId)
2350
+
2202
2351
  ActionList.member = Shapes::ShapeRef.new(shape: String)
2203
2352
 
2353
+ ActionsList.member = Shapes::ShapeRef.new(shape: ActionsListMemberString)
2354
+
2204
2355
  ActiveIAMPolicyAssignment.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, location_name: "AssignmentName"))
2205
2356
  ActiveIAMPolicyAssignment.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PolicyArn"))
2206
2357
  ActiveIAMPolicyAssignment.struct_class = Types::ActiveIAMPolicyAssignment
@@ -2363,6 +2514,7 @@ module Aws::QuickSight
2363
2514
  AnswerIds.member = Shapes::ShapeRef.new(shape: AnswerId)
2364
2515
 
2365
2516
  ApplicationTheme.add_member(:brand_color_palette, Shapes::ShapeRef.new(shape: BrandColorPalette, location_name: "BrandColorPalette"))
2517
+ ApplicationTheme.add_member(:contextual_accent_palette, Shapes::ShapeRef.new(shape: ContextualAccentPalette, location_name: "ContextualAccentPalette"))
2366
2518
  ApplicationTheme.add_member(:brand_element_style, Shapes::ShapeRef.new(shape: BrandElementStyle, location_name: "BrandElementStyle"))
2367
2519
  ApplicationTheme.struct_class = Types::ApplicationTheme
2368
2520
 
@@ -2738,8 +2890,46 @@ module Aws::QuickSight
2738
2890
  AuroraPostgreSqlParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
2739
2891
  AuroraPostgreSqlParameters.struct_class = Types::AuroraPostgreSqlParameters
2740
2892
 
2893
+ AuthConfig.add_member(:authentication_type, Shapes::ShapeRef.new(shape: ConnectionAuthType, required: true, location_name: "AuthenticationType"))
2894
+ AuthConfig.add_member(:authentication_metadata, Shapes::ShapeRef.new(shape: AuthenticationMetadata, required: true, location_name: "AuthenticationMetadata"))
2895
+ AuthConfig.struct_class = Types::AuthConfig
2896
+
2897
+ AuthenticationMetadata.add_member(:authorization_code_grant_metadata, Shapes::ShapeRef.new(shape: AuthorizationCodeGrantMetadata, location_name: "AuthorizationCodeGrantMetadata"))
2898
+ AuthenticationMetadata.add_member(:client_credentials_grant_metadata, Shapes::ShapeRef.new(shape: ClientCredentialsGrantMetadata, location_name: "ClientCredentialsGrantMetadata"))
2899
+ AuthenticationMetadata.add_member(:basic_auth_connection_metadata, Shapes::ShapeRef.new(shape: BasicAuthConnectionMetadata, location_name: "BasicAuthConnectionMetadata"))
2900
+ AuthenticationMetadata.add_member(:api_key_connection_metadata, Shapes::ShapeRef.new(shape: APIKeyConnectionMetadata, location_name: "ApiKeyConnectionMetadata"))
2901
+ AuthenticationMetadata.add_member(:none_connection_metadata, Shapes::ShapeRef.new(shape: NoneConnectionMetadata, location_name: "NoneConnectionMetadata"))
2902
+ AuthenticationMetadata.add_member(:iam_connection_metadata, Shapes::ShapeRef.new(shape: IAMConnectionMetadata, location_name: "IamConnectionMetadata"))
2903
+ AuthenticationMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2904
+ AuthenticationMetadata.add_member_subclass(:authorization_code_grant_metadata, Types::AuthenticationMetadata::AuthorizationCodeGrantMetadata)
2905
+ AuthenticationMetadata.add_member_subclass(:client_credentials_grant_metadata, Types::AuthenticationMetadata::ClientCredentialsGrantMetadata)
2906
+ AuthenticationMetadata.add_member_subclass(:basic_auth_connection_metadata, Types::AuthenticationMetadata::BasicAuthConnectionMetadata)
2907
+ AuthenticationMetadata.add_member_subclass(:api_key_connection_metadata, Types::AuthenticationMetadata::ApiKeyConnectionMetadata)
2908
+ AuthenticationMetadata.add_member_subclass(:none_connection_metadata, Types::AuthenticationMetadata::NoneConnectionMetadata)
2909
+ AuthenticationMetadata.add_member_subclass(:iam_connection_metadata, Types::AuthenticationMetadata::IamConnectionMetadata)
2910
+ AuthenticationMetadata.add_member_subclass(:unknown, Types::AuthenticationMetadata::Unknown)
2911
+ AuthenticationMetadata.struct_class = Types::AuthenticationMetadata
2912
+
2741
2913
  AuthorSpecifiedAggregations.member = Shapes::ShapeRef.new(shape: AuthorSpecifiedAggregation)
2742
2914
 
2915
+ AuthorizationCodeGrantCredentialsDetails.add_member(:authorization_code_grant_details, Shapes::ShapeRef.new(shape: AuthorizationCodeGrantDetails, location_name: "AuthorizationCodeGrantDetails"))
2916
+ AuthorizationCodeGrantCredentialsDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2917
+ AuthorizationCodeGrantCredentialsDetails.add_member_subclass(:authorization_code_grant_details, Types::AuthorizationCodeGrantCredentialsDetails::AuthorizationCodeGrantDetails)
2918
+ AuthorizationCodeGrantCredentialsDetails.add_member_subclass(:unknown, Types::AuthorizationCodeGrantCredentialsDetails::Unknown)
2919
+ AuthorizationCodeGrantCredentialsDetails.struct_class = Types::AuthorizationCodeGrantCredentialsDetails
2920
+
2921
+ AuthorizationCodeGrantDetails.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
2922
+ AuthorizationCodeGrantDetails.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "ClientSecret"))
2923
+ AuthorizationCodeGrantDetails.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "TokenEndpoint"))
2924
+ AuthorizationCodeGrantDetails.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "AuthorizationEndpoint"))
2925
+ AuthorizationCodeGrantDetails.struct_class = Types::AuthorizationCodeGrantDetails
2926
+
2927
+ AuthorizationCodeGrantMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
2928
+ AuthorizationCodeGrantMetadata.add_member(:redirect_url, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "RedirectUrl"))
2929
+ AuthorizationCodeGrantMetadata.add_member(:authorization_code_grant_credentials_source, Shapes::ShapeRef.new(shape: AuthorizationCodeGrantCredentialsSource, location_name: "AuthorizationCodeGrantCredentialsSource"))
2930
+ AuthorizationCodeGrantMetadata.add_member(:authorization_code_grant_credentials_details, Shapes::ShapeRef.new(shape: AuthorizationCodeGrantCredentialsDetails, location_name: "AuthorizationCodeGrantCredentialsDetails"))
2931
+ AuthorizationCodeGrantMetadata.struct_class = Types::AuthorizationCodeGrantMetadata
2932
+
2743
2933
  AuthorizedTargetsByService.add_member(:service, Shapes::ShapeRef.new(shape: ServiceType, location_name: "Service"))
2744
2934
  AuthorizedTargetsByService.add_member(:authorized_targets, Shapes::ShapeRef.new(shape: AuthorizedTargetsList, location_name: "AuthorizedTargets"))
2745
2935
  AuthorizedTargetsByService.struct_class = Types::AuthorizedTargetsByService
@@ -2844,6 +3034,11 @@ module Aws::QuickSight
2844
3034
  BarChartVisual.add_member(:visual_content_alt_text, Shapes::ShapeRef.new(shape: LongPlainText, location_name: "VisualContentAltText"))
2845
3035
  BarChartVisual.struct_class = Types::BarChartVisual
2846
3036
 
3037
+ BasicAuthConnectionMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
3038
+ BasicAuthConnectionMetadata.add_member(:username, Shapes::ShapeRef.new(shape: ActionUserName, required: true, location_name: "Username"))
3039
+ BasicAuthConnectionMetadata.add_member(:password, Shapes::ShapeRef.new(shape: ActionPassword, required: true, location_name: "Password"))
3040
+ BasicAuthConnectionMetadata.struct_class = Types::BasicAuthConnectionMetadata
3041
+
2847
3042
  BatchCreateTopicReviewedAnswerRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
2848
3043
  BatchCreateTopicReviewedAnswerRequest.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, required: true, location: "uri", location_name: "TopicId"))
2849
3044
  BatchCreateTopicReviewedAnswerRequest.add_member(:answers, Shapes::ShapeRef.new(shape: CreateTopicReviewedAnswers, required: true, location_name: "Answers"))
@@ -3069,6 +3264,18 @@ module Aws::QuickSight
3069
3264
  Capabilities.add_member(:include_content_in_scheduled_reports_email, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "IncludeContentInScheduledReportsEmail"))
3070
3265
  Capabilities.add_member(:dashboard, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Dashboard"))
3071
3266
  Capabilities.add_member(:analysis, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Analysis"))
3267
+ Capabilities.add_member(:automate, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Automate"))
3268
+ Capabilities.add_member(:flow, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Flow"))
3269
+ Capabilities.add_member(:publish_without_approval, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "PublishWithoutApproval"))
3270
+ Capabilities.add_member(:use_bedrock_models, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseBedrockModels"))
3271
+ Capabilities.add_member(:perform_flow_ui_task, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "PerformFlowUiTask"))
3272
+ Capabilities.add_member(:use_agent_web_search, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseAgentWebSearch"))
3273
+ Capabilities.add_member(:knowledge_base, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "KnowledgeBase"))
3274
+ Capabilities.add_member(:action, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Action"))
3275
+ Capabilities.add_member(:space, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Space"))
3276
+ Capabilities.add_member(:chat_agent, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ChatAgent"))
3277
+ Capabilities.add_member(:create_chat_agents, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateChatAgents"))
3278
+ Capabilities.add_member(:research, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Research"))
3072
3279
  Capabilities.struct_class = Types::Capabilities
3073
3280
 
3074
3281
  CascadingControlConfiguration.add_member(:source_controls, Shapes::ShapeRef.new(shape: CascadingControlSourceList, location_name: "SourceControls"))
@@ -3131,6 +3338,22 @@ module Aws::QuickSight
3131
3338
  ChartAxisLabelOptions.add_member(:axis_label_options, Shapes::ShapeRef.new(shape: AxisLabelOptionsList, location_name: "AxisLabelOptions"))
3132
3339
  ChartAxisLabelOptions.struct_class = Types::ChartAxisLabelOptions
3133
3340
 
3341
+ ClientCredentialsDetails.add_member(:client_credentials_grant_details, Shapes::ShapeRef.new(shape: ClientCredentialsGrantDetails, location_name: "ClientCredentialsGrantDetails"))
3342
+ ClientCredentialsDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3343
+ ClientCredentialsDetails.add_member_subclass(:client_credentials_grant_details, Types::ClientCredentialsDetails::ClientCredentialsGrantDetails)
3344
+ ClientCredentialsDetails.add_member_subclass(:unknown, Types::ClientCredentialsDetails::Unknown)
3345
+ ClientCredentialsDetails.struct_class = Types::ClientCredentialsDetails
3346
+
3347
+ ClientCredentialsGrantDetails.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
3348
+ ClientCredentialsGrantDetails.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "ClientSecret"))
3349
+ ClientCredentialsGrantDetails.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "TokenEndpoint"))
3350
+ ClientCredentialsGrantDetails.struct_class = Types::ClientCredentialsGrantDetails
3351
+
3352
+ ClientCredentialsGrantMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
3353
+ ClientCredentialsGrantMetadata.add_member(:client_credentials_source, Shapes::ShapeRef.new(shape: ClientCredentialsSource, location_name: "ClientCredentialsSource"))
3354
+ ClientCredentialsGrantMetadata.add_member(:client_credentials_details, Shapes::ShapeRef.new(shape: ClientCredentialsDetails, location_name: "ClientCredentialsDetails"))
3355
+ ClientCredentialsGrantMetadata.struct_class = Types::ClientCredentialsGrantMetadata
3356
+
3134
3357
  ClusterMarker.add_member(:simple_cluster_marker, Shapes::ShapeRef.new(shape: SimpleClusterMarker, location_name: "SimpleClusterMarker"))
3135
3358
  ClusterMarker.struct_class = Types::ClusterMarker
3136
3359
 
@@ -3345,9 +3568,18 @@ module Aws::QuickSight
3345
3568
  ConflictException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3346
3569
  ConflictException.struct_class = Types::ConflictException
3347
3570
 
3571
+ ConfluenceParameters.add_member(:confluence_url, Shapes::ShapeRef.new(shape: SiteBaseUrl, required: true, location_name: "ConfluenceUrl"))
3572
+ ConfluenceParameters.struct_class = Types::ConfluenceParameters
3573
+
3348
3574
  ContextMenuOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
3349
3575
  ContextMenuOption.struct_class = Types::ContextMenuOption
3350
3576
 
3577
+ ContextualAccentPalette.add_member(:connection, Shapes::ShapeRef.new(shape: Palette, location_name: "Connection"))
3578
+ ContextualAccentPalette.add_member(:visualization, Shapes::ShapeRef.new(shape: Palette, location_name: "Visualization"))
3579
+ ContextualAccentPalette.add_member(:insight, Shapes::ShapeRef.new(shape: Palette, location_name: "Insight"))
3580
+ ContextualAccentPalette.add_member(:automation, Shapes::ShapeRef.new(shape: Palette, location_name: "Automation"))
3581
+ ContextualAccentPalette.struct_class = Types::ContextualAccentPalette
3582
+
3351
3583
  ContributionAnalysisDefault.add_member(:measure_field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "MeasureFieldId"))
3352
3584
  ContributionAnalysisDefault.add_member(:contributor_dimensions, Shapes::ShapeRef.new(shape: ContributorDimensionList, required: true, location_name: "ContributorDimensions"))
3353
3585
  ContributionAnalysisDefault.struct_class = Types::ContributionAnalysisDefault
@@ -3405,6 +3637,24 @@ module Aws::QuickSight
3405
3637
  CreateAccountSubscriptionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3406
3638
  CreateAccountSubscriptionResponse.struct_class = Types::CreateAccountSubscriptionResponse
3407
3639
 
3640
+ CreateActionConnectorRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3641
+ CreateActionConnectorRequest.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ActionConnectorId"))
3642
+ CreateActionConnectorRequest.add_member(:name, Shapes::ShapeRef.new(shape: ActionConnectorName, required: true, location_name: "Name"))
3643
+ CreateActionConnectorRequest.add_member(:type, Shapes::ShapeRef.new(shape: ActionConnectorType, required: true, location_name: "Type"))
3644
+ CreateActionConnectorRequest.add_member(:authentication_config, Shapes::ShapeRef.new(shape: AuthConfig, required: true, location_name: "AuthenticationConfig"))
3645
+ CreateActionConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: ActionConnectorDescription, location_name: "Description"))
3646
+ CreateActionConnectorRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
3647
+ CreateActionConnectorRequest.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "VpcConnectionArn"))
3648
+ CreateActionConnectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3649
+ CreateActionConnectorRequest.struct_class = Types::CreateActionConnectorRequest
3650
+
3651
+ CreateActionConnectorResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
3652
+ CreateActionConnectorResponse.add_member(:creation_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "CreationStatus"))
3653
+ CreateActionConnectorResponse.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: String, location_name: "ActionConnectorId"))
3654
+ CreateActionConnectorResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3655
+ CreateActionConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
3656
+ CreateActionConnectorResponse.struct_class = Types::CreateActionConnectorResponse
3657
+
3408
3658
  CreateAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3409
3659
  CreateAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
3410
3660
  CreateAnalysisRequest.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisName, required: true, location_name: "Name"))
@@ -3885,6 +4135,7 @@ module Aws::QuickSight
3885
4135
  DashboardPublishOptions.add_member(:data_point_menu_label_option, Shapes::ShapeRef.new(shape: DataPointMenuLabelOption, location_name: "DataPointMenuLabelOption"))
3886
4136
  DashboardPublishOptions.add_member(:data_point_tooltip_option, Shapes::ShapeRef.new(shape: DataPointTooltipOption, location_name: "DataPointTooltipOption"))
3887
4137
  DashboardPublishOptions.add_member(:data_qa_enabled_option, Shapes::ShapeRef.new(shape: DataQAEnabledOption, location_name: "DataQAEnabledOption"))
4138
+ DashboardPublishOptions.add_member(:quick_suite_actions_option, Shapes::ShapeRef.new(shape: QuickSuiteActionsOption, location_name: "QuickSuiteActionsOption"))
3888
4139
  DashboardPublishOptions.add_member(:executive_summary_option, Shapes::ShapeRef.new(shape: ExecutiveSummaryOption, location_name: "ExecutiveSummaryOption"))
3889
4140
  DashboardPublishOptions.add_member(:data_stories_sharing_option, Shapes::ShapeRef.new(shape: DataStoriesSharingOption, location_name: "DataStoriesSharingOption"))
3890
4141
  DashboardPublishOptions.struct_class = Types::DashboardPublishOptions
@@ -4143,6 +4394,7 @@ module Aws::QuickSight
4143
4394
  DataSourceCredentials.add_member(:credential_pair, Shapes::ShapeRef.new(shape: CredentialPair, location_name: "CredentialPair"))
4144
4395
  DataSourceCredentials.add_member(:copy_source_arn, Shapes::ShapeRef.new(shape: CopySourceArn, location_name: "CopySourceArn"))
4145
4396
  DataSourceCredentials.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
4397
+ DataSourceCredentials.add_member(:web_proxy_credentials, Shapes::ShapeRef.new(shape: WebProxyCredentials, location_name: "WebProxyCredentials"))
4146
4398
  DataSourceCredentials.struct_class = Types::DataSourceCredentials
4147
4399
 
4148
4400
  DataSourceErrorInfo.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceErrorInfoType, location_name: "Type"))
@@ -4165,6 +4417,7 @@ module Aws::QuickSight
4165
4417
  DataSourceParameters.add_member(:rds_parameters, Shapes::ShapeRef.new(shape: RdsParameters, location_name: "RdsParameters"))
4166
4418
  DataSourceParameters.add_member(:redshift_parameters, Shapes::ShapeRef.new(shape: RedshiftParameters, location_name: "RedshiftParameters"))
4167
4419
  DataSourceParameters.add_member(:s3_parameters, Shapes::ShapeRef.new(shape: S3Parameters, location_name: "S3Parameters"))
4420
+ DataSourceParameters.add_member(:s3_knowledge_base_parameters, Shapes::ShapeRef.new(shape: S3KnowledgeBaseParameters, location_name: "S3KnowledgeBaseParameters"))
4168
4421
  DataSourceParameters.add_member(:service_now_parameters, Shapes::ShapeRef.new(shape: ServiceNowParameters, location_name: "ServiceNowParameters"))
4169
4422
  DataSourceParameters.add_member(:snowflake_parameters, Shapes::ShapeRef.new(shape: SnowflakeParameters, location_name: "SnowflakeParameters"))
4170
4423
  DataSourceParameters.add_member(:spark_parameters, Shapes::ShapeRef.new(shape: SparkParameters, location_name: "SparkParameters"))
@@ -4179,6 +4432,9 @@ module Aws::QuickSight
4179
4432
  DataSourceParameters.add_member(:big_query_parameters, Shapes::ShapeRef.new(shape: BigQueryParameters, location_name: "BigQueryParameters"))
4180
4433
  DataSourceParameters.add_member(:impala_parameters, Shapes::ShapeRef.new(shape: ImpalaParameters, location_name: "ImpalaParameters"))
4181
4434
  DataSourceParameters.add_member(:custom_connection_parameters, Shapes::ShapeRef.new(shape: CustomConnectionParameters, location_name: "CustomConnectionParameters"))
4435
+ DataSourceParameters.add_member(:web_crawler_parameters, Shapes::ShapeRef.new(shape: WebCrawlerParameters, location_name: "WebCrawlerParameters"))
4436
+ DataSourceParameters.add_member(:confluence_parameters, Shapes::ShapeRef.new(shape: ConfluenceParameters, location_name: "ConfluenceParameters"))
4437
+ DataSourceParameters.add_member(:q_business_parameters, Shapes::ShapeRef.new(shape: QBusinessParameters, location_name: "QBusinessParameters"))
4182
4438
  DataSourceParameters.struct_class = Types::DataSourceParameters
4183
4439
 
4184
4440
  DataSourceParametersList.member = Shapes::ShapeRef.new(shape: DataSourceParameters)
@@ -4432,6 +4688,16 @@ module Aws::QuickSight
4432
4688
  DeleteAccountSubscriptionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
4433
4689
  DeleteAccountSubscriptionResponse.struct_class = Types::DeleteAccountSubscriptionResponse
4434
4690
 
4691
+ DeleteActionConnectorRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4692
+ DeleteActionConnectorRequest.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "ActionConnectorId"))
4693
+ DeleteActionConnectorRequest.struct_class = Types::DeleteActionConnectorRequest
4694
+
4695
+ DeleteActionConnectorResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
4696
+ DeleteActionConnectorResponse.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "ActionConnectorId"))
4697
+ DeleteActionConnectorResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4698
+ DeleteActionConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
4699
+ DeleteActionConnectorResponse.struct_class = Types::DeleteActionConnectorResponse
4700
+
4435
4701
  DeleteAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4436
4702
  DeleteAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
4437
4703
  DeleteAnalysisRequest.add_member(:recovery_window_in_days, Shapes::ShapeRef.new(shape: RecoveryWindowInDays, location: "querystring", location_name: "recovery-window-in-days"))
@@ -4753,6 +5019,26 @@ module Aws::QuickSight
4753
5019
  DescribeAccountSubscriptionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4754
5020
  DescribeAccountSubscriptionResponse.struct_class = Types::DescribeAccountSubscriptionResponse
4755
5021
 
5022
+ DescribeActionConnectorPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
5023
+ DescribeActionConnectorPermissionsRequest.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "ActionConnectorId"))
5024
+ DescribeActionConnectorPermissionsRequest.struct_class = Types::DescribeActionConnectorPermissionsRequest
5025
+
5026
+ DescribeActionConnectorPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
5027
+ DescribeActionConnectorPermissionsResponse.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "ActionConnectorId"))
5028
+ DescribeActionConnectorPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
5029
+ DescribeActionConnectorPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
5030
+ DescribeActionConnectorPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
5031
+ DescribeActionConnectorPermissionsResponse.struct_class = Types::DescribeActionConnectorPermissionsResponse
5032
+
5033
+ DescribeActionConnectorRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
5034
+ DescribeActionConnectorRequest.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "ActionConnectorId"))
5035
+ DescribeActionConnectorRequest.struct_class = Types::DescribeActionConnectorRequest
5036
+
5037
+ DescribeActionConnectorResponse.add_member(:action_connector, Shapes::ShapeRef.new(shape: ActionConnector, location_name: "ActionConnector"))
5038
+ DescribeActionConnectorResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
5039
+ DescribeActionConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
5040
+ DescribeActionConnectorResponse.struct_class = Types::DescribeActionConnectorResponse
5041
+
4756
5042
  DescribeAnalysisDefinitionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4757
5043
  DescribeAnalysisDefinitionRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
4758
5044
  DescribeAnalysisDefinitionRequest.struct_class = Types::DescribeAnalysisDefinitionRequest
@@ -5627,6 +5913,23 @@ module Aws::QuickSight
5627
5913
 
5628
5914
  FilteredVisualsList.member = Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId)
5629
5915
 
5916
+ FlowSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
5917
+ FlowSummary.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
5918
+ FlowSummary.add_member(:name, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "Name"))
5919
+ FlowSummary.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "Description"))
5920
+ FlowSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
5921
+ FlowSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "CreatedBy"))
5922
+ FlowSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
5923
+ FlowSummary.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: String, location_name: "LastUpdatedBy"))
5924
+ FlowSummary.add_member(:publish_state, Shapes::ShapeRef.new(shape: FlowPublishState, location_name: "PublishState"))
5925
+ FlowSummary.add_member(:run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "RunCount"))
5926
+ FlowSummary.add_member(:user_count, Shapes::ShapeRef.new(shape: Integer, location_name: "UserCount"))
5927
+ FlowSummary.add_member(:last_published_by, Shapes::ShapeRef.new(shape: String, location_name: "LastPublishedBy"))
5928
+ FlowSummary.add_member(:last_published_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastPublishedAt"))
5929
+ FlowSummary.struct_class = Types::FlowSummary
5930
+
5931
+ FlowSummaryList.member = Shapes::ShapeRef.new(shape: FlowSummary)
5932
+
5630
5933
  Folder.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "FolderId"))
5631
5934
  Folder.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
5632
5935
  Folder.add_member(:name, Shapes::ShapeRef.new(shape: FolderName, location_name: "Name"))
@@ -6106,6 +6409,34 @@ module Aws::QuickSight
6106
6409
  GetDashboardEmbedUrlResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
6107
6410
  GetDashboardEmbedUrlResponse.struct_class = Types::GetDashboardEmbedUrlResponse
6108
6411
 
6412
+ GetFlowMetadataInput.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "AwsAccountId"))
6413
+ GetFlowMetadataInput.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location: "uri", location_name: "FlowId"))
6414
+ GetFlowMetadataInput.struct_class = Types::GetFlowMetadataInput
6415
+
6416
+ GetFlowMetadataOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
6417
+ GetFlowMetadataOutput.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
6418
+ GetFlowMetadataOutput.add_member(:name, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "Name"))
6419
+ GetFlowMetadataOutput.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "Description"))
6420
+ GetFlowMetadataOutput.add_member(:publish_state, Shapes::ShapeRef.new(shape: FlowPublishState, location_name: "PublishState"))
6421
+ GetFlowMetadataOutput.add_member(:user_count, Shapes::ShapeRef.new(shape: Integer, location_name: "UserCount"))
6422
+ GetFlowMetadataOutput.add_member(:run_count, Shapes::ShapeRef.new(shape: Integer, location_name: "RunCount"))
6423
+ GetFlowMetadataOutput.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
6424
+ GetFlowMetadataOutput.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
6425
+ GetFlowMetadataOutput.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
6426
+ GetFlowMetadataOutput.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
6427
+ GetFlowMetadataOutput.struct_class = Types::GetFlowMetadataOutput
6428
+
6429
+ GetFlowPermissionsInput.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "AwsAccountId"))
6430
+ GetFlowPermissionsInput.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location: "uri", location_name: "FlowId"))
6431
+ GetFlowPermissionsInput.struct_class = Types::GetFlowPermissionsInput
6432
+
6433
+ GetFlowPermissionsOutput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
6434
+ GetFlowPermissionsOutput.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
6435
+ GetFlowPermissionsOutput.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, required: true, location_name: "Permissions"))
6436
+ GetFlowPermissionsOutput.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
6437
+ GetFlowPermissionsOutput.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
6438
+ GetFlowPermissionsOutput.struct_class = Types::GetFlowPermissionsOutput
6439
+
6109
6440
  GetSessionEmbedUrlRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
6110
6441
  GetSessionEmbedUrlRequest.add_member(:entry_point, Shapes::ShapeRef.new(shape: EntryPoint, location: "querystring", location_name: "entry-point"))
6111
6442
  GetSessionEmbedUrlRequest.add_member(:session_lifetime_in_minutes, Shapes::ShapeRef.new(shape: SessionLifetimeInMinutes, location: "querystring", location_name: "session-lifetime"))
@@ -6265,6 +6596,9 @@ module Aws::QuickSight
6265
6596
  HistogramVisual.add_member(:visual_content_alt_text, Shapes::ShapeRef.new(shape: LongPlainText, location_name: "VisualContentAltText"))
6266
6597
  HistogramVisual.struct_class = Types::HistogramVisual
6267
6598
 
6599
+ IAMConnectionMetadata.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
6600
+ IAMConnectionMetadata.struct_class = Types::IAMConnectionMetadata
6601
+
6268
6602
  IAMPolicyAssignment.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
6269
6603
  IAMPolicyAssignment.add_member(:assignment_id, Shapes::ShapeRef.new(shape: String, location_name: "AssignmentId"))
6270
6604
  IAMPolicyAssignment.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, location_name: "AssignmentName"))
@@ -6677,6 +7011,17 @@ module Aws::QuickSight
6677
7011
  LinkSharingConfiguration.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
6678
7012
  LinkSharingConfiguration.struct_class = Types::LinkSharingConfiguration
6679
7013
 
7014
+ ListActionConnectorsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
7015
+ ListActionConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
7016
+ ListActionConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
7017
+ ListActionConnectorsRequest.struct_class = Types::ListActionConnectorsRequest
7018
+
7019
+ ListActionConnectorsResponse.add_member(:action_connector_summaries, Shapes::ShapeRef.new(shape: ActionConnectorSummaryList, required: true, location_name: "ActionConnectorSummaries"))
7020
+ ListActionConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
7021
+ ListActionConnectorsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
7022
+ ListActionConnectorsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
7023
+ ListActionConnectorsResponse.struct_class = Types::ListActionConnectorsResponse
7024
+
6680
7025
  ListAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
6681
7026
  ListAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
6682
7027
  ListAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
@@ -6787,6 +7132,17 @@ module Aws::QuickSight
6787
7132
  ListDataSourcesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
6788
7133
  ListDataSourcesResponse.struct_class = Types::ListDataSourcesResponse
6789
7134
 
7135
+ ListFlowsInput.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "AwsAccountId"))
7136
+ ListFlowsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
7137
+ ListFlowsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: FlowMaxResults, location: "querystring", location_name: "max-results"))
7138
+ ListFlowsInput.struct_class = Types::ListFlowsInput
7139
+
7140
+ ListFlowsOutput.add_member(:flow_summary_list, Shapes::ShapeRef.new(shape: FlowSummaryList, location_name: "FlowSummaryList"))
7141
+ ListFlowsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
7142
+ ListFlowsOutput.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
7143
+ ListFlowsOutput.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
7144
+ ListFlowsOutput.struct_class = Types::ListFlowsOutput
7145
+
6790
7146
  ListFolderMembersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
6791
7147
  ListFolderMembersRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
6792
7148
  ListFolderMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
@@ -7247,6 +7603,9 @@ module Aws::QuickSight
7247
7603
 
7248
7604
  NonRepeatingVisualsList.member = Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId)
7249
7605
 
7606
+ NoneConnectionMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
7607
+ NoneConnectionMetadata.struct_class = Types::NoneConnectionMetadata
7608
+
7250
7609
  NullValueFormatConfiguration.add_member(:null_string, Shapes::ShapeRef.new(shape: NullString, required: true, location_name: "NullString"))
7251
7610
  NullValueFormatConfiguration.struct_class = Types::NullValueFormatConfiguration
7252
7611
 
@@ -7483,6 +7842,12 @@ module Aws::QuickSight
7483
7842
  PeriodToDateComputation.add_member(:period_time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "PeriodTimeGranularity"))
7484
7843
  PeriodToDateComputation.struct_class = Types::PeriodToDateComputation
7485
7844
 
7845
+ Permission.add_member(:actions, Shapes::ShapeRef.new(shape: ActionsList, required: true, location_name: "Actions"))
7846
+ Permission.add_member(:principal, Shapes::ShapeRef.new(shape: PermissionPrincipalString, required: true, location_name: "Principal"))
7847
+ Permission.struct_class = Types::Permission
7848
+
7849
+ PermissionsList.member = Shapes::ShapeRef.new(shape: Permission)
7850
+
7486
7851
  PhysicalTable.add_member(:relational_table, Shapes::ShapeRef.new(shape: RelationalTable, location_name: "RelationalTable"))
7487
7852
  PhysicalTable.add_member(:custom_sql, Shapes::ShapeRef.new(shape: CustomSql, location_name: "CustomSql"))
7488
7853
  PhysicalTable.add_member(:s3_source, Shapes::ShapeRef.new(shape: S3Source, location_name: "S3Source"))
@@ -7764,6 +8129,9 @@ module Aws::QuickSight
7764
8129
 
7765
8130
  QAResults.member = Shapes::ShapeRef.new(shape: QAResult)
7766
8131
 
8132
+ QBusinessParameters.add_member(:application_arn, Shapes::ShapeRef.new(shape: ApplicationArn, required: true, location_name: "ApplicationArn"))
8133
+ QBusinessParameters.struct_class = Types::QBusinessParameters
8134
+
7767
8135
  QDataKey.add_member(:q_data_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "QDataKeyArn"))
7768
8136
  QDataKey.add_member(:q_data_key_type, Shapes::ShapeRef.new(shape: QDataKeyType, location_name: "QDataKeyType"))
7769
8137
  QDataKey.struct_class = Types::QDataKey
@@ -7779,6 +8147,9 @@ module Aws::QuickSight
7779
8147
  QuickSightUserNotFoundException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
7780
8148
  QuickSightUserNotFoundException.struct_class = Types::QuickSightUserNotFoundException
7781
8149
 
8150
+ QuickSuiteActionsOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
8151
+ QuickSuiteActionsOption.struct_class = Types::QuickSuiteActionsOption
8152
+
7782
8153
  RadarChartAggregatedFieldWells.add_member(:category, Shapes::ShapeRef.new(shape: RadarChartCategoryFieldList, location_name: "Category"))
7783
8154
  RadarChartAggregatedFieldWells.add_member(:color, Shapes::ShapeRef.new(shape: RadarChartColorFieldList, location_name: "Color"))
7784
8155
  RadarChartAggregatedFieldWells.add_member(:values, Shapes::ShapeRef.new(shape: RadarChartValuesFieldList, location_name: "Values"))
@@ -7843,6 +8214,73 @@ module Aws::QuickSight
7843
8214
  RdsParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
7844
8215
  RdsParameters.struct_class = Types::RdsParameters
7845
8216
 
8217
+ ReadAPIKeyConnectionMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
8218
+ ReadAPIKeyConnectionMetadata.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "Email"))
8219
+ ReadAPIKeyConnectionMetadata.struct_class = Types::ReadAPIKeyConnectionMetadata
8220
+
8221
+ ReadAuthConfig.add_member(:authentication_type, Shapes::ShapeRef.new(shape: ConnectionAuthType, required: true, location_name: "AuthenticationType"))
8222
+ ReadAuthConfig.add_member(:authentication_metadata, Shapes::ShapeRef.new(shape: ReadAuthenticationMetadata, required: true, location_name: "AuthenticationMetadata"))
8223
+ ReadAuthConfig.struct_class = Types::ReadAuthConfig
8224
+
8225
+ ReadAuthenticationMetadata.add_member(:authorization_code_grant_metadata, Shapes::ShapeRef.new(shape: ReadAuthorizationCodeGrantMetadata, location_name: "AuthorizationCodeGrantMetadata"))
8226
+ ReadAuthenticationMetadata.add_member(:client_credentials_grant_metadata, Shapes::ShapeRef.new(shape: ReadClientCredentialsGrantMetadata, location_name: "ClientCredentialsGrantMetadata"))
8227
+ ReadAuthenticationMetadata.add_member(:basic_auth_connection_metadata, Shapes::ShapeRef.new(shape: ReadBasicAuthConnectionMetadata, location_name: "BasicAuthConnectionMetadata"))
8228
+ ReadAuthenticationMetadata.add_member(:api_key_connection_metadata, Shapes::ShapeRef.new(shape: ReadAPIKeyConnectionMetadata, location_name: "ApiKeyConnectionMetadata"))
8229
+ ReadAuthenticationMetadata.add_member(:none_connection_metadata, Shapes::ShapeRef.new(shape: ReadNoneConnectionMetadata, location_name: "NoneConnectionMetadata"))
8230
+ ReadAuthenticationMetadata.add_member(:iam_connection_metadata, Shapes::ShapeRef.new(shape: ReadIamConnectionMetadata, location_name: "IamConnectionMetadata"))
8231
+ ReadAuthenticationMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
8232
+ ReadAuthenticationMetadata.add_member_subclass(:authorization_code_grant_metadata, Types::ReadAuthenticationMetadata::AuthorizationCodeGrantMetadata)
8233
+ ReadAuthenticationMetadata.add_member_subclass(:client_credentials_grant_metadata, Types::ReadAuthenticationMetadata::ClientCredentialsGrantMetadata)
8234
+ ReadAuthenticationMetadata.add_member_subclass(:basic_auth_connection_metadata, Types::ReadAuthenticationMetadata::BasicAuthConnectionMetadata)
8235
+ ReadAuthenticationMetadata.add_member_subclass(:api_key_connection_metadata, Types::ReadAuthenticationMetadata::ApiKeyConnectionMetadata)
8236
+ ReadAuthenticationMetadata.add_member_subclass(:none_connection_metadata, Types::ReadAuthenticationMetadata::NoneConnectionMetadata)
8237
+ ReadAuthenticationMetadata.add_member_subclass(:iam_connection_metadata, Types::ReadAuthenticationMetadata::IamConnectionMetadata)
8238
+ ReadAuthenticationMetadata.add_member_subclass(:unknown, Types::ReadAuthenticationMetadata::Unknown)
8239
+ ReadAuthenticationMetadata.struct_class = Types::ReadAuthenticationMetadata
8240
+
8241
+ ReadAuthorizationCodeGrantCredentialsDetails.add_member(:read_authorization_code_grant_details, Shapes::ShapeRef.new(shape: ReadAuthorizationCodeGrantDetails, location_name: "ReadAuthorizationCodeGrantDetails"))
8242
+ ReadAuthorizationCodeGrantCredentialsDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
8243
+ ReadAuthorizationCodeGrantCredentialsDetails.add_member_subclass(:read_authorization_code_grant_details, Types::ReadAuthorizationCodeGrantCredentialsDetails::ReadAuthorizationCodeGrantDetails)
8244
+ ReadAuthorizationCodeGrantCredentialsDetails.add_member_subclass(:unknown, Types::ReadAuthorizationCodeGrantCredentialsDetails::Unknown)
8245
+ ReadAuthorizationCodeGrantCredentialsDetails.struct_class = Types::ReadAuthorizationCodeGrantCredentialsDetails
8246
+
8247
+ ReadAuthorizationCodeGrantDetails.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
8248
+ ReadAuthorizationCodeGrantDetails.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "TokenEndpoint"))
8249
+ ReadAuthorizationCodeGrantDetails.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "AuthorizationEndpoint"))
8250
+ ReadAuthorizationCodeGrantDetails.struct_class = Types::ReadAuthorizationCodeGrantDetails
8251
+
8252
+ ReadAuthorizationCodeGrantMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
8253
+ ReadAuthorizationCodeGrantMetadata.add_member(:redirect_url, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "RedirectUrl"))
8254
+ ReadAuthorizationCodeGrantMetadata.add_member(:read_authorization_code_grant_credentials_details, Shapes::ShapeRef.new(shape: ReadAuthorizationCodeGrantCredentialsDetails, location_name: "ReadAuthorizationCodeGrantCredentialsDetails"))
8255
+ ReadAuthorizationCodeGrantMetadata.add_member(:authorization_code_grant_credentials_source, Shapes::ShapeRef.new(shape: AuthorizationCodeGrantCredentialsSource, location_name: "AuthorizationCodeGrantCredentialsSource"))
8256
+ ReadAuthorizationCodeGrantMetadata.struct_class = Types::ReadAuthorizationCodeGrantMetadata
8257
+
8258
+ ReadBasicAuthConnectionMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
8259
+ ReadBasicAuthConnectionMetadata.add_member(:username, Shapes::ShapeRef.new(shape: ActionUserName, required: true, location_name: "Username"))
8260
+ ReadBasicAuthConnectionMetadata.struct_class = Types::ReadBasicAuthConnectionMetadata
8261
+
8262
+ ReadClientCredentialsDetails.add_member(:read_client_credentials_grant_details, Shapes::ShapeRef.new(shape: ReadClientCredentialsGrantDetails, location_name: "ReadClientCredentialsGrantDetails"))
8263
+ ReadClientCredentialsDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
8264
+ ReadClientCredentialsDetails.add_member_subclass(:read_client_credentials_grant_details, Types::ReadClientCredentialsDetails::ReadClientCredentialsGrantDetails)
8265
+ ReadClientCredentialsDetails.add_member_subclass(:unknown, Types::ReadClientCredentialsDetails::Unknown)
8266
+ ReadClientCredentialsDetails.struct_class = Types::ReadClientCredentialsDetails
8267
+
8268
+ ReadClientCredentialsGrantDetails.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
8269
+ ReadClientCredentialsGrantDetails.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "TokenEndpoint"))
8270
+ ReadClientCredentialsGrantDetails.struct_class = Types::ReadClientCredentialsGrantDetails
8271
+
8272
+ ReadClientCredentialsGrantMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
8273
+ ReadClientCredentialsGrantMetadata.add_member(:read_client_credentials_details, Shapes::ShapeRef.new(shape: ReadClientCredentialsDetails, location_name: "ReadClientCredentialsDetails"))
8274
+ ReadClientCredentialsGrantMetadata.add_member(:client_credentials_source, Shapes::ShapeRef.new(shape: ClientCredentialsSource, location_name: "ClientCredentialsSource"))
8275
+ ReadClientCredentialsGrantMetadata.struct_class = Types::ReadClientCredentialsGrantMetadata
8276
+
8277
+ ReadIamConnectionMetadata.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
8278
+ ReadIamConnectionMetadata.add_member(:source_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "SourceArn"))
8279
+ ReadIamConnectionMetadata.struct_class = Types::ReadIamConnectionMetadata
8280
+
8281
+ ReadNoneConnectionMetadata.add_member(:base_endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "BaseEndpoint"))
8282
+ ReadNoneConnectionMetadata.struct_class = Types::ReadNoneConnectionMetadata
8283
+
7846
8284
  RecentSnapshotsConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
7847
8285
  RecentSnapshotsConfigurations.struct_class = Types::RecentSnapshotsConfigurations
7848
8286
 
@@ -8100,6 +8538,11 @@ module Aws::QuickSight
8100
8538
  S3BucketConfiguration.add_member(:bucket_region, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "BucketRegion"))
8101
8539
  S3BucketConfiguration.struct_class = Types::S3BucketConfiguration
8102
8540
 
8541
+ S3KnowledgeBaseParameters.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
8542
+ S3KnowledgeBaseParameters.add_member(:bucket_url, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "BucketUrl"))
8543
+ S3KnowledgeBaseParameters.add_member(:metadata_files_location, Shapes::ShapeRef.new(shape: MetadataFilesLocation, location_name: "MetadataFilesLocation"))
8544
+ S3KnowledgeBaseParameters.struct_class = Types::S3KnowledgeBaseParameters
8545
+
8103
8546
  S3Parameters.add_member(:manifest_file_location, Shapes::ShapeRef.new(shape: ManifestFileLocation, required: true, location_name: "ManifestFileLocation"))
8104
8547
  S3Parameters.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
8105
8548
  S3Parameters.struct_class = Types::S3Parameters
@@ -8194,6 +8637,18 @@ module Aws::QuickSight
8194
8637
  ScrollBarOptions.add_member(:visible_range, Shapes::ShapeRef.new(shape: VisibleRangeOptions, location_name: "VisibleRange"))
8195
8638
  ScrollBarOptions.struct_class = Types::ScrollBarOptions
8196
8639
 
8640
+ SearchActionConnectorsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8641
+ SearchActionConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchActionConnectorsRequestMaxResultsInteger, location: "querystring", location_name: "max-results"))
8642
+ SearchActionConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
8643
+ SearchActionConnectorsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ActionConnectorSearchFilterList, required: true, location_name: "Filters"))
8644
+ SearchActionConnectorsRequest.struct_class = Types::SearchActionConnectorsRequest
8645
+
8646
+ SearchActionConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
8647
+ SearchActionConnectorsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
8648
+ SearchActionConnectorsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
8649
+ SearchActionConnectorsResponse.add_member(:action_connector_summaries, Shapes::ShapeRef.new(shape: ActionConnectorSummaryList, location_name: "ActionConnectorSummaries"))
8650
+ SearchActionConnectorsResponse.struct_class = Types::SearchActionConnectorsResponse
8651
+
8197
8652
  SearchAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8198
8653
  SearchAnalysesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AnalysisSearchFilterList, required: true, location_name: "Filters"))
8199
8654
  SearchAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -8242,6 +8697,25 @@ module Aws::QuickSight
8242
8697
  SearchDataSourcesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
8243
8698
  SearchDataSourcesResponse.struct_class = Types::SearchDataSourcesResponse
8244
8699
 
8700
+ SearchFlowsFilter.add_member(:name, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "Name"))
8701
+ SearchFlowsFilter.add_member(:operator, Shapes::ShapeRef.new(shape: SearchFilterOperator, required: true, location_name: "Operator"))
8702
+ SearchFlowsFilter.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
8703
+ SearchFlowsFilter.struct_class = Types::SearchFlowsFilter
8704
+
8705
+ SearchFlowsFilterList.member = Shapes::ShapeRef.new(shape: SearchFlowsFilter)
8706
+
8707
+ SearchFlowsInput.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8708
+ SearchFlowsInput.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFlowsFilterList, required: true, location_name: "Filters"))
8709
+ SearchFlowsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
8710
+ SearchFlowsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: FlowMaxResults, location_name: "MaxResults"))
8711
+ SearchFlowsInput.struct_class = Types::SearchFlowsInput
8712
+
8713
+ SearchFlowsOutput.add_member(:flow_summary_list, Shapes::ShapeRef.new(shape: FlowSummaryList, required: true, location_name: "FlowSummaryList"))
8714
+ SearchFlowsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
8715
+ SearchFlowsOutput.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
8716
+ SearchFlowsOutput.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
8717
+ SearchFlowsOutput.struct_class = Types::SearchFlowsOutput
8718
+
8245
8719
  SearchFoldersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8246
8720
  SearchFoldersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FolderSearchFilterList, required: true, location_name: "Filters"))
8247
8721
  SearchFoldersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -9623,6 +10097,34 @@ module Aws::QuickSight
9623
10097
  UpdateAccountSettingsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
9624
10098
  UpdateAccountSettingsResponse.struct_class = Types::UpdateAccountSettingsResponse
9625
10099
 
10100
+ UpdateActionConnectorPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
10101
+ UpdateActionConnectorPermissionsRequest.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "ActionConnectorId"))
10102
+ UpdateActionConnectorPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "GrantPermissions"))
10103
+ UpdateActionConnectorPermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "RevokePermissions"))
10104
+ UpdateActionConnectorPermissionsRequest.struct_class = Types::UpdateActionConnectorPermissionsRequest
10105
+
10106
+ UpdateActionConnectorPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
10107
+ UpdateActionConnectorPermissionsResponse.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "ActionConnectorId"))
10108
+ UpdateActionConnectorPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
10109
+ UpdateActionConnectorPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
10110
+ UpdateActionConnectorPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
10111
+ UpdateActionConnectorPermissionsResponse.struct_class = Types::UpdateActionConnectorPermissionsResponse
10112
+
10113
+ UpdateActionConnectorRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
10114
+ UpdateActionConnectorRequest.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "ActionConnectorId"))
10115
+ UpdateActionConnectorRequest.add_member(:name, Shapes::ShapeRef.new(shape: ActionConnectorName, required: true, location_name: "Name"))
10116
+ UpdateActionConnectorRequest.add_member(:authentication_config, Shapes::ShapeRef.new(shape: AuthConfig, required: true, location_name: "AuthenticationConfig"))
10117
+ UpdateActionConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: ActionConnectorDescription, location_name: "Description"))
10118
+ UpdateActionConnectorRequest.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "VpcConnectionArn"))
10119
+ UpdateActionConnectorRequest.struct_class = Types::UpdateActionConnectorRequest
10120
+
10121
+ UpdateActionConnectorResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
10122
+ UpdateActionConnectorResponse.add_member(:action_connector_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "ActionConnectorId"))
10123
+ UpdateActionConnectorResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
10124
+ UpdateActionConnectorResponse.add_member(:update_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "UpdateStatus"))
10125
+ UpdateActionConnectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
10126
+ UpdateActionConnectorResponse.struct_class = Types::UpdateActionConnectorResponse
10127
+
9626
10128
  UpdateAnalysisPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
9627
10129
  UpdateAnalysisPermissionsRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
9628
10130
  UpdateAnalysisPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "GrantPermissions"))
@@ -9838,6 +10340,23 @@ module Aws::QuickSight
9838
10340
  UpdateDefaultQBusinessApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
9839
10341
  UpdateDefaultQBusinessApplicationResponse.struct_class = Types::UpdateDefaultQBusinessApplicationResponse
9840
10342
 
10343
+ UpdateFlowPermissionsInput.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "AwsAccountId"))
10344
+ UpdateFlowPermissionsInput.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location: "uri", location_name: "FlowId"))
10345
+ UpdateFlowPermissionsInput.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateFlowPermissionsInputGrantPermissionsList, location_name: "GrantPermissions"))
10346
+ UpdateFlowPermissionsInput.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: UpdateFlowPermissionsInputRevokePermissionsList, location_name: "RevokePermissions"))
10347
+ UpdateFlowPermissionsInput.struct_class = Types::UpdateFlowPermissionsInput
10348
+
10349
+ UpdateFlowPermissionsInputGrantPermissionsList.member = Shapes::ShapeRef.new(shape: Permission)
10350
+
10351
+ UpdateFlowPermissionsInputRevokePermissionsList.member = Shapes::ShapeRef.new(shape: Permission)
10352
+
10353
+ UpdateFlowPermissionsOutput.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
10354
+ UpdateFlowPermissionsOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
10355
+ UpdateFlowPermissionsOutput.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, required: true, location_name: "Permissions"))
10356
+ UpdateFlowPermissionsOutput.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RequestId"))
10357
+ UpdateFlowPermissionsOutput.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
10358
+ UpdateFlowPermissionsOutput.struct_class = Types::UpdateFlowPermissionsOutput
10359
+
9841
10360
  UpdateFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
9842
10361
  UpdateFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
9843
10362
  UpdateFolderPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "GrantPermissions"))
@@ -10333,6 +10852,20 @@ module Aws::QuickSight
10333
10852
  WaterfallVisual.add_member(:visual_content_alt_text, Shapes::ShapeRef.new(shape: LongPlainText, location_name: "VisualContentAltText"))
10334
10853
  WaterfallVisual.struct_class = Types::WaterfallVisual
10335
10854
 
10855
+ WebCrawlerParameters.add_member(:web_crawler_auth_type, Shapes::ShapeRef.new(shape: WebCrawlerAuthType, required: true, location_name: "WebCrawlerAuthType"))
10856
+ WebCrawlerParameters.add_member(:username_field_xpath, Shapes::ShapeRef.new(shape: XpathFields, location_name: "UsernameFieldXpath"))
10857
+ WebCrawlerParameters.add_member(:password_field_xpath, Shapes::ShapeRef.new(shape: XpathFields, location_name: "PasswordFieldXpath"))
10858
+ WebCrawlerParameters.add_member(:username_button_xpath, Shapes::ShapeRef.new(shape: XpathFields, location_name: "UsernameButtonXpath"))
10859
+ WebCrawlerParameters.add_member(:password_button_xpath, Shapes::ShapeRef.new(shape: XpathFields, location_name: "PasswordButtonXpath"))
10860
+ WebCrawlerParameters.add_member(:login_page_url, Shapes::ShapeRef.new(shape: SiteBaseUrl, location_name: "LoginPageUrl"))
10861
+ WebCrawlerParameters.add_member(:web_proxy_host_name, Shapes::ShapeRef.new(shape: Host, location_name: "WebProxyHostName"))
10862
+ WebCrawlerParameters.add_member(:web_proxy_port_number, Shapes::ShapeRef.new(shape: OptionalPort, location_name: "WebProxyPortNumber"))
10863
+ WebCrawlerParameters.struct_class = Types::WebCrawlerParameters
10864
+
10865
+ WebProxyCredentials.add_member(:web_proxy_username, Shapes::ShapeRef.new(shape: DbUsername, required: true, location_name: "WebProxyUsername"))
10866
+ WebProxyCredentials.add_member(:web_proxy_password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "WebProxyPassword"))
10867
+ WebProxyCredentials.struct_class = Types::WebProxyCredentials
10868
+
10336
10869
  WhatIfPointScenario.add_member(:date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Date"))
10337
10870
  WhatIfPointScenario.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "Value"))
10338
10871
  WhatIfPointScenario.struct_class = Types::WhatIfPointScenario
@@ -10477,6 +11010,20 @@ module Aws::QuickSight
10477
11010
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
10478
11011
  end)
10479
11012
 
11013
+ api.add_operation(:create_action_connector, Seahorse::Model::Operation.new.tap do |o|
11014
+ o.name = "CreateActionConnector"
11015
+ o.http_method = "POST"
11016
+ o.http_request_uri = "/accounts/{AwsAccountId}/action-connectors"
11017
+ o.input = Shapes::ShapeRef.new(shape: CreateActionConnectorRequest)
11018
+ o.output = Shapes::ShapeRef.new(shape: CreateActionConnectorResponse)
11019
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11020
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
11021
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
11022
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
11023
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11024
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
11025
+ end)
11026
+
10480
11027
  api.add_operation(:create_analysis, Seahorse::Model::Operation.new.tap do |o|
10481
11028
  o.name = "CreateAnalysis"
10482
11029
  o.http_method = "POST"
@@ -10877,6 +11424,19 @@ module Aws::QuickSight
10877
11424
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
10878
11425
  end)
10879
11426
 
11427
+ api.add_operation(:delete_action_connector, Seahorse::Model::Operation.new.tap do |o|
11428
+ o.name = "DeleteActionConnector"
11429
+ o.http_method = "DELETE"
11430
+ o.http_request_uri = "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}"
11431
+ o.input = Shapes::ShapeRef.new(shape: DeleteActionConnectorRequest)
11432
+ o.output = Shapes::ShapeRef.new(shape: DeleteActionConnectorResponse)
11433
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11434
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
11435
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
11436
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11437
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11438
+ end)
11439
+
10880
11440
  api.add_operation(:delete_analysis, Seahorse::Model::Operation.new.tap do |o|
10881
11441
  o.name = "DeleteAnalysis"
10882
11442
  o.http_method = "DELETE"
@@ -11354,6 +11914,32 @@ module Aws::QuickSight
11354
11914
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
11355
11915
  end)
11356
11916
 
11917
+ api.add_operation(:describe_action_connector, Seahorse::Model::Operation.new.tap do |o|
11918
+ o.name = "DescribeActionConnector"
11919
+ o.http_method = "GET"
11920
+ o.http_request_uri = "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}"
11921
+ o.input = Shapes::ShapeRef.new(shape: DescribeActionConnectorRequest)
11922
+ o.output = Shapes::ShapeRef.new(shape: DescribeActionConnectorResponse)
11923
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11924
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
11925
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
11926
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11927
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11928
+ end)
11929
+
11930
+ api.add_operation(:describe_action_connector_permissions, Seahorse::Model::Operation.new.tap do |o|
11931
+ o.name = "DescribeActionConnectorPermissions"
11932
+ o.http_method = "GET"
11933
+ o.http_request_uri = "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions"
11934
+ o.input = Shapes::ShapeRef.new(shape: DescribeActionConnectorPermissionsRequest)
11935
+ o.output = Shapes::ShapeRef.new(shape: DescribeActionConnectorPermissionsResponse)
11936
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11937
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
11938
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
11939
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11940
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11941
+ end)
11942
+
11357
11943
  api.add_operation(:describe_analysis, Seahorse::Model::Operation.new.tap do |o|
11358
11944
  o.name = "DescribeAnalysis"
11359
11945
  o.http_method = "GET"
@@ -12106,6 +12692,30 @@ module Aws::QuickSight
12106
12692
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
12107
12693
  end)
12108
12694
 
12695
+ api.add_operation(:get_flow_metadata, Seahorse::Model::Operation.new.tap do |o|
12696
+ o.name = "GetFlowMetadata"
12697
+ o.http_method = "GET"
12698
+ o.http_request_uri = "/accounts/{AwsAccountId}/flows/{FlowId}/metadata"
12699
+ o.input = Shapes::ShapeRef.new(shape: GetFlowMetadataInput)
12700
+ o.output = Shapes::ShapeRef.new(shape: GetFlowMetadataOutput)
12701
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12702
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
12703
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
12704
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12705
+ end)
12706
+
12707
+ api.add_operation(:get_flow_permissions, Seahorse::Model::Operation.new.tap do |o|
12708
+ o.name = "GetFlowPermissions"
12709
+ o.http_method = "GET"
12710
+ o.http_request_uri = "/accounts/{AwsAccountId}/flows/{FlowId}/permissions"
12711
+ o.input = Shapes::ShapeRef.new(shape: GetFlowPermissionsInput)
12712
+ o.output = Shapes::ShapeRef.new(shape: GetFlowPermissionsOutput)
12713
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12714
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
12715
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
12716
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12717
+ end)
12718
+
12109
12719
  api.add_operation(:get_session_embed_url, Seahorse::Model::Operation.new.tap do |o|
12110
12720
  o.name = "GetSessionEmbedUrl"
12111
12721
  o.http_method = "GET"
@@ -12123,6 +12733,25 @@ module Aws::QuickSight
12123
12733
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
12124
12734
  end)
12125
12735
 
12736
+ api.add_operation(:list_action_connectors, Seahorse::Model::Operation.new.tap do |o|
12737
+ o.name = "ListActionConnectors"
12738
+ o.http_method = "GET"
12739
+ o.http_request_uri = "/accounts/{AwsAccountId}/action-connectors"
12740
+ o.input = Shapes::ShapeRef.new(shape: ListActionConnectorsRequest)
12741
+ o.output = Shapes::ShapeRef.new(shape: ListActionConnectorsResponse)
12742
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12743
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
12744
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
12745
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
12746
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12747
+ o[:pager] = Aws::Pager.new(
12748
+ limit_key: "max_results",
12749
+ tokens: {
12750
+ "next_token" => "next_token"
12751
+ }
12752
+ )
12753
+ end)
12754
+
12126
12755
  api.add_operation(:list_analyses, Seahorse::Model::Operation.new.tap do |o|
12127
12756
  o.name = "ListAnalyses"
12128
12757
  o.http_method = "GET"
@@ -12294,6 +12923,24 @@ module Aws::QuickSight
12294
12923
  )
12295
12924
  end)
12296
12925
 
12926
+ api.add_operation(:list_flows, Seahorse::Model::Operation.new.tap do |o|
12927
+ o.name = "ListFlows"
12928
+ o.http_method = "GET"
12929
+ o.http_request_uri = "/accounts/{AwsAccountId}/flows"
12930
+ o.input = Shapes::ShapeRef.new(shape: ListFlowsInput)
12931
+ o.output = Shapes::ShapeRef.new(shape: ListFlowsOutput)
12932
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12933
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
12934
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
12935
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12936
+ o[:pager] = Aws::Pager.new(
12937
+ limit_key: "max_results",
12938
+ tokens: {
12939
+ "next_token" => "next_token"
12940
+ }
12941
+ )
12942
+ end)
12943
+
12297
12944
  api.add_operation(:list_folder_members, Seahorse::Model::Operation.new.tap do |o|
12298
12945
  o.name = "ListFolderMembers"
12299
12946
  o.http_method = "GET"
@@ -12836,6 +13483,24 @@ module Aws::QuickSight
12836
13483
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
12837
13484
  end)
12838
13485
 
13486
+ api.add_operation(:search_action_connectors, Seahorse::Model::Operation.new.tap do |o|
13487
+ o.name = "SearchActionConnectors"
13488
+ o.http_method = "POST"
13489
+ o.http_request_uri = "/accounts/{AwsAccountId}/search/action-connectors"
13490
+ o.input = Shapes::ShapeRef.new(shape: SearchActionConnectorsRequest)
13491
+ o.output = Shapes::ShapeRef.new(shape: SearchActionConnectorsResponse)
13492
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13493
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
13494
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
13495
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13496
+ o[:pager] = Aws::Pager.new(
13497
+ limit_key: "max_results",
13498
+ tokens: {
13499
+ "next_token" => "next_token"
13500
+ }
13501
+ )
13502
+ end)
13503
+
12839
13504
  api.add_operation(:search_analyses, Seahorse::Model::Operation.new.tap do |o|
12840
13505
  o.name = "SearchAnalyses"
12841
13506
  o.http_method = "POST"
@@ -12916,6 +13581,24 @@ module Aws::QuickSight
12916
13581
  )
12917
13582
  end)
12918
13583
 
13584
+ api.add_operation(:search_flows, Seahorse::Model::Operation.new.tap do |o|
13585
+ o.name = "SearchFlows"
13586
+ o.http_method = "POST"
13587
+ o.http_request_uri = "/accounts/{AwsAccountId}/flows/searchFlows"
13588
+ o.input = Shapes::ShapeRef.new(shape: SearchFlowsInput)
13589
+ o.output = Shapes::ShapeRef.new(shape: SearchFlowsOutput)
13590
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13591
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
13592
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
13593
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13594
+ o[:pager] = Aws::Pager.new(
13595
+ limit_key: "max_results",
13596
+ tokens: {
13597
+ "next_token" => "next_token"
13598
+ }
13599
+ )
13600
+ end)
13601
+
12919
13602
  api.add_operation(:search_folders, Seahorse::Model::Operation.new.tap do |o|
12920
13603
  o.name = "SearchFolders"
12921
13604
  o.http_method = "POST"
@@ -13111,6 +13794,36 @@ module Aws::QuickSight
13111
13794
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
13112
13795
  end)
13113
13796
 
13797
+ api.add_operation(:update_action_connector, Seahorse::Model::Operation.new.tap do |o|
13798
+ o.name = "UpdateActionConnector"
13799
+ o.http_method = "PUT"
13800
+ o.http_request_uri = "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}"
13801
+ o.input = Shapes::ShapeRef.new(shape: UpdateActionConnectorRequest)
13802
+ o.output = Shapes::ShapeRef.new(shape: UpdateActionConnectorResponse)
13803
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13804
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
13805
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
13806
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13807
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13808
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13809
+ end)
13810
+
13811
+ api.add_operation(:update_action_connector_permissions, Seahorse::Model::Operation.new.tap do |o|
13812
+ o.name = "UpdateActionConnectorPermissions"
13813
+ o.http_method = "POST"
13814
+ o.http_request_uri = "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions"
13815
+ o.input = Shapes::ShapeRef.new(shape: UpdateActionConnectorPermissionsRequest)
13816
+ o.output = Shapes::ShapeRef.new(shape: UpdateActionConnectorPermissionsResponse)
13817
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13818
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
13819
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
13820
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13821
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
13822
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
13823
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13824
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13825
+ end)
13826
+
13114
13827
  api.add_operation(:update_analysis, Seahorse::Model::Operation.new.tap do |o|
13115
13828
  o.name = "UpdateAnalysis"
13116
13829
  o.http_method = "PUT"
@@ -13360,6 +14073,18 @@ module Aws::QuickSight
13360
14073
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
13361
14074
  end)
13362
14075
 
14076
+ api.add_operation(:update_flow_permissions, Seahorse::Model::Operation.new.tap do |o|
14077
+ o.name = "UpdateFlowPermissions"
14078
+ o.http_method = "PUT"
14079
+ o.http_request_uri = "/accounts/{AwsAccountId}/flows/{FlowId}/permissions"
14080
+ o.input = Shapes::ShapeRef.new(shape: UpdateFlowPermissionsInput)
14081
+ o.output = Shapes::ShapeRef.new(shape: UpdateFlowPermissionsOutput)
14082
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
14083
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
14084
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
14085
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
14086
+ end)
14087
+
13363
14088
  api.add_operation(:update_folder, Seahorse::Model::Operation.new.tap do |o|
13364
14089
  o.name = "UpdateFolder"
13365
14090
  o.http_method = "PUT"