aws-sdk-quicksight 1.88.0 → 1.90.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37a2fe78d4d339c100019b9779d2a58bd8a147ebfc20208fa82f477c65896d6a
4
- data.tar.gz: 4aceaaa951ea392cdbad08457358d9452d9d2315582ece7e3aeb152dc845a1d5
3
+ metadata.gz: 8ad0ae019e562156b1801c2c3edf30765f6d4057ef3cd5b3b6d05717c855a4de
4
+ data.tar.gz: c5a79841f4059d02d5ab30cf73815dd65abea1426226b3d75f0a4761c699e592
5
5
  SHA512:
6
- metadata.gz: 2df07bea28a4715bc69171fbd3e006eb99c626cfda232f8a671a42675aece809c7b5604f51738b7b9c4f0f5152c1bf00fe0c80c4849dc590cdae3464f99c9544
7
- data.tar.gz: 750efb906131c423d78d1212f67cbfcd5962b0e23dc25779a745da8e05cd66bb327b4836be0cd853e5ceb209c5959653ed9a549615860a3964d447cc97eeba7f
6
+ metadata.gz: cf9ca996c645dda4acc401bd7885b8152b6ab217443ff76f1bf7257856baa34cefd1876021470ac4135a8de136e6a9d977403c9fb55edef9a22d38d041986245
7
+ data.tar.gz: 4c015e05912d7bfd3d94e586afa60f1b2f367293cc865ec8f19540af48d49b7b30f10ae96fe4e2bfe4d2627d5e8ef391f309be459c91c46beb89bab7db86e9ad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2023-09-11)
5
+ ------------------
6
+
7
+ * Feature - This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
8
+
9
+ 1.89.0 (2023-08-24)
10
+ ------------------
11
+
12
+ * Feature - Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support.
13
+
4
14
  1.88.0 (2023-08-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.90.0
@@ -1568,6 +1568,10 @@ module Aws::QuickSight
1568
1568
  # @option params [Array<Types::Tag>] :tags
1569
1569
  # Tags for the folder.
1570
1570
  #
1571
+ # @option params [String] :sharing_model
1572
+ # An optional parameter that determines the sharing scope of the folder.
1573
+ # The default value for this parameter is `ACCOUNT`.
1574
+ #
1571
1575
  # @return [Types::CreateFolderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1572
1576
  #
1573
1577
  # * {Types::CreateFolderResponse#status #status} => Integer
@@ -1595,6 +1599,7 @@ module Aws::QuickSight
1595
1599
  # value: "TagValue", # required
1596
1600
  # },
1597
1601
  # ],
1602
+ # sharing_model: "ACCOUNT", # accepts ACCOUNT, NAMESPACE
1598
1603
  # })
1599
1604
  #
1600
1605
  # @example Response structure
@@ -1623,11 +1628,10 @@ module Aws::QuickSight
1623
1628
  # The ID of the folder.
1624
1629
  #
1625
1630
  # @option params [required, String] :member_id
1626
- # The ID of the asset (the dashboard, analysis, or dataset).
1631
+ # The ID of the asset that you want to add to the folder.
1627
1632
  #
1628
1633
  # @option params [required, String] :member_type
1629
- # The type of the member, including `DASHBOARD`, `ANALYSIS`, and
1630
- # `DATASET`.
1634
+ # The member type of the asset that you want to add to a folder.
1631
1635
  #
1632
1636
  # @return [Types::CreateFolderMembershipResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1633
1637
  #
@@ -3130,12 +3134,10 @@ module Aws::QuickSight
3130
3134
  # The Folder ID.
3131
3135
  #
3132
3136
  # @option params [required, String] :member_id
3133
- # The ID of the asset (the dashboard, analysis, or dataset) that you
3134
- # want to delete.
3137
+ # The ID of the asset that you want to delete.
3135
3138
  #
3136
3139
  # @option params [required, String] :member_type
3137
- # The type of the member, including `DASHBOARD`, `ANALYSIS`, and
3138
- # `DATASET`
3140
+ # The member type of the asset that you want to delete from a folder.
3139
3141
  #
3140
3142
  # @return [Types::DeleteFolderMembershipResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3141
3143
  #
@@ -4597,7 +4599,7 @@ module Aws::QuickSight
4597
4599
  # resp.snapshot_configuration.file_groups[0].files[0].sheet_selections[0].selection_scope #=> String, one of "ALL_VISUALS", "SELECTED_VISUALS"
4598
4600
  # resp.snapshot_configuration.file_groups[0].files[0].sheet_selections[0].visual_ids #=> Array
4599
4601
  # resp.snapshot_configuration.file_groups[0].files[0].sheet_selections[0].visual_ids[0] #=> String
4600
- # resp.snapshot_configuration.file_groups[0].files[0].format_type #=> String, one of "CSV", "PDF"
4602
+ # resp.snapshot_configuration.file_groups[0].files[0].format_type #=> String, one of "CSV", "PDF", "EXCEL"
4601
4603
  # resp.snapshot_configuration.destination_configuration.s3_destinations #=> Array
4602
4604
  # resp.snapshot_configuration.destination_configuration.s3_destinations[0].bucket_configuration.bucket_name #=> String
4603
4605
  # resp.snapshot_configuration.destination_configuration.s3_destinations[0].bucket_configuration.bucket_prefix #=> String
@@ -4688,7 +4690,7 @@ module Aws::QuickSight
4688
4690
  # resp.result.anonymous_users[0].file_groups[0].files[0].sheet_selections[0].selection_scope #=> String, one of "ALL_VISUALS", "SELECTED_VISUALS"
4689
4691
  # resp.result.anonymous_users[0].file_groups[0].files[0].sheet_selections[0].visual_ids #=> Array
4690
4692
  # resp.result.anonymous_users[0].file_groups[0].files[0].sheet_selections[0].visual_ids[0] #=> String
4691
- # resp.result.anonymous_users[0].file_groups[0].files[0].format_type #=> String, one of "CSV", "PDF"
4693
+ # resp.result.anonymous_users[0].file_groups[0].files[0].format_type #=> String, one of "CSV", "PDF", "EXCEL"
4692
4694
  # resp.result.anonymous_users[0].file_groups[0].s3_results #=> Array
4693
4695
  # resp.result.anonymous_users[0].file_groups[0].s3_results[0].s3_destination_configuration.bucket_configuration.bucket_name #=> String
4694
4696
  # resp.result.anonymous_users[0].file_groups[0].s3_results[0].s3_destination_configuration.bucket_configuration.bucket_prefix #=> String
@@ -5194,6 +5196,7 @@ module Aws::QuickSight
5194
5196
  # resp.folder.folder_path[0] #=> String
5195
5197
  # resp.folder.created_time #=> Time
5196
5198
  # resp.folder.last_updated_time #=> Time
5199
+ # resp.folder.sharing_model #=> String, one of "ACCOUNT", "NAMESPACE"
5197
5200
  # resp.request_id #=> String
5198
5201
  #
5199
5202
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolder AWS API Documentation
@@ -5213,6 +5216,15 @@ module Aws::QuickSight
5213
5216
  # @option params [required, String] :folder_id
5214
5217
  # The ID of the folder.
5215
5218
  #
5219
+ # @option params [String] :namespace
5220
+ # The namespace of the folder whose permissions you want described.
5221
+ #
5222
+ # @option params [Integer] :max_results
5223
+ # The maximum number of results to be returned per request.
5224
+ #
5225
+ # @option params [String] :next_token
5226
+ # A pagination token for the next set of results.
5227
+ #
5216
5228
  # @return [Types::DescribeFolderPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5217
5229
  #
5218
5230
  # * {Types::DescribeFolderPermissionsResponse#status #status} => Integer
@@ -5220,12 +5232,18 @@ module Aws::QuickSight
5220
5232
  # * {Types::DescribeFolderPermissionsResponse#arn #arn} => String
5221
5233
  # * {Types::DescribeFolderPermissionsResponse#permissions #permissions} => Array&lt;Types::ResourcePermission&gt;
5222
5234
  # * {Types::DescribeFolderPermissionsResponse#request_id #request_id} => String
5235
+ # * {Types::DescribeFolderPermissionsResponse#next_token #next_token} => String
5236
+ #
5237
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5223
5238
  #
5224
5239
  # @example Request syntax with placeholder values
5225
5240
  #
5226
5241
  # resp = client.describe_folder_permissions({
5227
5242
  # aws_account_id: "AwsAccountId", # required
5228
5243
  # folder_id: "RestrictiveResourceId", # required
5244
+ # namespace: "Namespace",
5245
+ # max_results: 1,
5246
+ # next_token: "String",
5229
5247
  # })
5230
5248
  #
5231
5249
  # @example Response structure
@@ -5238,6 +5256,7 @@ module Aws::QuickSight
5238
5256
  # resp.permissions[0].actions #=> Array
5239
5257
  # resp.permissions[0].actions[0] #=> String
5240
5258
  # resp.request_id #=> String
5259
+ # resp.next_token #=> String
5241
5260
  #
5242
5261
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderPermissions AWS API Documentation
5243
5262
  #
@@ -5258,6 +5277,15 @@ module Aws::QuickSight
5258
5277
  # @option params [required, String] :folder_id
5259
5278
  # The ID of the folder.
5260
5279
  #
5280
+ # @option params [String] :namespace
5281
+ # The namespace of the folder whose permissions you want described.
5282
+ #
5283
+ # @option params [Integer] :max_results
5284
+ # The maximum number of results to be returned per request.
5285
+ #
5286
+ # @option params [String] :next_token
5287
+ # A pagination token for the next set of results.
5288
+ #
5261
5289
  # @return [Types::DescribeFolderResolvedPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5262
5290
  #
5263
5291
  # * {Types::DescribeFolderResolvedPermissionsResponse#status #status} => Integer
@@ -5265,12 +5293,18 @@ module Aws::QuickSight
5265
5293
  # * {Types::DescribeFolderResolvedPermissionsResponse#arn #arn} => String
5266
5294
  # * {Types::DescribeFolderResolvedPermissionsResponse#permissions #permissions} => Array&lt;Types::ResourcePermission&gt;
5267
5295
  # * {Types::DescribeFolderResolvedPermissionsResponse#request_id #request_id} => String
5296
+ # * {Types::DescribeFolderResolvedPermissionsResponse#next_token #next_token} => String
5297
+ #
5298
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5268
5299
  #
5269
5300
  # @example Request syntax with placeholder values
5270
5301
  #
5271
5302
  # resp = client.describe_folder_resolved_permissions({
5272
5303
  # aws_account_id: "AwsAccountId", # required
5273
5304
  # folder_id: "RestrictiveResourceId", # required
5305
+ # namespace: "Namespace",
5306
+ # max_results: 1,
5307
+ # next_token: "String",
5274
5308
  # })
5275
5309
  #
5276
5310
  # @example Response structure
@@ -5283,6 +5317,7 @@ module Aws::QuickSight
5283
5317
  # resp.permissions[0].actions #=> Array
5284
5318
  # resp.permissions[0].actions[0] #=> String
5285
5319
  # resp.request_id #=> String
5320
+ # resp.next_token #=> String
5286
5321
  #
5287
5322
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderResolvedPermissions AWS API Documentation
5288
5323
  #
@@ -7487,6 +7522,8 @@ module Aws::QuickSight
7487
7522
  # * {Types::ListFolderMembersResponse#next_token #next_token} => String
7488
7523
  # * {Types::ListFolderMembersResponse#request_id #request_id} => String
7489
7524
  #
7525
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
7526
+ #
7490
7527
  # @example Request syntax with placeholder values
7491
7528
  #
7492
7529
  # resp = client.list_folder_members({
@@ -7533,6 +7570,8 @@ module Aws::QuickSight
7533
7570
  # * {Types::ListFoldersResponse#next_token #next_token} => String
7534
7571
  # * {Types::ListFoldersResponse#request_id #request_id} => String
7535
7572
  #
7573
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
7574
+ #
7536
7575
  # @example Request syntax with placeholder values
7537
7576
  #
7538
7577
  # resp = client.list_folders({
@@ -7551,6 +7590,7 @@ module Aws::QuickSight
7551
7590
  # resp.folder_summary_list[0].folder_type #=> String, one of "SHARED"
7552
7591
  # resp.folder_summary_list[0].created_time #=> Time
7553
7592
  # resp.folder_summary_list[0].last_updated_time #=> Time
7593
+ # resp.folder_summary_list[0].sharing_model #=> String, one of "ACCOUNT", "NAMESPACE"
7554
7594
  # resp.next_token #=> String
7555
7595
  # resp.request_id #=> String
7556
7596
  #
@@ -9171,6 +9211,8 @@ module Aws::QuickSight
9171
9211
  # * {Types::SearchFoldersResponse#next_token #next_token} => String
9172
9212
  # * {Types::SearchFoldersResponse#request_id #request_id} => String
9173
9213
  #
9214
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
9215
+ #
9174
9216
  # @example Request syntax with placeholder values
9175
9217
  #
9176
9218
  # resp = client.search_folders({
@@ -9196,6 +9238,7 @@ module Aws::QuickSight
9196
9238
  # resp.folder_summary_list[0].folder_type #=> String, one of "SHARED"
9197
9239
  # resp.folder_summary_list[0].created_time #=> Time
9198
9240
  # resp.folder_summary_list[0].last_updated_time #=> Time
9241
+ # resp.folder_summary_list[0].sharing_model #=> String, one of "ACCOUNT", "NAMESPACE"
9199
9242
  # resp.next_token #=> String
9200
9243
  # resp.request_id #=> String
9201
9244
  #
@@ -9666,6 +9709,8 @@ module Aws::QuickSight
9666
9709
  #
9667
9710
  # * 1 paginated PDF
9668
9711
  #
9712
+ # * 1 Excel workbook
9713
+ #
9669
9714
  # * 5 CSVs
9670
9715
  #
9671
9716
  # Poll job descriptions with a `DescribeDashboardSnapshotJob` API call.
@@ -9732,7 +9777,7 @@ module Aws::QuickSight
9732
9777
  # visual_ids: ["ShortRestrictiveResourceId"],
9733
9778
  # },
9734
9779
  # ],
9735
- # format_type: "CSV", # required, accepts CSV, PDF
9780
+ # format_type: "CSV", # required, accepts CSV, PDF, EXCEL
9736
9781
  # },
9737
9782
  # ],
9738
9783
  # },
@@ -12484,7 +12529,7 @@ module Aws::QuickSight
12484
12529
  params: params,
12485
12530
  config: config)
