aws-sdk-quicksight 1.53.0 → 1.57.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.
@@ -23,6 +23,7 @@ module Aws::QuickSight
23
23
  AdditionalDashboardIdList = Shapes::ListShape.new(name: 'AdditionalDashboardIdList')
24
24
  AliasName = Shapes::StringShape.new(name: 'AliasName')
25
25
  AmazonElasticsearchParameters = Shapes::StructureShape.new(name: 'AmazonElasticsearchParameters')
26
+ AmazonOpenSearchParameters = Shapes::StructureShape.new(name: 'AmazonOpenSearchParameters')
26
27
  Analysis = Shapes::StructureShape.new(name: 'Analysis')
27
28
  AnalysisError = Shapes::StructureShape.new(name: 'AnalysisError')
28
29
  AnalysisErrorList = Shapes::ListShape.new(name: 'AnalysisErrorList')
@@ -48,6 +49,7 @@ module Aws::QuickSight
48
49
  AwsIotAnalyticsParameters = Shapes::StructureShape.new(name: 'AwsIotAnalyticsParameters')
49
50
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
50
51
  BorderStyle = Shapes::StructureShape.new(name: 'BorderStyle')
52
+ CIDR = Shapes::StringShape.new(name: 'CIDR')
51
53
  CalculatedColumn = Shapes::StructureShape.new(name: 'CalculatedColumn')
52
54
  CalculatedColumnList = Shapes::ListShape.new(name: 'CalculatedColumnList')
53
55
  CancelIngestionRequest = Shapes::StructureShape.new(name: 'CancelIngestionRequest')
@@ -228,6 +230,8 @@ module Aws::QuickSight
228
230
  DescribeIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'DescribeIAMPolicyAssignmentResponse')
229
231
  DescribeIngestionRequest = Shapes::StructureShape.new(name: 'DescribeIngestionRequest')
230
232
  DescribeIngestionResponse = Shapes::StructureShape.new(name: 'DescribeIngestionResponse')
233
+ DescribeIpRestrictionRequest = Shapes::StructureShape.new(name: 'DescribeIpRestrictionRequest')
234
+ DescribeIpRestrictionResponse = Shapes::StructureShape.new(name: 'DescribeIpRestrictionResponse')
231
235
  DescribeNamespaceRequest = Shapes::StructureShape.new(name: 'DescribeNamespaceRequest')
232
236
  DescribeNamespaceResponse = Shapes::StructureShape.new(name: 'DescribeNamespaceResponse')
233
237
  DescribeTemplateAliasRequest = Shapes::StructureShape.new(name: 'DescribeTemplateAliasRequest')
@@ -313,6 +317,7 @@ module Aws::QuickSight
313
317
  IngestionRequestSource = Shapes::StringShape.new(name: 'IngestionRequestSource')
314
318
  IngestionRequestType = Shapes::StringShape.new(name: 'IngestionRequestType')
315
319
  IngestionStatus = Shapes::StringShape.new(name: 'IngestionStatus')
320
+ IngestionType = Shapes::StringShape.new(name: 'IngestionType')
316
321
  Ingestions = Shapes::ListShape.new(name: 'Ingestions')
317
322
  InputColumn = Shapes::StructureShape.new(name: 'InputColumn')
318
323
  InputColumnDataType = Shapes::StringShape.new(name: 'InputColumnDataType')
@@ -323,6 +328,8 @@ module Aws::QuickSight
323
328
  InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
324
329
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
325
330
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
331
+ IpRestrictionRuleDescription = Shapes::StringShape.new(name: 'IpRestrictionRuleDescription')
332
+ IpRestrictionRuleMap = Shapes::MapShape.new(name: 'IpRestrictionRuleMap')
326
333
  JiraParameters = Shapes::StructureShape.new(name: 'JiraParameters')
327
334
  JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
328
335
  JoinKeyProperties = Shapes::StructureShape.new(name: 'JoinKeyProperties')
@@ -393,6 +400,7 @@ module Aws::QuickSight
393
400
  NamespaceStatus = Shapes::StringShape.new(name: 'NamespaceStatus')
394
401
  Namespaces = Shapes::ListShape.new(name: 'Namespaces')
395
402
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
403
+ NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
396
404
  OnClause = Shapes::StringShape.new(name: 'OnClause')
397
405
  OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
398
406
  OracleParameters = Shapes::StructureShape.new(name: 'OracleParameters')
