aws-sdk-quicksight 1.64.0 → 1.67.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@ module Aws::QuickSight
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  AccountCustomization = Shapes::StructureShape.new(name: 'AccountCustomization')
18
+ AccountInfo = Shapes::StructureShape.new(name: 'AccountInfo')
18
19
  AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
19
20
  ActionList = Shapes::ListShape.new(name: 'ActionList')
20
21
  ActiveIAMPolicyAssignment = Shapes::StructureShape.new(name: 'ActiveIAMPolicyAssignment')
@@ -44,6 +45,7 @@ module Aws::QuickSight
44
45
  AthenaParameters = Shapes::StructureShape.new(name: 'AthenaParameters')
45
46
  AuroraParameters = Shapes::StructureShape.new(name: 'AuroraParameters')
46
47
  AuroraPostgreSqlParameters = Shapes::StructureShape.new(name: 'AuroraPostgreSqlParameters')
48
+ AuthenticationMethodOption = Shapes::StringShape.new(name: 'AuthenticationMethodOption')
47
49
  AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
48
50
  AwsAndAccountId = Shapes::StringShape.new(name: 'AwsAndAccountId')
49
51
  AwsIotAnalyticsParameters = Shapes::StructureShape.new(name: 'AwsIotAnalyticsParameters')
@@ -85,6 +87,8 @@ module Aws::QuickSight
85
87
  CopySourceArn = Shapes::StringShape.new(name: 'CopySourceArn')
86
88
  CreateAccountCustomizationRequest = Shapes::StructureShape.new(name: 'CreateAccountCustomizationRequest')
87
89
  CreateAccountCustomizationResponse = Shapes::StructureShape.new(name: 'CreateAccountCustomizationResponse')
90
+ CreateAccountSubscriptionRequest = Shapes::StructureShape.new(name: 'CreateAccountSubscriptionRequest')
91
+ CreateAccountSubscriptionResponse = Shapes::StructureShape.new(name: 'CreateAccountSubscriptionResponse')
88
92
  CreateAnalysisRequest = Shapes::StructureShape.new(name: 'CreateAnalysisRequest')
89
93
  CreateAnalysisResponse = Shapes::StructureShape.new(name: 'CreateAnalysisResponse')
90
94
  CreateColumnsOperation = Shapes::StructureShape.new(name: 'CreateColumnsOperation')
@@ -202,6 +206,8 @@ module Aws::QuickSight
202
206
  DescribeAccountCustomizationResponse = Shapes::StructureShape.new(name: 'DescribeAccountCustomizationResponse')
203
207
  DescribeAccountSettingsRequest = Shapes::StructureShape.new(name: 'DescribeAccountSettingsRequest')
204
208
  DescribeAccountSettingsResponse = Shapes::StructureShape.new(name: 'DescribeAccountSettingsResponse')
209
+ DescribeAccountSubscriptionRequest = Shapes::StructureShape.new(name: 'DescribeAccountSubscriptionRequest')
210
+ DescribeAccountSubscriptionResponse = Shapes::StructureShape.new(name: 'DescribeAccountSubscriptionResponse')
205
211
  DescribeAnalysisPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisPermissionsRequest')
206
212
  DescribeAnalysisPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeAnalysisPermissionsResponse')
207
213
  DescribeAnalysisRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisRequest')
@@ -304,6 +310,7 @@ module Aws::QuickSight
304
310
  GroupName = Shapes::StringShape.new(name: 'GroupName')
305
311
  GroupSearchFilter = Shapes::StructureShape.new(name: 'GroupSearchFilter')
306
312
  GroupSearchFilterList = Shapes::ListShape.new(name: 'GroupSearchFilterList')
313
+ GroupsList = Shapes::ListShape.new(name: 'GroupsList')
307
314
  GutterStyle = Shapes::StructureShape.new(name: 'GutterStyle')
308
315
  HexColor = Shapes::StringShape.new(name: 'HexColor')
