aws-sdk-quicksight 1.88.0 → 1.89.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: b0ddb791a35e0daa8712eda76d0135c059711eeab3a4de92fb44f3d3f01c3052
4
+ data.tar.gz: 0ad1a2950431774434063a0c59e4de35c629ea386cdd1d4255690903b8182709
5
5
  SHA512:
6
- metadata.gz: 2df07bea28a4715bc69171fbd3e006eb99c626cfda232f8a671a42675aece809c7b5604f51738b7b9c4f0f5152c1bf00fe0c80c4849dc590cdae3464f99c9544
7
- data.tar.gz: 750efb906131c423d78d1212f67cbfcd5962b0e23dc25779a745da8e05cd66bb327b4836be0cd853e5ceb209c5959653ed9a549615860a3964d447cc97eeba7f
6
+ metadata.gz: 6e8811b7291440e719cff3aab839dc67902a4eec55c0eea65cc1703b15472441d1c2a2f69dcf6030e673808fc7fb5a068ef89e2bc65614536bca813793eefbd0
7
+ data.tar.gz: be394f875a5968ee8dd26165126b4ac2c0c172301dc59d28668468b6a905ff37719873b179b97fc74bffd2d351681fe83ac77c7bb852710ebb725082afb441d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2023-08-24)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.88.0 (2023-08-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.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.89.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')
@@ -1290,6 +1291,7 @@ module Aws::QuickSight
1290
1291
  SetParameterValueConfiguration = Shapes::StructureShape.new(name: 'SetParameterValueConfiguration')
1291
1292
  SetParameterValueConfigurationList = Shapes::ListShape.new(name: 'SetParameterValueConfigurationList')
1292
1293
  ShapeConditionalFormat = Shapes::StructureShape.new(name: 'ShapeConditionalFormat')
1294
+ SharingModel = Shapes::StringShape.new(name: 'SharingModel')
1293
1295
  Sheet = Shapes::StructureShape.new(name: 'Sheet')
1294
1296
  SheetContentType = Shapes::StringShape.new(name: 'SheetContentType')
1295
1297
  SheetControlDateTimePickerType = Shapes::StringShape.new(name: 'SheetControlDateTimePickerType')
@@ -1420,6 +1422,7 @@ module Aws::QuickSight
1420
1422
  TableFieldOption = Shapes::StructureShape.new(name: 'TableFieldOption')
1421
1423
  TableFieldOptionList = Shapes::ListShape.new(name: 'TableFieldOptionList')
1422
1424
  TableFieldOptions = Shapes::StructureShape.new(name: 'TableFieldOptions')
1425
+ TableFieldOrderList = Shapes::ListShape.new(name: 'TableFieldOrderList')
1423
1426
  TableFieldURLConfiguration = Shapes::StructureShape.new(name: 'TableFieldURLConfiguration')
1424
1427
  TableFieldWells = Shapes::StructureShape.new(name: 'TableFieldWells')
1425
1428
  TableInlineVisualization = Shapes::StructureShape.new(name: 'TableInlineVisualization')
@@ -1427,6 +1430,7 @@ module Aws::QuickSight
1427
1430
  TableOptions = Shapes::StructureShape.new(name: 'TableOptions')
1428
1431
  TableOrientation = Shapes::StringShape.new(name: 'TableOrientation')
1429
1432
  TablePaginatedReportOptions = Shapes::StructureShape.new(name: 'TablePaginatedReportOptions')
1433
+ TablePinnedFieldOptions = Shapes::StructureShape.new(name: 'TablePinnedFieldOptions')
1430
1434
  TableRowConditionalFormatting = Shapes::StructureShape.new(name: 'TableRowConditionalFormatting')
1431
1435
  TableSideBorderOptions = Shapes::StructureShape.new(name: 'TableSideBorderOptions')
1432
1436
  TableSortConfiguration = Shapes::StructureShape.new(name: 'TableSortConfiguration')
@@ -1739,6 +1743,8 @@ module Aws::QuickSight
1739
1743
 
1740
1744
  AggregationSortConfigurationList.member = Shapes::ShapeRef.new(shape: AggregationSortConfiguration)
1741
1745
 
1746
+ AllSheetsFilterScopeConfiguration.struct_class = Types::AllSheetsFilterScopeConfiguration
1747
+
1742
1748
  AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
1743
1749
  AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
1744
1750
 
@@ -2640,6 +2646,7 @@ module Aws::QuickSight
2640
2646
  CreateFolderRequest.add_member(:parent_folder_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ParentFolderArn"))
2641
2647
  CreateFolderRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
2642
2648
  CreateFolderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2649
+ CreateFolderRequest.add_member(:sharing_model, Shapes::ShapeRef.new(shape: SharingModel, location_name: "SharingModel"))
2643
2650
  CreateFolderRequest.struct_class = Types::CreateFolderRequest
2644
2651
 
2645
2652
  CreateFolderResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
@@ -3831,6 +3838,9 @@ module Aws::QuickSight
3831
3838
 
3832
3839
  DescribeFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3833
3840
  DescribeFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
3841
+ DescribeFolderPermissionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
3842
+ DescribeFolderPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
3843
+ DescribeFolderPermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
3834
3844
  DescribeFolderPermissionsRequest.struct_class = Types::DescribeFolderPermissionsRequest
3835
3845
 
3836
3846
  DescribeFolderPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
@@ -3838,6 +3848,7 @@ module Aws::QuickSight
3838
3848
  DescribeFolderPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
3839
3849
  DescribeFolderPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
3840
3850
  DescribeFolderPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3851
+ DescribeFolderPermissionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3841
3852
  DescribeFolderPermissionsResponse.struct_class = Types::DescribeFolderPermissionsResponse
3842
3853
 
3843
3854
  DescribeFolderRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -3846,6 +3857,9 @@ module Aws::QuickSight
3846
3857
 
3847
3858
  DescribeFolderResolvedPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3848
3859
  DescribeFolderResolvedPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
3860
+ DescribeFolderResolvedPermissionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
3861
+ DescribeFolderResolvedPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
3862
+ DescribeFolderResolvedPermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
3849
3863
  DescribeFolderResolvedPermissionsRequest.struct_class = Types::DescribeFolderResolvedPermissionsRequest
3850
3864
 
3851
3865
  DescribeFolderResolvedPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
@@ -3853,6 +3867,7 @@ module Aws::QuickSight
3853
3867
  DescribeFolderResolvedPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
3854
3868
  DescribeFolderResolvedPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
3855
3869
  DescribeFolderResolvedPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3870
+ DescribeFolderResolvedPermissionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3856
3871
  DescribeFolderResolvedPermissionsResponse.struct_class = Types::DescribeFolderResolvedPermissionsResponse
3857
3872
 
3858
3873
  DescribeFolderResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
@@ -4332,6 +4347,7 @@ module Aws::QuickSight
4332
4347
  FilterRelativeDateTimeControl.struct_class = Types::FilterRelativeDateTimeControl
4333
4348
 
4334
4349
  FilterScopeConfiguration.add_member(:selected_sheets, Shapes::ShapeRef.new(shape: SelectedSheetsFilterScopeConfiguration, location_name: "SelectedSheets"))
4350
+ FilterScopeConfiguration.add_member(:all_sheets, Shapes::ShapeRef.new(shape: AllSheetsFilterScopeConfiguration, location_name: "AllSheets"))
4335
4351
  FilterScopeConfiguration.struct_class = Types::FilterScopeConfiguration
4336
4352
 
4337
4353
  FilterSelectableValues.add_member(:values, Shapes::ShapeRef.new(shape: ParameterSelectableValueList, location_name: "Values"))
@@ -4369,6 +4385,7 @@ module Aws::QuickSight
4369
4385
  Folder.add_member(:folder_path, Shapes::ShapeRef.new(shape: Path, location_name: "FolderPath"))
4370
4386
  Folder.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
4371
4387
  Folder.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
4388
+ Folder.add_member(:sharing_model, Shapes::ShapeRef.new(shape: SharingModel, location_name: "SharingModel"))
4372
4389
  Folder.struct_class = Types::Folder
4373
4390
 
4374
4391
  FolderColumnList.member = Shapes::ShapeRef.new(shape: String)
@@ -4392,6 +4409,7 @@ module Aws::QuickSight
4392
4409
  FolderSummary.add_member(:folder_type, Shapes::ShapeRef.new(shape: FolderType, location_name: "FolderType"))
4393
4410
  FolderSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
4394
4411
  FolderSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
4412
+ FolderSummary.add_member(:sharing_model, Shapes::ShapeRef.new(shape: SharingModel, location_name: "SharingModel"))
4395
4413
  FolderSummary.struct_class = Types::FolderSummary
4396
4414
 
4397
4415
  FolderSummaryList.member = Shapes::ShapeRef.new(shape: FolderSummary)
@@ -4416,7 +4434,7 @@ module Aws::QuickSight
4416
4434
 
4417
4435
  ForecastComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
4418
4436
  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"))
4437
+ ForecastComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
4420
4438
  ForecastComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
4421
4439
  ForecastComputation.add_member(:periods_forward, Shapes::ShapeRef.new(shape: PeriodsForward, location_name: "PeriodsForward"))
4422
4440
  ForecastComputation.add_member(:periods_backward, Shapes::ShapeRef.new(shape: PeriodsBackward, location_name: "PeriodsBackward"))
@@ -4736,7 +4754,7 @@ module Aws::QuickSight
4736
4754
 
4737
4755
  GrowthRateComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
4738
4756
  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"))
4757
+ GrowthRateComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
4740
4758
  GrowthRateComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
4741
4759
  GrowthRateComputation.add_member(:period_size, Shapes::ShapeRef.new(shape: GrowthRatePeriodSize, location_name: "PeriodSize"))
4742
4760
  GrowthRateComputation.struct_class = Types::GrowthRateComputation
@@ -5479,7 +5497,7 @@ module Aws::QuickSight
5479
5497
 
5480
5498
  MaximumMinimumComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
5481
5499
  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"))
5500
+ MaximumMinimumComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
5483
5501
  MaximumMinimumComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
5484
5502
  MaximumMinimumComputation.add_member(:type, Shapes::ShapeRef.new(shape: MaximumMinimumComputationType, required: true, location_name: "Type"))
5485
5503
  MaximumMinimumComputation.struct_class = Types::MaximumMinimumComputation
@@ -5498,9 +5516,9 @@ module Aws::QuickSight
5498
5516
 
5499
5517
  MetricComparisonComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
5500
5518
  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"))
5519
+ MetricComparisonComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
5520
+ MetricComparisonComputation.add_member(:from_value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "FromValue"))
5521
+ MetricComparisonComputation.add_member(:target_value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "TargetValue"))
5504
5522
  MetricComparisonComputation.struct_class = Types::MetricComparisonComputation
