aws-sdk-quicksight 1.54.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,6 +49,7 @@ module Aws::QuickSight
49
49
  AwsIotAnalyticsParameters = Shapes::StructureShape.new(name: 'AwsIotAnalyticsParameters')
50
50
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
51
51
  BorderStyle = Shapes::StructureShape.new(name: 'BorderStyle')
52
+ CIDR = Shapes::StringShape.new(name: 'CIDR')
52
53
  CalculatedColumn = Shapes::StructureShape.new(name: 'CalculatedColumn')
53
54
  CalculatedColumnList = Shapes::ListShape.new(name: 'CalculatedColumnList')
54
55
  CancelIngestionRequest = Shapes::StructureShape.new(name: 'CancelIngestionRequest')
@@ -229,6 +230,8 @@ module Aws::QuickSight
229
230
  DescribeIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'DescribeIAMPolicyAssignmentResponse')
230
231
  DescribeIngestionRequest = Shapes::StructureShape.new(name: 'DescribeIngestionRequest')
231
232
  DescribeIngestionResponse = Shapes::StructureShape.new(name: 'DescribeIngestionResponse')
233
+ DescribeIpRestrictionRequest = Shapes::StructureShape.new(name: 'DescribeIpRestrictionRequest')
234
+ DescribeIpRestrictionResponse = Shapes::StructureShape.new(name: 'DescribeIpRestrictionResponse')
232
235
  DescribeNamespaceRequest = Shapes::StructureShape.new(name: 'DescribeNamespaceRequest')
233
236
  DescribeNamespaceResponse = Shapes::StructureShape.new(name: 'DescribeNamespaceResponse')
234
237
  DescribeTemplateAliasRequest = Shapes::StructureShape.new(name: 'DescribeTemplateAliasRequest')
@@ -314,6 +317,7 @@ module Aws::QuickSight
314
317
  IngestionRequestSource = Shapes::StringShape.new(name: 'IngestionRequestSource')
315
318
  IngestionRequestType = Shapes::StringShape.new(name: 'IngestionRequestType')
316
319
  IngestionStatus = Shapes::StringShape.new(name: 'IngestionStatus')
320
+ IngestionType = Shapes::StringShape.new(name: 'IngestionType')
317
321
  Ingestions = Shapes::ListShape.new(name: 'Ingestions')
318
322
  InputColumn = Shapes::StructureShape.new(name: 'InputColumn')
319
323
  InputColumnDataType = Shapes::StringShape.new(name: 'InputColumnDataType')
@@ -324,6 +328,8 @@ module Aws::QuickSight
324
328
  InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
325
329
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
326
330
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
331
+ IpRestrictionRuleDescription = Shapes::StringShape.new(name: 'IpRestrictionRuleDescription')
332
+ IpRestrictionRuleMap = Shapes::MapShape.new(name: 'IpRestrictionRuleMap')
327
333
  JiraParameters = Shapes::StructureShape.new(name: 'JiraParameters')
328
334
  JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
329
335
  JoinKeyProperties = Shapes::StructureShape.new(name: 'JoinKeyProperties')
@@ -394,6 +400,7 @@ module Aws::QuickSight
394
400
  NamespaceStatus = Shapes::StringShape.new(name: 'NamespaceStatus')
395
401
  Namespaces = Shapes::ListShape.new(name: 'Namespaces')
396
402
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
403
+ NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
397
404
  OnClause = Shapes::StringShape.new(name: 'OnClause')
398
405
  OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
399
406
  OracleParameters = Shapes::StructureShape.new(name: 'OracleParameters')
@@ -568,6 +575,8 @@ module Aws::QuickSight
568
575
  UpdateGroupResponse = Shapes::StructureShape.new(name: 'UpdateGroupResponse')
569
576
  UpdateIAMPolicyAssignmentRequest = Shapes::StructureShape.new(name: 'UpdateIAMPolicyAssignmentRequest')
570
577
  UpdateIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'UpdateIAMPolicyAssignmentResponse')
578
+ UpdateIpRestrictionRequest = Shapes::StructureShape.new(name: 'UpdateIpRestrictionRequest')
579
+ UpdateIpRestrictionResponse = Shapes::StructureShape.new(name: 'UpdateIpRestrictionResponse')
571
580
  UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
572
581
  UpdateTemplateAliasRequest = Shapes::StructureShape.new(name: 'UpdateTemplateAliasRequest')
