aws-sdk-quicksight 1.35.0 → 1.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e0e1508be6131dd8827b37961de8a05702050061d4caf99524668492a0e5c74
4
- data.tar.gz: 4f8aa926c5f6bbac12a143f925d637094eda713f0cb6d13fa49827ee45416c43
3
+ metadata.gz: 5680aaf3cccab1aea839f98eafa0378d0ba6dab4d21c1878e77e9ef80db6a1f3
4
+ data.tar.gz: b224729444416df92af58e08982cacd16dfbca4aaac35fc901506a287a8dea0d
5
5
  SHA512:
6
- metadata.gz: 1890dbf53f9096696f8218f89b77c86e7f015a0a24bd379646da956e5afa41597305d61a1e229bdf37d1fdf8591e76d8b07da6e820be91c277bdd7139241ffd6
7
- data.tar.gz: 921efd37d6ab94c5ba68bf01b08048e53b8bad1bd9176ca43209f22621b86c916a8d105b640446f05a3e5f70c0ccd2e5ba884202b5028b7075fa0f1b4436a950
6
+ metadata.gz: de53b63d47e441c38387fa965a31c47356bbe6c666a12d8eceebe823457e97acc86b605aa9c4e5346bb217979bbd3c6553819a5cc8c995a6afb7545bef29cba8
7
+ data.tar.gz: 0a1ea779ca031c48f548e605b1c4a7875cc335abe9c8178379c0c401a3abeb0914bc98559d3ba61c96e293ff56451e2cb84da50083418c9e4c1d1a0f2b145dca
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-quicksight/customizations'
48
48
  # @!group service
49
49
  module Aws::QuickSight
50
50
 
51
- GEM_VERSION = '1.35.0'
51
+ GEM_VERSION = '1.40.0'
52
52
 
53
53
  end
@@ -817,6 +817,7 @@ module Aws::QuickSight
817
817
  # "PhysicalTableId" => {
818
818
  # relational_table: {
819
819
  # data_source_arn: "Arn", # required
820
+ # catalog: "RelationalTableCatalog",
820
821
  # schema: "RelationalTableSchema",
821
822
  # name: "RelationalTableName", # required
822
823
  # input_columns: [ # required
@@ -901,6 +902,12 @@ module Aws::QuickSight
901
902
  # join_instruction: {
902
903
  # left_operand: "LogicalTableId", # required
903
904
  # right_operand: "LogicalTableId", # required
905
+ # left_join_key_properties: {
906
+ # unique_key: false,
907
+ # },
908
+ # right_join_key_properties: {
909
+ # unique_key: false,
910
+ # },
904
911
  # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
905
912
  # on_clause: "OnClause", # required
906
913
  # },
@@ -1439,7 +1446,7 @@ module Aws::QuickSight
1439
1446
  #
1440
1447
  #
1441
1448
  #
1442
- # [1]: https://aws.amazon.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/
1449
+ # [1]: http://aws.amazon.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/
1443
1450
  #
1444
1451
  # @option params [required, String] :data_set_id
1445
1452
  # The ID of the dataset used in the ingestion.
@@ -2937,6 +2944,7 @@ module Aws::QuickSight
2937
2944
  # resp.data_set.last_updated_time #=> Time
2938
2945
  # resp.data_set.physical_table_map #=> Hash
2939
2946
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.data_source_arn #=> String
2947
+ # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.catalog #=> String
2940
2948
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.schema #=> String
2941
2949
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.name #=> String
2942
2950
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns #=> Array
@@ -2978,6 +2986,8 @@ module Aws::QuickSight
2978
2986
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags[0].column_description.text #=> String
2979
2987
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_operand #=> String
2980
2988
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.right_operand #=> String
2989
+ # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_join_key_properties.unique_key #=> Boolean
2990
+ # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.right_join_key_properties.unique_key #=> Boolean
2981
2991
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.type #=> String, one of "INNER", "OUTER", "LEFT", "RIGHT"
2982
2992
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.on_clause #=> String
2983
2993
  # resp.data_set.logical_table_map["LogicalTableId"].source.physical_table_id #=> String
@@ -3845,19 +3855,20 @@ module Aws::QuickSight
3845
3855
  #
3846
3856
  # * The resulting user session is valid for 10 hours.
3847
3857
  #
3848
- # For more information, see [Embedding Amazon QuickSight][1] in the
3849
- # *Amazon QuickSight User Guide* .
3858
+ # For more information, see [Embedded Analytics][1] in the *Amazon
3859
+ # QuickSight User Guide*.
3850
3860
  #
3851
3861
  #
3852
3862
  #
3853
- # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedding-dashboards.html
3863
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html
3854
3864
  #
3855
3865
  # @option params [required, String] :aws_account_id
3856
3866
  # The ID for the AWS account that contains the dashboard that you're