@@ -423,6 +431,7 @@ module Aws::QuickSight
423
431
  RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
424
432
  RegisteredUserDashboardEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserDashboardEmbeddingConfiguration')
425
433
  RegisteredUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserEmbeddingExperienceConfiguration')
434
+ RegisteredUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQSearchBarEmbeddingConfiguration')
426
435
  RegisteredUserQuickSightConsoleEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQuickSightConsoleEmbeddingConfiguration')
427
436
  RelationalTable = Shapes::StructureShape.new(name: 'RelationalTable')
428
437
  RelationalTableCatalog = Shapes::StringShape.new(name: 'RelationalTableCatalog')
@@ -567,6 +576,8 @@ module Aws::QuickSight
567
576
  UpdateGroupResponse = Shapes::StructureShape.new(name: 'UpdateGroupResponse')
568
577
  UpdateIAMPolicyAssignmentRequest = Shapes::StructureShape.new(name: 'UpdateIAMPolicyAssignmentRequest')
569
578
  UpdateIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'UpdateIAMPolicyAssignmentResponse')
579
+ UpdateIpRestrictionRequest = Shapes::StructureShape.new(name: 'UpdateIpRestrictionRequest')
580
+ UpdateIpRestrictionResponse = Shapes::StructureShape.new(name: 'UpdateIpRestrictionResponse')
570
581
  UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
571
582
  UpdateTemplateAliasRequest = Shapes::StructureShape.new(name: 'UpdateTemplateAliasRequest')
572
583
  UpdateTemplateAliasResponse = Shapes::StructureShape.new(name: 'UpdateTemplateAliasResponse')
@@ -594,9 +605,6 @@ module Aws::QuickSight
594
605
  Warehouse = Shapes::StringShape.new(name: 'Warehouse')
595
606
  WorkGroup = Shapes::StringShape.new(name: 'WorkGroup')
596
607
  boolean = Shapes::BooleanShape.new(name: 'boolean')
597
- long = Shapes::IntegerShape.new(name: 'long')
598
- string = Shapes::StringShape.new(name: 'string')
599
- timestamp = Shapes::TimestampShape.new(name: 'timestamp')
600
608
 
601
609
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
602
610
  AccessDeniedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
@@ -627,6 +635,9 @@ module Aws::QuickSight
627
635
  AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
628
636
  AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
629
637
 
638
+ AmazonOpenSearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
639
+ AmazonOpenSearchParameters.struct_class = Types::AmazonOpenSearchParameters
640
+
630
641
  Analysis.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
631
642
  Analysis.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
632
643
  Analysis.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisName, location_name: "Name"))
@@ -704,13 +715,13 @@ module Aws::QuickSight
704
715
  CalculatedColumnList.member = Shapes::ShapeRef.new(shape: CalculatedColumn)
705
716
 
706
717
  CancelIngestionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
707
- CancelIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
718
+ CancelIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DataSetId"))
708
719
  CancelIngestionRequest.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, required: true, location: "uri", location_name: "IngestionId"))
709
720
  CancelIngestionRequest.struct_class = Types::CancelIngestionRequest
710
721
 
711
722
  CancelIngestionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
712
723
  CancelIngestionResponse.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, location_name: "IngestionId"))
713
- CancelIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
724
+ CancelIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
714
725
  CancelIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
715
726
  CancelIngestionResponse.struct_class = Types::CancelIngestionResponse
716
727
 
@@ -935,15 +946,16 @@ module Aws::QuickSight
935
946
  CreateIAMPolicyAssignmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
936
947
  CreateIAMPolicyAssignmentResponse.struct_class = Types::CreateIAMPolicyAssignmentResponse
937
948
 
938
- CreateIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
949
+ CreateIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DataSetId"))
939
950
  CreateIngestionRequest.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, required: true, location: "uri", location_name: "IngestionId"))
940
951
  CreateIngestionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
952
+ CreateIngestionRequest.add_member(:ingestion_type, Shapes::ShapeRef.new(shape: IngestionType, location_name: "IngestionType"))
941
953
  CreateIngestionRequest.struct_class = Types::CreateIngestionRequest
942
954
 
943
955
  CreateIngestionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
944
956
  CreateIngestionResponse.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, location_name: "IngestionId"))
945
957
  CreateIngestionResponse.add_member(:ingestion_status, Shapes::ShapeRef.new(shape: IngestionStatus, location_name: "IngestionStatus"))
946
- CreateIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
958
+ CreateIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
947
959
  CreateIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