5505
5523
 
5506
5524
  MinimumLabelType.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
@@ -5770,13 +5788,13 @@ module Aws::QuickSight
5770
5788
 
5771
5789
  PeriodOverPeriodComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
5772
5790
  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"))
5791
+ PeriodOverPeriodComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
5774
5792
  PeriodOverPeriodComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
5775
5793
  PeriodOverPeriodComputation.struct_class = Types::PeriodOverPeriodComputation
5776
5794
 
5777
5795
  PeriodToDateComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
5778
5796
  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"))
5797
+ PeriodToDateComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
5780
5798
  PeriodToDateComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
5781
5799
  PeriodToDateComputation.add_member(:period_time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "PeriodTimeGranularity"))
5782
5800
  PeriodToDateComputation.struct_class = Types::PeriodToDateComputation
@@ -6891,8 +6909,11 @@ module Aws::QuickSight
6891
6909
 
6892
6910
  TableFieldOptions.add_member(:selected_field_options, Shapes::ShapeRef.new(shape: TableFieldOptionList, location_name: "SelectedFieldOptions"))
6893
6911
  TableFieldOptions.add_member(:order, Shapes::ShapeRef.new(shape: FieldOrderList, location_name: "Order"))
6912
+ TableFieldOptions.add_member(:pinned_field_options, Shapes::ShapeRef.new(shape: TablePinnedFieldOptions, location_name: "PinnedFieldOptions"))
6894
6913
  TableFieldOptions.struct_class = Types::TableFieldOptions