3857
3867
  # embedding.
3858
3868
  #
3859
3869
  # @option params [required, String] :dashboard_id
3860
- # The ID for the dashboard, also added to the IAM policy.
3870
+ # The ID for the dashboard, also added to the AWS Identity and Access
3871
+ # Management (IAM) policy.
3861
3872
  #
3862
3873
  # @option params [required, String] :identity_type
3863
3874
  # The authentication method that the user uses to sign in.
@@ -3874,6 +3885,16 @@ module Aws::QuickSight
3874
3885
  # Remove the reset button on the embedded dashboard. The default is
3875
3886
  # FALSE, which enables the reset button.
3876
3887
  #
3888
+ # @option params [Boolean] :state_persistence_enabled
3889
+ # Adds persistence of state for the user session in an embedded
3890
+ # dashboard. Persistence applies to the sheet and the parameter
3891
+ # settings. These are control settings that the dashboard subscriber
3892
+ # (QuickSight reader) chooses while viewing the dashboard. If this is
3893
+ # set to `TRUE`, the settings are the same when the subscriber reopens
3894
+ # the same dashboard URL. The state is stored in QuickSight, not in a
3895
+ # browser cookie. If this is set to FALSE, the state of the user session
3896
+ # is not persisted. The default is `FALSE`.
3897
+ #
3877
3898
  # @option params [String] :user_arn
3878
3899
  # The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
3879
3900
  # `QUICKSIGHT` identity type. You can use this for any Amazon QuickSight
@@ -3891,6 +3912,20 @@ module Aws::QuickSight
3891
3912
  # Omit this parameter for users in the third group – IAM users and IAM
3892
3913
  # role-based sessions.
3893
3914
  #
3915
+ # @option params [String] :namespace
3916
+ # The QuickSight namespace that contains the dashboard IDs in this
3917
+ # request. If you're not using a custom namespace, set this to
3918
+ # "`default`".
3919
+ #
3920
+ # @option params [Array<String>] :additional_dashboard_ids
3921
+ # A list of one or more dashboard IDs that you want to add to a session
3922
+ # that includes anonymous users. The `IdentityType` parameter must be
3923
+ # set to `ANONYMOUS` for this to work, because other identity types
3924
+ # authenticate as QuickSight or IAM users. For example, if you set
3925
+ # "`--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3
3926
+ # identity-type ANONYMOUS`", the session can access all three
3927
+ # dashboards.
3928
+ #
3894
3929
  # @return [Types::GetDashboardEmbedUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3895
3930
  #
3896
3931
  # * {Types::GetDashboardEmbedUrlResponse#embed_url #embed_url} => String
@@ -3902,11 +3937,14 @@ module Aws::QuickSight
3902
3937
  # resp = client.get_dashboard_embed_url({
3903
3938
  # aws_account_id: "AwsAccountId", # required
3904
3939
  # dashboard_id: "RestrictiveResourceId", # required
3905
- # identity_type: "IAM", # required, accepts IAM, QUICKSIGHT
3940
+ # identity_type: "IAM", # required, accepts IAM, QUICKSIGHT, ANONYMOUS
3906
3941
  # session_lifetime_in_minutes: 1,
3907
3942
  # undo_redo_disabled: false,
3908
3943
  # reset_disabled: false,
3944
+ # state_persistence_enabled: false,
3909
3945
  # user_arn: "Arn",
3946
+ # namespace: "Namespace",
3947
+ # additional_dashboard_ids: ["RestrictiveResourceId"],
3910
3948
  # })
3911
3949
  #
3912
3950
  # @example Response structure
@@ -3981,11 +4019,11 @@ module Aws::QuickSight
3981
4019
  #
3982
4020
  # 2. Invited nonfederated users
3983
4021
  #
3984
- # 3. IAM users and IAM role-based sessions authenticated through
3985
- # Federated Single Sign-On using SAML, OpenID Connect, or IAM
3986
- # federation
4022
+ # 3. AWS Identity and Access Management (IAM) users and IAM role-based
4023
+ # sessions authenticated through Federated Single Sign-On using
4024
+ # SAML, OpenID Connect, or IAM federation
3987
4025
  #
3988
- # Omit this parameter for users in the third group IAM users and IAM
4026
+ # Omit this parameter for users in the third group, IAM users and IAM
3989
4027
  # role-based sessions.
3990
4028
  #
3991
4029
  # @return [Types::GetSessionEmbedUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -5242,7 +5280,7 @@ module Aws::QuickSight
5242
5280
  #
5243
5281
  #
5244
5282
  #
5245
- # [1]: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sts/assume-role.html
5283
+ # [1]: https://docs.aws.amazon.com/cli/latest/reference/sts/assume-role.html
5246
5284
  #
5247
5285
  # @option params [required, String] :aws_account_id