309
316
  Host = Shapes::StringShape.new(name: 'Host')
@@ -490,6 +497,7 @@ module Aws::QuickSight
490
497
  SheetControlsOption = Shapes::StructureShape.new(name: 'SheetControlsOption')
491
498
  SheetList = Shapes::ListShape.new(name: 'SheetList')
492
499
  SheetStyle = Shapes::StructureShape.new(name: 'SheetStyle')
500
+ SignupResponse = Shapes::StructureShape.new(name: 'SignupResponse')
493
501
  SiteBaseUrl = Shapes::StringShape.new(name: 'SiteBaseUrl')
494
502
  SnowflakeParameters = Shapes::StructureShape.new(name: 'SnowflakeParameters')
495
503
  SparkParameters = Shapes::StructureShape.new(name: 'SparkParameters')
@@ -589,6 +597,8 @@ module Aws::QuickSight
589
597
  UpdateIpRestrictionRequest = Shapes::StructureShape.new(name: 'UpdateIpRestrictionRequest')
590
598
  UpdateIpRestrictionResponse = Shapes::StructureShape.new(name: 'UpdateIpRestrictionResponse')
591
599
  UpdateLinkPermissionList = Shapes::ListShape.new(name: 'UpdateLinkPermissionList')
600
+ UpdatePublicSharingSettingsRequest = Shapes::StructureShape.new(name: 'UpdatePublicSharingSettingsRequest')
601
+ UpdatePublicSharingSettingsResponse = Shapes::StructureShape.new(name: 'UpdatePublicSharingSettingsResponse')
592
602
  UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
593
603
  UpdateTemplateAliasRequest = Shapes::StructureShape.new(name: 'UpdateTemplateAliasRequest')
594
604
  UpdateTemplateAliasResponse = Shapes::StructureShape.new(name: 'UpdateTemplateAliasResponse')
@@ -625,10 +635,18 @@ module Aws::QuickSight
625
635
  AccountCustomization.add_member(:default_email_customization_template, Shapes::ShapeRef.new(shape: Arn, location_name: "DefaultEmailCustomizationTemplate"))
626
636
  AccountCustomization.struct_class = Types::AccountCustomization
627
637
 
638
+ AccountInfo.add_member(:account_name, Shapes::ShapeRef.new(shape: String, location_name: "AccountName"))
639
+ AccountInfo.add_member(:edition, Shapes::ShapeRef.new(shape: Edition, location_name: "Edition"))
640
+ AccountInfo.add_member(:notification_email, Shapes::ShapeRef.new(shape: String, location_name: "NotificationEmail"))
641
+ AccountInfo.add_member(:authentication_type, Shapes::ShapeRef.new(shape: String, location_name: "AuthenticationType"))
642
+ AccountInfo.add_member(:account_subscription_status, Shapes::ShapeRef.new(shape: String, location_name: "AccountSubscriptionStatus"))
643
+ AccountInfo.struct_class = Types::AccountInfo
644
+
628
645
  AccountSettings.add_member(:account_name, Shapes::ShapeRef.new(shape: String, location_name: "AccountName"))
629
646
  AccountSettings.add_member(:edition, Shapes::ShapeRef.new(shape: Edition, location_name: "Edition"))
630
647
  AccountSettings.add_member(:default_namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "DefaultNamespace"))
631
648
  AccountSettings.add_member(:notification_email, Shapes::ShapeRef.new(shape: String, location_name: "NotificationEmail"))
