aws-sdk-quicksight 1.26.0 → 1.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/lib/aws-sdk-quicksight/client.rb +864 -99
- data/lib/aws-sdk-quicksight/client_api.rb +323 -1
- data/lib/aws-sdk-quicksight/types.rb +1167 -141
- metadata +2 -2
@@ -22,6 +22,18 @@ module Aws::QuickSight
|
|
22
22
|
AdHocFilteringOption = Shapes::StructureShape.new(name: 'AdHocFilteringOption')
|
23
23
|
AliasName = Shapes::StringShape.new(name: 'AliasName')
|
24
24
|
AmazonElasticsearchParameters = Shapes::StructureShape.new(name: 'AmazonElasticsearchParameters')
|
25
|
+
Analysis = Shapes::StructureShape.new(name: 'Analysis')
|
26
|
+
AnalysisError = Shapes::StructureShape.new(name: 'AnalysisError')
|
27
|
+
AnalysisErrorList = Shapes::ListShape.new(name: 'AnalysisErrorList')
|
28
|
+
AnalysisErrorType = Shapes::StringShape.new(name: 'AnalysisErrorType')
|
29
|
+
AnalysisFilterAttribute = Shapes::StringShape.new(name: 'AnalysisFilterAttribute')
|
30
|
+
AnalysisName = Shapes::StringShape.new(name: 'AnalysisName')
|
31
|
+
AnalysisSearchFilter = Shapes::StructureShape.new(name: 'AnalysisSearchFilter')
|
32
|
+
AnalysisSearchFilterList = Shapes::ListShape.new(name: 'AnalysisSearchFilterList')
|
33
|
+
AnalysisSourceEntity = Shapes::StructureShape.new(name: 'AnalysisSourceEntity')
|
34
|
+
AnalysisSourceTemplate = Shapes::StructureShape.new(name: 'AnalysisSourceTemplate')
|
35
|
+
AnalysisSummary = Shapes::StructureShape.new(name: 'AnalysisSummary')
|
36
|
+
AnalysisSummaryList = Shapes::ListShape.new(name: 'AnalysisSummaryList')
|
25
37
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
26
38
|
AssignmentStatus = Shapes::StringShape.new(name: 'AssignmentStatus')
|
27
39
|
AthenaParameters = Shapes::StructureShape.new(name: 'AthenaParameters')
|
@@ -60,6 +72,8 @@ module Aws::QuickSight
|
|
60
72
|
CopySourceArn = Shapes::StringShape.new(name: 'CopySourceArn')
|
61
73
|
CreateAccountCustomizationRequest = Shapes::StructureShape.new(name: 'CreateAccountCustomizationRequest')
|
62
74
|
CreateAccountCustomizationResponse = Shapes::StructureShape.new(name: 'CreateAccountCustomizationResponse')
|
75
|
+
CreateAnalysisRequest = Shapes::StructureShape.new(name: 'CreateAnalysisRequest')
|
76
|
+
CreateAnalysisResponse = Shapes::StructureShape.new(name: 'CreateAnalysisResponse')
|
63
77
|
CreateColumnsOperation = Shapes::StructureShape.new(name: 'CreateColumnsOperation')
|
64
78
|
CreateDashboardRequest = Shapes::StructureShape.new(name: 'CreateDashboardRequest')
|
65
79
|
CreateDashboardResponse = Shapes::StructureShape.new(name: 'CreateDashboardResponse')
|
@@ -133,6 +147,8 @@ module Aws::QuickSight
|
|
133
147
|
DecimalParameterList = Shapes::ListShape.new(name: 'DecimalParameterList')
|
134
148
|
DeleteAccountCustomizationRequest = Shapes::StructureShape.new(name: 'DeleteAccountCustomizationRequest')
|
135
149
|
DeleteAccountCustomizationResponse = Shapes::StructureShape.new(name: 'DeleteAccountCustomizationResponse')
|
150
|
+
DeleteAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteAnalysisRequest')
|
151
|
+
DeleteAnalysisResponse = Shapes::StructureShape.new(name: 'DeleteAnalysisResponse')
|
136
152
|
DeleteDashboardRequest = Shapes::StructureShape.new(name: 'DeleteDashboardRequest')
|
137
153
|
DeleteDashboardResponse = Shapes::StructureShape.new(name: 'DeleteDashboardResponse')
|
138
154
|
DeleteDataSetRequest = Shapes::StructureShape.new(name: 'DeleteDataSetRequest')
|
@@ -164,6 +180,10 @@ module Aws::QuickSight
|
|
164
180
|
DescribeAccountCustomizationResponse = Shapes::StructureShape.new(name: 'DescribeAccountCustomizationResponse')
|
165
181
|
DescribeAccountSettingsRequest = Shapes::StructureShape.new(name: 'DescribeAccountSettingsRequest')
|
166
182
|
DescribeAccountSettingsResponse = Shapes::StructureShape.new(name: 'DescribeAccountSettingsResponse')
|
183
|
+
DescribeAnalysisPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisPermissionsRequest')
|
184
|
+
DescribeAnalysisPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeAnalysisPermissionsResponse')
|
185
|
+
DescribeAnalysisRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisRequest')
|
186
|
+
DescribeAnalysisResponse = Shapes::StructureShape.new(name: 'DescribeAnalysisResponse')
|
167
187
|
DescribeDashboardPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeDashboardPermissionsRequest')
|
168
188
|
DescribeDashboardPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeDashboardPermissionsResponse')
|
169
189
|
DescribeDashboardRequest = Shapes::StructureShape.new(name: 'DescribeDashboardRequest')
|
@@ -260,6 +280,8 @@ module Aws::QuickSight
|
|
260
280
|
JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
|
261
281
|
JoinType = Shapes::StringShape.new(name: 'JoinType')
|
262
282
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
283
|
+
ListAnalysesRequest = Shapes::StructureShape.new(name: 'ListAnalysesRequest')
|
284
|
+
ListAnalysesResponse = Shapes::StructureShape.new(name: 'ListAnalysesResponse')
|
263
285
|
ListDashboardVersionsRequest = Shapes::StructureShape.new(name: 'ListDashboardVersionsRequest')
|
264
286
|
ListDashboardVersionsResponse = Shapes::StructureShape.new(name: 'ListDashboardVersionsResponse')
|
265
287
|
ListDashboardsRequest = Shapes::StructureShape.new(name: 'ListDashboardsRequest')
|
@@ -338,6 +360,7 @@ module Aws::QuickSight
|
|
338
360
|
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
339
361
|
QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
|
340
362
|
RdsParameters = Shapes::StructureShape.new(name: 'RdsParameters')
|
363
|
+
RecoveryWindowInDays = Shapes::IntegerShape.new(name: 'RecoveryWindowInDays')
|
341
364
|
RedshiftParameters = Shapes::StructureShape.new(name: 'RedshiftParameters')
|
342
365
|
RegisterUserRequest = Shapes::StructureShape.new(name: 'RegisterUserRequest')
|
343
366
|
RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
|
@@ -353,6 +376,8 @@ module Aws::QuickSight
|
|
353
376
|
ResourcePermissionList = Shapes::ListShape.new(name: 'ResourcePermissionList')
|
354
377
|
ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
|
355
378
|
ResourceUnavailableException = Shapes::StructureShape.new(name: 'ResourceUnavailableException')
|
379
|
+
RestoreAnalysisRequest = Shapes::StructureShape.new(name: 'RestoreAnalysisRequest')
|
380
|
+
RestoreAnalysisResponse = Shapes::StructureShape.new(name: 'RestoreAnalysisResponse')
|
356
381
|
RestrictiveResourceId = Shapes::StringShape.new(name: 'RestrictiveResourceId')
|
357
382
|
RoleName = Shapes::StringShape.new(name: 'RoleName')
|
358
383
|
RoleSessionName = Shapes::StringShape.new(name: 'RoleSessionName')
|
@@ -363,6 +388,8 @@ module Aws::QuickSight
|
|
363
388
|
S3Key = Shapes::StringShape.new(name: 'S3Key')
|
364
389
|
S3Parameters = Shapes::StructureShape.new(name: 'S3Parameters')
|
365
390
|
S3Source = Shapes::StructureShape.new(name: 'S3Source')
|
391
|
+
SearchAnalysesRequest = Shapes::StructureShape.new(name: 'SearchAnalysesRequest')
|
392
|
+
SearchAnalysesResponse = Shapes::StructureShape.new(name: 'SearchAnalysesResponse')
|
366
393
|
SearchDashboardsRequest = Shapes::StructureShape.new(name: 'SearchDashboardsRequest')
|
367
394
|
SearchDashboardsResponse = Shapes::StructureShape.new(name: 'SearchDashboardsResponse')
|
368
395
|
ServiceNowParameters = Shapes::StructureShape.new(name: 'ServiceNowParameters')
|
@@ -437,6 +464,10 @@ module Aws::QuickSight
|
|
437
464
|
UpdateAccountCustomizationResponse = Shapes::StructureShape.new(name: 'UpdateAccountCustomizationResponse')
|
438
465
|
UpdateAccountSettingsRequest = Shapes::StructureShape.new(name: 'UpdateAccountSettingsRequest')
|
439
466
|
UpdateAccountSettingsResponse = Shapes::StructureShape.new(name: 'UpdateAccountSettingsResponse')
|
467
|
+
UpdateAnalysisPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsRequest')
|
468
|
+
UpdateAnalysisPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsResponse')
|
469
|
+
UpdateAnalysisRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisRequest')
|
470
|
+
UpdateAnalysisResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisResponse')
|
440
471
|
UpdateDashboardPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateDashboardPermissionsRequest')
|
441
472
|
UpdateDashboardPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateDashboardPermissionsResponse')
|
442
473
|
UpdateDashboardPublishedVersionRequest = Shapes::StructureShape.new(name: 'UpdateDashboardPublishedVersionRequest')
|
@@ -513,6 +544,47 @@ module Aws::QuickSight
|
|
513
544
|
AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
|
514
545
|
AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
|
515
546
|
|
547
|
+
Analysis.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
|
548
|
+
Analysis.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
549
|
+
Analysis.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisName, location_name: "Name"))
|
550
|
+
Analysis.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
|
551
|
+
Analysis.add_member(:errors, Shapes::ShapeRef.new(shape: AnalysisErrorList, location_name: "Errors"))
|
552
|
+
Analysis.add_member(:data_set_arns, Shapes::ShapeRef.new(shape: DataSetArnsList, location_name: "DataSetArns"))
|
553
|
+
Analysis.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
|
554
|
+
Analysis.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
555
|
+
Analysis.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
556
|
+
Analysis.struct_class = Types::Analysis
|
557
|
+
|
558
|
+
AnalysisError.add_member(:type, Shapes::ShapeRef.new(shape: AnalysisErrorType, location_name: "Type"))
|
559
|
+
AnalysisError.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
560
|
+
AnalysisError.struct_class = Types::AnalysisError
|
561
|
+
|
562
|
+
AnalysisErrorList.member = Shapes::ShapeRef.new(shape: AnalysisError)
|
563
|
+
|
564
|
+
AnalysisSearchFilter.add_member(:operator, Shapes::ShapeRef.new(shape: FilterOperator, location_name: "Operator"))
|
565
|
+
AnalysisSearchFilter.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisFilterAttribute, location_name: "Name"))
|
566
|
+
AnalysisSearchFilter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
567
|
+
AnalysisSearchFilter.struct_class = Types::AnalysisSearchFilter
|
568
|
+
|
569
|
+
AnalysisSearchFilterList.member = Shapes::ShapeRef.new(shape: AnalysisSearchFilter)
|
570
|
+
|
571
|
+
AnalysisSourceEntity.add_member(:source_template, Shapes::ShapeRef.new(shape: AnalysisSourceTemplate, location_name: "SourceTemplate"))
|
572
|
+
AnalysisSourceEntity.struct_class = Types::AnalysisSourceEntity
|
573
|
+
|
574
|
+
AnalysisSourceTemplate.add_member(:data_set_references, Shapes::ShapeRef.new(shape: DataSetReferenceList, required: true, location_name: "DataSetReferences"))
|
575
|
+
AnalysisSourceTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
576
|
+
AnalysisSourceTemplate.struct_class = Types::AnalysisSourceTemplate
|
577
|
+
|
578
|
+
AnalysisSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
579
|
+
AnalysisSummary.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
|
580
|
+
AnalysisSummary.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisName, location_name: "Name"))
|
581
|
+
AnalysisSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
|
582
|
+
AnalysisSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
583
|
+
AnalysisSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
584
|
+
AnalysisSummary.struct_class = Types::AnalysisSummary
|
585
|
+
|
586
|
+
AnalysisSummaryList.member = Shapes::ShapeRef.new(shape: AnalysisSummary)
|
587
|
+
|
516
588
|
AthenaParameters.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroup, location_name: "WorkGroup"))
|
517
589
|
AthenaParameters.struct_class = Types::AthenaParameters
|
518
590
|
|
@@ -607,6 +679,23 @@ module Aws::QuickSight
|
|
607
679
|
CreateAccountCustomizationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
608
680
|
CreateAccountCustomizationResponse.struct_class = Types::CreateAccountCustomizationResponse
|
609
681
|
|
682
|
+
CreateAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
683
|
+
CreateAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
684
|
+
CreateAnalysisRequest.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisName, required: true, location_name: "Name"))
|
685
|
+
CreateAnalysisRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
686
|
+
CreateAnalysisRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
687
|
+
CreateAnalysisRequest.add_member(:source_entity, Shapes::ShapeRef.new(shape: AnalysisSourceEntity, required: true, location_name: "SourceEntity"))
|
688
|
+
CreateAnalysisRequest.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
|
689
|
+
CreateAnalysisRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
690
|
+
CreateAnalysisRequest.struct_class = Types::CreateAnalysisRequest
|
691
|
+
|
692
|
+
CreateAnalysisResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
693
|
+
CreateAnalysisResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
|
694
|
+
CreateAnalysisResponse.add_member(:creation_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "CreationStatus"))
|
695
|
+
CreateAnalysisResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
696
|
+
CreateAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
697
|
+
CreateAnalysisResponse.struct_class = Types::CreateAnalysisResponse
|
698
|
+
|
610
699
|
CreateColumnsOperation.add_member(:columns, Shapes::ShapeRef.new(shape: CalculatedColumnList, required: true, location_name: "Columns"))
|
611
700
|
CreateColumnsOperation.struct_class = Types::CreateColumnsOperation
|
612
701
|
|
@@ -856,6 +945,7 @@ module Aws::QuickSight
|
|
856
945
|
DashboardVersion.add_member(:source_entity_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceEntityArn"))
|
857
946
|
DashboardVersion.add_member(:data_set_arns, Shapes::ShapeRef.new(shape: DataSetArnsList, location_name: "DataSetArns"))
|
858
947
|
DashboardVersion.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
|
948
|
+
DashboardVersion.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
|
859
949
|
DashboardVersion.struct_class = Types::DashboardVersion
|
860
950
|
|
861
951
|
DashboardVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -983,6 +1073,19 @@ module Aws::QuickSight
|
|
983
1073
|
DeleteAccountCustomizationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
984
1074
|
DeleteAccountCustomizationResponse.struct_class = Types::DeleteAccountCustomizationResponse
|
985
1075
|
|
1076
|
+
DeleteAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1077
|
+
DeleteAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
1078
|
+
DeleteAnalysisRequest.add_member(:recovery_window_in_days, Shapes::ShapeRef.new(shape: RecoveryWindowInDays, location: "querystring", location_name: "recovery-window-in-days"))
|
1079
|
+
DeleteAnalysisRequest.add_member(:force_delete_without_recovery, Shapes::ShapeRef.new(shape: boolean, location: "querystring", location_name: "force-delete-without-recovery"))
|
1080
|
+
DeleteAnalysisRequest.struct_class = Types::DeleteAnalysisRequest
|
1081
|
+
|
1082
|
+
DeleteAnalysisResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1083
|
+
DeleteAnalysisResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1084
|
+
DeleteAnalysisResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
|
1085
|
+
DeleteAnalysisResponse.add_member(:deletion_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletionTime"))
|
1086
|
+
DeleteAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1087
|
+
DeleteAnalysisResponse.struct_class = Types::DeleteAnalysisResponse
|
1088
|
+
|
986
1089
|
DeleteDashboardRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
987
1090
|
DeleteDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
988
1091
|
DeleteDashboardRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version-number"))
|
@@ -1135,6 +1238,26 @@ module Aws::QuickSight
|
|
1135
1238
|
DescribeAccountSettingsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1136
1239
|
DescribeAccountSettingsResponse.struct_class = Types::DescribeAccountSettingsResponse
|
1137
1240
|
|
1241
|
+
DescribeAnalysisPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1242
|
+
DescribeAnalysisPermissionsRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
1243
|
+
DescribeAnalysisPermissionsRequest.struct_class = Types::DescribeAnalysisPermissionsRequest
|
1244
|
+
|
1245
|
+
DescribeAnalysisPermissionsResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
|
1246
|
+
DescribeAnalysisPermissionsResponse.add_member(:analysis_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnalysisArn"))
|
1247
|
+
DescribeAnalysisPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
1248
|
+
DescribeAnalysisPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1249
|
+
DescribeAnalysisPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1250
|
+
DescribeAnalysisPermissionsResponse.struct_class = Types::DescribeAnalysisPermissionsResponse
|
1251
|
+
|
1252
|
+
DescribeAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1253
|
+
DescribeAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
1254
|
+
DescribeAnalysisRequest.struct_class = Types::DescribeAnalysisRequest
|
1255
|
+
|
1256
|
+
DescribeAnalysisResponse.add_member(:analysis, Shapes::ShapeRef.new(shape: Analysis, location_name: "Analysis"))
|
1257
|
+
DescribeAnalysisResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1258
|
+
DescribeAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1259
|
+
DescribeAnalysisResponse.struct_class = Types::DescribeAnalysisResponse
|
1260
|
+
|
1138
1261
|
DescribeDashboardPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1139
1262
|
DescribeDashboardPermissionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
1140
1263
|
DescribeDashboardPermissionsRequest.struct_class = Types::DescribeDashboardPermissionsRequest
|
@@ -1449,6 +1572,17 @@ module Aws::QuickSight
|
|
1449
1572
|
LimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1450
1573
|
LimitExceededException.struct_class = Types::LimitExceededException
|
1451
1574
|
|
1575
|
+
ListAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1576
|
+
ListAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1577
|
+
ListAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
1578
|
+
ListAnalysesRequest.struct_class = Types::ListAnalysesRequest
|
1579
|
+
|
1580
|
+
ListAnalysesResponse.add_member(:analysis_summary_list, Shapes::ShapeRef.new(shape: AnalysisSummaryList, location_name: "AnalysisSummaryList"))
|
1581
|
+
ListAnalysesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1582
|
+
ListAnalysesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1583
|
+
ListAnalysesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1584
|
+
ListAnalysesResponse.struct_class = Types::ListAnalysesResponse
|
1585
|
+
|
1452
1586
|
ListDashboardVersionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1453
1587
|
ListDashboardVersionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
1454
1588
|
ListDashboardVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
@@ -1822,6 +1956,16 @@ module Aws::QuickSight
|
|
1822
1956
|
ResourceUnavailableException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1823
1957
|
ResourceUnavailableException.struct_class = Types::ResourceUnavailableException
|
1824
1958
|
|
1959
|
+
RestoreAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1960
|
+
RestoreAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
1961
|
+
RestoreAnalysisRequest.struct_class = Types::RestoreAnalysisRequest
|
1962
|
+
|
1963
|
+
RestoreAnalysisResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1964
|
+
RestoreAnalysisResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1965
|
+
RestoreAnalysisResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
|
1966
|
+
RestoreAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1967
|
+
RestoreAnalysisResponse.struct_class = Types::RestoreAnalysisResponse
|
1968
|
+
|
1825
1969
|
RowInfo.add_member(:rows_ingested, Shapes::ShapeRef.new(shape: long, location_name: "RowsIngested", metadata: {"box"=>true}))
|
1826
1970
|
RowInfo.add_member(:rows_dropped, Shapes::ShapeRef.new(shape: long, location_name: "RowsDropped", metadata: {"box"=>true}))
|
1827
1971
|
RowInfo.struct_class = Types::RowInfo
|
@@ -1839,10 +1983,22 @@ module Aws::QuickSight
|
|
1839
1983
|
S3Source.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
1840
1984
|
S3Source.struct_class = Types::S3Source
|
1841
1985
|
|
1986
|
+
SearchAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1987
|
+
SearchAnalysesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AnalysisSearchFilterList, required: true, location_name: "Filters"))
|
1988
|
+
SearchAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1989
|
+
SearchAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
1990
|
+
SearchAnalysesRequest.struct_class = Types::SearchAnalysesRequest
|
1991
|
+
|
1992
|
+
SearchAnalysesResponse.add_member(:analysis_summary_list, Shapes::ShapeRef.new(shape: AnalysisSummaryList, location_name: "AnalysisSummaryList"))
|
1993
|
+
SearchAnalysesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1994
|
+
SearchAnalysesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1995
|
+
SearchAnalysesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1996
|
+
SearchAnalysesResponse.struct_class = Types::SearchAnalysesResponse
|
1997
|
+
|
1842
1998
|
SearchDashboardsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1843
1999
|
SearchDashboardsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DashboardSearchFilterList, required: true, location_name: "Filters"))
|
1844
2000
|
SearchDashboardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1845
|
-
SearchDashboardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2001
|
+
SearchDashboardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
1846
2002
|
SearchDashboardsRequest.struct_class = Types::SearchDashboardsRequest
|
1847
2003
|
|
1848
2004
|
SearchDashboardsResponse.add_member(:dashboard_summary_list, Shapes::ShapeRef.new(shape: DashboardSummaryList, location_name: "DashboardSummaryList"))
|
@@ -1959,6 +2115,7 @@ module Aws::QuickSight
|
|
1959
2115
|
TemplateVersion.add_member(:data_set_configurations, Shapes::ShapeRef.new(shape: DataSetConfigurationList, location_name: "DataSetConfigurations"))
|
1960
2116
|
TemplateVersion.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
|
1961
2117
|
TemplateVersion.add_member(:source_entity_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceEntityArn"))
|
2118
|
+
TemplateVersion.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
|
1962
2119
|
TemplateVersion.struct_class = Types::TemplateVersion
|
1963
2120
|
|
1964
2121
|
TemplateVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -2109,6 +2266,34 @@ module Aws::QuickSight
|
|
2109
2266
|
UpdateAccountSettingsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
2110
2267
|
UpdateAccountSettingsResponse.struct_class = Types::UpdateAccountSettingsResponse
|
2111
2268
|
|
2269
|
+
UpdateAnalysisPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
2270
|
+
UpdateAnalysisPermissionsRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
2271
|
+
UpdateAnalysisPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "GrantPermissions"))
|
2272
|
+
UpdateAnalysisPermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "RevokePermissions"))
|
2273
|
+
UpdateAnalysisPermissionsRequest.struct_class = Types::UpdateAnalysisPermissionsRequest
|
2274
|
+
|
2275
|
+
UpdateAnalysisPermissionsResponse.add_member(:analysis_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnalysisArn"))
|
2276
|
+
UpdateAnalysisPermissionsResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
|
2277
|
+
UpdateAnalysisPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
2278
|
+
UpdateAnalysisPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2279
|
+
UpdateAnalysisPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
2280
|
+
UpdateAnalysisPermissionsResponse.struct_class = Types::UpdateAnalysisPermissionsResponse
|
2281
|
+
|
2282
|
+
UpdateAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
2283
|
+
UpdateAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
2284
|
+
UpdateAnalysisRequest.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisName, required: true, location_name: "Name"))
|
2285
|
+
UpdateAnalysisRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
2286
|
+
UpdateAnalysisRequest.add_member(:source_entity, Shapes::ShapeRef.new(shape: AnalysisSourceEntity, required: true, location_name: "SourceEntity"))
|
2287
|
+
UpdateAnalysisRequest.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
|
2288
|
+
UpdateAnalysisRequest.struct_class = Types::UpdateAnalysisRequest
|
2289
|
+
|
2290
|
+
UpdateAnalysisResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
2291
|
+
UpdateAnalysisResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
|
2292
|
+
UpdateAnalysisResponse.add_member(:update_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "UpdateStatus"))
|
2293
|
+
UpdateAnalysisResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
2294
|
+
UpdateAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2295
|
+
UpdateAnalysisResponse.struct_class = Types::UpdateAnalysisResponse
|
2296
|
+
|
2112
2297
|
UpdateDashboardPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
2113
2298
|
UpdateDashboardPermissionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
2114
2299
|
UpdateDashboardPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "GrantPermissions"))
|
@@ -2400,6 +2585,21 @@ module Aws::QuickSight
|
|
2400
2585
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
2401
2586
|
end)
|
2402
2587
|
|
2588
|
+
api.add_operation(:create_analysis, Seahorse::Model::Operation.new.tap do |o|
|
2589
|
+
o.name = "CreateAnalysis"
|
2590
|
+
o.http_method = "POST"
|
2591
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/analyses/{AnalysisId}"
|
2592
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAnalysisRequest)
|
2593
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAnalysisResponse)
|
2594
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2595
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2596
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2597
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
2598
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2599
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2600
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2601
|
+
end)
|
2602
|
+
|
2403
2603
|
api.add_operation(:create_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
2404
2604
|
o.name = "CreateDashboard"
|
2405
2605
|
o.http_method = "POST"
|
@@ -2607,6 +2807,20 @@ module Aws::QuickSight
|
|
2607
2807
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
2608
2808
|
end)
|
2609
2809
|
|
2810
|
+
api.add_operation(:delete_analysis, Seahorse::Model::Operation.new.tap do |o|
|
2811
|
+
o.name = "DeleteAnalysis"
|
2812
|
+
o.http_method = "DELETE"
|
2813
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/analyses/{AnalysisId}"
|
2814
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAnalysisRequest)
|
2815
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAnalysisResponse)
|
2816
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2817
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2818
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2819
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2820
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2821
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2822
|
+
end)
|
2823
|
+
|
2610
2824
|
api.add_operation(:delete_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
2611
2825
|
o.name = "DeleteDashboard"
|
2612
2826
|
o.http_method = "DELETE"
|
@@ -2822,6 +3036,33 @@ module Aws::QuickSight
|
|
2822
3036
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
2823
3037
|
end)
|
2824
3038
|
|
3039
|
+
api.add_operation(:describe_analysis, Seahorse::Model::Operation.new.tap do |o|
|
3040
|
+
o.name = "DescribeAnalysis"
|
3041
|
+
o.http_method = "GET"
|
3042
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/analyses/{AnalysisId}"
|
3043
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAnalysisRequest)
|
3044
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAnalysisResponse)
|
3045
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
3046
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3047
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3048
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3049
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
3050
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3051
|
+
end)
|
3052
|
+
|
3053
|
+
api.add_operation(:describe_analysis_permissions, Seahorse::Model::Operation.new.tap do |o|
|
3054
|
+
o.name = "DescribeAnalysisPermissions"
|
3055
|
+
o.http_method = "GET"
|
3056
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions"
|
3057
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAnalysisPermissionsRequest)
|
3058
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAnalysisPermissionsResponse)
|
3059
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
3060
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3061
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3062
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
3063
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3064
|
+
end)
|
3065
|
+
|
2825
3066
|
api.add_operation(:describe_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
2826
3067
|
o.name = "DescribeDashboard"
|
2827
3068
|
o.http_method = "GET"
|
@@ -3094,6 +3335,24 @@ module Aws::QuickSight
|
|
3094
3335
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3095
3336
|
end)
|
3096
3337
|
|
3338
|
+
api.add_operation(:list_analyses, Seahorse::Model::Operation.new.tap do |o|
|
3339
|
+
o.name = "ListAnalyses"
|
3340
|
+
o.http_method = "GET"
|
3341
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/analyses"
|
3342
|
+
o.input = Shapes::ShapeRef.new(shape: ListAnalysesRequest)
|
3343
|
+
o.output = Shapes::ShapeRef.new(shape: ListAnalysesResponse)
|
3344
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3345
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
3346
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
3347
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3348
|
+
o[:pager] = Aws::Pager.new(
|
3349
|
+
limit_key: "max_results",
|
3350
|
+
tokens: {
|
3351
|
+
"next_token" => "next_token"
|
3352
|
+
}
|
3353
|
+
)
|
3354
|
+
end)
|
3355
|
+
|
3097
3356
|
api.add_operation(:list_dashboard_versions, Seahorse::Model::Operation.new.tap do |o|
|
3098
3357
|
o.name = "ListDashboardVersions"
|
3099
3358
|
o.http_method = "GET"
|
@@ -3439,6 +3698,40 @@ module Aws::QuickSight
|
|
3439
3698
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
3440
3699
|
end)
|
3441
3700
|
|
3701
|
+
api.add_operation(:restore_analysis, Seahorse::Model::Operation.new.tap do |o|
|
3702
|
+
o.name = "RestoreAnalysis"
|
3703
|
+
o.http_method = "POST"
|
3704
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/restore/analyses/{AnalysisId}"
|
3705
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreAnalysisRequest)
|
3706
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreAnalysisResponse)
|
3707
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3708
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
3709
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3710
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3711
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
3712
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3713
|
+
end)
|
3714
|
+
|
3715
|
+
api.add_operation(:search_analyses, Seahorse::Model::Operation.new.tap do |o|
|
3716
|
+
o.name = "SearchAnalyses"
|
3717
|
+
o.http_method = "POST"
|
3718
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/search/analyses"
|
3719
|
+
o.input = Shapes::ShapeRef.new(shape: SearchAnalysesRequest)
|
3720
|
+
o.output = Shapes::ShapeRef.new(shape: SearchAnalysesResponse)
|
3721
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3722
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3723
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
3724
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
3725
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
3726
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3727
|
+
o[:pager] = Aws::Pager.new(
|
3728
|
+
limit_key: "max_results",
|
3729
|
+
tokens: {
|
3730
|
+
"next_token" => "next_token"
|
3731
|
+
}
|
3732
|
+
)
|
3733
|
+
end)
|
3734
|
+
|
3442
3735
|
api.add_operation(:search_dashboards, Seahorse::Model::Operation.new.tap do |o|
|
3443
3736
|
o.name = "SearchDashboards"
|
3444
3737
|
o.http_method = "POST"
|
@@ -3514,6 +3807,35 @@ module Aws::QuickSight
|
|
3514
3807
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
3515
3808
|
end)
|
3516
3809
|
|
3810
|
+
api.add_operation(:update_analysis, Seahorse::Model::Operation.new.tap do |o|
|
3811
|
+
o.name = "UpdateAnalysis"
|
3812
|
+
o.http_method = "PUT"
|
3813
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/analyses/{AnalysisId}"
|
3814
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAnalysisRequest)
|
3815
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAnalysisResponse)
|
3816
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3817
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
3818
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3819
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
3820
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3821
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
3822
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3823
|
+
end)
|
3824
|
+
|
3825
|
+
api.add_operation(:update_analysis_permissions, Seahorse::Model::Operation.new.tap do |o|
|
3826
|
+
o.name = "UpdateAnalysisPermissions"
|
3827
|
+
o.http_method = "PUT"
|
3828
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions"
|
3829
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAnalysisPermissionsRequest)
|
3830
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAnalysisPermissionsResponse)
|
3831
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3832
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
3833
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3834
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
3835
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3836
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3837
|
+
end)
|
3838
|
+
|
3517
3839
|
api.add_operation(:update_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
3518
3840
|
o.name = "UpdateDashboard"
|
3519
3841
|
o.http_method = "PUT"
|