5248
5286
  # The ID for the AWS account that the user is in. Currently, you use the
@@ -6162,6 +6200,7 @@ module Aws::QuickSight
6162
6200
  # "PhysicalTableId" => {
6163
6201
  # relational_table: {
6164
6202
  # data_source_arn: "Arn", # required
6203
+ # catalog: "RelationalTableCatalog",
6165
6204
  # schema: "RelationalTableSchema",
6166
6205
  # name: "RelationalTableName", # required
6167
6206
  # input_columns: [ # required
@@ -6246,6 +6285,12 @@ module Aws::QuickSight
6246
6285
  # join_instruction: {
6247
6286
  # left_operand: "LogicalTableId", # required
6248
6287
  # right_operand: "LogicalTableId", # required
6288
+ # left_join_key_properties: {
6289
+ # unique_key: false,
6290
+ # },
6291
+ # right_join_key_properties: {
6292
+ # unique_key: false,
6293
+ # },
6249
6294
  # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
6250
6295
  # on_clause: "OnClause", # required
6251
6296
  # },
@@ -7367,7 +7412,7 @@ module Aws::QuickSight
7367
7412
  params: params,
7368
7413
  config: config)
7369
7414
  context[:gem_name] = 'aws-sdk-quicksight'
7370
- context[:gem_version] = '1.35.0'
7415
+ context[:gem_version] = '1.40.0'
7371
7416
  Seahorse::Client::Request.new(handlers, context)
7372
7417
  end
7373
7418
 
@@ -20,6 +20,7 @@ module Aws::QuickSight
20
20
  ActiveIAMPolicyAssignment = Shapes::StructureShape.new(name: 'ActiveIAMPolicyAssignment')
21
21
  ActiveIAMPolicyAssignmentList = Shapes::ListShape.new(name: 'ActiveIAMPolicyAssignmentList')
22
22
  AdHocFilteringOption = Shapes::StructureShape.new(name: 'AdHocFilteringOption')
23
+ AdditionalDashboardIdList = Shapes::ListShape.new(name: 'AdditionalDashboardIdList')
23
24
  AliasName = Shapes::StringShape.new(name: 'AliasName')
24
25
  AmazonElasticsearchParameters = Shapes::StructureShape.new(name: 'AmazonElasticsearchParameters')
25
26
  Analysis = Shapes::StructureShape.new(name: 'Analysis')
@@ -228,6 +229,7 @@ module Aws::QuickSight
228
229
  Double = Shapes::FloatShape.new(name: 'Double')
229
230
  DoubleList = Shapes::ListShape.new(name: 'DoubleList')
230
231
  Edition = Shapes::StringShape.new(name: 'Edition')
232
+ EmbeddingIdentityType = Shapes::StringShape.new(name: 'EmbeddingIdentityType')
231
233
  EmbeddingUrl = Shapes::StringShape.new(name: 'EmbeddingUrl')
232
234
  EntryPoint = Shapes::StringShape.new(name: 'EntryPoint')
233
235
  ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
@@ -283,6 +285,7 @@ module Aws::QuickSight
283
285
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
284
286
  JiraParameters = Shapes::StructureShape.new(name: 'JiraParameters')
285
287
  JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
288
+ JoinKeyProperties = Shapes::StructureShape.new(name: 'JoinKeyProperties')
286
289
  JoinType = Shapes::StringShape.new(name: 'JoinType')
287
290
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
288
291
  ListAnalysesRequest = Shapes::StructureShape.new(name: 'ListAnalysesRequest')
@@ -372,6 +375,7 @@ module Aws::QuickSight
372
375
  RegisterUserRequest = Shapes::StructureShape.new(name: 'RegisterUserRequest')
373
376
  RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
374
377
  RelationalTable = Shapes::StructureShape.new(name: 'RelationalTable')
378
+ RelationalTableCatalog = Shapes::StringShape.new(name: 'RelationalTableCatalog')
375
379
  RelationalTableName = Shapes::StringShape.new(name: 'RelationalTableName')
376
380
  RelationalTableSchema = Shapes::StringShape.new(name: 'RelationalTableSchema')
377
381
  RenameColumnOperation = Shapes::StructureShape.new(name: 'RenameColumnOperation')
@@ -466,6 +470,7 @@ module Aws::QuickSight
466
470
  TwitterParameters = Shapes::StructureShape.new(name: 'TwitterParameters')
467
471
  TypeCastFormat = Shapes::StringShape.new(name: 'TypeCastFormat')
468
472
  UIColorPalette = Shapes::StructureShape.new(name: 'UIColorPalette')
473
+ UnsupportedPricingPlanException = Shapes::StructureShape.new(name: 'UnsupportedPricingPlanException')
469
474
  UnsupportedUserEditionException = Shapes::StructureShape.new(name: 'UnsupportedUserEditionException')
