aws-sdk-quicksight 1.77.0 → 1.78.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +399 -19
- data/lib/aws-sdk-quicksight/client_api.rb +267 -0
- data/lib/aws-sdk-quicksight/endpoints.rb +112 -0
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +16 -0
- data/lib/aws-sdk-quicksight/types.rb +706 -170
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +2 -2
@@ -220,6 +220,8 @@ module Aws::QuickSight
|
|
220
220
|
CreateIngestionResponse = Shapes::StructureShape.new(name: 'CreateIngestionResponse')
|
221
221
|
CreateNamespaceRequest = Shapes::StructureShape.new(name: 'CreateNamespaceRequest')
|
222
222
|
CreateNamespaceResponse = Shapes::StructureShape.new(name: 'CreateNamespaceResponse')
|
223
|
+
CreateRefreshScheduleRequest = Shapes::StructureShape.new(name: 'CreateRefreshScheduleRequest')
|
224
|
+
CreateRefreshScheduleResponse = Shapes::StructureShape.new(name: 'CreateRefreshScheduleResponse')
|
223
225
|
CreateTemplateAliasRequest = Shapes::StructureShape.new(name: 'CreateTemplateAliasRequest')
|
224
226
|
CreateTemplateAliasResponse = Shapes::StructureShape.new(name: 'CreateTemplateAliasResponse')
|
225
227
|
CreateTemplateRequest = Shapes::StructureShape.new(name: 'CreateTemplateRequest')
|
@@ -300,6 +302,7 @@ module Aws::QuickSight
|
|
300
302
|
DataSetName = Shapes::StringShape.new(name: 'DataSetName')
|
301
303
|
DataSetReference = Shapes::StructureShape.new(name: 'DataSetReference')
|
302
304
|
DataSetReferenceList = Shapes::ListShape.new(name: 'DataSetReferenceList')
|
305
|
+
DataSetRefreshProperties = Shapes::StructureShape.new(name: 'DataSetRefreshProperties')
|
303
306
|
DataSetSchema = Shapes::StructureShape.new(name: 'DataSetSchema')
|
304
307
|
DataSetSearchFilter = Shapes::StructureShape.new(name: 'DataSetSearchFilter')
|
305
308
|
DataSetSearchFilterList = Shapes::ListShape.new(name: 'DataSetSearchFilterList')
|
@@ -335,6 +338,8 @@ module Aws::QuickSight
|
|
335
338
|
DateTimeParameterList = Shapes::ListShape.new(name: 'DateTimeParameterList')
|
336
339
|
DateTimePickerControlDisplayOptions = Shapes::StructureShape.new(name: 'DateTimePickerControlDisplayOptions')
|
337
340
|
DateTimeValueWhenUnsetConfiguration = Shapes::StructureShape.new(name: 'DateTimeValueWhenUnsetConfiguration')
|
341
|
+
DayOfMonth = Shapes::StringShape.new(name: 'DayOfMonth')
|
342
|
+
DayOfWeek = Shapes::StringShape.new(name: 'DayOfWeek')
|
338
343
|
DecimalDefaultValueList = Shapes::ListShape.new(name: 'DecimalDefaultValueList')
|
339
344
|
DecimalDefaultValues = Shapes::StructureShape.new(name: 'DecimalDefaultValues')
|
340
345
|
DecimalParameter = Shapes::StructureShape.new(name: 'DecimalParameter')
|
@@ -357,6 +362,8 @@ module Aws::QuickSight
|
|
357
362
|
DeleteAnalysisResponse = Shapes::StructureShape.new(name: 'DeleteAnalysisResponse')
|
358
363
|
DeleteDashboardRequest = Shapes::StructureShape.new(name: 'DeleteDashboardRequest')
|
359
364
|
DeleteDashboardResponse = Shapes::StructureShape.new(name: 'DeleteDashboardResponse')
|
365
|
+
DeleteDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'DeleteDataSetRefreshPropertiesRequest')
|
366
|
+
DeleteDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'DeleteDataSetRefreshPropertiesResponse')
|
360
367
|
DeleteDataSetRequest = Shapes::StructureShape.new(name: 'DeleteDataSetRequest')
|
361
368
|
DeleteDataSetResponse = Shapes::StructureShape.new(name: 'DeleteDataSetResponse')
|
362
369
|
DeleteDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteDataSourceRequest')
|
@@ -373,6 +380,8 @@ module Aws::QuickSight
|
|
373
380
|
DeleteIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'DeleteIAMPolicyAssignmentResponse')
|
374
381
|
DeleteNamespaceRequest = Shapes::StructureShape.new(name: 'DeleteNamespaceRequest')
|
375
382
|
DeleteNamespaceResponse = Shapes::StructureShape.new(name: 'DeleteNamespaceResponse')
|
383
|
+
DeleteRefreshScheduleRequest = Shapes::StructureShape.new(name: 'DeleteRefreshScheduleRequest')
|
384
|
+
DeleteRefreshScheduleResponse = Shapes::StructureShape.new(name: 'DeleteRefreshScheduleResponse')
|
376
385
|
DeleteTemplateAliasRequest = Shapes::StructureShape.new(name: 'DeleteTemplateAliasRequest')
|
377
386
|
DeleteTemplateAliasResponse = Shapes::StructureShape.new(name: 'DeleteTemplateAliasResponse')
|
378
387
|
DeleteTemplateRequest = Shapes::StructureShape.new(name: 'DeleteTemplateRequest')
|
@@ -406,6 +415,8 @@ module Aws::QuickSight
|
|
406
415
|
DescribeDashboardResponse = Shapes::StructureShape.new(name: 'DescribeDashboardResponse')
|
407
416
|
DescribeDataSetPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeDataSetPermissionsRequest')
|
408
417
|
DescribeDataSetPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeDataSetPermissionsResponse')
|
418
|
+
DescribeDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'DescribeDataSetRefreshPropertiesRequest')
|
419
|
+
DescribeDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'DescribeDataSetRefreshPropertiesResponse')
|
409
420
|
DescribeDataSetRequest = Shapes::StructureShape.new(name: 'DescribeDataSetRequest')
|
410
421
|
DescribeDataSetResponse = Shapes::StructureShape.new(name: 'DescribeDataSetResponse')
|
411
422
|
DescribeDataSourcePermissionsRequest = Shapes::StructureShape.new(name: 'DescribeDataSourcePermissionsRequest')
|
@@ -430,6 +441,8 @@ module Aws::QuickSight
|
|
430
441
|
DescribeIpRestrictionResponse = Shapes::StructureShape.new(name: 'DescribeIpRestrictionResponse')
|
431
442
|
DescribeNamespaceRequest = Shapes::StructureShape.new(name: 'DescribeNamespaceRequest')
|
432
443
|
DescribeNamespaceResponse = Shapes::StructureShape.new(name: 'DescribeNamespaceResponse')
|
444
|
+
DescribeRefreshScheduleRequest = Shapes::StructureShape.new(name: 'DescribeRefreshScheduleRequest')
|
445
|
+
DescribeRefreshScheduleResponse = Shapes::StructureShape.new(name: 'DescribeRefreshScheduleResponse')
|
433
446
|
DescribeTemplateAliasRequest = Shapes::StructureShape.new(name: 'DescribeTemplateAliasRequest')
|
434
447
|
DescribeTemplateAliasResponse = Shapes::StructureShape.new(name: 'DescribeTemplateAliasResponse')
|
435
448
|
DescribeTemplateDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeTemplateDefinitionRequest')
|
@@ -657,6 +670,7 @@ module Aws::QuickSight
|
|
657
670
|
IdentityStore = Shapes::StringShape.new(name: 'IdentityStore')
|
658
671
|
IdentityType = Shapes::StringShape.new(name: 'IdentityType')
|
659
672
|
IdentityTypeNotSupportedException = Shapes::StructureShape.new(name: 'IdentityTypeNotSupportedException')
|
673
|
+
IncrementalRefresh = Shapes::StructureShape.new(name: 'IncrementalRefresh')
|
660
674
|
Ingestion = Shapes::StructureShape.new(name: 'Ingestion')
|
661
675
|
IngestionErrorType = Shapes::StringShape.new(name: 'IngestionErrorType')
|
662
676
|
IngestionId = Shapes::StringShape.new(name: 'IngestionId')
|
@@ -754,6 +768,8 @@ module Aws::QuickSight
|
|
754
768
|
ListIngestionsResponse = Shapes::StructureShape.new(name: 'ListIngestionsResponse')
|
755
769
|
ListNamespacesRequest = Shapes::StructureShape.new(name: 'ListNamespacesRequest')
|
756
770
|
ListNamespacesResponse = Shapes::StructureShape.new(name: 'ListNamespacesResponse')
|
771
|
+
ListRefreshSchedulesRequest = Shapes::StructureShape.new(name: 'ListRefreshSchedulesRequest')
|
772
|
+
ListRefreshSchedulesResponse = Shapes::StructureShape.new(name: 'ListRefreshSchedulesResponse')
|
757
773
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
758
774
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
759
775
|
ListTemplateAliasesRequest = Shapes::StructureShape.new(name: 'ListTemplateAliasesRequest')
|
@@ -784,6 +800,8 @@ module Aws::QuickSight
|
|
784
800
|
LongPlainText = Shapes::StringShape.new(name: 'LongPlainText')
|
785
801
|
LongRichText = Shapes::StringShape.new(name: 'LongRichText')
|
786
802
|
Longitude = Shapes::FloatShape.new(name: 'Longitude')
|
803
|
+
LookbackWindow = Shapes::StructureShape.new(name: 'LookbackWindow')
|
804
|
+
LookbackWindowSizeUnit = Shapes::StringShape.new(name: 'LookbackWindowSizeUnit')
|
787
805
|
ManifestFileLocation = Shapes::StructureShape.new(name: 'ManifestFileLocation')
|
788
806
|
MapZoomMode = Shapes::StringShape.new(name: 'MapZoomMode')
|
789
807
|
MarginStyle = Shapes::StructureShape.new(name: 'MarginStyle')
|
@@ -910,6 +928,7 @@ module Aws::QuickSight
|
|
910
928
|
PixelLength = Shapes::StringShape.new(name: 'PixelLength')
|
911
929
|
Port = Shapes::IntegerShape.new(name: 'Port')
|
912
930
|
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
931
|
+
PositiveLong = Shapes::IntegerShape.new(name: 'PositiveLong')
|
913
932
|
PostgreSqlParameters = Shapes::StructureShape.new(name: 'PostgreSqlParameters')
|
914
933
|
PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
|
915
934
|
PredefinedHierarchy = Shapes::StructureShape.new(name: 'PredefinedHierarchy')
|
@@ -923,6 +942,8 @@ module Aws::QuickSight
|
|
923
942
|
ProgressBarOptions = Shapes::StructureShape.new(name: 'ProgressBarOptions')
|
924
943
|
ProjectOperation = Shapes::StructureShape.new(name: 'ProjectOperation')
|
925
944
|
ProjectedColumnList = Shapes::ListShape.new(name: 'ProjectedColumnList')
|
945
|
+
PutDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesRequest')
|
946
|
+
PutDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesResponse')
|
926
947
|
Query = Shapes::StringShape.new(name: 'Query')
|
927
948
|
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
928
949
|
QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
|
@@ -955,6 +976,11 @@ module Aws::QuickSight
|
|
955
976
|
ReferenceLineStyleConfiguration = Shapes::StructureShape.new(name: 'ReferenceLineStyleConfiguration')
|
956
977
|
ReferenceLineValueLabelConfiguration = Shapes::StructureShape.new(name: 'ReferenceLineValueLabelConfiguration')
|
957
978
|
ReferenceLineValueLabelRelativePosition = Shapes::StringShape.new(name: 'ReferenceLineValueLabelRelativePosition')
|
979
|
+
RefreshConfiguration = Shapes::StructureShape.new(name: 'RefreshConfiguration')
|
980
|
+
RefreshFrequency = Shapes::StructureShape.new(name: 'RefreshFrequency')
|
981
|
+
RefreshInterval = Shapes::StringShape.new(name: 'RefreshInterval')
|
982
|
+
RefreshSchedule = Shapes::StructureShape.new(name: 'RefreshSchedule')
|
983
|
+
RefreshSchedules = Shapes::ListShape.new(name: 'RefreshSchedules')
|
958
984
|
RegisterUserRequest = Shapes::StructureShape.new(name: 'RegisterUserRequest')
|
959
985
|
RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
|
960
986
|
RegisteredUserConsoleFeatureConfigurations = Shapes::StructureShape.new(name: 'RegisteredUserConsoleFeatureConfigurations')
|
@@ -998,6 +1024,8 @@ module Aws::QuickSight
|
|
998
1024
|
RowLevelPermissionTagConfiguration = Shapes::StructureShape.new(name: 'RowLevelPermissionTagConfiguration')
|
999
1025
|
RowLevelPermissionTagDelimiter = Shapes::StringShape.new(name: 'RowLevelPermissionTagDelimiter')
|
1000
1026
|
RowLevelPermissionTagRule = Shapes::StructureShape.new(name: 'RowLevelPermissionTagRule')
|
1027
|
+
RowLevelPermissionTagRuleConfiguration = Shapes::ListShape.new(name: 'RowLevelPermissionTagRuleConfiguration')
|
1028
|
+
RowLevelPermissionTagRuleConfigurationList = Shapes::ListShape.new(name: 'RowLevelPermissionTagRuleConfigurationList')
|
1001
1029
|
RowLevelPermissionTagRuleList = Shapes::ListShape.new(name: 'RowLevelPermissionTagRuleList')
|
1002
1030
|
RowSortList = Shapes::ListShape.new(name: 'RowSortList')
|
1003
1031
|
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
@@ -1015,6 +1043,7 @@ module Aws::QuickSight
|
|
1015
1043
|
ScatterPlotFieldWells = Shapes::StructureShape.new(name: 'ScatterPlotFieldWells')
|
1016
1044
|
ScatterPlotUnaggregatedFieldWells = Shapes::StructureShape.new(name: 'ScatterPlotUnaggregatedFieldWells')
|
1017
1045
|
ScatterPlotVisual = Shapes::StructureShape.new(name: 'ScatterPlotVisual')
|
1046
|
+
ScheduleRefreshOnEntity = Shapes::StructureShape.new(name: 'ScheduleRefreshOnEntity')
|
1018
1047
|
ScrollBarOptions = Shapes::StructureShape.new(name: 'ScrollBarOptions')
|
1019
1048
|
SearchAnalysesRequest = Shapes::StructureShape.new(name: 'SearchAnalysesRequest')
|
1020
1049
|
SearchAnalysesResponse = Shapes::StructureShape.new(name: 'SearchAnalysesResponse')
|
@@ -1295,6 +1324,8 @@ module Aws::QuickSight
|
|
1295
1324
|
UpdateLinkPermissionList = Shapes::ListShape.new(name: 'UpdateLinkPermissionList')
|
1296
1325
|
UpdatePublicSharingSettingsRequest = Shapes::StructureShape.new(name: 'UpdatePublicSharingSettingsRequest')
|
1297
1326
|
UpdatePublicSharingSettingsResponse = Shapes::StructureShape.new(name: 'UpdatePublicSharingSettingsResponse')
|
1327
|
+
UpdateRefreshScheduleRequest = Shapes::StructureShape.new(name: 'UpdateRefreshScheduleRequest')
|
1328
|
+
UpdateRefreshScheduleResponse = Shapes::StructureShape.new(name: 'UpdateRefreshScheduleResponse')
|
1298
1329
|
UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
|
1299
1330
|
UpdateTemplateAliasRequest = Shapes::StructureShape.new(name: 'UpdateTemplateAliasRequest')
|
1300
1331
|
UpdateTemplateAliasResponse = Shapes::StructureShape.new(name: 'UpdateTemplateAliasResponse')
|
@@ -2172,6 +2203,17 @@ module Aws::QuickSight
|
|
2172
2203
|
CreateNamespaceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
2173
2204
|
CreateNamespaceResponse.struct_class = Types::CreateNamespaceResponse
|
2174
2205
|
|
2206
|
+
CreateRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
2207
|
+
CreateRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
2208
|
+
CreateRefreshScheduleRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: RefreshSchedule, required: true, location_name: "Schedule"))
|
2209
|
+
CreateRefreshScheduleRequest.struct_class = Types::CreateRefreshScheduleRequest
|
2210
|
+
|
2211
|
+
CreateRefreshScheduleResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
2212
|
+
CreateRefreshScheduleResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2213
|
+
CreateRefreshScheduleResponse.add_member(:schedule_id, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleId"))
|
2214
|
+
CreateRefreshScheduleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
2215
|
+
CreateRefreshScheduleResponse.struct_class = Types::CreateRefreshScheduleResponse
|
2216
|
+
|
2175
2217
|
CreateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
2176
2218
|
CreateTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
2177
2219
|
CreateTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
@@ -2507,6 +2549,9 @@ module Aws::QuickSight
|
|
2507
2549
|
|
2508
2550
|
DataSetReferenceList.member = Shapes::ShapeRef.new(shape: DataSetReference)
|
2509
2551
|
|
2552
|
+
DataSetRefreshProperties.add_member(:refresh_configuration, Shapes::ShapeRef.new(shape: RefreshConfiguration, required: true, location_name: "RefreshConfiguration"))
|
2553
|
+
DataSetRefreshProperties.struct_class = Types::DataSetRefreshProperties
|
2554
|
+
|
2510
2555
|
DataSetSchema.add_member(:column_schema_list, Shapes::ShapeRef.new(shape: ColumnSchemaList, location_name: "ColumnSchemaList"))
|
2511
2556
|
DataSetSchema.struct_class = Types::DataSetSchema
|
2512
2557
|
|
@@ -2746,6 +2791,14 @@ module Aws::QuickSight
|
|
2746
2791
|
DeleteDashboardResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2747
2792
|
DeleteDashboardResponse.struct_class = Types::DeleteDashboardResponse
|
2748
2793
|
|
2794
|
+
DeleteDataSetRefreshPropertiesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
2795
|
+
DeleteDataSetRefreshPropertiesRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
2796
|
+
DeleteDataSetRefreshPropertiesRequest.struct_class = Types::DeleteDataSetRefreshPropertiesRequest
|
2797
|
+
|
2798
|
+
DeleteDataSetRefreshPropertiesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2799
|
+
DeleteDataSetRefreshPropertiesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
2800
|
+
DeleteDataSetRefreshPropertiesResponse.struct_class = Types::DeleteDataSetRefreshPropertiesResponse
|
2801
|
+
|
2749
2802
|
DeleteDataSetRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
2750
2803
|
DeleteDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
2751
2804
|
DeleteDataSetRequest.struct_class = Types::DeleteDataSetRequest
|
@@ -2823,6 +2876,17 @@ module Aws::QuickSight
|
|
2823
2876
|
DeleteNamespaceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
2824
2877
|
DeleteNamespaceResponse.struct_class = Types::DeleteNamespaceResponse
|
2825
2878
|
|
2879
|
+
DeleteRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
2880
|
+
DeleteRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
2881
|
+
DeleteRefreshScheduleRequest.add_member(:schedule_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "ScheduleId"))
|
2882
|
+
DeleteRefreshScheduleRequest.struct_class = Types::DeleteRefreshScheduleRequest
|
2883
|
+
|
2884
|
+
DeleteRefreshScheduleResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
2885
|
+
DeleteRefreshScheduleResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2886
|
+
DeleteRefreshScheduleResponse.add_member(:schedule_id, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleId"))
|
2887
|
+
DeleteRefreshScheduleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
2888
|
+
DeleteRefreshScheduleResponse.struct_class = Types::DeleteRefreshScheduleResponse
|
2889
|
+
|
2826
2890
|
DeleteTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
2827
2891
|
DeleteTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
2828
2892
|
DeleteTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
@@ -3001,6 +3065,15 @@ module Aws::QuickSight
|
|
3001
3065
|
DescribeDataSetPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
3002
3066
|
DescribeDataSetPermissionsResponse.struct_class = Types::DescribeDataSetPermissionsResponse
|
3003
3067
|
|
3068
|
+
DescribeDataSetRefreshPropertiesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
3069
|
+
DescribeDataSetRefreshPropertiesRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
3070
|
+
DescribeDataSetRefreshPropertiesRequest.struct_class = Types::DescribeDataSetRefreshPropertiesRequest
|
3071
|
+
|
3072
|
+
DescribeDataSetRefreshPropertiesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
3073
|
+
DescribeDataSetRefreshPropertiesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
3074
|
+
DescribeDataSetRefreshPropertiesResponse.add_member(:data_set_refresh_properties, Shapes::ShapeRef.new(shape: DataSetRefreshProperties, location_name: "DataSetRefreshProperties"))
|
3075
|
+
DescribeDataSetRefreshPropertiesResponse.struct_class = Types::DescribeDataSetRefreshPropertiesResponse
|
3076
|
+
|
3004
3077
|
DescribeDataSetRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
3005
3078
|
DescribeDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
3006
3079
|
DescribeDataSetRequest.struct_class = Types::DescribeDataSetRequest
|
@@ -3121,6 +3194,17 @@ module Aws::QuickSight
|
|
3121
3194
|
DescribeNamespaceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
3122
3195
|
DescribeNamespaceResponse.struct_class = Types::DescribeNamespaceResponse
|
3123
3196
|
|
3197
|
+
DescribeRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
3198
|
+
DescribeRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
3199
|
+
DescribeRefreshScheduleRequest.add_member(:schedule_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "ScheduleId"))
|
3200
|
+
DescribeRefreshScheduleRequest.struct_class = Types::DescribeRefreshScheduleRequest
|
3201
|
+
|
3202
|
+
DescribeRefreshScheduleResponse.add_member(:refresh_schedule, Shapes::ShapeRef.new(shape: RefreshSchedule, location_name: "RefreshSchedule"))
|
3203
|
+
DescribeRefreshScheduleResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
3204
|
+
DescribeRefreshScheduleResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
3205
|
+
DescribeRefreshScheduleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
3206
|
+
DescribeRefreshScheduleResponse.struct_class = Types::DescribeRefreshScheduleResponse
|
3207
|
+
|
3124
3208
|
DescribeTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
3125
3209
|
DescribeTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
3126
3210
|
DescribeTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
@@ -3946,6 +4030,9 @@ module Aws::QuickSight
|
|
3946
4030
|
IdentityTypeNotSupportedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
3947
4031
|
IdentityTypeNotSupportedException.struct_class = Types::IdentityTypeNotSupportedException
|
3948
4032
|
|
4033
|
+
IncrementalRefresh.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, required: true, location_name: "LookbackWindow"))
|
4034
|
+
IncrementalRefresh.struct_class = Types::IncrementalRefresh
|
4035
|
+
|
3949
4036
|
Ingestion.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
3950
4037
|
Ingestion.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, location_name: "IngestionId"))
|
3951
4038
|
Ingestion.add_member(:ingestion_status, Shapes::ShapeRef.new(shape: IngestionStatus, required: true, location_name: "IngestionStatus"))
|
@@ -4349,6 +4436,15 @@ module Aws::QuickSight
|
|
4349
4436
|
ListNamespacesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4350
4437
|
ListNamespacesResponse.struct_class = Types::ListNamespacesResponse
|
4351
4438
|
|
4439
|
+
ListRefreshSchedulesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4440
|
+
ListRefreshSchedulesRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
4441
|
+
ListRefreshSchedulesRequest.struct_class = Types::ListRefreshSchedulesRequest
|
4442
|
+
|
4443
|
+
ListRefreshSchedulesResponse.add_member(:refresh_schedules, Shapes::ShapeRef.new(shape: RefreshSchedules, location_name: "RefreshSchedules"))
|
4444
|
+
ListRefreshSchedulesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4445
|
+
ListRefreshSchedulesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4446
|
+
ListRefreshSchedulesResponse.struct_class = Types::ListRefreshSchedulesResponse
|
4447
|
+
|
4352
4448
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
4353
4449
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
4354
4450
|
|
@@ -4476,6 +4572,11 @@ module Aws::QuickSight
|
|
4476
4572
|
LongFormatText.add_member(:rich_text, Shapes::ShapeRef.new(shape: LongRichText, location_name: "RichText"))
|
4477
4573
|
LongFormatText.struct_class = Types::LongFormatText
|
4478
4574
|
|
4575
|
+
LookbackWindow.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ColumnName"))
|
4576
|
+
LookbackWindow.add_member(:size, Shapes::ShapeRef.new(shape: PositiveLong, required: true, location_name: "Size"))
|
4577
|
+
LookbackWindow.add_member(:size_unit, Shapes::ShapeRef.new(shape: LookbackWindowSizeUnit, required: true, location_name: "SizeUnit"))
|
4578
|
+
LookbackWindow.struct_class = Types::LookbackWindow
|
4579
|
+
|
4479
4580
|
ManifestFileLocation.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "Bucket"))
|
4480
4581
|
ManifestFileLocation.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "Key"))
|
4481
4582
|
ManifestFileLocation.struct_class = Types::ManifestFileLocation
|
@@ -4943,6 +5044,15 @@ module Aws::QuickSight
|
|
4943
5044
|
|
4944
5045
|
ProjectedColumnList.member = Shapes::ShapeRef.new(shape: String)
|
4945
5046
|
|
5047
|
+
PutDataSetRefreshPropertiesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
5048
|
+
PutDataSetRefreshPropertiesRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
5049
|
+
PutDataSetRefreshPropertiesRequest.add_member(:data_set_refresh_properties, Shapes::ShapeRef.new(shape: DataSetRefreshProperties, required: true, location_name: "DataSetRefreshProperties"))
|
5050
|
+
PutDataSetRefreshPropertiesRequest.struct_class = Types::PutDataSetRefreshPropertiesRequest
|
5051
|
+
|
5052
|
+
PutDataSetRefreshPropertiesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
5053
|
+
PutDataSetRefreshPropertiesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
5054
|
+
PutDataSetRefreshPropertiesResponse.struct_class = Types::PutDataSetRefreshPropertiesResponse
|
5055
|
+
|
4946
5056
|
QueueInfo.add_member(:waiting_on_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "WaitingOnIngestion"))
|
4947
5057
|
QueueInfo.add_member(:queued_ingestion, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QueuedIngestion"))
|
4948
5058
|
QueueInfo.struct_class = Types::QueueInfo
|
@@ -5054,6 +5164,24 @@ module Aws::QuickSight
|
|
5054
5164
|
ReferenceLineValueLabelConfiguration.add_member(:format_configuration, Shapes::ShapeRef.new(shape: NumericFormatConfiguration, location_name: "FormatConfiguration"))
|
5055
5165
|
ReferenceLineValueLabelConfiguration.struct_class = Types::ReferenceLineValueLabelConfiguration
|
5056
5166
|
|
5167
|
+
RefreshConfiguration.add_member(:incremental_refresh, Shapes::ShapeRef.new(shape: IncrementalRefresh, required: true, location_name: "IncrementalRefresh"))
|
5168
|
+
RefreshConfiguration.struct_class = Types::RefreshConfiguration
|
5169
|
+
|
5170
|
+
RefreshFrequency.add_member(:interval, Shapes::ShapeRef.new(shape: RefreshInterval, required: true, location_name: "Interval"))
|
5171
|
+
RefreshFrequency.add_member(:refresh_on_day, Shapes::ShapeRef.new(shape: ScheduleRefreshOnEntity, location_name: "RefreshOnDay"))
|
5172
|
+
RefreshFrequency.add_member(:timezone, Shapes::ShapeRef.new(shape: String, location_name: "Timezone"))
|
5173
|
+
RefreshFrequency.add_member(:time_of_the_day, Shapes::ShapeRef.new(shape: String, location_name: "TimeOfTheDay"))
|
5174
|
+
RefreshFrequency.struct_class = Types::RefreshFrequency
|
5175
|
+
|
5176
|
+
RefreshSchedule.add_member(:schedule_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScheduleId"))
|
5177
|
+
RefreshSchedule.add_member(:schedule_frequency, Shapes::ShapeRef.new(shape: RefreshFrequency, required: true, location_name: "ScheduleFrequency"))
|
5178
|
+
RefreshSchedule.add_member(:start_after_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartAfterDateTime"))
|
5179
|
+
RefreshSchedule.add_member(:refresh_type, Shapes::ShapeRef.new(shape: IngestionType, required: true, location_name: "RefreshType"))
|
5180
|
+
RefreshSchedule.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
5181
|
+
RefreshSchedule.struct_class = Types::RefreshSchedule
|
5182
|
+
|
5183
|
+
RefreshSchedules.member = Shapes::ShapeRef.new(shape: RefreshSchedule)
|
5184
|
+
|
5057
5185
|
RegisterUserRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location_name: "IdentityType"))
|
5058
5186
|
RegisterUserRequest.add_member(:email, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Email"))
|
5059
5187
|
RegisterUserRequest.add_member(:user_role, Shapes::ShapeRef.new(shape: UserRole, required: true, location_name: "UserRole"))
|
@@ -5182,6 +5310,7 @@ module Aws::QuickSight
|
|
5182
5310
|
|
5183
5311
|
RowLevelPermissionTagConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
5184
5312
|
RowLevelPermissionTagConfiguration.add_member(:tag_rules, Shapes::ShapeRef.new(shape: RowLevelPermissionTagRuleList, required: true, location_name: "TagRules"))
|
5313
|
+
RowLevelPermissionTagConfiguration.add_member(:tag_rule_configurations, Shapes::ShapeRef.new(shape: RowLevelPermissionTagRuleConfigurationList, location_name: "TagRuleConfigurations"))
|
5185
5314
|
RowLevelPermissionTagConfiguration.struct_class = Types::RowLevelPermissionTagConfiguration
|
5186
5315
|
|
5187
5316
|
RowLevelPermissionTagRule.add_member(:tag_key, Shapes::ShapeRef.new(shape: SessionTagKey, required: true, location_name: "TagKey"))
|
@@ -5190,6 +5319,10 @@ module Aws::QuickSight
|
|
5190
5319
|
RowLevelPermissionTagRule.add_member(:match_all_value, Shapes::ShapeRef.new(shape: SessionTagValue, location_name: "MatchAllValue"))
|
5191
5320
|
RowLevelPermissionTagRule.struct_class = Types::RowLevelPermissionTagRule
|
5192
5321
|
|
5322
|
+
RowLevelPermissionTagRuleConfiguration.member = Shapes::ShapeRef.new(shape: SessionTagKey)
|
5323
|
+
|
5324
|
+
RowLevelPermissionTagRuleConfigurationList.member = Shapes::ShapeRef.new(shape: RowLevelPermissionTagRuleConfiguration)
|
5325
|
+
|
5193
5326
|
RowLevelPermissionTagRuleList.member = Shapes::ShapeRef.new(shape: RowLevelPermissionTagRule)
|
5194
5327
|
|
5195
5328
|
RowSortList.member = Shapes::ShapeRef.new(shape: FieldSortOptions)
|
@@ -5266,6 +5399,10 @@ module Aws::QuickSight
|
|
5266
5399
|
ScatterPlotVisual.add_member(:column_hierarchies, Shapes::ShapeRef.new(shape: ColumnHierarchyList, location_name: "ColumnHierarchies"))
|
5267
5400
|
ScatterPlotVisual.struct_class = Types::ScatterPlotVisual
|
5268
5401
|
|
5402
|
+
ScheduleRefreshOnEntity.add_member(:day_of_week, Shapes::ShapeRef.new(shape: DayOfWeek, location_name: "DayOfWeek"))
|
5403
|
+
ScheduleRefreshOnEntity.add_member(:day_of_month, Shapes::ShapeRef.new(shape: DayOfMonth, location_name: "DayOfMonth"))
|
5404
|
+
ScheduleRefreshOnEntity.struct_class = Types::ScheduleRefreshOnEntity
|
5405
|
+
|
5269
5406
|
ScrollBarOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
5270
5407
|
ScrollBarOptions.add_member(:visible_range, Shapes::ShapeRef.new(shape: VisibleRangeOptions, location_name: "VisibleRange"))
|
5271
5408
|
ScrollBarOptions.struct_class = Types::ScrollBarOptions
|
@@ -6297,6 +6434,17 @@ module Aws::QuickSight
|
|
6297
6434
|
UpdatePublicSharingSettingsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
6298
6435
|
UpdatePublicSharingSettingsResponse.struct_class = Types::UpdatePublicSharingSettingsResponse
|
6299
6436
|
|
6437
|
+
UpdateRefreshScheduleRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
6438
|
+
UpdateRefreshScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6439
|
+
UpdateRefreshScheduleRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: RefreshSchedule, required: true, location_name: "Schedule"))
|
6440
|
+
UpdateRefreshScheduleRequest.struct_class = Types::UpdateRefreshScheduleRequest
|
6441
|
+
|
6442
|
+
UpdateRefreshScheduleResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
6443
|
+
UpdateRefreshScheduleResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
6444
|
+
UpdateRefreshScheduleResponse.add_member(:schedule_id, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleId"))
|
6445
|
+
UpdateRefreshScheduleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
6446
|
+
UpdateRefreshScheduleResponse.struct_class = Types::UpdateRefreshScheduleResponse
|
6447
|
+
|
6300
6448
|
UpdateResourcePermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
|
6301
6449
|
|
6302
6450
|
UpdateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
@@ -6809,6 +6957,22 @@ module Aws::QuickSight
|
|
6809
6957
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
6810
6958
|
end)
|
6811
6959
|
|
6960
|
+
api.add_operation(:create_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
6961
|
+
o.name = "CreateRefreshSchedule"
|
6962
|
+
o.http_method = "POST"
|
6963
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"
|
6964
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRefreshScheduleRequest)
|
6965
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRefreshScheduleResponse)
|
6966
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6967
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
6968
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6969
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6970
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
6971
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
6972
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
6973
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6974
|
+
end)
|
6975
|
+
|
6812
6976
|
api.add_operation(:create_template, Seahorse::Model::Operation.new.tap do |o|
|
6813
6977
|
o.name = "CreateTemplate"
|
6814
6978
|
o.http_method = "POST"
|
@@ -6945,6 +7109,21 @@ module Aws::QuickSight
|
|
6945
7109
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6946
7110
|
end)
|
6947
7111
|
|
7112
|
+
api.add_operation(:delete_data_set_refresh_properties, Seahorse::Model::Operation.new.tap do |o|
|
7113
|
+
o.name = "DeleteDataSetRefreshProperties"
|
7114
|
+
o.http_method = "DELETE"
|
7115
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"
|
7116
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataSetRefreshPropertiesRequest)
|
7117
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataSetRefreshPropertiesResponse)
|
7118
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7119
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
7120
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7121
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7122
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
7123
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7124
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7125
|
+
end)
|
7126
|
+
|
6948
7127
|
api.add_operation(:delete_data_source, Seahorse::Model::Operation.new.tap do |o|
|
6949
7128
|
o.name = "DeleteDataSource"
|
6950
7129
|
o.http_method = "DELETE"
|
@@ -7048,6 +7227,20 @@ module Aws::QuickSight
|
|
7048
7227
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
7049
7228
|
end)
|
7050
7229
|
|
7230
|
+
api.add_operation(:delete_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
7231
|
+
o.name = "DeleteRefreshSchedule"
|
7232
|
+
o.http_method = "DELETE"
|
7233
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"
|
7234
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRefreshScheduleRequest)
|
7235
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRefreshScheduleResponse)
|
7236
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7237
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
7238
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7239
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7240
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
7241
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7242
|
+
end)
|
7243
|
+
|
7051
7244
|
api.add_operation(:delete_template, Seahorse::Model::Operation.new.tap do |o|
|
7052
7245
|
o.name = "DeleteTemplate"
|
7053
7246
|
o.http_method = "DELETE"
|
@@ -7289,6 +7482,21 @@ module Aws::QuickSight
|
|
7289
7482
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7290
7483
|
end)
|
7291
7484
|
|
7485
|
+
api.add_operation(:describe_data_set_refresh_properties, Seahorse::Model::Operation.new.tap do |o|
|
7486
|
+
o.name = "DescribeDataSetRefreshProperties"
|
7487
|
+
o.http_method = "GET"
|
7488
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"
|
7489
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataSetRefreshPropertiesRequest)
|
7490
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataSetRefreshPropertiesResponse)
|
7491
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7492
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
7493
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7494
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7495
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
7496
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
7497
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7498
|
+
end)
|
7499
|
+
|
7292
7500
|
api.add_operation(:describe_data_source, Seahorse::Model::Operation.new.tap do |o|
|
7293
7501
|
o.name = "DescribeDataSource"
|
7294
7502
|
o.http_method = "GET"
|
@@ -7442,6 +7650,20 @@ module Aws::QuickSight
|
|
7442
7650
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
7443
7651
|
end)
|
7444
7652
|
|
7653
|
+
api.add_operation(:describe_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
7654
|
+
o.name = "DescribeRefreshSchedule"
|
7655
|
+
o.http_method = "GET"
|
7656
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"
|
7657
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeRefreshScheduleRequest)
|
7658
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeRefreshScheduleResponse)
|
7659
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7660
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
7661
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7662
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7663
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
7664
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7665
|
+
end)
|
7666
|
+
|
7445
7667
|
api.add_operation(:describe_template, Seahorse::Model::Operation.new.tap do |o|
|
7446
7668
|
o.name = "DescribeTemplate"
|
7447
7669
|
o.http_method = "GET"
|
@@ -7856,6 +8078,20 @@ module Aws::QuickSight
|
|
7856
8078
|
)
|
7857
8079
|
end)
|
7858
8080
|
|
8081
|
+
api.add_operation(:list_refresh_schedules, Seahorse::Model::Operation.new.tap do |o|
|
8082
|
+
o.name = "ListRefreshSchedules"
|
8083
|
+
o.http_method = "GET"
|
8084
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"
|
8085
|
+
o.input = Shapes::ShapeRef.new(shape: ListRefreshSchedulesRequest)
|
8086
|
+
o.output = Shapes::ShapeRef.new(shape: ListRefreshSchedulesResponse)
|
8087
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8088
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
8089
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8090
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8091
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
8092
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8093
|
+
end)
|
8094
|
+
|
7859
8095
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
7860
8096
|
o.name = "ListTagsForResource"
|
7861
8097
|
o.http_method = "GET"
|
@@ -8016,6 +8252,22 @@ module Aws::QuickSight
|
|
8016
8252
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
8017
8253
|
end)
|
8018
8254
|
|
8255
|
+
api.add_operation(:put_data_set_refresh_properties, Seahorse::Model::Operation.new.tap do |o|
|
8256
|
+
o.name = "PutDataSetRefreshProperties"
|
8257
|
+
o.http_method = "PUT"
|
8258
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"
|
8259
|
+
o.input = Shapes::ShapeRef.new(shape: PutDataSetRefreshPropertiesRequest)
|
8260
|
+
o.output = Shapes::ShapeRef.new(shape: PutDataSetRefreshPropertiesResponse)
|
8261
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8262
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
8263
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8264
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8265
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
8266
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
8267
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8268
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8269
|
+
end)
|
8270
|
+
|
8019
8271
|
api.add_operation(:register_user, Seahorse::Model::Operation.new.tap do |o|
|
8020
8272
|
o.name = "RegisterUser"
|
8021
8273
|
o.http_method = "POST"
|
@@ -8436,6 +8688,21 @@ module Aws::QuickSight
|
|
8436
8688
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8437
8689
|
end)
|
8438
8690
|
|
8691
|
+
api.add_operation(:update_refresh_schedule, Seahorse::Model::Operation.new.tap do |o|
|
8692
|
+
o.name = "UpdateRefreshSchedule"
|
8693
|
+
o.http_method = "PUT"
|
8694
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"
|
8695
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRefreshScheduleRequest)
|
8696
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateRefreshScheduleResponse)
|
8697
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8698
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
8699
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8700
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8701
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
8702
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
8703
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8704
|
+
end)
|
8705
|
+
|
8439
8706
|
api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
|
8440
8707
|
o.name = "UpdateTemplate"
|
8441
8708
|
o.http_method = "PUT"
|