6895
6914
 
6915
+ TableFieldOrderList.member = Shapes::ShapeRef.new(shape: FieldId)
6916
+
6896
6917
  TableFieldURLConfiguration.add_member(:link_configuration, Shapes::ShapeRef.new(shape: TableFieldLinkConfiguration, location_name: "LinkConfiguration"))
6897
6918
  TableFieldURLConfiguration.add_member(:image_configuration, Shapes::ShapeRef.new(shape: TableFieldImageConfiguration, location_name: "ImageConfiguration"))
6898
6919
  TableFieldURLConfiguration.struct_class = Types::TableFieldURLConfiguration
@@ -6916,6 +6937,9 @@ module Aws::QuickSight
6916
6937
  TablePaginatedReportOptions.add_member(:overflow_column_header_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "OverflowColumnHeaderVisibility"))
6917
6938
  TablePaginatedReportOptions.struct_class = Types::TablePaginatedReportOptions
6918
6939
 
6940
+ TablePinnedFieldOptions.add_member(:pinned_left_fields, Shapes::ShapeRef.new(shape: TableFieldOrderList, location_name: "PinnedLeftFields"))
6941
+ TablePinnedFieldOptions.struct_class = Types::TablePinnedFieldOptions
6942
+
6919
6943
  TableRowConditionalFormatting.add_member(:background_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "BackgroundColor"))