470
475
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
471
476
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
@@ -550,6 +555,8 @@ module Aws::QuickSight
550
555
  AdHocFilteringOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
551
556
  AdHocFilteringOption.struct_class = Types::AdHocFilteringOption
552
557
 
558
+ AdditionalDashboardIdList.member = Shapes::ShapeRef.new(shape: RestrictiveResourceId)
559
+
553
560
  AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
554
561
  AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
555
562
 
@@ -1486,11 +1493,14 @@ module Aws::QuickSight
1486
1493
 
1487
1494
  GetDashboardEmbedUrlRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1488
1495
  GetDashboardEmbedUrlRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
1489
- GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location: "querystring", location_name: "creds-type"))
1496
+ GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: EmbeddingIdentityType, required: true, location: "querystring", location_name: "creds-type"))
1490
1497
  GetDashboardEmbedUrlRequest.add_member(:session_lifetime_in_minutes, Shapes::ShapeRef.new(shape: SessionLifetimeInMinutes, location: "querystring", location_name: "session-lifetime"))
1491
- GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape: boolean, location: "querystring", location_name: "undo-redo-disabled"))
1492
- GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape: boolean, location: "querystring", location_name: "reset-disabled"))
1498
+ GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "undo-redo-disabled"))
1499
+ GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "reset-disabled"))
1500
+ GetDashboardEmbedUrlRequest.add_member(:state_persistence_enabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "state-persistence-enabled"))
1493
1501
  GetDashboardEmbedUrlRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "user-arn"))
1502
+ GetDashboardEmbedUrlRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
1503
+ GetDashboardEmbedUrlRequest.add_member(:additional_dashboard_ids, Shapes::ShapeRef.new(shape: AdditionalDashboardIdList, location: "querystring", location_name: "additional-dashboard-ids"))
1494
1504
  GetDashboardEmbedUrlRequest.struct_class = Types::GetDashboardEmbedUrlRequest
1495
1505
 
1496
1506
  GetDashboardEmbedUrlResponse.add_member(:embed_url, Shapes::ShapeRef.new(shape: EmbeddingUrl, location_name: "EmbedUrl"))
@@ -1593,10 +1603,15 @@ module Aws::QuickSight
1593
1603
 
1594
1604
  JoinInstruction.add_member(:left_operand, Shapes::ShapeRef.new(shape: LogicalTableId, required: true, location_name: "LeftOperand"))
1595
1605
  JoinInstruction.add_member(:right_operand, Shapes::ShapeRef.new(shape: LogicalTableId, required: true, location_name: "RightOperand"))
1606
+ JoinInstruction.add_member(:left_join_key_properties, Shapes::ShapeRef.new(shape: JoinKeyProperties, location_name: "LeftJoinKeyProperties"))
1607
+ JoinInstruction.add_member(:right_join_key_properties, Shapes::ShapeRef.new(shape: JoinKeyProperties, location_name: "RightJoinKeyProperties"))
1596
1608
  JoinInstruction.add_member(:type, Shapes::ShapeRef.new(shape: JoinType, required: true, location_name: "Type"))
1597
1609
  JoinInstruction.add_member(:on_clause, Shapes::ShapeRef.new(shape: OnClause, required: true, location_name: "OnClause"))
1598
1610
  JoinInstruction.struct_class = Types::JoinInstruction
1599
1611
 
1612
+ JoinKeyProperties.add_member(:unique_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "UniqueKey", metadata: {"box"=>true}))
1613
+ JoinKeyProperties.struct_class = Types::JoinKeyProperties
1614
+
1600
1615
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1601
1616
  LimitExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
1602
1617
  LimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
@@ -1964,6 +1979,7 @@ module Aws::QuickSight
1964
1979
  RegisterUserResponse.struct_class = Types::RegisterUserResponse
1965
1980
 
1966
1981
  RelationalTable.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
1982
+ RelationalTable.add_member(:catalog, Shapes::ShapeRef.new(shape: RelationalTableCatalog, location_name: "Catalog"))
1967
1983
  RelationalTable.add_member(:schema, Shapes::ShapeRef.new(shape: RelationalTableSchema, location_name: "Schema"))
1968
1984
  RelationalTable.add_member(:name, Shapes::ShapeRef.new(shape: RelationalTableName, required: true, location_name: "Name"))
1969
1985
  RelationalTable.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
@@ -2278,6 +2294,10 @@ module Aws::QuickSight
2278
2294
  UIColorPalette.add_member(:measure_foreground, Shapes::ShapeRef.new(shape: HexColor, location_name: "MeasureForeground"))
2279
2295
  UIColorPalette.struct_class = Types::UIColorPalette
2280
2296
 
2297
+ UnsupportedPricingPlanException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2298
+ UnsupportedPricingPlanException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2299
+ UnsupportedPricingPlanException.struct_class = Types::UnsupportedPricingPlanException
2300
+
2281
2301
  UnsupportedUserEditionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2282