649
+ AccountSettings.add_member(:public_sharing_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PublicSharingEnabled"))
632
650
  AccountSettings.struct_class = Types::AccountSettings
633
651
 
634
652
  ActionList.member = Shapes::ShapeRef.new(shape: String)
@@ -810,6 +828,28 @@ module Aws::QuickSight
810
828
  CreateAccountCustomizationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
811
829
  CreateAccountCustomizationResponse.struct_class = Types::CreateAccountCustomizationResponse
812
830
 
831
+ CreateAccountSubscriptionRequest.add_member(:edition, Shapes::ShapeRef.new(shape: Edition, required: true, location_name: "Edition"))
832
+ CreateAccountSubscriptionRequest.add_member(:authentication_method, Shapes::ShapeRef.new(shape: AuthenticationMethodOption, required: true, location_name: "AuthenticationMethod"))
833
+ CreateAccountSubscriptionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
834
+ CreateAccountSubscriptionRequest.add_member(:account_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AccountName"))
835
+ CreateAccountSubscriptionRequest.add_member(:notification_email, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NotificationEmail"))
836
+ CreateAccountSubscriptionRequest.add_member(:active_directory_name, Shapes::ShapeRef.new(shape: String, location_name: "ActiveDirectoryName"))
837
+ CreateAccountSubscriptionRequest.add_member(:realm, Shapes::ShapeRef.new(shape: String, location_name: "Realm"))
838
+ CreateAccountSubscriptionRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: String, location_name: "DirectoryId"))
839
+ CreateAccountSubscriptionRequest.add_member(:admin_group, Shapes::ShapeRef.new(shape: GroupsList, location_name: "AdminGroup"))
840
+ CreateAccountSubscriptionRequest.add_member(:author_group, Shapes::ShapeRef.new(shape: GroupsList, location_name: "AuthorGroup"))
841
+ CreateAccountSubscriptionRequest.add_member(:reader_group, Shapes::ShapeRef.new(shape: GroupsList, location_name: "ReaderGroup"))
842
+ CreateAccountSubscriptionRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: String, location_name: "FirstName"))
843
+ CreateAccountSubscriptionRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: String, location_name: "LastName"))
844
+ CreateAccountSubscriptionRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: String, location_name: "EmailAddress"))
845
+ CreateAccountSubscriptionRequest.add_member(:contact_number, Shapes::ShapeRef.new(shape: String, location_name: "ContactNumber"))
846
+ CreateAccountSubscriptionRequest.struct_class = Types::CreateAccountSubscriptionRequest
847
+
848
+ CreateAccountSubscriptionResponse.add_member(:signup_response, Shapes::ShapeRef.new(shape: SignupResponse, location_name: "SignupResponse"))
849
+ CreateAccountSubscriptionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
850
+ CreateAccountSubscriptionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
851
+ CreateAccountSubscriptionResponse.struct_class = Types::CreateAccountSubscriptionResponse
852
+
813
853
  CreateAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
814
854
  CreateAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
815
855
  CreateAnalysisRequest.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisName, required: true, location_name: "Name"))
@@ -1435,6 +1475,14 @@ module Aws::QuickSight
1435
1475
  DescribeAccountSettingsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1436
1476
  DescribeAccountSettingsResponse.struct_class = Types::DescribeAccountSettingsResponse
1437
1477
 
1478
+ DescribeAccountSubscriptionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1479
+ DescribeAccountSubscriptionRequest.struct_class = Types::DescribeAccountSubscriptionRequest
1480
+
1481
+ DescribeAccountSubscriptionResponse.add_member(:account_info, Shapes::ShapeRef.new(shape: AccountInfo, location_name: "AccountInfo"))
1482
+ DescribeAccountSubscriptionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
1483
+ DescribeAccountSubscriptionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
1484
+ DescribeAccountSubscriptionResponse.struct_class = Types::DescribeAccountSubscriptionResponse
1485
+
1438
1486
  DescribeAnalysisPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1439
1487
  DescribeAnalysisPermissionsRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
1440
1488
  DescribeAnalysisPermissionsRequest.struct_class = Types::DescribeAnalysisPermissionsRequest
@@ -1750,6 +1798,7 @@ module Aws::QuickSight
1750
1798
  GenerateEmbedUrlForAnonymousUserRequest.add_member(:session_tags, Shapes::ShapeRef.new(shape: SessionTagList, location_name: "SessionTags"))
