aws-sdk-quicksight 1.80.0 → 1.82.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +10 -4
- data/lib/aws-sdk-quicksight/client_api.rb +21 -0
- data/lib/aws-sdk-quicksight/types.rb +94 -34
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88e7ce3c50b19c77871c1c341d619cabddaf3ed19d7697c556eed128bc85c971
|
4
|
+
data.tar.gz: 1b79cfdec55300db1f82b4756b6a030ce0a0fda2cdbc8a9ef9d876d5576829a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d84987e1c9ed740d6fd431abe609672a3bfc0ff82990fd6d5b6ae63757ac4a6fb0df6e980196c23107d69a8b6d003b3e2b4e6920ea81c6faba89e51afa0add0
|
7
|
+
data.tar.gz: 3e905a065ee213f6921a2769e951fdcc9a144b666d17fdfb926ce7b0370c3cb9471e2e084d142217f96cd364f9812d5ad28e156e08be4cd027adf976cee9d4b4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.82.0 (2023-06-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting.
|
8
|
+
|
9
|
+
1.81.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.80.0 (2023-05-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.82.0
|
@@ -275,6 +275,11 @@ module Aws::QuickSight
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -9114,8 +9119,9 @@ module Aws::QuickSight
|
|
9114
9119
|
# A Boolean that determines whether all dependencies of each resource
|
9115
9120
|
# ARN are recursively exported with the job. For example, say you
|
9116
9121
|
# provided a Dashboard ARN to the `ResourceArns` parameter. If you set
|
9117
|
-
# `IncludeAllDependencies` to `TRUE`, any theme, dataset, and
|
9118
|
-
# resource that is a dependency of the dashboard is also
|
9122
|
+
# `IncludeAllDependencies` to `TRUE`, any theme, dataset, and data
|
9123
|
+
# source resource that is a dependency of the dashboard is also
|
9124
|
+
# exported.
|
9119
9125
|
#
|
9120
9126
|
# @option params [required, String] :export_format
|
9121
9127
|
# The export data format.
|
@@ -9246,7 +9252,7 @@ module Aws::QuickSight
|
|
9246
9252
|
# asset changes caused by the failed job.
|
9247
9253
|
#
|
9248
9254
|
# If you choose `DO_NOTHING`, failed import jobs will not attempt to
|
9249
|
-
# roll back any asset changes caused by the failed job, possibly
|
9255
|
+
# roll back any asset changes caused by the failed job, possibly keeping
|
9250
9256
|
# the Amazon QuickSight account in an inconsistent state.
|
9251
9257
|
#
|
9252
9258
|
# @return [Types::StartAssetBundleImportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -12143,7 +12149,7 @@ module Aws::QuickSight
|
|
12143
12149
|
params: params,
|
12144
12150
|
config: config)
|
12145
12151
|
context[:gem_name] = 'aws-sdk-quicksight'
|
12146
|
-
context[:gem_version] = '1.
|
12152
|
+
context[:gem_version] = '1.82.0'
|
12147
12153
|
Seahorse::Client::Request.new(handlers, context)
|
12148
12154
|
end
|
12149
12155
|
|
@@ -1068,11 +1068,16 @@ module Aws::QuickSight
|
|
1068
1068
|
PivotTableConditionalFormattingOption = Shapes::StructureShape.new(name: 'PivotTableConditionalFormattingOption')
|
1069
1069
|
PivotTableConditionalFormattingOptionList = Shapes::ListShape.new(name: 'PivotTableConditionalFormattingOptionList')
|
1070
1070
|
PivotTableConditionalFormattingScope = Shapes::StructureShape.new(name: 'PivotTableConditionalFormattingScope')
|
1071
|
+
PivotTableConditionalFormattingScopeList = Shapes::ListShape.new(name: 'PivotTableConditionalFormattingScopeList')
|
1071
1072
|
PivotTableConditionalFormattingScopeRole = Shapes::StringShape.new(name: 'PivotTableConditionalFormattingScopeRole')
|
1072
1073
|
PivotTableConfiguration = Shapes::StructureShape.new(name: 'PivotTableConfiguration')
|
1073
1074
|
PivotTableDataPathOption = Shapes::StructureShape.new(name: 'PivotTableDataPathOption')
|
1074
1075
|
PivotTableDataPathOptionList = Shapes::ListShape.new(name: 'PivotTableDataPathOptionList')
|
1075
1076
|
PivotTableDimensionList = Shapes::ListShape.new(name: 'PivotTableDimensionList')
|
1077
|
+
PivotTableFieldCollapseState = Shapes::StringShape.new(name: 'PivotTableFieldCollapseState')
|
1078
|
+
PivotTableFieldCollapseStateOption = Shapes::StructureShape.new(name: 'PivotTableFieldCollapseStateOption')
|
1079
|
+
PivotTableFieldCollapseStateOptionList = Shapes::ListShape.new(name: 'PivotTableFieldCollapseStateOptionList')
|
1080
|
+
PivotTableFieldCollapseStateTarget = Shapes::StructureShape.new(name: 'PivotTableFieldCollapseStateTarget')
|
1076
1081
|
PivotTableFieldOption = Shapes::StructureShape.new(name: 'PivotTableFieldOption')
|
1077
1082
|
PivotTableFieldOptionList = Shapes::ListShape.new(name: 'PivotTableFieldOptionList')
|
1078
1083
|
PivotTableFieldOptions = Shapes::StructureShape.new(name: 'PivotTableFieldOptions')
|
@@ -1114,6 +1119,7 @@ module Aws::QuickSight
|
|
1114
1119
|
QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
|
1115
1120
|
RadarChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'RadarChartAggregatedFieldWells')
|
1116
1121
|
RadarChartAreaStyleSettings = Shapes::StructureShape.new(name: 'RadarChartAreaStyleSettings')
|
1122
|
+
RadarChartAxesRangeScale = Shapes::StringShape.new(name: 'RadarChartAxesRangeScale')
|
1117
1123
|
RadarChartCategoryFieldList = Shapes::ListShape.new(name: 'RadarChartCategoryFieldList')
|
1118
1124
|
RadarChartColorFieldList = Shapes::ListShape.new(name: 'RadarChartColorFieldList')
|
1119
1125
|
RadarChartConfiguration = Shapes::StructureShape.new(name: 'RadarChartConfiguration')
|
@@ -5719,6 +5725,7 @@ module Aws::QuickSight
|
|
5719
5725
|
PivotTableCellConditionalFormatting.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
|
5720
5726
|
PivotTableCellConditionalFormatting.add_member(:text_format, Shapes::ShapeRef.new(shape: TextConditionalFormat, location_name: "TextFormat"))
|
5721
5727
|
PivotTableCellConditionalFormatting.add_member(:scope, Shapes::ShapeRef.new(shape: PivotTableConditionalFormattingScope, location_name: "Scope"))
|
5728
|
+
PivotTableCellConditionalFormatting.add_member(:scopes, Shapes::ShapeRef.new(shape: PivotTableConditionalFormattingScopeList, location_name: "Scopes"))
|
5722
5729
|
PivotTableCellConditionalFormatting.struct_class = Types::PivotTableCellConditionalFormatting
|
5723
5730
|
|
5724
5731
|
PivotTableConditionalFormatting.add_member(:conditional_formatting_options, Shapes::ShapeRef.new(shape: PivotTableConditionalFormattingOptionList, location_name: "ConditionalFormattingOptions"))
|
@@ -5732,6 +5739,8 @@ module Aws::QuickSight
|
|
5732
5739
|
PivotTableConditionalFormattingScope.add_member(:role, Shapes::ShapeRef.new(shape: PivotTableConditionalFormattingScopeRole, location_name: "Role"))
|
5733
5740
|
PivotTableConditionalFormattingScope.struct_class = Types::PivotTableConditionalFormattingScope
|
5734
5741
|
|
5742
|
+
PivotTableConditionalFormattingScopeList.member = Shapes::ShapeRef.new(shape: PivotTableConditionalFormattingScope)
|
5743
|
+
|
5735
5744
|
PivotTableConfiguration.add_member(:field_wells, Shapes::ShapeRef.new(shape: PivotTableFieldWells, location_name: "FieldWells"))
|
5736
5745
|
PivotTableConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: PivotTableSortConfiguration, location_name: "SortConfiguration"))
|
5737
5746
|
PivotTableConfiguration.add_member(:table_options, Shapes::ShapeRef.new(shape: PivotTableOptions, location_name: "TableOptions"))
|
@@ -5748,6 +5757,16 @@ module Aws::QuickSight
|
|
5748
5757
|
|
5749
5758
|
PivotTableDimensionList.member = Shapes::ShapeRef.new(shape: DimensionField)
|
5750
5759
|
|
5760
|
+
PivotTableFieldCollapseStateOption.add_member(:target, Shapes::ShapeRef.new(shape: PivotTableFieldCollapseStateTarget, required: true, location_name: "Target"))
|
5761
|
+
PivotTableFieldCollapseStateOption.add_member(:state, Shapes::ShapeRef.new(shape: PivotTableFieldCollapseState, location_name: "State"))
|
5762
|
+
PivotTableFieldCollapseStateOption.struct_class = Types::PivotTableFieldCollapseStateOption
|
5763
|
+
|
5764
|
+
PivotTableFieldCollapseStateOptionList.member = Shapes::ShapeRef.new(shape: PivotTableFieldCollapseStateOption)
|
5765
|
+
|
5766
|
+
PivotTableFieldCollapseStateTarget.add_member(:field_id, Shapes::ShapeRef.new(shape: String, location_name: "FieldId"))
|
5767
|
+
PivotTableFieldCollapseStateTarget.add_member(:field_data_path_values, Shapes::ShapeRef.new(shape: DataPathValueList, location_name: "FieldDataPathValues"))
|
5768
|
+
PivotTableFieldCollapseStateTarget.struct_class = Types::PivotTableFieldCollapseStateTarget
|
5769
|
+
|
5751
5770
|
PivotTableFieldOption.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
|
5752
5771
|
PivotTableFieldOption.add_member(:custom_label, Shapes::ShapeRef.new(shape: CustomLabel, location_name: "CustomLabel"))
|
5753
5772
|
PivotTableFieldOption.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
@@ -5757,6 +5776,7 @@ module Aws::QuickSight
|
|
5757
5776
|
|
5758
5777
|
PivotTableFieldOptions.add_member(:selected_field_options, Shapes::ShapeRef.new(shape: PivotTableFieldOptionList, location_name: "SelectedFieldOptions"))
|
5759
5778
|
PivotTableFieldOptions.add_member(:data_path_options, Shapes::ShapeRef.new(shape: PivotTableDataPathOptionList, location_name: "DataPathOptions"))
|
5779
|
+
PivotTableFieldOptions.add_member(:collapse_state_options, Shapes::ShapeRef.new(shape: PivotTableFieldCollapseStateOptionList, location_name: "CollapseStateOptions"))
|
5760
5780
|
PivotTableFieldOptions.struct_class = Types::PivotTableFieldOptions
|
5761
5781
|
|
5762
5782
|
PivotTableFieldSubtotalOptions.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, location_name: "FieldId"))
|
@@ -5888,6 +5908,7 @@ module Aws::QuickSight
|
|
5888
5908
|
RadarChartConfiguration.add_member(:color_axis, Shapes::ShapeRef.new(shape: AxisDisplayOptions, location_name: "ColorAxis"))
|
5889
5909
|
RadarChartConfiguration.add_member(:color_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "ColorLabelOptions"))
|
5890
5910
|
RadarChartConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
|
5911
|
+
RadarChartConfiguration.add_member(:axes_range_scale, Shapes::ShapeRef.new(shape: RadarChartAxesRangeScale, location_name: "AxesRangeScale"))
|
5891
5912
|
RadarChartConfiguration.struct_class = Types::RadarChartConfiguration
|
5892
5913
|
|
5893
5914
|
RadarChartFieldWells.add_member(:radar_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: RadarChartAggregatedFieldWells, location_name: "RadarChartAggregatedFieldWells"))
|
@@ -1163,14 +1163,14 @@ module Aws::QuickSight
|
|
1163
1163
|
#
|
1164
1164
|
# @!attribute [rw] credential_pair
|
1165
1165
|
# A username and password credential pair to be used to create the
|
1166
|
-
# imported data source.
|
1167
|
-
# Secrets Manager
|
1166
|
+
# imported data source. Keep this field blank if you are using a
|
1167
|
+
# Secrets Manager secret to provide credentials.
|
1168
1168
|
# @return [Types::AssetBundleImportJobDataSourceCredentialPair]
|
1169
1169
|
#
|
1170
1170
|
# @!attribute [rw] secret_arn
|
1171
|
-
# The ARN of the Secrets Manager
|
1172
|
-
# imported data source
|
1173
|
-
#
|
1171
|
+
# The ARN of the Secrets Manager secret that's used to create the
|
1172
|
+
# imported data source. Keep this field blank, unless you are using a
|
1173
|
+
# secret in place of a credential pair.
|
1174
1174
|
# @return [String]
|
1175
1175
|
#
|
1176
1176
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AssetBundleImportJobDataSourceCredentials AWS API Documentation
|
@@ -1325,8 +1325,8 @@ module Aws::QuickSight
|
|
1325
1325
|
# @return [String]
|
1326
1326
|
#
|
1327
1327
|
# @!attribute [rw] start_after_date_time
|
1328
|
-
# An override for the `StartAfterDateTime` of a `RefreshSchedule
|
1329
|
-
#
|
1328
|
+
# An override for the `StartAfterDateTime` of a `RefreshSchedule`.
|
1329
|
+
# Make sure that the `StartAfterDateTime` is set to a time that takes
|
1330
1330
|
# place in the future.
|
1331
1331
|
# @return [Time]
|
1332
1332
|
#
|
@@ -1341,7 +1341,7 @@ module Aws::QuickSight
|
|
1341
1341
|
end
|
1342
1342
|
|
1343
1343
|
# An optional structure that configures resource ID overrides for the
|
1344
|
-
# import job
|
1344
|
+
# import job.
|
1345
1345
|
#
|
1346
1346
|
# @!attribute [rw] prefix_for_all_resources
|
1347
1347
|
# An option to request a CloudFormation variable for a prefix to be
|
@@ -1425,17 +1425,17 @@ module Aws::QuickSight
|
|
1425
1425
|
# @!attribute [rw] subnet_ids
|
1426
1426
|
# A list of new subnet IDs for the VPC connection you are importing.
|
1427
1427
|
# This field is required if you are importing the VPC connection from
|
1428
|
-
# another Amazon Web Services account or
|
1428
|
+
# another Amazon Web Services account or Region.
|
1429
1429
|
# @return [Array<String>]
|
1430
1430
|
#
|
1431
1431
|
# @!attribute [rw] security_group_ids
|
1432
1432
|
# A new security group ID for the VPC connection you are importing.
|
1433
1433
|
# This field is required if you are importing the VPC connection from
|
1434
|
-
# another Amazon Web Services account or
|
1434
|
+
# another Amazon Web Services account or Region.
|
1435
1435
|
# @return [Array<String>]
|
1436
1436
|
#
|
1437
1437
|
# @!attribute [rw] dns_resolvers
|
1438
|
-
# An optional override of
|
1438
|
+
# An optional override of DNS resolvers to be used by the VPC
|
1439
1439
|
# connection.
|
1440
1440
|
# @return [Array<String>]
|
1441
1441
|
#
|
@@ -1461,20 +1461,20 @@ module Aws::QuickSight
|
|
1461
1461
|
# you want to import.
|
1462
1462
|
#
|
1463
1463
|
# @!attribute [rw] body
|
1464
|
-
# The bytes of the
|
1465
|
-
# file can't exceed
|
1464
|
+
# The bytes of the base64 encoded asset bundle import zip file. This
|
1465
|
+
# file can't exceed 20 MB.
|
1466
1466
|
#
|
1467
|
-
# If you are calling the
|
1468
|
-
# JavaScript, Python, or PHP
|
1467
|
+
# If you are calling the API operations from the Amazon Web Services
|
1468
|
+
# SDK for Java, JavaScript, Python, or PHP, the SDK encodes base64
|
1469
1469
|
# automatically to allow the direct setting of the zip file's bytes.
|
1470
|
-
# If you are using
|
1471
|
-
# related errors, try to
|
1470
|
+
# If you are using an SDK for a different language or receiving
|
1471
|
+
# related errors, try to base64 encode your data.
|
1472
1472
|
# @return [String]
|
1473
1473
|
#
|
1474
1474
|
# @!attribute [rw] s3_uri
|
1475
|
-
# The Amazon S3
|
1475
|
+
# The Amazon S3 URI for an asset bundle import file that exists in an
|
1476
1476
|
# Amazon S3 bucket that the caller has read access to. The file must
|
1477
|
-
# be a zip format file and can't exceed
|
1477
|
+
# be a zip format file and can't exceed 20 MB.
|
1478
1478
|
# @return [String]
|
1479
1479
|
#
|
1480
1480
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AssetBundleImportSource AWS API Documentation
|
@@ -1487,19 +1487,19 @@ module Aws::QuickSight
|
|
1487
1487
|
end
|
1488
1488
|
|
1489
1489
|
# A description of the import source that you provide at the start of an
|
1490
|
-
# import job. This value is set to either `Body` or `S3Uri
|
1491
|
-
# how the `StartAssetBundleImportJobRequest` is configured.
|
1490
|
+
# import job. This value is set to either `Body` or `S3Uri`, depending
|
1491
|
+
# on how the `StartAssetBundleImportJobRequest` is configured.
|
1492
1492
|
#
|
1493
1493
|
# @!attribute [rw] body
|
1494
|
-
#
|
1494
|
+
# An HTTPS download URL for the provided asset bundle that you
|
1495
1495
|
# optionally provided at the start of the import job. This URL is
|
1496
|
-
# valid for
|
1496
|
+
# valid for five minutes after issuance. Call
|
1497
1497
|
# `DescribeAssetBundleExportJob` again for a fresh URL if needed. The
|
1498
1498
|
# downloaded asset bundle is a `.qs` zip file.
|
1499
1499
|
# @return [String]
|
1500
1500
|
#
|
1501
1501
|
# @!attribute [rw] s3_uri
|
1502
|
-
# The Amazon S3
|
1502
|
+
# The Amazon S3 URI that you provided at the start of the import job.
|
1503
1503
|
# @return [String]
|
1504
1504
|
#
|
1505
1505
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AssetBundleImportSourceDescription AWS API Documentation
|
@@ -9661,7 +9661,7 @@ module Aws::QuickSight
|
|
9661
9661
|
end
|
9662
9662
|
|
9663
9663
|
# @!attribute [rw] job_status
|
9664
|
-
# Indicates
|
9664
|
+
# Indicates the status of a job through its queuing and execution.
|
9665
9665
|
#
|
9666
9666
|
# Poll this `DescribeAssetBundleExportApi` until `JobStatus` is either
|
9667
9667
|
# `SUCCESSFUL` or `FAILED`.
|
@@ -9772,10 +9772,10 @@ module Aws::QuickSight
|
|
9772
9772
|
end
|
9773
9773
|
|
9774
9774
|
# @!attribute [rw] job_status
|
9775
|
-
# Indicates
|
9775
|
+
# Indicates the status of a job through its queuing and execution.
|
9776
9776
|
#
|
9777
|
-
# Poll
|
9778
|
-
# one of the following values
|
9777
|
+
# Poll the `DescribeAssetBundleImport` API until `JobStatus` returns
|
9778
|
+
# one of the following values:
|
9779
9779
|
#
|
9780
9780
|
# * `SUCCESSFUL`
|
9781
9781
|
#
|
@@ -20089,12 +20089,17 @@ module Aws::QuickSight
|
|
20089
20089
|
# The scope of the cell for conditional formatting.
|
20090
20090
|
# @return [Types::PivotTableConditionalFormattingScope]
|
20091
20091
|
#
|
20092
|
+
# @!attribute [rw] scopes
|
20093
|
+
# A list of cell scopes for conditional formatting.
|
20094
|
+
# @return [Array<Types::PivotTableConditionalFormattingScope>]
|
20095
|
+
#
|
20092
20096
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PivotTableCellConditionalFormatting AWS API Documentation
|
20093
20097
|
#
|
20094
20098
|
class PivotTableCellConditionalFormatting < Struct.new(
|
20095
20099
|
:field_id,
|
20096
20100
|
:text_format,
|
20097
|
-
:scope
|
20101
|
+
:scope,
|
20102
|
+
:scopes)
|
20098
20103
|
SENSITIVE = []
|
20099
20104
|
include Aws::Structure
|
20100
20105
|
end
|
@@ -20200,6 +20205,51 @@ module Aws::QuickSight
|
|
20200
20205
|
include Aws::Structure
|
20201
20206
|
end
|
20202
20207
|
|
20208
|
+
# The collapse state options for the pivot table field options.
|
20209
|
+
#
|
20210
|
+
# @!attribute [rw] target
|
20211
|
+
# A tagged-union object that sets the collapse state.
|
20212
|
+
# @return [Types::PivotTableFieldCollapseStateTarget]
|
20213
|
+
#
|
20214
|
+
# @!attribute [rw] state
|
20215
|
+
# The state of the field target of a pivot table. Choose one of the
|
20216
|
+
# following options:
|
20217
|
+
#
|
20218
|
+
# * `COLLAPSED`
|
20219
|
+
#
|
20220
|
+
# * `EXPANDED`
|
20221
|
+
# @return [String]
|
20222
|
+
#
|
20223
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PivotTableFieldCollapseStateOption AWS API Documentation
|
20224
|
+
#
|
20225
|
+
class PivotTableFieldCollapseStateOption < Struct.new(
|
20226
|
+
:target,
|
20227
|
+
:state)
|
20228
|
+
SENSITIVE = []
|
20229
|
+
include Aws::Structure
|
20230
|
+
end
|
20231
|
+
|
20232
|
+
# The target of a pivot table field collapse state.
|
20233
|
+
#
|
20234
|
+
# @!attribute [rw] field_id
|
20235
|
+
# The field ID of the pivot table that the collapse state needs to be
|
20236
|
+
# set to.
|
20237
|
+
# @return [String]
|
20238
|
+
#
|
20239
|
+
# @!attribute [rw] field_data_path_values
|
20240
|
+
# The data path of the pivot table's header. Used to set the collapse
|
20241
|
+
# state.
|
20242
|
+
# @return [Array<Types::DataPathValue>]
|
20243
|
+
#
|
20244
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PivotTableFieldCollapseStateTarget AWS API Documentation
|
20245
|
+
#
|
20246
|
+
class PivotTableFieldCollapseStateTarget < Struct.new(
|
20247
|
+
:field_id,
|
20248
|
+
:field_data_path_values)
|
20249
|
+
SENSITIVE = []
|
20250
|
+
include Aws::Structure
|
20251
|
+
end
|
20252
|
+
|
20203
20253
|
# The selected field options for the pivot table field options.
|
20204
20254
|
#
|
20205
20255
|
# @!attribute [rw] field_id
|
@@ -20234,11 +20284,16 @@ module Aws::QuickSight
|
|
20234
20284
|
# The data path options for the pivot table field options.
|
20235
20285
|
# @return [Array<Types::PivotTableDataPathOption>]
|
20236
20286
|
#
|
20287
|
+
# @!attribute [rw] collapse_state_options
|
20288
|
+
# The collapse state options for the pivot table field options.
|
20289
|
+
# @return [Array<Types::PivotTableFieldCollapseStateOption>]
|
20290
|
+
#
|
20237
20291
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PivotTableFieldOptions AWS API Documentation
|
20238
20292
|
#
|
20239
20293
|
class PivotTableFieldOptions < Struct.new(
|
20240
20294
|
:selected_field_options,
|
20241
|
-
:data_path_options
|
20295
|
+
:data_path_options,
|
20296
|
+
:collapse_state_options)
|
20242
20297
|
SENSITIVE = []
|
20243
20298
|
include Aws::Structure
|
20244
20299
|
end
|
@@ -20820,6 +20875,10 @@ module Aws::QuickSight
|
|
20820
20875
|
# The legend display setup of the visual.
|
20821
20876
|
# @return [Types::LegendOptions]
|
20822
20877
|
#
|
20878
|
+
# @!attribute [rw] axes_range_scale
|
20879
|
+
# The axis behavior options of a radar chart.
|
20880
|
+
# @return [String]
|
20881
|
+
#
|
20823
20882
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RadarChartConfiguration AWS API Documentation
|
20824
20883
|
#
|
20825
20884
|
class RadarChartConfiguration < Struct.new(
|
@@ -20836,7 +20895,8 @@ module Aws::QuickSight
|
|
20836
20895
|
:category_label_options,
|
20837
20896
|
:color_axis,
|
20838
20897
|
:color_label_options,
|
20839
|
-
:legend
|
20898
|
+
:legend,
|
20899
|
+
:axes_range_scale)
|
20840
20900
|
SENSITIVE = []
|
20841
20901
|
include Aws::Structure
|
20842
20902
|
end
|
@@ -23947,8 +24007,8 @@ module Aws::QuickSight
|
|
23947
24007
|
# A Boolean that determines whether all dependencies of each resource
|
23948
24008
|
# ARN are recursively exported with the job. For example, say you
|
23949
24009
|
# provided a Dashboard ARN to the `ResourceArns` parameter. If you set
|
23950
|
-
# `IncludeAllDependencies` to `TRUE`, any theme, dataset, and
|
23951
|
-
#
|
24010
|
+
# `IncludeAllDependencies` to `TRUE`, any theme, dataset, and data
|
24011
|
+
# source resource that is a dependency of the dashboard is also
|
23952
24012
|
# exported.
|
23953
24013
|
# @return [Boolean]
|
23954
24014
|
#
|
@@ -24034,7 +24094,7 @@ module Aws::QuickSight
|
|
24034
24094
|
#
|
24035
24095
|
# If you choose `DO_NOTHING`, failed import jobs will not attempt to
|
24036
24096
|
# roll back any asset changes caused by the failed job, possibly
|
24037
|
-
#
|
24097
|
+
# keeping the Amazon QuickSight account in an inconsistent state.
|
24038
24098
|
# @return [String]
|
24039
24099
|
#
|
24040
24100
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StartAssetBundleImportJobRequest AWS API Documentation
|
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.82.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-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|