2302
  UnsupportedUserEditionException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2283
2303
  UnsupportedUserEditionException.struct_class = Types::UnsupportedUserEditionException
@@ -3362,6 +3382,7 @@ module Aws::QuickSight
3362
3382
  o.errors << Shapes::ShapeRef.new(shape: IdentityTypeNotSupportedException)
3363
3383
  o.errors << Shapes::ShapeRef.new(shape: SessionLifetimeInMinutesInvalidException)
3364
3384
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
3385
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedPricingPlanException)
3365
3386
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3366
3387
  end)
3367
3388
 
@@ -43,6 +43,7 @@ module Aws::QuickSight
43
43
  # * {ResourceUnavailableException}
44
44
  # * {SessionLifetimeInMinutesInvalidException}
45
45
  # * {ThrottlingException}
46
+ # * {UnsupportedPricingPlanException}
46
47
  # * {UnsupportedUserEditionException}
47
48
  #
48
49
  # Additionally, error classes are dynamically generated for service errors based on the error code
@@ -391,6 +392,26 @@ module Aws::QuickSight
391
392
  end
392
393
  end
393
394
 
395
+ class UnsupportedPricingPlanException < ServiceError
396
+
397
+ # @param [Seahorse::Client::RequestContext] context
398
+ # @param [String] message
399
+ # @param [Aws::QuickSight::Types::UnsupportedPricingPlanException] data
400
+ def initialize(context, message, data = Aws::EmptyStructure.new)
401
+ super(context, message, data)
402
+ end
403
+
404
+ # @return [String]
405
+ def message
406
+ @message || @data[:message]
407
+ end
408
+
409
+ # @return [String]
410
+ def request_id
411
+ @data[:request_id]
412
+ end
413
+ end
414
+
394
415
  class UnsupportedUserEditionException < ServiceError
395
416
 
396
417
  # @param [Seahorse::Client::RequestContext] context
@@ -1320,6 +1320,7 @@ module Aws::QuickSight
1320
1320
  # "PhysicalTableId" => {
1321
1321
  # relational_table: {
1322
1322
  # data_source_arn: "Arn", # required
1323
+ # catalog: "RelationalTableCatalog",
1323
1324
  # schema: "RelationalTableSchema",
1324
1325
  # name: "RelationalTableName", # required
1325
1326
  # input_columns: [ # required
@@ -1404,6 +1405,12 @@ module Aws::QuickSight
1404
1405
  # join_instruction: {
1405
1406
  # left_operand: "LogicalTableId", # required
1406
1407
  # right_operand: "LogicalTableId", # required
1408
+ # left_join_key_properties: {
1409
+ # unique_key: false,
1410
+ # },
1411
+ # right_join_key_properties: {
1412
+ # unique_key: false,
1413
+ # },
1407
1414
  # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
1408
1415
  # on_clause: "OnClause", # required
1409
1416
  # },
@@ -3290,7 +3297,8 @@ module Aws::QuickSight
3290
3297
  # @return [Array<Types::OutputColumn>]
3291
3298
  #
3292
3299
  # @!attribute [rw] import_mode
3293
- # Indicates whether you want to import the data into SPICE.
3300
+ # A value that indicates whether you want to import the data into
3301
+ # SPICE.
3294
3302
  # @return [String]
3295
3303
  #
3296
3304
  # @!attribute [rw] consumed_spice_capacity_in_bytes
@@ -3419,7 +3427,8 @@ module Aws::QuickSight
3419
3427
  # @return [Time]
3420
3428
  #
3421
3429
  # @!attribute [rw] import_mode
3422
- # Indicates whether you want to import the data into SPICE.
3430
+ # A value that indicates whether you want to import the data into
3431
+ # SPICE.
3423
3432
  # @return [String]
3424
3433
  #
3425
3434
  # @!attribute [rw] row_level_permission_data_set
@@ -3427,7 +3436,8 @@ module Aws::QuickSight
3427
3436
  # @return [Types::RowLevelPermissionDataSet]
3428
3437
  #
3429
3438
  # @!attribute [rw] column_level_permission_rules_applied
3430
- # Indicates if the dataset has column level permission configured.
3439
+ # A value that indicates if the dataset has column level permission
3440
+ # configured.
3431
3441
  # @return [Boolean]
3432
3442
  #
3433
3443
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSetSummary AWS API Documentation
@@ -6105,11 +6115,14 @@ module Aws::QuickSight
6105
6115
  # {
6106
6116
  # aws_account_id: "AwsAccountId", # required
6107
6117
  # dashboard_id: "RestrictiveResourceId", # required