12486
12531
  context[:gem_name] = 'aws-sdk-quicksight'
12487
- context[:gem_version] = '1.88.0'
12532
+ context[:gem_version] = '1.90.0'
12488
12533
  Seahorse::Client::Request.new(handlers, context)
12489
12534
  end
12490
12535
 
@@ -28,6 +28,7 @@ module Aws::QuickSight
28
28
  AggregationSortConfiguration = Shapes::StructureShape.new(name: 'AggregationSortConfiguration')
29
29
  AggregationSortConfigurationList = Shapes::ListShape.new(name: 'AggregationSortConfigurationList')
30
30
  AliasName = Shapes::StringShape.new(name: 'AliasName')
31
+ AllSheetsFilterScopeConfiguration = Shapes::StructureShape.new(name: 'AllSheetsFilterScopeConfiguration')
31
32
  AmazonElasticsearchParameters = Shapes::StructureShape.new(name: 'AmazonElasticsearchParameters')
32
33
  AmazonOpenSearchParameters = Shapes::StructureShape.new(name: 'AmazonOpenSearchParameters')
33
34
  Analysis = Shapes::StructureShape.new(name: 'Analysis')
@@ -852,6 +853,8 @@ module Aws::QuickSight
852
853
  JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
853
854
  JoinKeyProperties = Shapes::StructureShape.new(name: 'JoinKeyProperties')