6920
6944
  TableRowConditionalFormatting.add_member(:text_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "TextColor"))
6921
6945
  TableRowConditionalFormatting.struct_class = Types::TableRowConditionalFormatting
@@ -7195,8 +7219,8 @@ module Aws::QuickSight
7195
7219
 
7196
7220
  TopBottomMoversComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
7197
7221
  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"))
7222
+ TopBottomMoversComputation.add_member(:time, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Time"))
7223
+ TopBottomMoversComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Category"))
7200
7224
  TopBottomMoversComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
7201
7225
  TopBottomMoversComputation.add_member(:mover_size, Shapes::ShapeRef.new(shape: TopBottomMoversComputationMoverSize, location_name: "MoverSize"))
7202
7226
  TopBottomMoversComputation.add_member(:sort_order, Shapes::ShapeRef.new(shape: TopBottomSortOrder, location_name: "SortOrder"))
@@ -7205,7 +7229,7 @@ module Aws::QuickSight
7205
7229
 
7206
7230
  TopBottomRankedComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
7207
7231
  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"))
7232
+ TopBottomRankedComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Category"))
7209
7233
  TopBottomRankedComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
7210
7234
  TopBottomRankedComputation.add_member(:result_size, Shapes::ShapeRef.new(shape: TopBottomRankedComputationResultSize, location_name: "ResultSize"))
7211
7235
  TopBottomRankedComputation.add_member(:type, Shapes::ShapeRef.new(shape: TopBottomComputationType, required: true, location_name: "Type"))
@@ -7349,7 +7373,7 @@ module Aws::QuickSight
7349
7373
 
7350
7374
  TotalAggregationComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
7351
7375
  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"))
7376
+ TotalAggregationComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
7353
7377
  TotalAggregationComputation.struct_class = Types::TotalAggregationComputation
7354
7378
 
7355
7379
  TotalOptions.add_member(:totals_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "TotalsVisibility"))