6108
- # identity_type: "IAM", # required, accepts IAM, QUICKSIGHT
6118
+ # identity_type: "IAM", # required, accepts IAM, QUICKSIGHT, ANONYMOUS
6109
6119
  # session_lifetime_in_minutes: 1,
6110
6120
  # undo_redo_disabled: false,
6111
6121
  # reset_disabled: false,
6122
+ # state_persistence_enabled: false,
6112
6123
  # user_arn: "Arn",
6124
+ # namespace: "Namespace",
6125
+ # additional_dashboard_ids: ["RestrictiveResourceId"],
6113
6126
  # }
6114
6127
  #
6115
6128
  # @!attribute [rw] aws_account_id
@@ -6118,7 +6131,8 @@ module Aws::QuickSight
6118
6131
  # @return [String]
6119
6132
  #
6120
6133
  # @!attribute [rw] dashboard_id
6121
- # The ID for the dashboard, also added to the IAM policy.
6134
+ # The ID for the dashboard, also added to the AWS Identity and Access
6135
+ # Management (IAM) policy.
6122
6136
  # @return [String]
6123
6137
  #
6124
6138
  # @!attribute [rw] identity_type
@@ -6140,6 +6154,17 @@ module Aws::QuickSight
6140
6154
  # FALSE, which enables the reset button.
6141
6155
  # @return [Boolean]
6142
6156
  #
6157
+ # @!attribute [rw] state_persistence_enabled
6158
+ # Adds persistence of state for the user session in an embedded
6159
+ # dashboard. Persistence applies to the sheet and the parameter
6160
+ # settings. These are control settings that the dashboard subscriber
6161
+ # (QuickSight reader) chooses while viewing the dashboard. If this is
6162
+ # set to `TRUE`, the settings are the same when the subscriber reopens
6163
+ # the same dashboard URL. The state is stored in QuickSight, not in a
6164
+ # browser cookie. If this is set to FALSE, the state of the user
6165
+ # session is not persisted. The default is `FALSE`.
6166
+ # @return [Boolean]
6167
+ #
6143
6168
  # @!attribute [rw] user_arn
6144
6169
  # The Amazon QuickSight user's Amazon Resource Name (ARN), for use
6145
6170
  # with `QUICKSIGHT` identity type. You can use this for any Amazon
@@ -6158,6 +6183,22 @@ module Aws::QuickSight
6158
6183
  # role-based sessions.
6159
6184
  # @return [String]
6160
6185
  #
6186
+ # @!attribute [rw] namespace
6187
+ # The QuickSight namespace that contains the dashboard IDs in this
6188
+ # request. If you're not using a custom namespace, set this to
6189
+ # "`default`".
6190
+ # @return [String]
6191
+ #
6192
+ # @!attribute [rw] additional_dashboard_ids
6193
+ # A list of one or more dashboard IDs that you want to add to a
6194
+ # session that includes anonymous users. The `IdentityType` parameter
6195
+ # must be set to `ANONYMOUS` for this to work, because other identity
6196
+ # types authenticate as QuickSight or IAM users. For example, if you
6197
+ # set "`--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3
6198
+ # identity-type ANONYMOUS`", the session can access all three
6199
+ # dashboards.
6200
+ # @return [Array<String>]
6201
+ #
6161
6202
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GetDashboardEmbedUrlRequest AWS API Documentation
6162
6203
  #
6163
6204
  class GetDashboardEmbedUrlRequest < Struct.new(
@@ -6167,11 +6208,16 @@ module Aws::QuickSight
6167
6208
  :session_lifetime_in_minutes,
6168
6209
  :undo_redo_disabled,
6169
6210
  :reset_disabled,
6170
- :user_arn)
6211
+ :state_persistence_enabled,
6212
+ :user_arn,
6213
+ :namespace,
6214
+ :additional_dashboard_ids)
6171
6215
  SENSITIVE = []
6172
6216
  include Aws::Structure
6173
6217
  end
6174
6218
 
6219
+ # Output returned from the `GetDashboardEmbedUrl` operation.
6220
+ #
6175
6221
  # @!attribute [rw] embed_url
6176
6222
  # A single-use URL that you can put into your server-side webpage to
6177
6223
  # embed your dashboard. This URL is valid for 5 minutes. The API
@@ -6247,11 +6293,11 @@ module Aws::QuickSight
6247
6293
  #
6248
6294
  # 2. Invited nonfederated users
6249
6295
  #
6250
- # 3. IAM users and IAM role-based sessions authenticated through
6251
- # Federated Single Sign-On using SAML, OpenID Connect, or IAM
6252
- # federation
6296
+ # 3. AWS Identity and Access Management (IAM) users and IAM
6297
+ # role-based sessions authenticated through Federated Single
6298
+ # Sign-On using SAML, OpenID Connect, or IAM federation
6253
6299
  #
6254
- # Omit this parameter for users in the third group IAM users and IAM
6300
+ # Omit this parameter for users in the third group, IAM users and IAM
6255
6301
  # role-based sessions.