854
855
  JoinType = Shapes::StringShape.new(name: 'JoinType')
856
+ KPIActualValueConditionalFormatting = Shapes::StructureShape.new(name: 'KPIActualValueConditionalFormatting')
857
+ KPIComparisonValueConditionalFormatting = Shapes::StructureShape.new(name: 'KPIComparisonValueConditionalFormatting')
855
858
  KPIConditionalFormatting = Shapes::StructureShape.new(name: 'KPIConditionalFormatting')
856
859
  KPIConditionalFormattingOption = Shapes::StructureShape.new(name: 'KPIConditionalFormattingOption')
857
860
  KPIConditionalFormattingOptionList = Shapes::ListShape.new(name: 'KPIConditionalFormattingOptionList')
@@ -861,7 +864,12 @@ module Aws::QuickSight
861
864
  KPIPrimaryValueConditionalFormatting = Shapes::StructureShape.new(name: 'KPIPrimaryValueConditionalFormatting')
862
865
  KPIProgressBarConditionalFormatting = Shapes::StructureShape.new(name: 'KPIProgressBarConditionalFormatting')
863
866
  KPISortConfiguration = Shapes::StructureShape.new(name: 'KPISortConfiguration')
867
+ KPISparklineOptions = Shapes::StructureShape.new(name: 'KPISparklineOptions')
868
+ KPISparklineType = Shapes::StringShape.new(name: 'KPISparklineType')
864
869
  KPIVisual = Shapes::StructureShape.new(name: 'KPIVisual')
870
+ KPIVisualLayoutOptions = Shapes::StructureShape.new(name: 'KPIVisualLayoutOptions')
871
+ KPIVisualStandardLayout = Shapes::StructureShape.new(name: 'KPIVisualStandardLayout')
872
+ KPIVisualStandardLayoutType = Shapes::StringShape.new(name: 'KPIVisualStandardLayoutType')
865
873
  LabelOptions = Shapes::StructureShape.new(name: 'LabelOptions')
866
874
  Latitude = Shapes::FloatShape.new(name: 'Latitude')
867
875
  Layout = Shapes::StructureShape.new(name: 'Layout')
@@ -1290,6 +1298,7 @@ module Aws::QuickSight
1290
1298
  SetParameterValueConfiguration = Shapes::StructureShape.new(name: 'SetParameterValueConfiguration')
1291
1299
  SetParameterValueConfigurationList = Shapes::ListShape.new(name: 'SetParameterValueConfigurationList')
1292
1300
  ShapeConditionalFormat = Shapes::StructureShape.new(name: 'ShapeConditionalFormat')
1301
+ SharingModel = Shapes::StringShape.new(name: 'SharingModel')
1293
1302
  Sheet = Shapes::StructureShape.new(name: 'Sheet')
1294
1303
  SheetContentType = Shapes::StringShape.new(name: 'SheetContentType')
1295
1304
  SheetControlDateTimePickerType = Shapes::StringShape.new(name: 'SheetControlDateTimePickerType')
@@ -1420,6 +1429,7 @@ module Aws::QuickSight
1420
1429
  TableFieldOption = Shapes::StructureShape.new(name: 'TableFieldOption')
1421
1430
  TableFieldOptionList = Shapes::ListShape.new(name: 'TableFieldOptionList')
1422
1431
  TableFieldOptions = Shapes::StructureShape.new(name: 'TableFieldOptions')
1432
+ TableFieldOrderList = Shapes::ListShape.new(name: 'TableFieldOrderList')
1423
1433
  TableFieldURLConfiguration = Shapes::StructureShape.new(name: 'TableFieldURLConfiguration')
1424
1434
  TableFieldWells = Shapes::StructureShape.new(name: 'TableFieldWells')
1425
1435
  TableInlineVisualization = Shapes::StructureShape.new(name: 'TableInlineVisualization')
@@ -1427,6 +1437,7 @@ module Aws::QuickSight
1427
1437
  TableOptions = Shapes::StructureShape.new(name: 'TableOptions')
1428
1438
  TableOrientation = Shapes::StringShape.new(name: 'TableOrientation')
1429
1439
  TablePaginatedReportOptions = Shapes::StructureShape.new(name: 'TablePaginatedReportOptions')
1440
+ TablePinnedFieldOptions = Shapes::StructureShape.new(name: 'TablePinnedFieldOptions')
1430
1441
  TableRowConditionalFormatting = Shapes::StructureShape.new(name: 'TableRowConditionalFormatting')
1431
1442
  TableSideBorderOptions = Shapes::StructureShape.new(name: 'TableSideBorderOptions')
1432
1443
  TableSortConfiguration = Shapes::StructureShape.new(name: 'TableSortConfiguration')
@@ -1739,6 +1750,8 @@ module Aws::QuickSight
1739
1750
 
1740
1751
  AggregationSortConfigurationList.member = Shapes::ShapeRef.new(shape: AggregationSortConfiguration)
1741
1752
 
1753
+ AllSheetsFilterScopeConfiguration.struct_class = Types::AllSheetsFilterScopeConfiguration
1754
+
1742
1755
  AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
1743
1756
  AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
1744
1757
 
