aws-sdk-quicksight 1.57.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -258,6 +258,7 @@ module Aws::QuickSight
258
258
  EntryPath = Shapes::StringShape.new(name: 'EntryPath')
259
259
  EntryPoint = Shapes::StringShape.new(name: 'EntryPoint')
260
260
  ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
261
+ ExasolParameters = Shapes::StructureShape.new(name: 'ExasolParameters')
261
262
  ExceptionResourceType = Shapes::StringShape.new(name: 'ExceptionResourceType')
262
263
  ExportToCSVOption = Shapes::StructureShape.new(name: 'ExportToCSVOption')
263
264
  Expression = Shapes::StringShape.new(name: 'Expression')
@@ -335,6 +336,7 @@ module Aws::QuickSight
335
336
  JoinKeyProperties = Shapes::StructureShape.new(name: 'JoinKeyProperties')
336
337
  JoinType = Shapes::StringShape.new(name: 'JoinType')
337
338
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
339
+ LinkSharingConfiguration = Shapes::StructureShape.new(name: 'LinkSharingConfiguration')
338
340
  ListAnalysesRequest = Shapes::StructureShape.new(name: 'ListAnalysesRequest')
339
341
  ListAnalysesResponse = Shapes::StructureShape.new(name: 'ListAnalysesResponse')
340
342
  ListDashboardVersionsRequest = Shapes::StructureShape.new(name: 'ListDashboardVersionsRequest')
@@ -578,6 +580,7 @@ module Aws::QuickSight
578
580
  UpdateIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'UpdateIAMPolicyAssignmentResponse')
579
581
  UpdateIpRestrictionRequest = Shapes::StructureShape.new(name: 'UpdateIpRestrictionRequest')
580
582
  UpdateIpRestrictionResponse = Shapes::StructureShape.new(name: 'UpdateIpRestrictionResponse')
583
+ UpdateLinkPermissionList = Shapes::ListShape.new(name: 'UpdateLinkPermissionList')
581
584
  UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
582
585
  UpdateTemplateAliasRequest = Shapes::StructureShape.new(name: 'UpdateTemplateAliasRequest')
583
586
  UpdateTemplateAliasResponse = Shapes::StructureShape.new(name: 'UpdateTemplateAliasResponse')
@@ -611,6 +614,7 @@ module Aws::QuickSight
611
614
  AccessDeniedException.struct_class = Types::AccessDeniedException
612
615
 
613
616
  AccountCustomization.add_member(:default_theme, Shapes::ShapeRef.new(shape: Arn, location_name: "DefaultTheme"))
617
+ AccountCustomization.add_member(:default_email_customization_template, Shapes::ShapeRef.new(shape: Arn, location_name: "DefaultEmailCustomizationTemplate"))
614
618
  AccountCustomization.struct_class = Types::AccountCustomization
615
619
 
616
620
  AccountSettings.add_member(:account_name, Shapes::ShapeRef.new(shape: String, location_name: "AccountName"))
@@ -1212,6 +1216,7 @@ module Aws::QuickSight
1212
1216
  DataSourceParameters.add_member(:teradata_parameters, Shapes::ShapeRef.new(shape: TeradataParameters, location_name: "TeradataParameters"))
1213
1217
  DataSourceParameters.add_member(:twitter_parameters, Shapes::ShapeRef.new(shape: TwitterParameters, location_name: "TwitterParameters"))
1214
1218
  DataSourceParameters.add_member(:amazon_open_search_parameters, Shapes::ShapeRef.new(shape: AmazonOpenSearchParameters, location_name: "AmazonOpenSearchParameters"))
1219
+ DataSourceParameters.add_member(:exasol_parameters, Shapes::ShapeRef.new(shape: ExasolParameters, location_name: "ExasolParameters"))
1215
1220
  DataSourceParameters.struct_class = Types::DataSourceParameters
1216
1221
 
1217
1222
  DataSourceParametersList.member = Shapes::ShapeRef.new(shape: DataSourceParameters)
@@ -1451,6 +1456,7 @@ module Aws::QuickSight
1451
1456
  DescribeDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
1452
1457
  DescribeDashboardPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1453
1458
  DescribeDashboardPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1459
