aws-sdk-quicksight 1.99.0 → 1.100.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 +54 -5
- data/lib/aws-sdk-quicksight/client_api.rb +50 -1
- data/lib/aws-sdk-quicksight/endpoints.rb +14 -0
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-quicksight/types.rb +126 -2
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90f1dfe81d737878223260a919d2dbaa567f3c7ee12aeb0af5038d2448925c39
|
4
|
+
data.tar.gz: 026b848696ddb0d3f1ff661c408bd74bba0c34ff823dba7d831827258e9d3ac3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31fd43ea5086ab60dce63376f534d59aae18ceda36b6c8f09eedac58465bd054e984b80a052861235541278863fdc2028e0d79b307fc30e93ea6e544775086ec
|
7
|
+
data.tar.gz: 1ae5ee195caf96f562a8715b49f80d21d5b45c707c03c5c759dc1a485acdda61885e101350357ff4fe16aa7c7d72cbf40772917879f7a6d828affead5cf0c21e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.100.0
|
@@ -531,9 +531,7 @@ module Aws::QuickSight
|
|
531
531
|
# QuickSight Q.
|
532
532
|
#
|
533
533
|
# The Amazon Web Services Region for the account is derived from what is
|
534
|
-
# configured in the CLI or SDK.
|
535
|
-
# US East (Ohio) Region, South America (Sao Paulo) Region, or Asia
|
536
|
-
# Pacific (Singapore) Region.
|
534
|
+
# configured in the CLI or SDK.
|
537
535
|
#
|
538
536
|
# Before you use this operation, make sure that you can connect to an
|
539
537
|
# existing Amazon Web Services account. If you don't have an Amazon Web
|
@@ -933,6 +931,10 @@ module Aws::QuickSight
|
|
933
931
|
# A structure that contains the permissions of a shareable link to the
|
934
932
|
# dashboard.
|
935
933
|
#
|
934
|
+
# @option params [Array<String>] :link_entities
|
935
|
+
# A list of analysis Amazon Resource Names (ARNs) to be linked to the
|
936
|
+
# dashboard.
|
937
|
+
#
|
936
938
|
# @return [Types::CreateDashboardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
937
939
|
#
|
938
940
|
# * {Types::CreateDashboardResponse#arn #arn} => String
|
@@ -4813,6 +4815,8 @@ module Aws::QuickSight
|
|
4813
4815
|
# resp.dashboard.created_time #=> Time
|
4814
4816
|
# resp.dashboard.last_published_time #=> Time
|
4815
4817
|
# resp.dashboard.last_updated_time #=> Time
|
4818
|
+
# resp.dashboard.link_entities #=> Array
|
4819
|
+
# resp.dashboard.link_entities[0] #=> String
|
4816
4820
|
# resp.status #=> Integer
|
4817
4821
|
# resp.request_id #=> String
|
4818
4822
|
#
|
@@ -10580,7 +10584,7 @@ module Aws::QuickSight
|
|
10580
10584
|
# destination_configuration: {
|
10581
10585
|
# s3_destinations: [
|
10582
10586
|
# {
|
10583
|
-
# bucket_configuration: {
|
10587
|
+
# bucket_configuration: { # required
|
10584
10588
|
# bucket_name: "NonEmptyString", # required
|
10585
10589
|
# bucket_prefix: "NonEmptyString", # required
|
10586
10590
|
# bucket_region: "NonEmptyString", # required
|
@@ -11084,6 +11088,51 @@ module Aws::QuickSight
|
|
11084
11088
|
req.send_request(options)
|
11085
11089
|
end
|
11086
11090
|
|
11091
|
+
# Updates the linked analyses on a dashboard.
|
11092
|
+
#
|
11093
|
+
# @option params [required, String] :aws_account_id
|
11094
|
+
# The ID of the Amazon Web Services account that contains the dashboard
|
11095
|
+
# whose links you want to update.
|
11096
|
+
#
|
11097
|
+
# @option params [required, String] :dashboard_id
|
11098
|
+
# The ID for the dashboard.
|
11099
|
+
#
|
11100
|
+
# @option params [required, Array<String>] :link_entities
|
11101
|
+
# list of analysis Amazon Resource Names (ARNs) to be linked to the
|
11102
|
+
# dashboard.
|
11103
|
+
#
|
11104
|
+
# @return [Types::UpdateDashboardLinksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11105
|
+
#
|
11106
|
+
# * {Types::UpdateDashboardLinksResponse#request_id #request_id} => String
|
11107
|
+
# * {Types::UpdateDashboardLinksResponse#status #status} => Integer
|
11108
|
+
# * {Types::UpdateDashboardLinksResponse#dashboard_arn #dashboard_arn} => String
|
11109
|
+
# * {Types::UpdateDashboardLinksResponse#link_entities #link_entities} => Array<String>
|
11110
|
+
#
|
11111
|
+
# @example Request syntax with placeholder values
|
11112
|
+
#
|
11113
|
+
# resp = client.update_dashboard_links({
|
11114
|
+
# aws_account_id: "AwsAccountId", # required
|
11115
|
+
# dashboard_id: "ShortRestrictiveResourceId", # required
|
11116
|
+
# link_entities: ["LinkEntityArn"], # required
|
11117
|
+
# })
|
11118
|
+
#
|
11119
|
+
# @example Response structure
|
11120
|
+
#
|
11121
|
+
# resp.request_id #=> String
|
11122
|
+
# resp.status #=> Integer
|
11123
|
+
# resp.dashboard_arn #=> String
|
11124
|
+
# resp.link_entities #=> Array
|
11125
|
+
# resp.link_entities[0] #=> String
|
11126
|
+
#
|
11127
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardLinks AWS API Documentation
|
11128
|
+
#
|
11129
|
+
# @overload update_dashboard_links(params = {})
|
11130
|
+
# @param [Hash] params ({})
|
11131
|
+
def update_dashboard_links(params = {}, options = {})
|
11132
|
+
req = build_request(:update_dashboard_links, params)
|
11133
|
+
req.send_request(options)
|
11134
|
+
end
|
11135
|
+
|
11087
11136
|
# Updates read and write permissions on a dashboard.
|
11088
11137
|
#
|
11089
11138
|
# @option params [required, String] :aws_account_id
|
@@ -13482,7 +13531,7 @@ module Aws::QuickSight
|
|
13482
13531
|
params: params,
|
13483
13532
|
config: config)
|
13484
13533
|
context[:gem_name] = 'aws-sdk-quicksight'
|
13485
|
-
context[:gem_version] = '1.
|
13534
|
+
context[:gem_version] = '1.100.0'
|
13486
13535
|
Seahorse::Client::Request.new(handlers, context)
|
13487
13536
|
end
|
13488
13537
|
|
@@ -952,6 +952,8 @@ module Aws::QuickSight
|
|
952
952
|
LineChartVisual = Shapes::StructureShape.new(name: 'LineChartVisual')
|
953
953
|
LineInterpolation = Shapes::StringShape.new(name: 'LineInterpolation')
|
954
954
|
LineSeriesAxisDisplayOptions = Shapes::StructureShape.new(name: 'LineSeriesAxisDisplayOptions')
|
955
|
+
LinkEntityArn = Shapes::StringShape.new(name: 'LinkEntityArn')
|
956
|
+
LinkEntityArnList = Shapes::ListShape.new(name: 'LinkEntityArnList')
|
955
957
|
LinkSharingConfiguration = Shapes::StructureShape.new(name: 'LinkSharingConfiguration')
|
956
958
|
ListAnalysesRequest = Shapes::StructureShape.new(name: 'ListAnalysesRequest')
|
957
959
|
ListAnalysesResponse = Shapes::StructureShape.new(name: 'ListAnalysesResponse')
|
@@ -1304,6 +1306,7 @@ module Aws::QuickSight
|
|
1304
1306
|
ScatterPlotCategoricallyAggregatedFieldWells = Shapes::StructureShape.new(name: 'ScatterPlotCategoricallyAggregatedFieldWells')
|
1305
1307
|
ScatterPlotConfiguration = Shapes::StructureShape.new(name: 'ScatterPlotConfiguration')
|
1306
1308
|
ScatterPlotFieldWells = Shapes::StructureShape.new(name: 'ScatterPlotFieldWells')
|
1309
|
+
ScatterPlotSortConfiguration = Shapes::StructureShape.new(name: 'ScatterPlotSortConfiguration')
|
1307
1310
|
ScatterPlotUnaggregatedFieldWells = Shapes::StructureShape.new(name: 'ScatterPlotUnaggregatedFieldWells')
|
1308
1311
|
ScatterPlotVisual = Shapes::StructureShape.new(name: 'ScatterPlotVisual')
|
1309
1312
|
ScheduleRefreshOnEntity = Shapes::StructureShape.new(name: 'ScheduleRefreshOnEntity')
|
@@ -1404,6 +1407,8 @@ module Aws::QuickSight
|
|
1404
1407
|
SimpleClusterMarker = Shapes::StructureShape.new(name: 'SimpleClusterMarker')
|
1405
1408
|
SimpleNumericalAggregationFunction = Shapes::StringShape.new(name: 'SimpleNumericalAggregationFunction')
|
1406
1409
|
SimpleTotalAggregationFunction = Shapes::StringShape.new(name: 'SimpleTotalAggregationFunction')
|
1410
|
+
SingleAxisOptions = Shapes::StructureShape.new(name: 'SingleAxisOptions')
|
1411
|
+
SingleYAxisOption = Shapes::StringShape.new(name: 'SingleYAxisOption')
|
1407
1412
|
SiteBaseUrl = Shapes::StringShape.new(name: 'SiteBaseUrl')
|
1408
1413
|
SliderControlDisplayOptions = Shapes::StructureShape.new(name: 'SliderControlDisplayOptions')
|
1409
1414
|
SmallMultiplesAxisPlacement = Shapes::StringShape.new(name: 'SmallMultiplesAxisPlacement')
|
@@ -1659,6 +1664,8 @@ module Aws::QuickSight
|
|
1659
1664
|
UpdateAnalysisPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsResponse')
|
1660
1665
|
UpdateAnalysisRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisRequest')
|
1661
1666
|
UpdateAnalysisResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisResponse')
|
1667
|
+
UpdateDashboardLinksRequest = Shapes::StructureShape.new(name: 'UpdateDashboardLinksRequest')
|
1668
|
+
UpdateDashboardLinksResponse = Shapes::StructureShape.new(name: 'UpdateDashboardLinksResponse')
|
1662
1669
|
UpdateDashboardPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateDashboardPermissionsRequest')
|
1663
1670
|
UpdateDashboardPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateDashboardPermissionsResponse')
|
1664
1671
|
UpdateDashboardPublishedVersionRequest = Shapes::StructureShape.new(name: 'UpdateDashboardPublishedVersionRequest')
|
@@ -1776,6 +1783,7 @@ module Aws::QuickSight
|
|
1776
1783
|
WordCloudWordPadding = Shapes::StringShape.new(name: 'WordCloudWordPadding')
|
1777
1784
|
WordCloudWordScaling = Shapes::StringShape.new(name: 'WordCloudWordScaling')
|
1778
1785
|
WorkGroup = Shapes::StringShape.new(name: 'WorkGroup')
|
1786
|
+
YAxisOptions = Shapes::StructureShape.new(name: 'YAxisOptions')
|
1779
1787
|
boolean = Shapes::BooleanShape.new(name: 'boolean')
|
1780
1788
|
|
1781
1789
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -2617,6 +2625,7 @@ module Aws::QuickSight
|
|
2617
2625
|
ComboChartConfiguration.add_member(:primary_y_axis_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "PrimaryYAxisLabelOptions"))
|
2618
2626
|
ComboChartConfiguration.add_member(:secondary_y_axis_display_options, Shapes::ShapeRef.new(shape: AxisDisplayOptions, location_name: "SecondaryYAxisDisplayOptions"))
|
2619
2627
|
ComboChartConfiguration.add_member(:secondary_y_axis_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "SecondaryYAxisLabelOptions"))
|
2628
|
+
ComboChartConfiguration.add_member(:single_axis_options, Shapes::ShapeRef.new(shape: SingleAxisOptions, location_name: "SingleAxisOptions"))
|
2620
2629
|
ComboChartConfiguration.add_member(:color_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "ColorLabelOptions"))
|
2621
2630
|
ComboChartConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
|
2622
2631
|
ComboChartConfiguration.add_member(:bar_data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "BarDataLabels"))
|
@@ -2792,6 +2801,7 @@ module Aws::QuickSight
|
|
2792
2801
|
CreateDashboardRequest.add_member(:validation_strategy, Shapes::ShapeRef.new(shape: ValidationStrategy, location_name: "ValidationStrategy"))
|
2793
2802
|
CreateDashboardRequest.add_member(:folder_arns, Shapes::ShapeRef.new(shape: FolderArnList, location_name: "FolderArns"))
|
2794
2803
|
CreateDashboardRequest.add_member(:link_sharing_configuration, Shapes::ShapeRef.new(shape: LinkSharingConfiguration, location_name: "LinkSharingConfiguration"))
|
2804
|
+
CreateDashboardRequest.add_member(:link_entities, Shapes::ShapeRef.new(shape: LinkEntityArnList, location_name: "LinkEntities"))
|
2795
2805
|
CreateDashboardRequest.struct_class = Types::CreateDashboardRequest
|
2796
2806
|
|
2797
2807
|
CreateDashboardResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -3157,6 +3167,7 @@ module Aws::QuickSight
|
|
3157
3167
|
Dashboard.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
3158
3168
|
Dashboard.add_member(:last_published_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastPublishedTime"))
|
3159
3169
|
Dashboard.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
3170
|
+
Dashboard.add_member(:link_entities, Shapes::ShapeRef.new(shape: LinkEntityArnList, location_name: "LinkEntities"))
|
3160
3171
|
Dashboard.struct_class = Types::Dashboard
|
3161
3172
|
|
3162
3173
|
DashboardError.add_member(:type, Shapes::ShapeRef.new(shape: DashboardErrorType, location_name: "Type"))
|
@@ -5373,6 +5384,7 @@ module Aws::QuickSight
|
|
5373
5384
|
LineChartConfiguration.add_member(:primary_y_axis_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "PrimaryYAxisLabelOptions"))
|
5374
5385
|
LineChartConfiguration.add_member(:secondary_y_axis_display_options, Shapes::ShapeRef.new(shape: LineSeriesAxisDisplayOptions, location_name: "SecondaryYAxisDisplayOptions"))
|
5375
5386
|
LineChartConfiguration.add_member(:secondary_y_axis_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "SecondaryYAxisLabelOptions"))
|
5387
|
+
LineChartConfiguration.add_member(:single_axis_options, Shapes::ShapeRef.new(shape: SingleAxisOptions, location_name: "SingleAxisOptions"))
|
5376
5388
|
LineChartConfiguration.add_member(:default_series_settings, Shapes::ShapeRef.new(shape: LineChartDefaultSeriesSettings, location_name: "DefaultSeriesSettings"))
|
5377
5389
|
LineChartConfiguration.add_member(:series, Shapes::ShapeRef.new(shape: SeriesItemList, location_name: "Series"))
|
5378
5390
|
LineChartConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
|
@@ -5426,6 +5438,8 @@ module Aws::QuickSight
|
|
5426
5438
|
LineSeriesAxisDisplayOptions.add_member(:missing_data_configurations, Shapes::ShapeRef.new(shape: MissingDataConfigurationList, location_name: "MissingDataConfigurations"))
|
5427
5439
|
LineSeriesAxisDisplayOptions.struct_class = Types::LineSeriesAxisDisplayOptions
|
5428
5440
|
|
5441
|
+
LinkEntityArnList.member = Shapes::ShapeRef.new(shape: LinkEntityArn)
|
5442
|
+
|
5429
5443
|
LinkSharingConfiguration.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
5430
5444
|
LinkSharingConfiguration.struct_class = Types::LinkSharingConfiguration
|
5431
5445
|
|
@@ -6699,6 +6713,7 @@ module Aws::QuickSight
|
|
6699
6713
|
ScatterPlotCategoricallyAggregatedFieldWells.struct_class = Types::ScatterPlotCategoricallyAggregatedFieldWells
|
6700
6714
|
|
6701
6715
|
ScatterPlotConfiguration.add_member(:field_wells, Shapes::ShapeRef.new(shape: ScatterPlotFieldWells, location_name: "FieldWells"))
|
6716
|
+
ScatterPlotConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: ScatterPlotSortConfiguration, location_name: "SortConfiguration"))
|
6702
6717
|
ScatterPlotConfiguration.add_member(:x_axis_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "XAxisLabelOptions"))
|
6703
6718
|
ScatterPlotConfiguration.add_member(:x_axis_display_options, Shapes::ShapeRef.new(shape: AxisDisplayOptions, location_name: "XAxisDisplayOptions"))
|
6704
6719
|
ScatterPlotConfiguration.add_member(:y_axis_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "YAxisLabelOptions"))
|
@@ -6713,6 +6728,9 @@ module Aws::QuickSight
|
|
6713
6728
|
ScatterPlotFieldWells.add_member(:scatter_plot_unaggregated_field_wells, Shapes::ShapeRef.new(shape: ScatterPlotUnaggregatedFieldWells, location_name: "ScatterPlotUnaggregatedFieldWells"))
|
6714
6729
|
ScatterPlotFieldWells.struct_class = Types::ScatterPlotFieldWells
|
6715
6730
|
|
6731
|
+
ScatterPlotSortConfiguration.add_member(:scatter_plot_limit_configuration, Shapes::ShapeRef.new(shape: ItemsLimitConfiguration, location_name: "ScatterPlotLimitConfiguration"))
|
6732
|
+
ScatterPlotSortConfiguration.struct_class = Types::ScatterPlotSortConfiguration
|
6733
|
+
|
6716
6734
|
ScatterPlotUnaggregatedFieldWells.add_member(:x_axis, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "XAxis"))
|
6717
6735
|
ScatterPlotUnaggregatedFieldWells.add_member(:y_axis, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "YAxis"))
|
6718
6736
|
ScatterPlotUnaggregatedFieldWells.add_member(:size, Shapes::ShapeRef.new(shape: MeasureFieldList, location_name: "Size"))
|
@@ -6976,6 +6994,9 @@ module Aws::QuickSight
|
|
6976
6994
|
SimpleClusterMarker.add_member(:color, Shapes::ShapeRef.new(shape: HexColor, location_name: "Color"))
|
6977
6995
|
SimpleClusterMarker.struct_class = Types::SimpleClusterMarker
|
6978
6996
|
|
6997
|
+
SingleAxisOptions.add_member(:y_axis_options, Shapes::ShapeRef.new(shape: YAxisOptions, location_name: "YAxisOptions"))
|
6998
|
+
SingleAxisOptions.struct_class = Types::SingleAxisOptions
|
6999
|
+
|
6979
7000
|
SliderControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
|
6980
7001
|
SliderControlDisplayOptions.add_member(:info_icon_label_options, Shapes::ShapeRef.new(shape: SheetControlInfoIconLabelOptions, location_name: "InfoIconLabelOptions"))
|
6981
7002
|
SliderControlDisplayOptions.struct_class = Types::SliderControlDisplayOptions
|
@@ -7057,7 +7078,7 @@ module Aws::QuickSight
|
|
7057
7078
|
|
7058
7079
|
SnapshotJobS3ResultList.member = Shapes::ShapeRef.new(shape: SnapshotJobS3Result)
|
7059
7080
|
|
7060
|
-
SnapshotS3DestinationConfiguration.add_member(:bucket_configuration, Shapes::ShapeRef.new(shape: S3BucketConfiguration, location_name: "BucketConfiguration"))
|
7081
|
+
SnapshotS3DestinationConfiguration.add_member(:bucket_configuration, Shapes::ShapeRef.new(shape: S3BucketConfiguration, required: true, location_name: "BucketConfiguration"))
|
7061
7082
|
SnapshotS3DestinationConfiguration.struct_class = Types::SnapshotS3DestinationConfiguration
|
7062
7083
|
|
7063
7084
|
SnapshotS3DestinationConfigurationList.member = Shapes::ShapeRef.new(shape: SnapshotS3DestinationConfiguration)
|
@@ -7927,6 +7948,17 @@ module Aws::QuickSight
|
|
7927
7948
|
UpdateAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
7928
7949
|
UpdateAnalysisResponse.struct_class = Types::UpdateAnalysisResponse
|
7929
7950
|
|
7951
|
+
UpdateDashboardLinksRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
7952
|
+
UpdateDashboardLinksRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
7953
|
+
UpdateDashboardLinksRequest.add_member(:link_entities, Shapes::ShapeRef.new(shape: LinkEntityArnList, required: true, location_name: "LinkEntities"))
|
7954
|
+
UpdateDashboardLinksRequest.struct_class = Types::UpdateDashboardLinksRequest
|
7955
|
+
|
7956
|
+
UpdateDashboardLinksResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
7957
|
+
UpdateDashboardLinksResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
7958
|
+
UpdateDashboardLinksResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DashboardArn"))
|
7959
|
+
UpdateDashboardLinksResponse.add_member(:link_entities, Shapes::ShapeRef.new(shape: LinkEntityArnList, location_name: "LinkEntities"))
|
7960
|
+
UpdateDashboardLinksResponse.struct_class = Types::UpdateDashboardLinksResponse
|
7961
|
+
|
7930
7962
|
UpdateDashboardPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
7931
7963
|
UpdateDashboardPermissionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
7932
7964
|
UpdateDashboardPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "GrantPermissions"))
|
@@ -8498,6 +8530,9 @@ module Aws::QuickSight
|
|
8498
8530
|
WordCloudVisual.add_member(:column_hierarchies, Shapes::ShapeRef.new(shape: ColumnHierarchyList, location_name: "ColumnHierarchies"))
|
8499
8531
|
WordCloudVisual.struct_class = Types::WordCloudVisual
|
8500
8532
|
|
8533
|
+
YAxisOptions.add_member(:y_axis, Shapes::ShapeRef.new(shape: SingleYAxisOption, required: true, location_name: "YAxis"))
|
8534
|
+
YAxisOptions.struct_class = Types::YAxisOptions
|
8535
|
+
|
8501
8536
|
|
8502
8537
|
# @api private
|
8503
8538
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -10832,6 +10867,20 @@ module Aws::QuickSight
|
|
10832
10867
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
10833
10868
|
end)
|
10834
10869
|
|
10870
|
+
api.add_operation(:update_dashboard_links, Seahorse::Model::Operation.new.tap do |o|
|
10871
|
+
o.name = "UpdateDashboardLinks"
|
10872
|
+
o.http_method = "PUT"
|
10873
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/linked-entities"
|
10874
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDashboardLinksRequest)
|
10875
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDashboardLinksResponse)
|
10876
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
10877
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
10878
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10879
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
10880
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10881
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
10882
|
+
end)
|
10883
|
+
|
10835
10884
|
api.add_operation(:update_dashboard_permissions, Seahorse::Model::Operation.new.tap do |o|
|
10836
10885
|
o.name = "UpdateDashboardPermissions"
|
10837
10886
|
o.http_method = "PUT"
|
@@ -2028,6 +2028,20 @@ module Aws::QuickSight
|
|
2028
2028
|
end
|
2029
2029
|
end
|
2030
2030
|
|
2031
|
+
class UpdateDashboardLinks
|
2032
|
+
def self.build(context)
|
2033
|
+
unless context.config.regional_endpoint
|
2034
|
+
endpoint = context.config.endpoint.to_s
|
2035
|
+
end
|
2036
|
+
Aws::QuickSight::EndpointParameters.new(
|
2037
|
+
region: context.config.region,
|
2038
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2039
|
+
use_fips: context.config.use_fips_endpoint,
|
2040
|
+
endpoint: endpoint,
|
2041
|
+
)
|
2042
|
+
end
|
2043
|
+
end
|
2044
|
+
|
2031
2045
|
class UpdateDashboardPermissions
|
2032
2046
|
def self.build(context)
|
2033
2047
|
unless context.config.regional_endpoint
|
@@ -345,6 +345,8 @@ module Aws::QuickSight
|
|
345
345
|
Aws::QuickSight::Endpoints::UpdateAnalysisPermissions.build(context)
|
346
346
|
when :update_dashboard
|
347
347
|
Aws::QuickSight::Endpoints::UpdateDashboard.build(context)
|
348
|
+
when :update_dashboard_links
|
349
|
+
Aws::QuickSight::Endpoints::UpdateDashboardLinks.build(context)
|
348
350
|
when :update_dashboard_permissions
|
349
351
|
Aws::QuickSight::Endpoints::UpdateDashboardPermissions.build(context)
|
350
352
|
when :update_dashboard_published_version
|
@@ -3775,6 +3775,10 @@ module Aws::QuickSight
|
|
3775
3775
|
# visibility) of a combo chart's secondary y-axis(line) field well.
|
3776
3776
|
# @return [Types::ChartAxisLabelOptions]
|
3777
3777
|
#
|
3778
|
+
# @!attribute [rw] single_axis_options
|
3779
|
+
# The settings of a chart's single axis configuration.
|
3780
|
+
# @return [Types::SingleAxisOptions]
|
3781
|
+
#
|
3778
3782
|
# @!attribute [rw] color_label_options
|
3779
3783
|
# The label options (label text, label visibility, and sort icon
|
3780
3784
|
# visibility) of a combo chart's color field well.
|
@@ -3820,6 +3824,7 @@ module Aws::QuickSight
|
|
3820
3824
|
:primary_y_axis_label_options,
|
3821
3825
|
:secondary_y_axis_display_options,
|
3822
3826
|
:secondary_y_axis_label_options,
|
3827
|
+
:single_axis_options,
|
3823
3828
|
:color_label_options,
|
3824
3829
|
:legend,
|
3825
3830
|
:bar_data_labels,
|
@@ -4798,6 +4803,11 @@ module Aws::QuickSight
|
|
4798
4803
|
# dashboard.
|
4799
4804
|
# @return [Types::LinkSharingConfiguration]
|
4800
4805
|
#
|
4806
|
+
# @!attribute [rw] link_entities
|
4807
|
+
# A list of analysis Amazon Resource Names (ARNs) to be linked to the
|
4808
|
+
# dashboard.
|
4809
|
+
# @return [Array<String>]
|
4810
|
+
#
|
4801
4811
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDashboardRequest AWS API Documentation
|
4802
4812
|
#
|
4803
4813
|
class CreateDashboardRequest < Struct.new(
|
@@ -4814,7 +4824,8 @@ module Aws::QuickSight
|
|
4814
4824
|
:definition,
|
4815
4825
|
:validation_strategy,
|
4816
4826
|
:folder_arns,
|
4817
|
-
:link_sharing_configuration
|
4827
|
+
:link_sharing_configuration,
|
4828
|
+
:link_entities)
|
4818
4829
|
SENSITIVE = []
|
4819
4830
|
include Aws::Structure
|
4820
4831
|
end
|
@@ -6705,6 +6716,11 @@ module Aws::QuickSight
|
|
6705
6716
|
# The last time that this dashboard was updated.
|
6706
6717
|
# @return [Time]
|
6707
6718
|
#
|
6719
|
+
# @!attribute [rw] link_entities
|
6720
|
+
# A list of analysis Amazon Resource Names (ARNs) to be linked to the
|
6721
|
+
# dashboard.
|
6722
|
+
# @return [Array<String>]
|
6723
|
+
#
|
6708
6724
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Dashboard AWS API Documentation
|
6709
6725
|
#
|
6710
6726
|
class Dashboard < Struct.new(
|
@@ -6714,7 +6730,8 @@ module Aws::QuickSight
|
|
6714
6730
|
:version,
|
6715
6731
|
:created_time,
|
6716
6732
|
:last_published_time,
|
6717
|
-
:last_updated_time
|
6733
|
+
:last_updated_time,
|
6734
|
+
:link_entities)
|
6718
6735
|
SENSITIVE = []
|
6719
6736
|
include Aws::Structure
|
6720
6737
|
end
|
@@ -17578,6 +17595,10 @@ module Aws::QuickSight
|
|
17578
17595
|
# label.
|
17579
17596
|
# @return [Types::ChartAxisLabelOptions]
|
17580
17597
|
#
|
17598
|
+
# @!attribute [rw] single_axis_options
|
17599
|
+
# The settings of a chart's single axis configuration.
|
17600
|
+
# @return [Types::SingleAxisOptions]
|
17601
|
+
#
|
17581
17602
|
# @!attribute [rw] default_series_settings
|
17582
17603
|
# The options that determine the default presentation of all line
|
17583
17604
|
# series in `LineChartVisual`.
|
@@ -17625,6 +17646,7 @@ module Aws::QuickSight
|
|
17625
17646
|
:primary_y_axis_label_options,
|
17626
17647
|
:secondary_y_axis_display_options,
|
17627
17648
|
:secondary_y_axis_label_options,
|
17649
|
+
:single_axis_options,
|
17628
17650
|
:default_series_settings,
|
17629
17651
|
:series,
|
17630
17652
|
:legend,
|
@@ -24263,6 +24285,10 @@ module Aws::QuickSight
|
|
24263
24285
|
# The field wells of the visual.
|
24264
24286
|
# @return [Types::ScatterPlotFieldWells]
|
24265
24287
|
#
|
24288
|
+
# @!attribute [rw] sort_configuration
|
24289
|
+
# The sort configuration of a scatter plot.
|
24290
|
+
# @return [Types::ScatterPlotSortConfiguration]
|
24291
|
+
#
|
24266
24292
|
# @!attribute [rw] x_axis_label_options
|
24267
24293
|
# The label options (label text, label visibility, and sort icon
|
24268
24294
|
# visibility) of the scatter plot's x-axis.
|
@@ -24303,6 +24329,7 @@ module Aws::QuickSight
|
|
24303
24329
|
#
|
24304
24330
|
class ScatterPlotConfiguration < Struct.new(
|
24305
24331
|
:field_wells,
|
24332
|
+
:sort_configuration,
|
24306
24333
|
:x_axis_label_options,
|
24307
24334
|
:x_axis_display_options,
|
24308
24335
|
:y_axis_label_options,
|
@@ -24340,6 +24367,20 @@ module Aws::QuickSight
|
|
24340
24367
|
include Aws::Structure
|
24341
24368
|
end
|
24342
24369
|
|
24370
|
+
# The sort configuration of a scatter plot.
|
24371
|
+
#
|
24372
|
+
# @!attribute [rw] scatter_plot_limit_configuration
|
24373
|
+
# The limit configuration of the visual display for an axis.
|
24374
|
+
# @return [Types::ItemsLimitConfiguration]
|
24375
|
+
#
|
24376
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ScatterPlotSortConfiguration AWS API Documentation
|
24377
|
+
#
|
24378
|
+
class ScatterPlotSortConfiguration < Struct.new(
|
24379
|
+
:scatter_plot_limit_configuration)
|
24380
|
+
SENSITIVE = []
|
24381
|
+
include Aws::Structure
|
24382
|
+
end
|
24383
|
+
|
24343
24384
|
# The unaggregated field wells of a scatter plot.
|
24344
24385
|
#
|
24345
24386
|
# @!attribute [rw] x_axis
|
@@ -25546,6 +25587,20 @@ module Aws::QuickSight
|
|
25546
25587
|
include Aws::Structure
|
25547
25588
|
end
|
25548
25589
|
|
25590
|
+
# The settings of a chart's single axis configuration.
|
25591
|
+
#
|
25592
|
+
# @!attribute [rw] y_axis_options
|
25593
|
+
# The Y axis options of a single axis configuration.
|
25594
|
+
# @return [Types::YAxisOptions]
|
25595
|
+
#
|
25596
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SingleAxisOptions AWS API Documentation
|
25597
|
+
#
|
25598
|
+
class SingleAxisOptions < Struct.new(
|
25599
|
+
:y_axis_options)
|
25600
|
+
SENSITIVE = []
|
25601
|
+
include Aws::Structure
|
25602
|
+
end
|
25603
|
+
|
25549
25604
|
# The display options of a control.
|
25550
25605
|
#
|
25551
25606
|
# @!attribute [rw] title_options
|
@@ -30121,6 +30176,58 @@ module Aws::QuickSight
|
|
30121
30176
|
include Aws::Structure
|
30122
30177
|
end
|
30123
30178
|
|
30179
|
+
# @!attribute [rw] aws_account_id
|
30180
|
+
# The ID of the Amazon Web Services account that contains the
|
30181
|
+
# dashboard whose links you want to update.
|
30182
|
+
# @return [String]
|
30183
|
+
#
|
30184
|
+
# @!attribute [rw] dashboard_id
|
30185
|
+
# The ID for the dashboard.
|
30186
|
+
# @return [String]
|
30187
|
+
#
|
30188
|
+
# @!attribute [rw] link_entities
|
30189
|
+
# list of analysis Amazon Resource Names (ARNs) to be linked to the
|
30190
|
+
# dashboard.
|
30191
|
+
# @return [Array<String>]
|
30192
|
+
#
|
30193
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardLinksRequest AWS API Documentation
|
30194
|
+
#
|
30195
|
+
class UpdateDashboardLinksRequest < Struct.new(
|
30196
|
+
:aws_account_id,
|
30197
|
+
:dashboard_id,
|
30198
|
+
:link_entities)
|
30199
|
+
SENSITIVE = []
|
30200
|
+
include Aws::Structure
|
30201
|
+
end
|
30202
|
+
|
30203
|
+
# @!attribute [rw] request_id
|
30204
|
+
# The Amazon Web Services request ID for this operation.
|
30205
|
+
# @return [String]
|
30206
|
+
#
|
30207
|
+
# @!attribute [rw] status
|
30208
|
+
# The HTTP status of the request.
|
30209
|
+
# @return [Integer]
|
30210
|
+
#
|
30211
|
+
# @!attribute [rw] dashboard_arn
|
30212
|
+
# The Amazon Resource Name (ARN) of the dashboard.
|
30213
|
+
# @return [String]
|
30214
|
+
#
|
30215
|
+
# @!attribute [rw] link_entities
|
30216
|
+
# A list of analysis Amazon Resource Names (ARNs) to be linked to the
|
30217
|
+
# dashboard.
|
30218
|
+
# @return [Array<String>]
|
30219
|
+
#
|
30220
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardLinksResponse AWS API Documentation
|
30221
|
+
#
|
30222
|
+
class UpdateDashboardLinksResponse < Struct.new(
|
30223
|
+
:request_id,
|
30224
|
+
:status,
|
30225
|
+
:dashboard_arn,
|
30226
|
+
:link_entities)
|
30227
|
+
SENSITIVE = []
|
30228
|
+
include Aws::Structure
|
30229
|
+
end
|
30230
|
+
|
30124
30231
|
# @!attribute [rw] aws_account_id
|
30125
30232
|
# The ID of the Amazon Web Services account that contains the
|
30126
30233
|
# dashboard whose permissions you're updating.
|
@@ -33168,5 +33275,22 @@ module Aws::QuickSight
|
|
33168
33275
|
include Aws::Structure
|
33169
33276
|
end
|
33170
33277
|
|
33278
|
+
# The options that are available for a single Y axis in a chart.
|
33279
|
+
#
|
33280
|
+
# @!attribute [rw] y_axis
|
33281
|
+
# The Y axis type to be used in the chart.
|
33282
|
+
#
|
33283
|
+
# If you choose `PRIMARY_Y_AXIS`, the primary Y Axis is located on the
|
33284
|
+
# leftmost vertical axis of the chart.
|
33285
|
+
# @return [String]
|
33286
|
+
#
|
33287
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/YAxisOptions AWS API Documentation
|
33288
|
+
#
|
33289
|
+
class YAxisOptions < Struct.new(
|
33290
|
+
:y_axis)
|
33291
|
+
SENSITIVE = []
|
33292
|
+
include Aws::Structure
|
33293
|
+
end
|
33294
|
+
|
33171
33295
|
end
|
33172
33296
|
end
|
data/lib/aws-sdk-quicksight.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-quicksight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.100.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|