@@ -2640,6 +2653,7 @@ module Aws::QuickSight
2640
2653
  CreateFolderRequest.add_member(:parent_folder_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ParentFolderArn"))
2641
2654
  CreateFolderRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
2642
2655
  CreateFolderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2656
+ CreateFolderRequest.add_member(:sharing_model, Shapes::ShapeRef.new(shape: SharingModel, location_name: "SharingModel"))
2643
2657
  CreateFolderRequest.struct_class = Types::CreateFolderRequest
2644
2658
 
2645
2659
  CreateFolderResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
@@ -3831,6 +3845,9 @@ module Aws::QuickSight
3831
3845
 
3832
3846
  DescribeFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3833
3847
  DescribeFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
3848
+ DescribeFolderPermissionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
3849
+ DescribeFolderPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
3850
+ DescribeFolderPermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
3834
3851
  DescribeFolderPermissionsRequest.struct_class = Types::DescribeFolderPermissionsRequest
3835
3852
 
3836
3853
  DescribeFolderPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
@@ -3838,6 +3855,7 @@ module Aws::QuickSight
3838
3855
  DescribeFolderPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
3839
3856
  DescribeFolderPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
3840
3857
  DescribeFolderPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3858
+ DescribeFolderPermissionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3841
3859
  DescribeFolderPermissionsResponse.struct_class = Types::DescribeFolderPermissionsResponse
3842
3860
 
3843
3861
  DescribeFolderRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -3846,6 +3864,9 @@ module Aws::QuickSight
3846
3864
 
3847
3865
  DescribeFolderResolvedPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3848
3866
  DescribeFolderResolvedPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
3867
+ DescribeFolderResolvedPermissionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
3868
+ DescribeFolderResolvedPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
3869
+ DescribeFolderResolvedPermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
3849
3870
  DescribeFolderResolvedPermissionsRequest.struct_class = Types::DescribeFolderResolvedPermissionsRequest
3850
3871
 
3851
3872
  DescribeFolderResolvedPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
@@ -3853,6 +3874,7 @@ module Aws::QuickSight
3853
3874
  DescribeFolderResolvedPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
3854
3875
  DescribeFolderResolvedPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
3855
3876
  DescribeFolderResolvedPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3877
+ DescribeFolderResolvedPermissionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3856
3878
  DescribeFolderResolvedPermissionsResponse.struct_class = Types::DescribeFolderResolvedPermissionsResponse
3857
3879
 
3858
3880
  DescribeFolderResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
@@ -4332,6 +4354,7 @@ module Aws::QuickSight
4332
4354
  FilterRelativeDateTimeControl.struct_class = Types::FilterRelativeDateTimeControl
4333
4355
 
4334
4356
  FilterScopeConfiguration.add_member(:selected_sheets, Shapes::ShapeRef.new(shape: SelectedSheetsFilterScopeConfiguration, location_name: "SelectedSheets"))
4357
+ FilterScopeConfiguration.add_member(:all_sheets, Shapes::ShapeRef.new(shape: AllSheetsFilterScopeConfiguration, location_name: "AllSheets"))
4335
4358
  FilterScopeConfiguration.struct_class = Types::FilterScopeConfiguration
4336
4359
 
4337
4360
  FilterSelectableValues.add_member(:values, Shapes::ShapeRef.new(shape: ParameterSelectableValueList, location_name: "Values"))
@@ -4369,6 +4392,7 @@ module Aws::QuickSight
4369
4392
  Folder.add_member(:folder_path, Shapes::ShapeRef.new(shape: Path, location_name: "FolderPath"))
4370
4393
  Folder.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
4371
4394
  Folder.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
4395
+ Folder.add_member(:sharing_model, Shapes::ShapeRef.new(shape: SharingModel, location_name: "SharingModel"))
4372
4396
  Folder.struct_class = Types::Folder
4373
4397
 
4374
4398
  FolderColumnList.member = Shapes::ShapeRef.new(shape: String)
@@ -4392,6 +4416,7 @@ module Aws::QuickSight
4392
4416
  FolderSummary.add_member(:folder_type, Shapes::ShapeRef.new(shape: FolderType, location_name: "FolderType"))
4393
4417
  FolderSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
4394
4418
  FolderSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
4419
+ FolderSummary.add_member(:sharing_model, Shapes::ShapeRef.new(shape: SharingModel, location_name: "SharingModel"))
4395
4420
  FolderSummary.struct_class = Types::FolderSummary
4396
4421
 
4397
4422
  FolderSummaryList.member = Shapes::ShapeRef.new(shape: FolderSummary)
@@ -4416,7 +4441,7 @@ module Aws::QuickSight
4416
4441
 
4417
4442
  ForecastComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
4418
4443
  ForecastComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
4419
- ForecastComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Time"))
4444
+ ForecastComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
4420
4445
  ForecastComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
4421
4446
  ForecastComputation.add_member(:periods_forward, Shapes::ShapeRef.new(shape: PeriodsForward, location_name: "PeriodsForward"))
4422
4447
  ForecastComputation.add_member(:periods_backward, Shapes::ShapeRef.new(shape: PeriodsBackward, location_name: "PeriodsBackward"))
@@ -4736,7 +4761,7 @@ module Aws::QuickSight
4736
4761
 
4737
4762
  GrowthRateComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
4738
4763
  GrowthRateComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
4739
- GrowthRateComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Time"))
4764
+ GrowthRateComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
4740
4765
  GrowthRateComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
4741
4766
  GrowthRateComputation.add_member(:period_size, Shapes::ShapeRef.new(shape: GrowthRatePeriodSize, location_name: "PeriodSize"))
4742
4767
  GrowthRateComputation.struct_class = Types::GrowthRateComputation
@@ -4948,11 +4973,21 @@ module Aws::QuickSight
4948
4973
  JoinKeyProperties.add_member(:unique_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "UniqueKey", metadata: {"box"=>true}))
4949
4974
  JoinKeyProperties.struct_class = Types::JoinKeyProperties
4950
4975
 
4976
+ KPIActualValueConditionalFormatting.add_member(:text_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "TextColor"))
4977
+ KPIActualValueConditionalFormatting.add_member(:icon, Shapes::ShapeRef.new(shape: ConditionalFormattingIcon, location_name: "Icon"))
4978
+ KPIActualValueConditionalFormatting.struct_class = Types::KPIActualValueConditionalFormatting
4979
+
4980
+ KPIComparisonValueConditionalFormatting.add_member(:text_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "TextColor"))
4981
+ KPIComparisonValueConditionalFormatting.add_member(:icon, Shapes::ShapeRef.new(shape: ConditionalFormattingIcon, location_name: "Icon"))
4982
+ KPIComparisonValueConditionalFormatting.struct_class = Types::KPIComparisonValueConditionalFormatting
4983
+
4951
4984
  KPIConditionalFormatting.add_member(:conditional_formatting_options, Shapes::ShapeRef.new(shape: KPIConditionalFormattingOptionList, location_name: "ConditionalFormattingOptions"))
4952
4985
  KPIConditionalFormatting.struct_class = Types::KPIConditionalFormatting
4953
4986
 
4954
4987
  KPIConditionalFormattingOption.add_member(:primary_value, Shapes::ShapeRef.new(shape: KPIPrimaryValueConditionalFormatting, location_name: "PrimaryValue"))
4955
4988
  KPIConditionalFormattingOption.add_member(:progress_bar, Shapes::ShapeRef.new(shape: KPIProgressBarConditionalFormatting, location_name: "ProgressBar"))
4989
+ KPIConditionalFormattingOption.add_member(:actual_value, Shapes::ShapeRef.new(shape: KPIActualValueConditionalFormatting, location_name: "ActualValue"))
4990
+ KPIConditionalFormattingOption.add_member(:comparison_value, Shapes::ShapeRef.new(shape: KPIComparisonValueConditionalFormatting, location_name: "ComparisonValue"))
4956
4991
  KPIConditionalFormattingOption.struct_class = Types::KPIConditionalFormattingOption
4957
4992
 
4958
4993
  KPIConditionalFormattingOptionList.member = Shapes::ShapeRef.new(shape: KPIConditionalFormattingOption)
@@ -4974,6 +5009,8 @@ module Aws::QuickSight
4974
5009
  KPIOptions.add_member(:primary_value_display_type, Shapes::ShapeRef.new(shape: PrimaryValueDisplayType, location_name: "PrimaryValueDisplayType"))
4975
5010
  KPIOptions.add_member(:primary_value_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "PrimaryValueFontConfiguration"))
4976
5011
  KPIOptions.add_member(:secondary_value_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "SecondaryValueFontConfiguration"))
5012
+ KPIOptions.add_member(:sparkline, Shapes::ShapeRef.new(shape: KPISparklineOptions, location_name: "Sparkline"))
5013
+ KPIOptions.add_member(:visual_layout_options, Shapes::ShapeRef.new(shape: KPIVisualLayoutOptions, location_name: "VisualLayoutOptions"))
4977
5014
  KPIOptions.struct_class = Types::KPIOptions
4978
5015
 
4979
5016
  KPIPrimaryValueConditionalFormatting.add_member(:text_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "TextColor"))
@@ -4986,6 +5023,12 @@ module Aws::QuickSight
4986
5023
  KPISortConfiguration.add_member(:trend_group_sort, Shapes::ShapeRef.new(shape: FieldSortOptionsList, location_name: "TrendGroupSort"))
4987
5024
  KPISortConfiguration.struct_class = Types::KPISortConfiguration
4988
5025
 
5026
+ KPISparklineOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
5027
+ KPISparklineOptions.add_member(:type, Shapes::ShapeRef.new(shape: KPISparklineType, required: true, location_name: "Type"))
5028
+ KPISparklineOptions.add_member(:color, Shapes::ShapeRef.new(shape: HexColor, location_name: "Color"))
5029
+ KPISparklineOptions.add_member(:tooltip_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "TooltipVisibility"))
5030
+ KPISparklineOptions.struct_class = Types::KPISparklineOptions
5031
+
4989
5032
  KPIVisual.add_member(:visual_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "VisualId"))
4990
5033
  KPIVisual.add_member(:title, Shapes::ShapeRef.new(shape: VisualTitleLabelOptions, location_name: "Title"))
4991
5034
  KPIVisual.add_member(:subtitle, Shapes::ShapeRef.new(shape: VisualSubtitleLabelOptions, location_name: "Subtitle"))
@@ -4995,6 +5038,12 @@ module Aws::QuickSight
4995
5038
  KPIVisual.add_member(:column_hierarchies, Shapes::ShapeRef.new(shape: ColumnHierarchyList, location_name: "ColumnHierarchies"))
4996
5039
  KPIVisual.struct_class = Types::KPIVisual
4997
5040
 