+ DescribeDashboardPermissionsResponse.add_member(:link_sharing_configuration, Shapes::ShapeRef.new(shape: LinkSharingConfiguration, location_name: "LinkSharingConfiguration"))
1454
1460
  DescribeDashboardPermissionsResponse.struct_class = Types::DescribeDashboardPermissionsResponse
1455
1461
 
1456
1462
  DescribeDashboardRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -1668,6 +1674,10 @@ module Aws::QuickSight
1668
1674
  ErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1669
1675
  ErrorInfo.struct_class = Types::ErrorInfo
1670
1676
 
1677
+ ExasolParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
1678
+ ExasolParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
1679
+ ExasolParameters.struct_class = Types::ExasolParameters
1680
+
1671
1681
  ExportToCSVOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
1672
1682
  ExportToCSVOption.struct_class = Types::ExportToCSVOption
1673
1683
 
@@ -1873,6 +1883,9 @@ module Aws::QuickSight
1873
1883
  LimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1874
1884
  LimitExceededException.struct_class = Types::LimitExceededException
1875
1885
 
1886
+ LinkSharingConfiguration.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
1887
+ LinkSharingConfiguration.struct_class = Types::LinkSharingConfiguration
1888
+
1876
1889
  ListAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1877
1890
  ListAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
1878
1891
  ListAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
@@ -2705,6 +2718,8 @@ module Aws::QuickSight
2705
2718
  UpdateDashboardPermissionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
2706
2719
  UpdateDashboardPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "GrantPermissions"))
2707
2720
  UpdateDashboardPermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "RevokePermissions"))
2721
+ UpdateDashboardPermissionsRequest.add_member(:grant_link_permissions, Shapes::ShapeRef.new(shape: UpdateLinkPermissionList, location_name: "GrantLinkPermissions"))
2722
+ UpdateDashboardPermissionsRequest.add_member(:revoke_link_permissions, Shapes::ShapeRef.new(shape: UpdateLinkPermissionList, location_name: "RevokeLinkPermissions"))
2708
2723
  UpdateDashboardPermissionsRequest.struct_class = Types::UpdateDashboardPermissionsRequest
2709
2724
 
2710
2725
  UpdateDashboardPermissionsResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DashboardArn"))
@@ -2712,6 +2727,7 @@ module Aws::QuickSight
2712
2727
  UpdateDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
2713
2728
  UpdateDashboardPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2714
2729
  UpdateDashboardPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2730
+ UpdateDashboardPermissionsResponse.add_member(:link_sharing_configuration, Shapes::ShapeRef.new(shape: LinkSharingConfiguration, location_name: "LinkSharingConfiguration"))
2715
2731
  UpdateDashboardPermissionsResponse.struct_class = Types::UpdateDashboardPermissionsResponse
2716
2732
 
2717
2733
  UpdateDashboardPublishedVersionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -2867,6 +2883,8 @@ module Aws::QuickSight
2867
2883
  UpdateIpRestrictionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2868
2884
  UpdateIpRestrictionResponse.struct_class = Types::UpdateIpRestrictionResponse
2869
2885
 
2886
+ UpdateLinkPermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
2887
+
2870
2888
  UpdateResourcePermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
2871
2889
 
2872
2890
  UpdateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -3028,6 +3046,7 @@ module Aws::QuickSight
3028
3046
  o.input = Shapes::ShapeRef.new(shape: CreateAccountCustomizationRequest)
3029
3047
  o.output = Shapes::ShapeRef.new(shape: CreateAccountCustomizationResponse)
3030
3048
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3049
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3031
3050
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3032
3051
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
3033
3052
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3284,6 +3303,7 @@ module Aws::QuickSight
3284
3303
  o.input = Shapes::ShapeRef.new(shape: DeleteAccountCustomizationRequest)
3285
3304
  o.output = Shapes::ShapeRef.new(shape: DeleteAccountCustomizationResponse)
3286
3305
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3306
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3287
3307
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3288
3308
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3289
3309
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -4446,6 +4466,7 @@ module Aws::QuickSight
4446
4466
  o.input = Shapes::ShapeRef.new(shape: UpdateAccountCustomizationRequest)
4447
4467
  o.output = Shapes::ShapeRef.new(shape: UpdateAccountCustomizationResponse)
4448
4468
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4469
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4449
4470
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
4450
4471
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4451
4472
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)