6256
6302
  # @return [String]
6257
6303
  #
@@ -6635,7 +6681,7 @@ module Aws::QuickSight
6635
6681
  include Aws::Structure
6636
6682
  end
6637
6683
 
6638
- # Join instruction.
6684
+ # The instructions associated with a join.
6639
6685
  #
6640
6686
  # @note When making an API call, you may pass JoinInstruction
6641
6687
  # data as a hash:
@@ -6643,24 +6689,38 @@ module Aws::QuickSight
6643
6689
  # {
6644
6690
  # left_operand: "LogicalTableId", # required
6645
6691
  # right_operand: "LogicalTableId", # required
6692
+ # left_join_key_properties: {
6693
+ # unique_key: false,
6694
+ # },
6695
+ # right_join_key_properties: {
6696
+ # unique_key: false,
6697
+ # },
6646
6698
  # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
6647
6699
  # on_clause: "OnClause", # required
6648
6700
  # }
6649
6701
  #
6650
6702
  # @!attribute [rw] left_operand
6651
- # Left operand.
6703
+ # The operand on the left side of a join.
6652
6704
  # @return [String]
6653
6705
  #
6654
6706
  # @!attribute [rw] right_operand
6655
- # Right operand.
6707
+ # The operand on the right side of a join.
6656
6708
  # @return [String]
6657
6709
  #
6710
+ # @!attribute [rw] left_join_key_properties
6711
+ # Join key properties of the left operand.
6712
+ # @return [Types::JoinKeyProperties]
6713
+ #
6714
+ # @!attribute [rw] right_join_key_properties
6715
+ # Join key properties of the right operand.
6716
+ # @return [Types::JoinKeyProperties]
6717
+ #
6658
6718
  # @!attribute [rw] type
6659
- # Type.
6719
+ # The type of join that it is.
6660
6720
  # @return [String]
6661
6721
  #
6662
6722
  # @!attribute [rw] on_clause
6663
- # On Clause.
6723
+ # The join instructions provided in the `ON` clause of a join.
6664
6724
  # @return [String]
6665
6725
  #
6666
6726
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/JoinInstruction AWS API Documentation
@@ -6668,12 +6728,37 @@ module Aws::QuickSight
6668
6728
  class JoinInstruction < Struct.new(
6669
6729
  :left_operand,
6670
6730
  :right_operand,
6731
+ :left_join_key_properties,
6732
+ :right_join_key_properties,
6671
6733
  :type,
6672
6734
  :on_clause)
6673
6735
  SENSITIVE = []
6674
6736
  include Aws::Structure
6675
6737
  end
6676
6738
 
6739
+ # Properties associated with the columns participating in a join.
6740
+ #
6741
+ # @note When making an API call, you may pass JoinKeyProperties
6742
+ # data as a hash:
6743
+ #
6744
+ # {
6745
+ # unique_key: false,
6746
+ # }
6747
+ #
6748
+ # @!attribute [rw] unique_key
6749
+ # A value that indicates that a row in a table is uniquely identified
6750
+ # by the columns in a join key. This is used by QuickSight to optimize
6751
+ # query performance.
6752
+ # @return [Boolean]
6753
+ #
6754
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/JoinKeyProperties AWS API Documentation
6755
+ #
6756
+ class JoinKeyProperties < Struct.new(
6757
+ :unique_key)
6758
+ SENSITIVE = []
6759
+ include Aws::Structure
6760
+ end
6761
+
6677
6762
  # A limit is exceeded.
6678
6763
  #
6679
6764
  # @!attribute [rw] message
@@ -8057,6 +8142,12 @@ module Aws::QuickSight
8057
8142
  # join_instruction: {
8058
8143
  # left_operand: "LogicalTableId", # required
8059
8144
  # right_operand: "LogicalTableId", # required
8145
+ # left_join_key_properties: {
8146
+ # unique_key: false,
8147
+ # },
8148
+ # right_join_key_properties: {
8149
+ # unique_key: false,
8150
+ # },
8060
8151
  # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
8061
8152
  # on_clause: "OnClause", # required
8062
8153
  # },
@@ -8097,6 +8188,12 @@ module Aws::QuickSight
8097
8188
  # join_instruction: {
8098
8189
  # left_operand: "LogicalTableId", # required
8099
8190
  # right_operand: "LogicalTableId", # required
8191
+ # left_join_key_properties: {
8192
+ # unique_key: false,
8193
+ # },
8194
+ # right_join_key_properties: {
8195
+ # unique_key: false,
8196
+ # },
8100
8197
  # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
8101
8198
  # on_clause: "OnClause", # required
8102
8199
  # },
@@ -8293,6 +8390,8 @@ module Aws::QuickSight
8293
8390
  include Aws::Structure