5041
+ KPIVisualLayoutOptions.add_member(:standard_layout, Shapes::ShapeRef.new(shape: KPIVisualStandardLayout, location_name: "StandardLayout"))
5042
+ KPIVisualLayoutOptions.struct_class = Types::KPIVisualLayoutOptions
5043
+
5044
+ KPIVisualStandardLayout.add_member(:type, Shapes::ShapeRef.new(shape: KPIVisualStandardLayoutType, required: true, location_name: "Type"))
5045
+ KPIVisualStandardLayout.struct_class = Types::KPIVisualStandardLayout
5046
+
4998
5047
  LabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
4999
5048
  LabelOptions.add_member(:font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "FontConfiguration"))
5000
5049
  LabelOptions.add_member(:custom_label, Shapes::ShapeRef.new(shape: String, location_name: "CustomLabel"))
@@ -5479,7 +5528,7 @@ module Aws::QuickSight
5479
5528
 
5480
5529
  MaximumMinimumComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
5481
5530
  MaximumMinimumComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
5482
- MaximumMinimumComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Time"))
5531
+ MaximumMinimumComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
5483
5532
  MaximumMinimumComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
5484
5533
  MaximumMinimumComputation.add_member(:type, Shapes::ShapeRef.new(shape: MaximumMinimumComputationType, required: true, location_name: "Type"))
5485
5534
  MaximumMinimumComputation.struct_class = Types::MaximumMinimumComputation
@@ -5498,9 +5547,9 @@ module Aws::QuickSight
5498
5547
 
5499
5548
  MetricComparisonComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
5500
5549
  MetricComparisonComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
5501
- MetricComparisonComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Time"))
5502
- MetricComparisonComputation.add_member(:from_value, Shapes::ShapeRef.new(shape: MeasureField, required: true, location_name: "FromValue"))
5503
- MetricComparisonComputation.add_member(:target_value, Shapes::ShapeRef.new(shape: MeasureField, required: true, location_name: "TargetValue"))
5550
+ MetricComparisonComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
5551
+ MetricComparisonComputation.add_member(:from_value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "FromValue"))
5552
+ MetricComparisonComputation.add_member(:target_value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "TargetValue"))
5504
5553
  MetricComparisonComputation.struct_class = Types::MetricComparisonComputation
5505
5554
 
5506
5555
  MinimumLabelType.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
@@ -5770,13 +5819,13 @@ module Aws::QuickSight
5770
5819
 
5771
5820
  PeriodOverPeriodComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
5772
5821
  PeriodOverPeriodComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
5773
- PeriodOverPeriodComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Time"))
5822
+ PeriodOverPeriodComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
5774
5823
  PeriodOverPeriodComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
5775
5824
  PeriodOverPeriodComputation.struct_class = Types::PeriodOverPeriodComputation
5776
5825
 
5777
5826
  PeriodToDateComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
5778
5827
  PeriodToDateComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
5779
- PeriodToDateComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Time"))
5828
+ PeriodToDateComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
5780
5829
  PeriodToDateComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
5781
5830
  PeriodToDateComputation.add_member(:period_time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "PeriodTimeGranularity"))
5782
5831
  PeriodToDateComputation.struct_class = Types::PeriodToDateComputation
@@ -6891,8 +6940,11 @@ module Aws::QuickSight
6891
6940
 
6892
6941
  TableFieldOptions.add_member(:selected_field_options, Shapes::ShapeRef.new(shape: TableFieldOptionList, location_name: "SelectedFieldOptions"))
6893
6942
  TableFieldOptions.add_member(:order, Shapes::ShapeRef.new(shape: FieldOrderList, location_name: "Order"))
6943
+ TableFieldOptions.add_member(:pinned_field_options, Shapes::ShapeRef.new(shape: TablePinnedFieldOptions, location_name: "PinnedFieldOptions"))
6894
6944
  TableFieldOptions.struct_class = Types::TableFieldOptions
6895
6945
 
6946
+ TableFieldOrderList.member = Shapes::ShapeRef.new(shape: FieldId)
6947
+
6896
6948
  TableFieldURLConfiguration.add_member(:link_configuration, Shapes::ShapeRef.new(shape: TableFieldLinkConfiguration, location_name: "LinkConfiguration"))
6897
6949
  TableFieldURLConfiguration.add_member(:image_configuration, Shapes::ShapeRef.new(shape: TableFieldImageConfiguration, location_name: "ImageConfiguration"))
6898
6950
  TableFieldURLConfiguration.struct_class = Types::TableFieldURLConfiguration
@@ -6916,6 +6968,9 @@ module Aws::QuickSight
6916
6968
  TablePaginatedReportOptions.add_member(:overflow_column_header_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "OverflowColumnHeaderVisibility"))
6917
6969
  TablePaginatedReportOptions.struct_class = Types::TablePaginatedReportOptions
6918
6970
 
6971
+ TablePinnedFieldOptions.add_member(:pinned_left_fields, Shapes::ShapeRef.new(shape: TableFieldOrderList, location_name: "PinnedLeftFields"))
6972
+ TablePinnedFieldOptions.struct_class = Types::TablePinnedFieldOptions
6973
+
6919
6974
  TableRowConditionalFormatting.add_member(:background_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "BackgroundColor"))
6920
6975
  TableRowConditionalFormatting.add_member(:text_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "TextColor"))
6921
6976
  TableRowConditionalFormatting.struct_class = Types::TableRowConditionalFormatting
@@ -7195,8 +7250,8 @@ module Aws::QuickSight
7195
7250
 
7196
7251
  TopBottomMoversComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
7197
7252
  TopBottomMoversComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
7198
- TopBottomMoversComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Time"))
7199
- TopBottomMoversComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Category"))
7253
+ TopBottomMoversComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
7254
+ TopBottomMoversComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Category"))
7200
7255
  TopBottomMoversComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
7201
7256
  TopBottomMoversComputation.add_member(:mover_size, Shapes::ShapeRef.new(shape: TopBottomMoversComputationMoverSize, location_name: "MoverSize"))
7202
7257
  TopBottomMoversComputation.add_member(:sort_order, Shapes::ShapeRef.new(shape: TopBottomSortOrder, location_name: "SortOrder"))
@@ -7205,7 +7260,7 @@ module Aws::QuickSight
7205
7260
 
7206
7261
  TopBottomRankedComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
7207
7262
  TopBottomRankedComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
7208
- TopBottomRankedComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Category"))
7263
+ TopBottomRankedComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Category"))
7209
7264
  TopBottomRankedComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
7210
7265
  TopBottomRankedComputation.add_member(:result_size, Shapes::ShapeRef.new(shape: TopBottomRankedComputationResultSize, location_name: "ResultSize"))
7211
7266
  TopBottomRankedComputation.add_member(:type, Shapes::ShapeRef.new(shape: TopBottomComputationType, required: true, location_name: "Type"))
@@ -7349,7 +7404,7 @@ module Aws::QuickSight
7349
7404
 
7350
7405
  TotalAggregationComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
7351
7406
  TotalAggregationComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
7352
- TotalAggregationComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, required: true, location_name: "Value"))
7407
+ TotalAggregationComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
7353
7408
  TotalAggregationComputation.struct_class = Types::TotalAggregationComputation
7354
7409
 
7355
7410
  TotalOptions.add_member(:totals_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "TotalsVisibility"))
@@ -7446,7 +7501,7 @@ module Aws::QuickSight
7446
7501
 
7447
7502
  UniqueValuesComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
7448
7503
  UniqueValuesComputation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
7449
- UniqueValuesComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, required: true, location_name: "Category"))
7504
+ UniqueValuesComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Category"))
7450
7505
  UniqueValuesComputation.struct_class = Types::UniqueValuesComputation
7451
7506
 
7452
7507
  UnsupportedPricingPlanException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -9045,8 +9100,15 @@ module Aws::QuickSight