1751
1799
  GenerateEmbedUrlForAnonymousUserRequest.add_member(:authorized_resource_arns, Shapes::ShapeRef.new(shape: ArnList, required: true, location_name: "AuthorizedResourceArns"))
1752
1800
  GenerateEmbedUrlForAnonymousUserRequest.add_member(:experience_configuration, Shapes::ShapeRef.new(shape: AnonymousUserEmbeddingExperienceConfiguration, required: true, location_name: "ExperienceConfiguration"))
1801
+ GenerateEmbedUrlForAnonymousUserRequest.add_member(:allowed_domains, Shapes::ShapeRef.new(shape: StringList, location_name: "AllowedDomains"))
1753
1802
  GenerateEmbedUrlForAnonymousUserRequest.struct_class = Types::GenerateEmbedUrlForAnonymousUserRequest
1754
1803
 
1755
1804
  GenerateEmbedUrlForAnonymousUserResponse.add_member(:embed_url, Shapes::ShapeRef.new(shape: EmbeddingUrl, required: true, location_name: "EmbedUrl"))
@@ -1761,6 +1810,7 @@ module Aws::QuickSight
1761
1810
  GenerateEmbedUrlForRegisteredUserRequest.add_member(:session_lifetime_in_minutes, Shapes::ShapeRef.new(shape: SessionLifetimeInMinutes, location_name: "SessionLifetimeInMinutes"))
1762
1811
  GenerateEmbedUrlForRegisteredUserRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "UserArn"))
1763
1812
  GenerateEmbedUrlForRegisteredUserRequest.add_member(:experience_configuration, Shapes::ShapeRef.new(shape: RegisteredUserEmbeddingExperienceConfiguration, required: true, location_name: "ExperienceConfiguration"))
1813
+ GenerateEmbedUrlForRegisteredUserRequest.add_member(:allowed_domains, Shapes::ShapeRef.new(shape: StringList, location_name: "AllowedDomains"))
1764
1814
  GenerateEmbedUrlForRegisteredUserRequest.struct_class = Types::GenerateEmbedUrlForRegisteredUserRequest
1765
1815
 
1766
1816
  GenerateEmbedUrlForRegisteredUserResponse.add_member(:embed_url, Shapes::ShapeRef.new(shape: EmbeddingUrl, required: true, location_name: "EmbedUrl"))
@@ -1822,6 +1872,8 @@ module Aws::QuickSight
1822
1872
 
1823
1873
  GroupSearchFilterList.member = Shapes::ShapeRef.new(shape: GroupSearchFilter)
1824
1874
 
1875
+ GroupsList.member = Shapes::ShapeRef.new(shape: String)
1876
+
1825
1877
  GutterStyle.add_member(:show, Shapes::ShapeRef.new(shape: boolean, location_name: "Show", metadata: {"box"=>true}))
1826
1878
  GutterStyle.struct_class = Types::GutterStyle
1827
1879
 
@@ -2469,6 +2521,12 @@ module Aws::QuickSight
2469
2521
  SheetStyle.add_member(:tile_layout, Shapes::ShapeRef.new(shape: TileLayoutStyle, location_name: "TileLayout"))
2470
2522
  SheetStyle.struct_class = Types::SheetStyle
2471
2523
 