@@ -7446,7 +7470,7 @@ module Aws::QuickSight
7446
7470
 
7447
7471
  UniqueValuesComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
7448
7472
  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"))
7473
+ UniqueValuesComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Category"))
7450
7474
  UniqueValuesComputation.struct_class = Types::UniqueValuesComputation
7451
7475
 
7452
7476
  UnsupportedPricingPlanException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -9045,8 +9069,15 @@ module Aws::QuickSight
9045
9069
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9046
9070
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9047
9071
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9072
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
9048
9073
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
9049
9074
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9075
+ o[:pager] = Aws::Pager.new(
9076
+ limit_key: "max_results",
9077
+ tokens: {
9078
+ "next_token" => "next_token"
9079
+ }
9080
+ )
9050
9081
  end)
9051
9082
 
9052
9083
  api.add_operation(:describe_folder_resolved_permissions, Seahorse::Model::Operation.new.tap do |o|
@@ -9059,8 +9090,15 @@ module Aws::QuickSight
9059
9090
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9060
9091
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9061
9092
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9093
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
9062
9094
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
9063
9095
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9096
+ o[:pager] = Aws::Pager.new(
9097
+ limit_key: "max_results",
9098
+ tokens: {
9099
+ "next_token" => "next_token"
9100
+ }
9101
+ )
9064
9102
  end)
9065
9103
 
9066
9104
  api.add_operation(:describe_group, Seahorse::Model::Operation.new.tap do |o|
@@ -9562,6 +9600,12 @@ module Aws::QuickSight
9562
9600
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
9563
9601
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
9564
9602
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9603
+ o[:pager] = Aws::Pager.new(
9604
+ limit_key: "max_results",
9605
+ tokens: {
9606
+ "next_token" => "next_token"
9607
+ }
9608
+ )
9565
9609
  end)
9566
9610
 
9567
9611
  api.add_operation(:list_folders, Seahorse::Model::Operation.new.tap do |o|
@@ -9577,6 +9621,12 @@ module Aws::QuickSight
9577
9621
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
9578
9622
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
9579
9623
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9624
+ o[:pager] = Aws::Pager.new(
9625
+ limit_key: "max_results",
9626
+ tokens: {
9627
+ "next_token" => "next_token"
9628
+ }
9629
+ )
9580
9630
  end)
9581
9631
 
9582
9632
  api.add_operation(:list_group_memberships, Seahorse::Model::Operation.new.tap do |o|
@@ -10089,6 +10139,12 @@ module Aws::QuickSight
10089
10139
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
10090
10140
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10091
10141
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
10142
+ o[:pager] = Aws::Pager.new(
10143
+ limit_key: "max_results",
10144
+ tokens: {
10145
+ "next_token" => "next_token"
10146
+ }
10147
+ )
10092
10148
  end)
10093
10149
 
10094
10150
  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
@@ -24397,12 +24469,12 @@ module Aws::QuickSight
24397
24469
  # information on the dashboard sheet that is exported. These objects
24398
24470
  # provide information about the snapshot artifacts that are generated
24399
24471
  # during the job. This structure can hold a maximum of 5 CSV
24400
- # configurations or 1 configuration for PDF.
24472
+ # configurations, 5 Excel configurations, or 1 configuration for PDF.
24401
24473
  # @return [Array<Types::SnapshotFileSheetSelection>]
24402
24474
  #
24403
24475
  # @!attribute [rw] format_type
24404
24476
  # The format of the snapshot file to be generated. You can choose
24405
- # between `CSV` or `PDF`.
24477
+ # between `CSV`, `Excel`, or `PDF`.
24406
24478
  # @return [String]