948
960
  CreateIngestionResponse.struct_class = Types::CreateIngestionResponse
949
961
 
@@ -1199,6 +1211,7 @@ module Aws::QuickSight
1199
1211
  DataSourceParameters.add_member(:sql_server_parameters, Shapes::ShapeRef.new(shape: SqlServerParameters, location_name: "SqlServerParameters"))
1200
1212
  DataSourceParameters.add_member(:teradata_parameters, Shapes::ShapeRef.new(shape: TeradataParameters, location_name: "TeradataParameters"))
1201
1213
  DataSourceParameters.add_member(:twitter_parameters, Shapes::ShapeRef.new(shape: TwitterParameters, location_name: "TwitterParameters"))
1214
+ DataSourceParameters.add_member(:amazon_open_search_parameters, Shapes::ShapeRef.new(shape: AmazonOpenSearchParameters, location_name: "AmazonOpenSearchParameters"))
1202
1215
  DataSourceParameters.struct_class = Types::DataSourceParameters
1203
1216
 
1204
1217
  DataSourceParametersList.member = Shapes::ShapeRef.new(shape: DataSourceParameters)
@@ -1543,15 +1556,25 @@ module Aws::QuickSight
1543
1556
  DescribeIAMPolicyAssignmentResponse.struct_class = Types::DescribeIAMPolicyAssignmentResponse
1544
1557
 
1545
1558
  DescribeIngestionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1546
- DescribeIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
1559
+ DescribeIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DataSetId"))
1547
1560
  DescribeIngestionRequest.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, required: true, location: "uri", location_name: "IngestionId"))
1548
1561
  DescribeIngestionRequest.struct_class = Types::DescribeIngestionRequest
1549
1562
 
1550
1563
  DescribeIngestionResponse.add_member(:ingestion, Shapes::ShapeRef.new(shape: Ingestion, location_name: "Ingestion"))
1551
- DescribeIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
1564
+ DescribeIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1552
1565
  DescribeIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1553
1566
  DescribeIngestionResponse.struct_class = Types::DescribeIngestionResponse
1554
1567
 
1568
+ DescribeIpRestrictionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1569
+ DescribeIpRestrictionRequest.struct_class = Types::DescribeIpRestrictionRequest
1570
+
1571
+ DescribeIpRestrictionResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
1572
+ DescribeIpRestrictionResponse.add_member(:ip_restriction_rule_map, Shapes::ShapeRef.new(shape: IpRestrictionRuleMap, location_name: "IpRestrictionRuleMap"))
1573
+ DescribeIpRestrictionResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Enabled"))
1574
+ DescribeIpRestrictionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1575
+ DescribeIpRestrictionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1576
+ DescribeIpRestrictionResponse.struct_class = Types::DescribeIpRestrictionResponse
1577
+
1555
1578
  DescribeNamespaceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1556
1579
  DescribeNamespaceRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
1557
1580
  DescribeNamespaceRequest.struct_class = Types::DescribeNamespaceRequest
@@ -1642,7 +1665,7 @@ module Aws::QuickSight
1642
1665
  DoubleList.member = Shapes::ShapeRef.new(shape: Double)
1643
1666
 
1644
1667
  ErrorInfo.add_member(:type, Shapes::ShapeRef.new(shape: IngestionErrorType, location_name: "Type"))
1645
- ErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1668
+ ErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1646
1669
  ErrorInfo.struct_class = Types::ErrorInfo
1647
1670
 
1648
1671
  ExportToCSVOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
@@ -1795,9 +1818,9 @@ module Aws::QuickSight
1795
1818
  Ingestion.add_member(:error_info, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "ErrorInfo"))
1796
1819
  Ingestion.add_member(:row_info, Shapes::ShapeRef.new(shape: RowInfo, location_name: "RowInfo"))
1797
1820
  Ingestion.add_member(:queue_info, Shapes::ShapeRef.new(shape: QueueInfo, location_name: "QueueInfo"))
1798
- Ingestion.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
1799
- Ingestion.add_member(:ingestion_time_in_seconds, Shapes::ShapeRef.new(shape: long, location_name: "IngestionTimeInSeconds", metadata: {"box"=>true}))
1800
- Ingestion.add_member(:ingestion_size_in_bytes, Shapes::ShapeRef.new(shape: long, location_name: "IngestionSizeInBytes", metadata: {"box"=>true}))
1821
+ Ingestion.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
1822
+ Ingestion.add_member(:ingestion_time_in_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "IngestionTimeInSeconds", metadata: {"box"=>true}))
1823
+ Ingestion.add_member(:ingestion_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "IngestionSizeInBytes", metadata: {"box"=>true}))
1801
1824
  Ingestion.add_member(:request_source, Shapes::ShapeRef.new(shape: IngestionRequestSource, location_name: "RequestSource"))