573
582
  UpdateTemplateAliasResponse = Shapes::StructureShape.new(name: 'UpdateTemplateAliasResponse')
@@ -595,9 +604,6 @@ module Aws::QuickSight
595
604
  Warehouse = Shapes::StringShape.new(name: 'Warehouse')
596
605
  WorkGroup = Shapes::StringShape.new(name: 'WorkGroup')
597
606
  boolean = Shapes::BooleanShape.new(name: 'boolean')
598
- long = Shapes::IntegerShape.new(name: 'long')
599
- string = Shapes::StringShape.new(name: 'string')
600
- timestamp = Shapes::TimestampShape.new(name: 'timestamp')
601
607
 
602
608
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
603
609
  AccessDeniedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
@@ -708,13 +714,13 @@ module Aws::QuickSight
708
714
  CalculatedColumnList.member = Shapes::ShapeRef.new(shape: CalculatedColumn)
709
715
 
710
716
  CancelIngestionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
711
- CancelIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
717
+ CancelIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DataSetId"))
712
718
  CancelIngestionRequest.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, required: true, location: "uri", location_name: "IngestionId"))
713
719
  CancelIngestionRequest.struct_class = Types::CancelIngestionRequest
714
720
 
715
721
  CancelIngestionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
716
722
  CancelIngestionResponse.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, location_name: "IngestionId"))
717
- CancelIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
723
+ CancelIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
718
724
  CancelIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
719
725
  CancelIngestionResponse.struct_class = Types::CancelIngestionResponse
720
726
 
@@ -939,15 +945,16 @@ module Aws::QuickSight
939
945
  CreateIAMPolicyAssignmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
940
946
  CreateIAMPolicyAssignmentResponse.struct_class = Types::CreateIAMPolicyAssignmentResponse
941
947
 
942
- CreateIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
948
+ CreateIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DataSetId"))
943
949
  CreateIngestionRequest.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, required: true, location: "uri", location_name: "IngestionId"))
944
950
  CreateIngestionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
951
+ CreateIngestionRequest.add_member(:ingestion_type, Shapes::ShapeRef.new(shape: IngestionType, location_name: "IngestionType"))
945
952
  CreateIngestionRequest.struct_class = Types::CreateIngestionRequest
946
953
 
947
954
  CreateIngestionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
948
955
  CreateIngestionResponse.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, location_name: "IngestionId"))
949
956
  CreateIngestionResponse.add_member(:ingestion_status, Shapes::ShapeRef.new(shape: IngestionStatus, location_name: "IngestionStatus"))
950
- CreateIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
957
+ CreateIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
951
958
  CreateIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
952
959
  CreateIngestionResponse.struct_class = Types::CreateIngestionResponse
953
960
 
@@ -1548,15 +1555,25 @@ module Aws::QuickSight
1548
1555
  DescribeIAMPolicyAssignmentResponse.struct_class = Types::DescribeIAMPolicyAssignmentResponse
1549
1556
 
1550
1557
  DescribeIngestionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1551
- DescribeIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
1558
+ DescribeIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DataSetId"))
1552
1559
  DescribeIngestionRequest.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, required: true, location: "uri", location_name: "IngestionId"))
1553
1560
  DescribeIngestionRequest.struct_class = Types::DescribeIngestionRequest
1554
1561
 
1555
1562
  DescribeIngestionResponse.add_member(:ingestion, Shapes::ShapeRef.new(shape: Ingestion, location_name: "Ingestion"))
1556
- DescribeIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
1563
+ DescribeIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1557
1564
  DescribeIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1558
1565
  DescribeIngestionResponse.struct_class = Types::DescribeIngestionResponse
1559
1566
 
1567
+ DescribeIpRestrictionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1568
+ DescribeIpRestrictionRequest.struct_class = Types::DescribeIpRestrictionRequest
1569
+
1570
+ DescribeIpRestrictionResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
1571
+ DescribeIpRestrictionResponse.add_member(:ip_restriction_rule_map, Shapes::ShapeRef.new(shape: IpRestrictionRuleMap, location_name: "IpRestrictionRuleMap"))
1572
+ DescribeIpRestrictionResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Enabled"))
1573
+ DescribeIpRestrictionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1574
+ DescribeIpRestrictionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1575
+ DescribeIpRestrictionResponse.struct_class = Types::DescribeIpRestrictionResponse
1576
+
1560
1577
  DescribeNamespaceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1561
1578
  DescribeNamespaceRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