9045
9100
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9046
9101
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9047
9102
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9103
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
9048
9104
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
9049
9105
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9106
+ o[:pager] = Aws::Pager.new(
9107
+ limit_key: "max_results",
9108
+ tokens: {
9109
+ "next_token" => "next_token"
9110
+ }
9111
+ )
9050
9112
  end)
9051
9113
 
9052
9114
  api.add_operation(:describe_folder_resolved_permissions, Seahorse::Model::Operation.new.tap do |o|
@@ -9059,8 +9121,15 @@ module Aws::QuickSight
9059
9121
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9060
9122
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9061
9123
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9124
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
9062
9125
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
9063
9126
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9127
+ o[:pager] = Aws::Pager.new(
9128
+ limit_key: "max_results",
9129
+ tokens: {
9130
+ "next_token" => "next_token"
9131
+ }
9132
+ )
9064
9133
  end)
9065
9134
 
9066
9135
  api.add_operation(:describe_group, Seahorse::Model::Operation.new.tap do |o|
@@ -9562,6 +9631,12 @@ module Aws::QuickSight
9562
9631
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
9563
9632
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
9564
9633
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9634
+ o[:pager] = Aws::Pager.new(
9635
+ limit_key: "max_results",
9636
+ tokens: {
9637
+ "next_token" => "next_token"
9638
+ }
9639
+ )
9565
9640
  end)
9566
9641
 
9567
9642
  api.add_operation(:list_folders, Seahorse::Model::Operation.new.tap do |o|
@@ -9577,6 +9652,12 @@ module Aws::QuickSight
9577
9652
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
9578
9653
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
9579
9654
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9655
+ o[:pager] = Aws::Pager.new(
9656
+ limit_key: "max_results",
9657
+ tokens: {
9658
+ "next_token" => "next_token"
9659
+ }
9660
+ )
9580
9661
  end)
9581
9662
 
9582
9663
  api.add_operation(:list_group_memberships, Seahorse::Model::Operation.new.tap do |o|
@@ -10089,6 +10170,12 @@ module Aws::QuickSight
10089
10170
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
10090
10171
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10091
10172
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
10173
+ o[:pager] = Aws::Pager.new(
10174
+ limit_key: "max_results",
10175
+ tokens: {
10176
+ "next_token" => "next_token"
10177
+ }
10178
+ )
10092
10179
  end)
10093
10180
 
10094
10181
  api.add_operation(:search_groups, Seahorse::Model::Operation.new.tap do |o|
@@ -272,6 +272,18 @@ module Aws::QuickSight
272
272
  include Aws::Structure
273
273
  end
274
274
 
275
+ # The configuration for applying a filter to all sheets. You can apply
276
+ # this filter to all visuals on every sheet.
277
+ #
278
+ # This is a union type structure. For this structure to be valid, only
279
+ # one of the attributes can be defined.
280
+ #
281
+ # @api private
282
+ #
283
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AllSheetsFilterScopeConfiguration AWS API Documentation
284
+ #
285
+ class AllSheetsFilterScopeConfiguration < Aws::EmptyStructure; end
286
+
275
287
  # The parameters for OpenSearch.
276
288
  #
277
289
  # @!attribute [rw] domain
@@ -4529,12 +4541,11 @@ module Aws::QuickSight
4529
4541
  # @return [String]
4530
4542
  #
4531
4543
  # @!attribute [rw] member_id
4532
- # The ID of the asset (the dashboard, analysis, or dataset).
4544
+ # The ID of the asset that you want to add to the folder.
4533
4545
  # @return [String]
4534
4546
  #
4535
4547
  # @!attribute [rw] member_type
4536
- # The type of the member, including `DASHBOARD`, `ANALYSIS`, and
4537
- # `DATASET`.
4548
+ # The member type of the asset that you want to add to a folder.
4538
4549
  # @return [String]
4539
4550
  #
4540
4551
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateFolderMembershipRequest AWS API Documentation
@@ -4605,6 +4616,11 @@ module Aws::QuickSight
4605
4616
  # Tags for the folder.
4606
4617
  # @return [Array<Types::Tag>]
4607
4618
  #
4619
+ # @!attribute [rw] sharing_model
4620
+ # An optional parameter that determines the sharing scope of the
4621
+ # folder. The default value for this parameter is `ACCOUNT`.
4622
+ # @return [String]
4623
+ #
4608
4624
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateFolderRequest AWS API Documentation
4609
4625
  #
4610
4626
  class CreateFolderRequest < Struct.new(
@@ -4614,7 +4630,8 @@ module Aws::QuickSight
4614
4630
  :folder_type,
4615
4631
  :parent_folder_arn,
4616
4632
  :permissions,
4617
- :tags)
4633
+ :tags,
4634
+ :sharing_model)
4618
4635
  SENSITIVE = []
4619
4636
  include Aws::Structure
4620
4637
  end
@@ -8645,13 +8662,11 @@ module Aws::QuickSight
8645
8662
  # @return [String]
8646
8663
  #
8647
8664
  # @!attribute [rw] member_id
8648
- # The ID of the asset (the dashboard, analysis, or dataset) that you
8649
- # want to delete.
8665
+ # The ID of the asset that you want to delete.
8650
8666
  # @return [String]
8651
8667
  #
8652
8668
  # @!attribute [rw] member_type
8653
- # The type of the member, including `DASHBOARD`, `ANALYSIS`, and
8654
- # `DATASET`
8669
+ # The member type of the asset that you want to delete from a folder.
8655
8670
  # @return [String]
8656
8671
  #
8657
8672
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteFolderMembershipRequest AWS API Documentation
@@ -10606,11 +10621,26 @@ module Aws::QuickSight
10606
10621
  # The ID of the folder.
10607
10622
  # @return [String]
10608
10623
  #
10624
+ # @!attribute [rw] namespace
10625
+ # The namespace of the folder whose permissions you want described.
10626
+ # @return [String]
10627
+ #
10628
+ # @!attribute [rw] max_results
10629
+ # The maximum number of results to be returned per request.
10630
+ # @return [Integer]
10631
+ #
10632
+ # @!attribute [rw] next_token
10633
+ # A pagination token for the next set of results.
10634
+ # @return [String]
10635
+ #
10609
10636
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderPermissionsRequest AWS API Documentation
10610
10637
  #
10611
10638
  class DescribeFolderPermissionsRequest < Struct.new(
10612
10639
  :aws_account_id,
10613
- :folder_id)
10640
+ :folder_id,
10641
+ :namespace,
10642
+ :max_results,
10643
+ :next_token)
10614
10644
  SENSITIVE = []
10615
10645
  include Aws::Structure
10616
10646
  end
@@ -10635,6 +10665,11 @@ module Aws::QuickSight
10635
10665
  # The Amazon Web Services request ID for this operation.
10636
10666
  # @return [String]
10637
10667
  #
10668
+ # @!attribute [rw] next_token
10669
+ # The pagination token for the next set of results, or null if there
10670
+ # are no more results.
10671
+ # @return [String]
10672
+ #
10638
10673
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderPermissionsResponse AWS API Documentation
10639
10674
  #
10640
10675
  class DescribeFolderPermissionsResponse < Struct.new(
@@ -10642,7 +10677,8 @@ module Aws::QuickSight
10642
10677
  :folder_id,
10643
10678
  :arn,
10644
10679
  :permissions,
10645
- :request_id)
10680
+ :request_id,
10681
+ :next_token)
10646
10682
  SENSITIVE = []
10647
10683
  include Aws::Structure
10648
10684
  end
@@ -10672,11 +10708,26 @@ module Aws::QuickSight
10672
10708
  # The ID of the folder.
10673
10709
  # @return [String]
10674
10710
  #
10711
+ # @!attribute [rw] namespace
10712
+ # The namespace of the folder whose permissions you want described.
10713
+ # @return [String]
10714
+ #
10715
+ # @!attribute [rw] max_results
10716
+ # The maximum number of results to be returned per request.
10717
+ # @return [Integer]
10718
+ #
10719
+ # @!attribute [rw] next_token
10720
+ # A pagination token for the next set of results.
10721
+ # @return [String]
10722
+ #
10675
10723
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderResolvedPermissionsRequest AWS API Documentation
10676
10724
  #