1802
1825
  Ingestion.add_member(:request_type, Shapes::ShapeRef.new(shape: IngestionRequestType, location_name: "RequestType"))
1803
1826
  Ingestion.struct_class = Types::Ingestion
@@ -1828,6 +1851,9 @@ module Aws::QuickSight
1828
1851
  InvalidParameterValueException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1829
1852
  InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
1830
1853
 
1854
+ IpRestrictionRuleMap.key = Shapes::ShapeRef.new(shape: CIDR)
1855
+ IpRestrictionRuleMap.value = Shapes::ShapeRef.new(shape: IpRestrictionRuleDescription)
1856
+
1831
1857
  JiraParameters.add_member(:site_base_url, Shapes::ShapeRef.new(shape: SiteBaseUrl, required: true, location_name: "SiteBaseUrl"))
1832
1858
  JiraParameters.struct_class = Types::JiraParameters
1833
1859
 
@@ -1977,15 +2003,15 @@ module Aws::QuickSight
1977
2003
  ListIAMPolicyAssignmentsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1978
2004
  ListIAMPolicyAssignmentsResponse.struct_class = Types::ListIAMPolicyAssignmentsResponse
1979
2005
 
1980
- ListIngestionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
1981
- ListIngestionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "next-token"))
2006
+ ListIngestionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DataSetId"))
2007
+ ListIngestionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
1982
2008
  ListIngestionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1983
2009
  ListIngestionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IngestionMaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
1984
2010
  ListIngestionsRequest.struct_class = Types::ListIngestionsRequest
1985
2011
 
1986
2012
  ListIngestionsResponse.add_member(:ingestions, Shapes::ShapeRef.new(shape: Ingestions, location_name: "Ingestions"))
1987
- ListIngestionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
1988
- ListIngestionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
2013
+ ListIngestionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
2014
+ ListIngestionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1989
2015
  ListIngestionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1990
2016
  ListIngestionsResponse.struct_class = Types::ListIngestionsResponse
1991
2017
 
@@ -2203,8 +2229,8 @@ module Aws::QuickSight
2203
2229
 
2204
2230
  ProjectedColumnList.member = Shapes::ShapeRef.new(shape: String)
2205
2231
 
2206
- QueueInfo.add_member(:waiting_on_ingestion, Shapes::ShapeRef.new(shape: string, required: true, location_name: "WaitingOnIngestion"))
2207
- QueueInfo.add_member(:queued_ingestion, Shapes::ShapeRef.new(shape: string, required: true, location_name: "QueuedIngestion"))
2232
+ QueueInfo.add_member(:waiting_on_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "WaitingOnIngestion"))
2233
+ QueueInfo.add_member(:queued_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QueuedIngestion"))
2208
2234
  QueueInfo.struct_class = Types::QueueInfo
2209
2235
 
2210
2236
  QuickSightUserNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -2246,8 +2272,12 @@ module Aws::QuickSight
2246
2272
 
2247
2273
  RegisteredUserEmbeddingExperienceConfiguration.add_member(:dashboard, Shapes::ShapeRef.new(shape: RegisteredUserDashboardEmbeddingConfiguration, location_name: "Dashboard"))
2248
2274
  RegisteredUserEmbeddingExperienceConfiguration.add_member(:quick_sight_console, Shapes::ShapeRef.new(shape: RegisteredUserQuickSightConsoleEmbeddingConfiguration, location_name: "QuickSightConsole"))
2275
+ RegisteredUserEmbeddingExperienceConfiguration.add_member(:q_search_bar, Shapes::ShapeRef.new(shape: RegisteredUserQSearchBarEmbeddingConfiguration, location_name: "QSearchBar"))
2249
2276
  RegisteredUserEmbeddingExperienceConfiguration.struct_class = Types::RegisteredUserEmbeddingExperienceConfiguration
2250
2277
 
2278
+ RegisteredUserQSearchBarEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "InitialTopicId"))
2279
+ RegisteredUserQSearchBarEmbeddingConfiguration.struct_class = Types::RegisteredUserQSearchBarEmbeddingConfiguration
2280
+
2251
2281
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.add_member(:initial_path, Shapes::ShapeRef.new(shape: EntryPath, location_name: "InitialPath"))
2252
2282
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.struct_class = Types::RegisteredUserQuickSightConsoleEmbeddingConfiguration
2253
2283
 