1562
1579
  DescribeNamespaceRequest.struct_class = Types::DescribeNamespaceRequest
@@ -1647,7 +1664,7 @@ module Aws::QuickSight
1647
1664
  DoubleList.member = Shapes::ShapeRef.new(shape: Double)
1648
1665
 
1649
1666
  ErrorInfo.add_member(:type, Shapes::ShapeRef.new(shape: IngestionErrorType, location_name: "Type"))
1650
- ErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1667
+ ErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1651
1668
  ErrorInfo.struct_class = Types::ErrorInfo
1652
1669
 
1653
1670
  ExportToCSVOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
@@ -1800,9 +1817,9 @@ module Aws::QuickSight
1800
1817
  Ingestion.add_member(:error_info, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "ErrorInfo"))
1801
1818
  Ingestion.add_member(:row_info, Shapes::ShapeRef.new(shape: RowInfo, location_name: "RowInfo"))
1802
1819
  Ingestion.add_member(:queue_info, Shapes::ShapeRef.new(shape: QueueInfo, location_name: "QueueInfo"))
1803
- Ingestion.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
1804
- Ingestion.add_member(:ingestion_time_in_seconds, Shapes::ShapeRef.new(shape: long, location_name: "IngestionTimeInSeconds", metadata: {"box"=>true}))
1805
- Ingestion.add_member(:ingestion_size_in_bytes, Shapes::ShapeRef.new(shape: long, location_name: "IngestionSizeInBytes", metadata: {"box"=>true}))
1820
+ Ingestion.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
1821
+ Ingestion.add_member(:ingestion_time_in_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "IngestionTimeInSeconds", metadata: {"box"=>true}))
1822
+ Ingestion.add_member(:ingestion_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "IngestionSizeInBytes", metadata: {"box"=>true}))
1806
1823
  Ingestion.add_member(:request_source, Shapes::ShapeRef.new(shape: IngestionRequestSource, location_name: "RequestSource"))
1807
1824
  Ingestion.add_member(:request_type, Shapes::ShapeRef.new(shape: IngestionRequestType, location_name: "RequestType"))
1808
1825
  Ingestion.struct_class = Types::Ingestion
@@ -1833,6 +1850,9 @@ module Aws::QuickSight
1833
1850
  InvalidParameterValueException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1834
1851
  InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
1835
1852
 
1853
+ IpRestrictionRuleMap.key = Shapes::ShapeRef.new(shape: CIDR)
1854
+ IpRestrictionRuleMap.value = Shapes::ShapeRef.new(shape: IpRestrictionRuleDescription)
1855
+
1836
1856
  JiraParameters.add_member(:site_base_url, Shapes::ShapeRef.new(shape: SiteBaseUrl, required: true, location_name: "SiteBaseUrl"))
1837
1857
  JiraParameters.struct_class = Types::JiraParameters
1838
1858
 
@@ -1982,15 +2002,15 @@ module Aws::QuickSight
1982
2002
  ListIAMPolicyAssignmentsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1983
2003
  ListIAMPolicyAssignmentsResponse.struct_class = Types::ListIAMPolicyAssignmentsResponse
1984
2004
 
1985
- ListIngestionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
1986
- ListIngestionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "next-token"))
2005
+ ListIngestionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DataSetId"))
2006
+ ListIngestionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
1987
2007
  ListIngestionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1988
2008
  ListIngestionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IngestionMaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
1989
2009
  ListIngestionsRequest.struct_class = Types::ListIngestionsRequest
1990
2010
 
1991
2011
  ListIngestionsResponse.add_member(:ingestions, Shapes::ShapeRef.new(shape: Ingestions, location_name: "Ingestions"))
1992
- ListIngestionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
1993
- ListIngestionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
2012
+ ListIngestionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
2013
+ ListIngestionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1994
2014
  ListIngestionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1995
2015
  ListIngestionsResponse.struct_class = Types::ListIngestionsResponse
1996
2016
 
@@ -2208,8 +2228,8 @@ module Aws::QuickSight
2208
2228
 
2209
2229
  ProjectedColumnList.member = Shapes::ShapeRef.new(shape: String)
2210
2230
 