24407
24479
  #
24408
24480
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SnapshotFile AWS API Documentation
@@ -24435,7 +24507,7 @@ module Aws::QuickSight
24435
24507
  #
24436
24508
  # @!attribute [rw] sheet_id
24437
24509
  # The sheet ID of the dashboard to generate the snapshot artifact
24438
- # from. This value is required for CSV and PDF format types.
24510
+ # from. This value is required for CSV, Excel, and PDF format types.
24439
24511
  # @return [String]
24440
24512
  #
24441
24513
  # @!attribute [rw] selection_scope
@@ -24447,14 +24519,18 @@ module Aws::QuickSight
24447
24519
  # value is required if the snapshot is a PDF.
24448
24520
  #
24449
24521
  # * `SELECTED_VISUALS` - Select the visual that you want to add to the
24450
- # snapshot. This value is required if the snapshot is a CSV.
24522
+ # snapshot. This value is required if the snapshot is a CSV or Excel
24523
+ # workbook.
24451
24524
  # @return [String]
24452
24525
  #
24453
24526
  # @!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.
24527
+ # A structure that lists the IDs of the visuals in the selected sheet.
24528
+ # Supported visual types are table, pivot table visuals. This value is
24529
+ # required if you are generating a CSV or Excel workbook. This value
24530
+ # supports a maximum of 1 visual ID for CSV and 5 visual IDs across up
24531
+ # to 5 sheet selections for Excel. If you are generating an Excel
24532
+ # workbook, the order of the visual IDs provided in this structure
24533
+ # determines the order of the worksheets in the Excel file.
24458
24534
  # @return [Array<String>]
24459
24535
  #
24460
24536
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SnapshotFileSheetSelection AWS API Documentation
@@ -25531,21 +25607,27 @@ module Aws::QuickSight
25531
25607
  include Aws::Structure
25532
25608
  end
25533
25609
 
25534
- # The field options for a table visual.
25610
+ # The field options of a table visual.
25535
25611
  #
25536
25612
  # @!attribute [rw] selected_field_options
25537
- # The selected field options for the table field options.
25613
+ # The field options to be configured to a table.
25538
25614
  # @return [Array<Types::TableFieldOption>]
25539
25615
  #
25540
25616
  # @!attribute [rw] order
25541
- # The order of field IDs of the field options for a table visual.
25617
+ # The order of the field IDs that are configured as field options for
25618
+ # a table visual.
25542
25619
  # @return [Array<String>]
25543
25620
  #
25621
+ # @!attribute [rw] pinned_field_options
25622
+ # The settings for the pinned columns of a table visual.
25623
+ # @return [Types::TablePinnedFieldOptions]
25624
+ #
25544
25625
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TableFieldOptions AWS API Documentation
25545
25626
  #
25546
25627
  class TableFieldOptions < Struct.new(
25547
25628
  :selected_field_options,
25548
- :order)
25629
+ :order,
25630
+ :pinned_field_options)
25549
25631
  SENSITIVE = []
25550
25632
  include Aws::Structure
25551
25633
  end
@@ -25655,6 +25737,20 @@ module Aws::QuickSight
25655
25737
  include Aws::Structure
25656
25738
  end
25657
25739
 
25740
+ # The settings for the pinned columns of a table visual.
25741
+ #
25742
+ # @!attribute [rw] pinned_left_fields
25743
+ # A list of columns to be pinned to the left of a table visual.
25744
+ # @return [Array<String>]
25745
+ #
25746
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TablePinnedFieldOptions AWS API Documentation
25747
+ #
25748
+ class TablePinnedFieldOptions < Struct.new(
25749
+ :pinned_left_fields)
25750
+ SENSITIVE = []
25751
+ include Aws::Structure
25752
+ end
25753
+
25658
25754
  # The conditional formatting of a table row.
25659
25755
  #
25660
25756
  # @!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.89.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.89.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-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core