@@ -2293,8 +2323,9 @@ module Aws::QuickSight
2293
2323
  RestoreAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2294
2324
  RestoreAnalysisResponse.struct_class = Types::RestoreAnalysisResponse
2295
2325
 
2296
- RowInfo.add_member(:rows_ingested, Shapes::ShapeRef.new(shape: long, location_name: "RowsIngested", metadata: {"box"=>true}))
2297
- RowInfo.add_member(:rows_dropped, Shapes::ShapeRef.new(shape: long, location_name: "RowsDropped", metadata: {"box"=>true}))
2326
+ RowInfo.add_member(:rows_ingested, Shapes::ShapeRef.new(shape: Long, location_name: "RowsIngested", metadata: {"box"=>true}))
2327
+ RowInfo.add_member(:rows_dropped, Shapes::ShapeRef.new(shape: Long, location_name: "RowsDropped", metadata: {"box"=>true}))
2328
+ RowInfo.add_member(:total_rows_in_dataset, Shapes::ShapeRef.new(shape: Long, location_name: "TotalRowsInDataset", metadata: {"box"=>true}))
2298
2329
  RowInfo.struct_class = Types::RowInfo
2299
2330
 
2300
2331
  RowLevelPermissionDataSet.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
@@ -2826,6 +2857,16 @@ module Aws::QuickSight
2826
2857
  UpdateIAMPolicyAssignmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2827
2858
  UpdateIAMPolicyAssignmentResponse.struct_class = Types::UpdateIAMPolicyAssignmentResponse
2828
2859
 
2860
+ UpdateIpRestrictionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
2861
+ UpdateIpRestrictionRequest.add_member(:ip_restriction_rule_map, Shapes::ShapeRef.new(shape: IpRestrictionRuleMap, location_name: "IpRestrictionRuleMap"))
2862
+ UpdateIpRestrictionRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Enabled"))
2863
+ UpdateIpRestrictionRequest.struct_class = Types::UpdateIpRestrictionRequest
2864
+
2865
+ UpdateIpRestrictionResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
2866
+ UpdateIpRestrictionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2867
+ UpdateIpRestrictionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2868
+ UpdateIpRestrictionResponse.struct_class = Types::UpdateIpRestrictionResponse
2869
+
2829
2870
  UpdateResourcePermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
2830
2871
 
2831
2872
  UpdateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -3700,6 +3741,19 @@ module Aws::QuickSight
3700
3741
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3701
3742
  end)
3702
3743
 
3744
+ api.add_operation(:describe_ip_restriction, Seahorse::Model::Operation.new.tap do |o|
3745
+ o.name = "DescribeIpRestriction"
3746
+ o.http_method = "GET"
3747
+ o.http_request_uri = "/accounts/{AwsAccountId}/ip-restriction"
3748
+ o.input = Shapes::ShapeRef.new(shape: DescribeIpRestrictionRequest)
3749
+ o.output = Shapes::ShapeRef.new(shape: DescribeIpRestrictionResponse)
3750
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3751
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3752
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3753
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3754
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3755
+ end)
3756
+
3703
3757
  api.add_operation(:describe_namespace, Seahorse::Model::Operation.new.tap do |o|
3704
3758
  o.name = "DescribeNamespace"
3705
3759
  o.http_method = "GET"
@@ -4604,6 +4658,20 @@ module Aws::QuickSight
4604
4658
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4605
4659
  end)
4606
4660
 
4661
+ api.add_operation(:update_ip_restriction, Seahorse::Model::Operation.new.tap do |o|
4662
+ o.name = "UpdateIpRestriction"
4663
+ o.http_method = "POST"
4664
+ o.http_request_uri = "/accounts/{AwsAccountId}/ip-restriction"
4665
+ o.input = Shapes::ShapeRef.new(shape: UpdateIpRestrictionRequest)
4666
+ o.output = Shapes::ShapeRef.new(shape: UpdateIpRestrictionResponse)
4667
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4668
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4669
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
4670
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4671
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4672
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4673
+ end)
4674
+
4607
4675
  api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
4608
4676
  o.name = "UpdateTemplate"
4609
4677
  o.http_method = "PUT"