10677
10725
  class DescribeFolderResolvedPermissionsRequest < Struct.new(
10678
10726
  :aws_account_id,
10679
- :folder_id)
10727
+ :folder_id,
10728
+ :namespace,
10729
+ :max_results,
10730
+ :next_token)
10680
10731
  SENSITIVE = []
10681
10732
  include Aws::Structure
10682
10733
  end
@@ -10701,6 +10752,11 @@ module Aws::QuickSight
10701
10752
  # The Amazon Web Services request ID for this operation.
10702
10753
  # @return [String]
10703
10754
  #
10755
+ # @!attribute [rw] next_token
10756
+ # A pagination token for the next set of results, or null if there are
10757
+ # no more results.
10758
+ # @return [String]
10759
+ #
10704
10760
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderResolvedPermissionsResponse AWS API Documentation
10705
10761
  #
10706
10762
  class DescribeFolderResolvedPermissionsResponse < Struct.new(
@@ -10708,7 +10764,8 @@ module Aws::QuickSight
10708
10764
  :folder_id,
10709
10765
  :arn,
10710
10766
  :permissions,
10711
- :request_id)
10767
+ :request_id,
10768
+ :next_token)
10712
10769
  SENSITIVE = []
10713
10770
  include Aws::Structure
10714
10771
  end
@@ -13034,10 +13091,15 @@ module Aws::QuickSight
13034
13091
  # The configuration for applying a filter to specific sheets.
13035
13092
  # @return [Types::SelectedSheetsFilterScopeConfiguration]
13036
13093
  #
13094
+ # @!attribute [rw] all_sheets
13095
+ # The configuration for applying a filter to all sheets.
13096
+ # @return [Types::AllSheetsFilterScopeConfiguration]
13097
+ #
13037
13098
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/FilterScopeConfiguration AWS API Documentation
13038
13099
  #
13039
13100
  class FilterScopeConfiguration < Struct.new(
13040
- :selected_sheets)
13101
+ :selected_sheets,
13102
+ :all_sheets)
13041
13103
  SENSITIVE = []
13042
13104
  include Aws::Structure
13043
13105
  end
@@ -13205,6 +13267,10 @@ module Aws::QuickSight
13205
13267
  # The time that the folder was last updated.
13206
13268
  # @return [Time]
13207
13269
  #
13270
+ # @!attribute [rw] sharing_model
13271
+ # The sharing scope of the folder.
13272
+ # @return [String]
13273
+ #
13208
13274
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Folder AWS API Documentation
13209
13275
  #
13210
13276
  class Folder < Struct.new(
@@ -13214,7 +13280,8 @@ module Aws::QuickSight
13214
13280
  :folder_type,
13215
13281
  :folder_path,
13216
13282
  :created_time,
13217
- :last_updated_time)
13283
+ :last_updated_time,
13284
+ :sharing_model)
13218
13285
  SENSITIVE = []
13219
13286
  include Aws::Structure
13220
13287
  end
@@ -13342,6 +13409,10 @@ module Aws::QuickSight
13342
13409
  # The time that the folder was last updated.
13343
13410
  # @return [Time]
13344
13411
  #
13412
+ # @!attribute [rw] sharing_model
13413
+ # The sharing scope of the folder.
13414
+ # @return [String]
13415
+ #
13345
13416
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/FolderSummary AWS API Documentation
13346
13417
  #
13347
13418
  class FolderSummary < Struct.new(
@@ -13350,7 +13421,8 @@ module Aws::QuickSight
13350
13421
  :name,
13351
13422
  :folder_type,
13352
13423
  :created_time,
13353
- :last_updated_time)
13424
+ :last_updated_time,
13425
+ :sharing_model)
13354
13426
  SENSITIVE = []
13355
13427
  include Aws::Structure
13356
13428
  end
@@ -16002,6 +16074,44 @@ module Aws::QuickSight
16002
16074
  include Aws::Structure
16003
16075
  end
16004
16076
 
16077
+ # The conditional formatting for the actual value of a KPI visual.
16078
+ #
16079
+ # @!attribute [rw] text_color
16080
+ # The conditional formatting of the actual value's text color.
16081
+ # @return [Types::ConditionalFormattingColor]
16082
+ #
16083
+ # @!attribute [rw] icon
16084
+ # The conditional formatting of the actual value's icon.
16085
+ # @return [Types::ConditionalFormattingIcon]
16086
+ #
16087
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/KPIActualValueConditionalFormatting AWS API Documentation
16088
+ #
16089
+ class KPIActualValueConditionalFormatting < Struct.new(
16090
+ :text_color,
16091
+ :icon)
16092
+ SENSITIVE = []
16093
+ include Aws::Structure
16094
+ end
16095
+
16096
+ # The conditional formatting for the comparison value of a KPI visual.
16097
+ #
16098
+ # @!attribute [rw] text_color
16099
+ # The conditional formatting of the comparison value's text color.
16100
+ # @return [Types::ConditionalFormattingColor]
16101
+ #
16102
+ # @!attribute [rw] icon
16103
+ # The conditional formatting of the comparison value's icon.
16104
+ # @return [Types::ConditionalFormattingIcon]
16105
+ #
16106
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/KPIComparisonValueConditionalFormatting AWS API Documentation
16107
+ #
16108
+ class KPIComparisonValueConditionalFormatting < Struct.new(
16109
+ :text_color,
16110
+ :icon)
16111
+ SENSITIVE = []
16112
+ include Aws::Structure
16113
+ end
16114
+
16005
16115
  # The conditional formatting of a KPI visual.
16006
16116
  #
16007
16117
  # @!attribute [rw] conditional_formatting_options
@@ -16026,11 +16136,21 @@ module Aws::QuickSight
16026
16136
  # The conditional formatting for the progress bar of a KPI visual.
16027
16137
  # @return [Types::KPIProgressBarConditionalFormatting]
16028
16138
  #
16139
+ # @!attribute [rw] actual_value
16140
+ # The conditional formatting for the actual value of a KPI visual.
16141
+ # @return [Types::KPIActualValueConditionalFormatting]
16142
+ #
16143
+ # @!attribute [rw] comparison_value
16144
+ # The conditional formatting for the comparison value of a KPI visual.
16145
+ # @return [Types::KPIComparisonValueConditionalFormatting]
16146
+ #
16029
16147
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/KPIConditionalFormattingOption AWS API Documentation
16030
16148
  #
16031
16149
  class KPIConditionalFormattingOption < Struct.new(
16032
16150
  :primary_value,
16033
- :progress_bar)
16151
+ :progress_bar,
16152
+ :actual_value,
16153
+ :comparison_value)
16034
16154
  SENSITIVE = []
16035
16155
  include Aws::Structure
16036
16156
  end
@@ -16116,6 +16236,15 @@ module Aws::QuickSight
16116
16236
  # The options that determine the secondary value font configuration.
16117
16237
  # @return [Types::FontConfiguration]
16118
16238
  #
16239
+ # @!attribute [rw] sparkline
16240
+ # The options that determine the visibility, color, type, and tooltip
16241
+ # visibility of the sparkline of a KPI visual.
16242
+ # @return [Types::KPISparklineOptions]
16243
+ #
16244
+ # @!attribute [rw] visual_layout_options
16245
+ # The options that determine the layout a KPI visual.
16246
+ # @return [Types::KPIVisualLayoutOptions]
16247
+ #
16119
16248
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/KPIOptions AWS API Documentation
16120
16249
  #
16121
16250
  class KPIOptions < Struct.new(
@@ -16125,7 +16254,9 @@ module Aws::QuickSight
16125
16254
  :comparison,
16126
16255
  :primary_value_display_type,
16127
16256
  :primary_value_font_configuration,
16128
- :secondary_value_font_configuration)
16257
+ :secondary_value_font_configuration,
16258
+ :sparkline,
16259
+ :visual_layout_options)
16129
16260
  SENSITIVE = []