8294
8391
  end
8295
8392
 
8393
+ # Oracle parameters.
8394
+ #
8296
8395
  # @note When making an API call, you may pass OracleParameters
8297
8396
  # data as a hash:
8298
8397
  #
@@ -8418,6 +8517,7 @@ module Aws::QuickSight
8418
8517
  # {
8419
8518
  # relational_table: {
8420
8519
  # data_source_arn: "Arn", # required
8520
+ # catalog: "RelationalTableCatalog",
8421
8521
  # schema: "RelationalTableSchema",
8422
8522
  # name: "RelationalTableName", # required
8423
8523
  # input_columns: [ # required
@@ -8759,7 +8859,7 @@ module Aws::QuickSight
8759
8859
  #
8760
8860
  #
8761
8861
  #
8762
- # [1]: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sts/assume-role.html
8862
+ # [1]: https://docs.aws.amazon.com/cli/latest/reference/sts/assume-role.html
8763
8863
  # @return [String]
8764
8864
  #
8765
8865
  # @!attribute [rw] aws_account_id
@@ -8862,6 +8962,7 @@ module Aws::QuickSight
8862
8962
  #
8863
8963
  # {
8864
8964
  # data_source_arn: "Arn", # required
8965
+ # catalog: "RelationalTableCatalog",
8865
8966
  # schema: "RelationalTableSchema",
8866
8967
  # name: "RelationalTableName", # required
8867
8968
  # input_columns: [ # required
@@ -8876,6 +8977,10 @@ module Aws::QuickSight
8876
8977
  # The Amazon Resource Name (ARN) for the data source.
8877
8978
  # @return [String]
8878
8979
  #
8980
+ # @!attribute [rw] catalog
8981
+ # The catalog associated with a table.
8982
+ # @return [String]
8983
+ #
8879
8984
  # @!attribute [rw] schema
8880
8985
  # The schema name. This name applies to certain relational database
8881
8986
  # engines.
@@ -8893,6 +8998,7 @@ module Aws::QuickSight
8893
8998
  #
8894
8999
  class RelationalTable < Struct.new(
8895
9000
  :data_source_arn,
9001
+ :catalog,
8896
9002
  :schema,
8897
9003
  :name,
8898
9004
  :input_columns)
@@ -10690,6 +10796,31 @@ module Aws::QuickSight
10690
10796
  include Aws::Structure
10691
10797
  end
10692
10798
 
10799
+ # This error indicates that you are calling an embedding operation in
10800
+ # Amazon QuickSight without the required pricing plan on your AWS
10801
+ # account. Before you can use embedding for anonymous users, a
10802
+ # QuickSight administrator needs to add capacity pricing to QuickSight.
10803
+ # You can do this on the **Manage QuickSight** page.
10804
+ #
10805
+ # After capacity pricing is added, you can use the GetDashboardEmbedUrl
10806
+ # API operation with the `--identity-type ANONYMOUS` option.
10807
+ #
10808
+ # @!attribute [rw] message
10809
+ # @return [String]
10810
+ #
10811
+ # @!attribute [rw] request_id
10812
+ # The AWS request ID for this request.
10813
+ # @return [String]
10814
+ #
10815
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UnsupportedPricingPlanException AWS API Documentation
10816
+ #
10817
+ class UnsupportedPricingPlanException < Struct.new(
10818
+ :message,
10819
+ :request_id)
10820
+ SENSITIVE = []
10821
+ include Aws::Structure
10822
+ end
10823
+
10693
10824
  # This error indicates that you are calling an operation on an Amazon
10694
10825
  # QuickSight subscription where the edition doesn't include support for
10695
10826
  # that operation. Amazon QuickSight currently has Standard Edition and
@@ -11497,6 +11628,7 @@ module Aws::QuickSight
11497
11628
  # "PhysicalTableId" => {
11498
11629
  # relational_table: {
11499
11630
  # data_source_arn: "Arn", # required
11631
+ # catalog: "RelationalTableCatalog",
11500
11632
  # schema: "RelationalTableSchema",
11501
11633
  # name: "RelationalTableName", # required
11502
11634
  # input_columns: [ # required
@@ -11581,6 +11713,12 @@ module Aws::QuickSight
11581
11713
  # join_instruction: {
11582
11714
  # left_operand: "LogicalTableId", # required
11583
11715
  # right_operand: "LogicalTableId", # required
11716
+ # left_join_key_properties: {
11717
+ # unique_key: false,
11718
+ # },
11719
+ # right_join_key_properties: {
11720
+ # unique_key: false,
11721
+ # },
11584
11722
  # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
11585
11723
  # on_clause: "OnClause", # required
11586
11724
  # },
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.35.0
4
+ version: 1.40.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: 2020-11-11 00:00:00.000000000 Z
11
+ date: 2021-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.109.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.109.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement