aws-sdk-quicksight 1.55.0 → 1.59.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.
@@ -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')
@@ -431,6 +433,7 @@ module Aws::QuickSight
431
433
  RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
432
434
  RegisteredUserDashboardEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserDashboardEmbeddingConfiguration')
433
435
  RegisteredUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserEmbeddingExperienceConfiguration')
436
+ RegisteredUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQSearchBarEmbeddingConfiguration')
434
437
  RegisteredUserQuickSightConsoleEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQuickSightConsoleEmbeddingConfiguration')
435
438
  RelationalTable = Shapes::StructureShape.new(name: 'RelationalTable')
436
439
  RelationalTableCatalog = Shapes::StringShape.new(name: 'RelationalTableCatalog')
@@ -577,6 +580,7 @@ module Aws::QuickSight
577
580
  UpdateIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'UpdateIAMPolicyAssignmentResponse')
578
581
  UpdateIpRestrictionRequest = Shapes::StructureShape.new(name: 'UpdateIpRestrictionRequest')
579
582
  UpdateIpRestrictionResponse = Shapes::StructureShape.new(name: 'UpdateIpRestrictionResponse')
583
+ UpdateLinkPermissionList = Shapes::ListShape.new(name: 'UpdateLinkPermissionList')
580
584
  UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
581
585
  UpdateTemplateAliasRequest = Shapes::StructureShape.new(name: 'UpdateTemplateAliasRequest')
582
586
  UpdateTemplateAliasResponse = Shapes::StructureShape.new(name: 'UpdateTemplateAliasResponse')
@@ -610,6 +614,7 @@ module Aws::QuickSight
610
614
  AccessDeniedException.struct_class = Types::AccessDeniedException
611
615
 
612
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"))
613
618
  AccountCustomization.struct_class = Types::AccountCustomization
614
619
 
615
620
  AccountSettings.add_member(:account_name, Shapes::ShapeRef.new(shape: String, location_name: "AccountName"))
@@ -1211,6 +1216,7 @@ module Aws::QuickSight
1211
1216
  DataSourceParameters.add_member(:teradata_parameters, Shapes::ShapeRef.new(shape: TeradataParameters, location_name: "TeradataParameters"))
1212
1217
  DataSourceParameters.add_member(:twitter_parameters, Shapes::ShapeRef.new(shape: TwitterParameters, location_name: "TwitterParameters"))
1213
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"))
1214
1220
  DataSourceParameters.struct_class = Types::DataSourceParameters
1215
1221
 
1216
1222
  DataSourceParametersList.member = Shapes::ShapeRef.new(shape: DataSourceParameters)
@@ -1450,6 +1456,7 @@ module Aws::QuickSight
1450
1456
  DescribeDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
1451
1457
  DescribeDashboardPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1452
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"))
1453
1460
  DescribeDashboardPermissionsResponse.struct_class = Types::DescribeDashboardPermissionsResponse
1454
1461
 
1455
1462
  DescribeDashboardRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -1667,6 +1674,10 @@ module Aws::QuickSight
1667
1674
  ErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1668
1675
  ErrorInfo.struct_class = Types::ErrorInfo
1669
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
+
1670
1681
  ExportToCSVOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
1671
1682
  ExportToCSVOption.struct_class = Types::ExportToCSVOption
1672
1683
 
@@ -1872,6 +1883,9 @@ module Aws::QuickSight
1872
1883
  LimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1873
1884
  LimitExceededException.struct_class = Types::LimitExceededException
1874
1885
 
1886
+ LinkSharingConfiguration.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
1887
+ LinkSharingConfiguration.struct_class = Types::LinkSharingConfiguration
1888
+
1875
1889
  ListAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1876
1890
  ListAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
1877
1891
  ListAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
@@ -2271,8 +2285,12 @@ module Aws::QuickSight
2271
2285
 
2272
2286
  RegisteredUserEmbeddingExperienceConfiguration.add_member(:dashboard, Shapes::ShapeRef.new(shape: RegisteredUserDashboardEmbeddingConfiguration, location_name: "Dashboard"))
2273
2287
  RegisteredUserEmbeddingExperienceConfiguration.add_member(:quick_sight_console, Shapes::ShapeRef.new(shape: RegisteredUserQuickSightConsoleEmbeddingConfiguration, location_name: "QuickSightConsole"))
2288
+ RegisteredUserEmbeddingExperienceConfiguration.add_member(:q_search_bar, Shapes::ShapeRef.new(shape: RegisteredUserQSearchBarEmbeddingConfiguration, location_name: "QSearchBar"))
2274
2289
  RegisteredUserEmbeddingExperienceConfiguration.struct_class = Types::RegisteredUserEmbeddingExperienceConfiguration
2275
2290
 
2291
+ RegisteredUserQSearchBarEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "InitialTopicId"))
2292
+ RegisteredUserQSearchBarEmbeddingConfiguration.struct_class = Types::RegisteredUserQSearchBarEmbeddingConfiguration
2293
+
2276
2294
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.add_member(:initial_path, Shapes::ShapeRef.new(shape: EntryPath, location_name: "InitialPath"))
2277
2295
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.struct_class = Types::RegisteredUserQuickSightConsoleEmbeddingConfiguration
2278
2296
 
@@ -2700,6 +2718,8 @@ module Aws::QuickSight
2700
2718
  UpdateDashboardPermissionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
2701
2719
  UpdateDashboardPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "GrantPermissions"))
2702
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"))
2703
2723
  UpdateDashboardPermissionsRequest.struct_class = Types::UpdateDashboardPermissionsRequest
2704
2724
 
2705
2725
  UpdateDashboardPermissionsResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DashboardArn"))
@@ -2707,6 +2727,7 @@ module Aws::QuickSight
2707
2727
  UpdateDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
2708
2728
  UpdateDashboardPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2709
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"))
2710
2731
  UpdateDashboardPermissionsResponse.struct_class = Types::UpdateDashboardPermissionsResponse
2711
2732
 
2712
2733
  UpdateDashboardPublishedVersionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -2862,6 +2883,8 @@ module Aws::QuickSight
2862
2883
  UpdateIpRestrictionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2863
2884
  UpdateIpRestrictionResponse.struct_class = Types::UpdateIpRestrictionResponse
2864
2885
 
2886
+ UpdateLinkPermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
2887
+
2865
2888
  UpdateResourcePermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
2866
2889
 
2867
2890
  UpdateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -3023,6 +3046,7 @@ module Aws::QuickSight
3023
3046
  o.input = Shapes::ShapeRef.new(shape: CreateAccountCustomizationRequest)
3024
3047
  o.output = Shapes::ShapeRef.new(shape: CreateAccountCustomizationResponse)
3025
3048
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3049
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3026
3050
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3027
3051
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
3028
3052
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3279,6 +3303,7 @@ module Aws::QuickSight
3279
3303
  o.input = Shapes::ShapeRef.new(shape: DeleteAccountCustomizationRequest)
3280
3304
  o.output = Shapes::ShapeRef.new(shape: DeleteAccountCustomizationResponse)
3281
3305
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3306
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3282
3307
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3283
3308
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3284
3309
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -4441,6 +4466,7 @@ module Aws::QuickSight
4441
4466
  o.input = Shapes::ShapeRef.new(shape: UpdateAccountCustomizationRequest)
4442
4467
  o.output = Shapes::ShapeRef.new(shape: UpdateAccountCustomizationResponse)
4443
4468
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4469
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4444
4470
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
4445
4471
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4446
4472
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)