16130
16261
  include Aws::Structure
16131
16262
  end
@@ -16177,6 +16308,36 @@ module Aws::QuickSight
16177
16308
  include Aws::Structure
16178
16309
  end
16179
16310
 
16311
+ # The options that determine the visibility, color, type, and tooltip
16312
+ # visibility of the sparkline of a KPI visual.
16313
+ #
16314
+ # @!attribute [rw] visibility
16315
+ # The visibility of the sparkline.
16316
+ # @return [String]
16317
+ #
16318
+ # @!attribute [rw] type
16319
+ # The type of the sparkline.
16320
+ # @return [String]
16321
+ #
16322
+ # @!attribute [rw] color
16323
+ # The color of the sparkline.
16324
+ # @return [String]
16325
+ #
16326
+ # @!attribute [rw] tooltip_visibility
16327
+ # The tooltip visibility of the sparkline.
16328
+ # @return [String]
16329
+ #
16330
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/KPISparklineOptions AWS API Documentation
16331
+ #
16332
+ class KPISparklineOptions < Struct.new(
16333
+ :visibility,
16334
+ :type,
16335
+ :color,
16336
+ :tooltip_visibility)
16337
+ SENSITIVE = []
16338
+ include Aws::Structure
16339
+ end
16340
+
16180
16341
  # A key performance indicator (KPI).
16181
16342
  #
16182
16343
  # For more information, see [Using KPIs][1] in the *Amazon QuickSight
@@ -16231,6 +16392,34 @@ module Aws::QuickSight
16231
16392
  include Aws::Structure
16232
16393
  end
16233
16394
 
16395
+ # The options that determine the layout a KPI visual.
16396
+ #
16397
+ # @!attribute [rw] standard_layout
16398
+ # The standard layout of the KPI visual.
16399
+ # @return [Types::KPIVisualStandardLayout]
16400
+ #
16401
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/KPIVisualLayoutOptions AWS API Documentation
16402
+ #
16403
+ class KPIVisualLayoutOptions < Struct.new(
16404
+ :standard_layout)
16405
+ SENSITIVE = []
16406
+ include Aws::Structure
16407
+ end
16408
+
16409
+ # The standard layout of the KPI visual.
16410
+ #
16411
+ # @!attribute [rw] type
16412
+ # The standard layout type.
16413
+ # @return [String]
16414
+ #
16415
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/KPIVisualStandardLayout AWS API Documentation
16416
+ #
16417
+ class KPIVisualStandardLayout < Struct.new(
16418
+ :type)
16419
+ SENSITIVE = []
16420
+ include Aws::Structure
16421
+ end
16422
+
16234
16423
  # The share label options for the labels.
16235
16424
  #
16236
16425
  # @!attribute [rw] visibility
@@ -24397,12 +24586,12 @@ module Aws::QuickSight
24397
24586
  # information on the dashboard sheet that is exported. These objects
24398
24587
  # provide information about the snapshot artifacts that are generated
24399
24588
  # during the job. This structure can hold a maximum of 5 CSV
24400
- # configurations or 1 configuration for PDF.
24589
+ # configurations, 5 Excel configurations, or 1 configuration for PDF.
24401
24590
  # @return [Array<Types::SnapshotFileSheetSelection>]
24402
24591
  #
24403
24592
  # @!attribute [rw] format_type
24404
24593
  # The format of the snapshot file to be generated. You can choose
24405
- # between `CSV` or `PDF`.
24594
+ # between `CSV`, `Excel`, or `PDF`.
24406
24595
  # @return [String]
24407
24596
  #
24408
24597
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SnapshotFile AWS API Documentation
@@ -24435,7 +24624,7 @@ module Aws::QuickSight
24435
24624
  #
24436
24625
  # @!attribute [rw] sheet_id
24437
24626
  # The sheet ID of the dashboard to generate the snapshot artifact
24438
- # from. This value is required for CSV and PDF format types.
24627
+ # from. This value is required for CSV, Excel, and PDF format types.
24439
24628
  # @return [String]
24440
24629
  #
24441
24630
  # @!attribute [rw] selection_scope
@@ -24447,14 +24636,18 @@ module Aws::QuickSight
24447
24636
  # value is required if the snapshot is a PDF.
24448
24637
  #
24449
24638
  # * `SELECTED_VISUALS` - Select the visual that you want to add to the
24450
- # snapshot. This value is required if the snapshot is a CSV.
24639
+ # snapshot. This value is required if the snapshot is a CSV or Excel
24640
+ # workbook.
24451
24641
  # @return [String]
24452
24642
  #
24453
24643
  # @!attribute [rw] visual_ids
24454
- # A list of visual IDs that are located in the selected sheet. This
24455
- # structure supports tables and pivot tables. This structure is
24456
- # required if you are generating a CSV. You can add a maximum of 1
24457
- # visual ID to this structure.
24644
+ # A structure that lists the IDs of the visuals in the selected sheet.
24645
+ # Supported visual types are table, pivot table visuals. This value is
24646
+ # required if you are generating a CSV or Excel workbook. This value
24647
+ # supports a maximum of 1 visual ID for CSV and 5 visual IDs across up
24648
+ # to 5 sheet selections for Excel. If you are generating an Excel
24649
+ # workbook, the order of the visual IDs provided in this structure
24650
+ # determines the order of the worksheets in the Excel file.
24458
24651
  # @return [Array<String>]
24459
24652
  #
24460
24653
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SnapshotFileSheetSelection AWS API Documentation
@@ -25531,21 +25724,27 @@ module Aws::QuickSight
25531
25724
  include Aws::Structure
25532
25725
  end
25533
25726
 
25534
- # The field options for a table visual.
25727
+ # The field options of a table visual.
25535
25728
  #
25536
25729
  # @!attribute [rw] selected_field_options
25537
- # The selected field options for the table field options.
25730
+ # The field options to be configured to a table.
25538
25731
  # @return [Array<Types::TableFieldOption>]
25539
25732
  #
25540
25733
  # @!attribute [rw] order
25541
- # The order of field IDs of the field options for a table visual.
25734
+ # The order of the field IDs that are configured as field options for
25735
+ # a table visual.
25542
25736
  # @return [Array<String>]
25543
25737
  #
25738
+ # @!attribute [rw] pinned_field_options
25739
+ # The settings for the pinned columns of a table visual.
25740
+ # @return [Types::TablePinnedFieldOptions]
25741
+ #
25544
25742
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TableFieldOptions AWS API Documentation
25545
25743
  #
25546
25744
  class TableFieldOptions < Struct.new(
25547
25745
  :selected_field_options,
25548
- :order)
25746
+ :order,
25747
+ :pinned_field_options)
25549
25748
  SENSITIVE = []
25550
25749
  include Aws::Structure
25551
25750
  end
@@ -25655,6 +25854,20 @@ module Aws::QuickSight
25655
25854
  include Aws::Structure
25656
25855
  end
25657
25856
 
25857
+ # The settings for the pinned columns of a table visual.
25858
+ #
25859
+ # @!attribute [rw] pinned_left_fields
25860
+ # A list of columns to be pinned to the left of a table visual.
25861
+ # @return [Array<String>]
25862
+ #
25863
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TablePinnedFieldOptions AWS API Documentation
25864
+ #
25865
+ class TablePinnedFieldOptions < Struct.new(
25866
+ :pinned_left_fields)
25867
+ SENSITIVE = []
25868
+ include Aws::Structure
25869
+ end
25870
+
25658
25871
  # The conditional formatting of a table row.
25659
25872
  #
25660
25873
  # @!attribute [rw] background_color
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-quicksight/customizations'
52
52
  # @!group service
53
53
  module Aws::QuickSight
54
54
 
55
- GEM_VERSION = '1.88.0'
55
+ GEM_VERSION = '1.90.0'
56
56
 
57
57
  end
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.88.0
4
+ version: 1.90.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-08-11 00:00:00.000000000 Z
11
+ date: 2023-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core