2211
- QueueInfo.add_member(:waiting_on_ingestion, Shapes::ShapeRef.new(shape: string, required: true, location_name: "WaitingOnIngestion"))
2212
- QueueInfo.add_member(:queued_ingestion, Shapes::ShapeRef.new(shape: string, required: true, location_name: "QueuedIngestion"))
2231
+ QueueInfo.add_member(:waiting_on_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "WaitingOnIngestion"))
2232
+ QueueInfo.add_member(:queued_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QueuedIngestion"))
2213
2233
  QueueInfo.struct_class = Types::QueueInfo
2214
2234
 
2215
2235
  QuickSightUserNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -2298,8 +2318,9 @@ module Aws::QuickSight
2298
2318
  RestoreAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2299
2319
  RestoreAnalysisResponse.struct_class = Types::RestoreAnalysisResponse
2300
2320
 
2301
- RowInfo.add_member(:rows_ingested, Shapes::ShapeRef.new(shape: long, location_name: "RowsIngested", metadata: {"box"=>true}))
2302
- RowInfo.add_member(:rows_dropped, Shapes::ShapeRef.new(shape: long, location_name: "RowsDropped", metadata: {"box"=>true}))
2321
+ RowInfo.add_member(:rows_ingested, Shapes::ShapeRef.new(shape: Long, location_name: "RowsIngested", metadata: {"box"=>true}))
2322
+ RowInfo.add_member(:rows_dropped, Shapes::ShapeRef.new(shape: Long, location_name: "RowsDropped", metadata: {"box"=>true}))
2323
+ RowInfo.add_member(:total_rows_in_dataset, Shapes::ShapeRef.new(shape: Long, location_name: "TotalRowsInDataset", metadata: {"box"=>true}))
2303
2324
  RowInfo.struct_class = Types::RowInfo
2304
2325
 
2305
2326
  RowLevelPermissionDataSet.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
@@ -2831,6 +2852,16 @@ module Aws::QuickSight
2831
2852
  UpdateIAMPolicyAssignmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2832
2853
  UpdateIAMPolicyAssignmentResponse.struct_class = Types::UpdateIAMPolicyAssignmentResponse
2833
2854
 
2855
+ UpdateIpRestrictionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
2856
+ UpdateIpRestrictionRequest.add_member(:ip_restriction_rule_map, Shapes::ShapeRef.new(shape: IpRestrictionRuleMap, location_name: "IpRestrictionRuleMap"))
2857
+ UpdateIpRestrictionRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Enabled"))
2858
+ UpdateIpRestrictionRequest.struct_class = Types::UpdateIpRestrictionRequest
2859
+
2860
+ UpdateIpRestrictionResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
2861
+ UpdateIpRestrictionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2862
+ UpdateIpRestrictionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2863
+ UpdateIpRestrictionResponse.struct_class = Types::UpdateIpRestrictionResponse
2864
+
2834
2865
  UpdateResourcePermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
2835
2866
 
2836
2867
  UpdateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -3705,6 +3736,19 @@ module Aws::QuickSight
3705
3736
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3706
3737
  end)
3707
3738
 
3739
+ api.add_operation(:describe_ip_restriction, Seahorse::Model::Operation.new.tap do |o|
3740
+ o.name = "DescribeIpRestriction"
3741
+ o.http_method = "GET"
3742
+ o.http_request_uri = "/accounts/{AwsAccountId}/ip-restriction"
3743
+ o.input = Shapes::ShapeRef.new(shape: DescribeIpRestrictionRequest)
3744
+ o.output = Shapes::ShapeRef.new(shape: DescribeIpRestrictionResponse)
3745
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3746
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3747
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3748
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3749
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3750
+ end)
3751
+
3708
3752
  api.add_operation(:describe_namespace, Seahorse::Model::Operation.new.tap do |o|
3709
3753
  o.name = "DescribeNamespace"
3710
3754
  o.http_method = "GET"
@@ -4609,6 +4653,20 @@ module Aws::QuickSight
4609
4653
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4610
4654
  end)
4611
4655
 
4656
+ api.add_operation(:update_ip_restriction, Seahorse::Model::Operation.new.tap do |o|
4657
+ o.name = "UpdateIpRestriction"
4658
+ o.http_method = "POST"
4659
+ o.http_request_uri = "/accounts/{AwsAccountId}/ip-restriction"
4660
+ o.input = Shapes::ShapeRef.new(shape: UpdateIpRestrictionRequest)
4661
+ o.output = Shapes::ShapeRef.new(shape: UpdateIpRestrictionResponse)
4662
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4663
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4664
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
4665
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4666
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4667
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4668
+ end)
4669
+
4612
4670
  api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
4613
4671
  o.name = "UpdateTemplate"
4614
4672
  o.http_method = "PUT"