2524
+ SignupResponse.add_member(:iam_user, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMUser"))
2525
+ SignupResponse.add_member(:user_login_name, Shapes::ShapeRef.new(shape: String, location_name: "userLoginName"))
2526
+ SignupResponse.add_member(:account_name, Shapes::ShapeRef.new(shape: String, location_name: "accountName"))
2527
+ SignupResponse.add_member(:directory_type, Shapes::ShapeRef.new(shape: String, location_name: "directoryType"))
2528
+ SignupResponse.struct_class = Types::SignupResponse
2529
+
2472
2530
  SnowflakeParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
2473
2531
  SnowflakeParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
2474
2532
  SnowflakeParameters.add_member(:warehouse, Shapes::ShapeRef.new(shape: Warehouse, required: true, location_name: "Warehouse"))
@@ -2924,6 +2982,14 @@ module Aws::QuickSight
2924
2982
 
2925
2983
  UpdateLinkPermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
2926
2984
 
2985
+ UpdatePublicSharingSettingsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
2986
+ UpdatePublicSharingSettingsRequest.add_member(:public_sharing_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PublicSharingEnabled"))
2987
+ UpdatePublicSharingSettingsRequest.struct_class = Types::UpdatePublicSharingSettingsRequest
2988
+
2989
+ UpdatePublicSharingSettingsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2990
+ UpdatePublicSharingSettingsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2991
+ UpdatePublicSharingSettingsResponse.struct_class = Types::UpdatePublicSharingSettingsResponse
2992
+
2927
2993
  UpdateResourcePermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
2928
2994
 
2929
2995
  UpdateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -3094,6 +3160,23 @@ module Aws::QuickSight
3094
3160
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
3095
3161
  end)
3096
3162
 
3163
+ api.add_operation(:create_account_subscription, Seahorse::Model::Operation.new.tap do |o|
3164
+ o.name = "CreateAccountSubscription"
3165
+ o.http_method = "POST"
3166
+ o.http_request_uri = "/account/{AwsAccountId}"
3167
+ o.input = Shapes::ShapeRef.new(shape: CreateAccountSubscriptionRequest)
3168
+ o.output = Shapes::ShapeRef.new(shape: CreateAccountSubscriptionResponse)
3169
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3170
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3171
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3172
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3173
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
3174
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
3175
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3176
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3177
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
3178
+ end)
3179
+
3097
3180
  api.add_operation(:create_analysis, Seahorse::Model::Operation.new.tap do |o|
3098
3181
  o.name = "CreateAnalysis"
3099
3182
  o.http_method = "POST"
@@ -3609,6 +3692,20 @@ module Aws::QuickSight
3609
3692
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
3610
3693
  end)
3611
3694
 
3695
+ api.add_operation(:describe_account_subscription, Seahorse::Model::Operation.new.tap do |o|
3696
+ o.name = "DescribeAccountSubscription"
3697
+ o.http_method = "GET"
3698
+ o.http_request_uri = "/account/{AwsAccountId}"
3699
+ o.input = Shapes::ShapeRef.new(shape: DescribeAccountSubscriptionRequest)
3700
+ o.output = Shapes::ShapeRef.new(shape: DescribeAccountSubscriptionResponse)
3701
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3702
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3703
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3704
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3705
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3706
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
3707
+ end)
3708
+
3612
3709
  api.add_operation(:describe_analysis, Seahorse::Model::Operation.new.tap do |o|
3613
3710
  o.name = "DescribeAnalysis"
3614
3711
  o.http_method = "GET"
@@ -4763,6 +4860,20 @@ module Aws::QuickSight
4763
4860
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4764
4861
  end)
4765
4862
 
4863
+ api.add_operation(:update_public_sharing_settings, Seahorse::Model::Operation.new.tap do |o|
4864
+ o.name = "UpdatePublicSharingSettings"
4865
+ o.http_method = "PUT"
4866
+ o.http_request_uri = "/accounts/{AwsAccountId}/public-sharing-settings"
4867
+ o.input = Shapes::ShapeRef.new(shape: UpdatePublicSharingSettingsRequest)
4868
+ o.output = Shapes::ShapeRef.new(shape: UpdatePublicSharingSettingsResponse)
4869
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4870
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
4871
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4872
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4873
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedPricingPlanException)
4874
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4875
+ end)
4876
+
4766
4877
  api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
4767
4878
  o.name = "UpdateTemplate"
4768
4879
  o.http_method = "PUT"