aws-sdk-quicksight 1.10.0 → 1.11.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
  SHA1:
3
- metadata.gz: e84761600c96b4c4f72d8a2e4bd6c00de0b48608
4
- data.tar.gz: f8faa0a69b9704a7ab3e1a8e28898837d4b9a5e8
3
+ metadata.gz: 82a199d649aa651648691b5f368389f767e1497e
4
+ data.tar.gz: 70298c2c70dbcda740d401d12fd5732905912c16
5
5
  SHA512:
6
- metadata.gz: 8b3a17c05191e93a08f5cd3f59a41a2cbbd72f5613f47c1b7aca976abac05f2bc06ada6bf80b28bdd3976f1373ec457f005678566f5fccf02331b4fe36a09933
7
- data.tar.gz: 0ff3a73a38e3bb02f1f4b7d446ccd14a72c846484959214d9429e4fa0663eba1e2334cd501bc28bda432c8f53fbd70ef735c661dd6c9735176881bd7eda2b41b
6
+ metadata.gz: 5c19f877f6747cf25bdd56606a15b5b9e3e391f1f0f8e0a61513931dc51c58614fba9f3bf0777002fdad92fbc2330451f5e8893304202906a8f270e56229532d
7
+ data.tar.gz: 22337902c15b8277c0b55ce87818d25e29d2e2e276c208a7af85eba1099e0d39f24b2b034fe3e0193dec5e1ed161df1d35fd7450dba0bfeca53f0f050a9e0608
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-quicksight/customizations'
42
42
  # @service
43
43
  module Aws::QuickSight
44
44
 
45
- GEM_VERSION = '1.10.0'
45
+ GEM_VERSION = '1.11.0'
46
46
 
47
47
  end
@@ -537,7 +537,17 @@ module Aws::QuickSight
537
537
  req.send_request(options)
538
538
  end
539
539
 
540
- # Deletes a user after locating the user by its principal ID.
540
+ # Deletes a user identified by its principal ID.
541
+ #
542
+ # The permission resource is
543
+ # `arn:aws:quicksight:us-east-1:<aws-account-id>:user/default/<user-name>
544
+ # `.
545
+ #
546
+ # **CLI Sample:**
547
+ #
548
+ # `aws quicksight delete-user-by-principal-id
549
+ # --aws-account-id=111122223333 --namespace=default
550
+ # --principal-id=ABCDEFJA26JLI7EUUOEHS `
541
551
  #
542
552
  # @option params [required, String] :principal_id
543
553
  # The principal ID of the user.
@@ -751,6 +761,21 @@ module Aws::QuickSight
751
761
  # Remove the reset button on embedded dashboard. The default is FALSE,
752
762
  # which allows the reset button.
753
763
  #
764
+ # @option params [String] :user_arn
765
+ # The Amazon QuickSight user's ARN, for use with `QUICKSIGHT` identity
766
+ # type. You can use this for any of the following:
767
+ #
768
+ # * Amazon QuickSight users in your account (readers, authors, or
769
+ # admins)
770
+ #
771
+ # * AD users
772
+ #
773
+ # * Invited non-federated users
774
+ #
775
+ # * Federated IAM users
776
+ #
777
+ # * Federated IAM role-based sessions
778
+ #
754
779
  # @return [Types::GetDashboardEmbedUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
755
780
  #
756
781
  # * {Types::GetDashboardEmbedUrlResponse#embed_url #embed_url} => String
@@ -766,6 +791,7 @@ module Aws::QuickSight
766
791
  # session_lifetime_in_minutes: 1,
767
792
  # undo_redo_disabled: false,
768
793
  # reset_disabled: false,
794
+ # user_arn: "Arn",
769
795
  # })
770
796
  #
771
797
  # @example Response structure
@@ -1095,11 +1121,13 @@ module Aws::QuickSight
1095
1121
  # QuickSight.
1096
1122
  #
1097
1123
  # @option params [String] :session_name
1098
- # The name of the session with the assumed IAM role. By using this
1099
- # parameter, you can register multiple users with the same IAM role,
1100
- # provided that each has a different session name. For more information
1101
- # on assuming IAM roles, see [ `assume-role` ][1] in the *AWS CLI
1102
- # Reference.*
1124
+ # You need to use this parameter only when you register one or more
1125
+ # users using an assumed IAM role. You don't need to provide the
1126
+ # session name for other scenarios, for example when you are registering
1127
+ # an IAM user or an Amazon QuickSight user. You can register multiple
1128
+ # users using the same IAM role if each user has a different session
1129
+ # name. For more information on assuming IAM roles, see [ `assume-role`
1130
+ # ][1] in the *AWS CLI Reference.*
1103
1131
  #
1104
1132
  #
1105
1133
  #
@@ -1311,7 +1339,7 @@ module Aws::QuickSight
1311
1339
  params: params,
1312
1340
  config: config)
1313
1341
  context[:gem_name] = 'aws-sdk-quicksight'
1314
- context[:gem_version] = '1.10.0'
1342
+ context[:gem_version] = '1.11.0'
1315
1343
  Seahorse::Client::Request.new(handlers, context)
1316
1344
  end
1317
1345
 
@@ -176,6 +176,7 @@ module Aws::QuickSight
176
176
  GetDashboardEmbedUrlRequest.add_member(:session_lifetime_in_minutes, Shapes::ShapeRef.new(shape: SessionLifetimeInMinutes, location: "querystring", location_name: "session-lifetime"))
177
177
  GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape: boolean, location: "querystring", location_name: "undo-redo-disabled"))
178
178
  GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape: boolean, location: "querystring", location_name: "reset-disabled"))
179
+ GetDashboardEmbedUrlRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "user-arn"))
179
180
  GetDashboardEmbedUrlRequest.struct_class = Types::GetDashboardEmbedUrlRequest
180
181
 
181
182
  GetDashboardEmbedUrlResponse.add_member(:embed_url, Shapes::ShapeRef.new(shape: EmbeddingUrl, location_name: "EmbedUrl"))
@@ -485,6 +485,7 @@ module Aws::QuickSight
485
485
  # session_lifetime_in_minutes: 1,
486
486
  # undo_redo_disabled: false,
487
487
  # reset_disabled: false,
488
+ # user_arn: "Arn",
488
489
  # }
489
490
  #
490
491
  # @!attribute [rw] aws_account_id
@@ -514,6 +515,22 @@ module Aws::QuickSight
514
515
  # which allows the reset button.
515
516
  # @return [Boolean]
516
517
  #
518
+ # @!attribute [rw] user_arn
519
+ # The Amazon QuickSight user's ARN, for use with `QUICKSIGHT`
520
+ # identity type. You can use this for any of the following:
521
+ #
522
+ # * Amazon QuickSight users in your account (readers, authors, or
523
+ # admins)
524
+ #
525
+ # * AD users
526
+ #
527
+ # * Invited non-federated users
528
+ #
529
+ # * Federated IAM users
530
+ #
531
+ # * Federated IAM role-based sessions
532
+ # @return [String]
533
+ #
517
534
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GetDashboardEmbedUrlRequest AWS API Documentation
518
535
  #
519
536
  class GetDashboardEmbedUrlRequest < Struct.new(
@@ -522,7 +539,8 @@ module Aws::QuickSight
522
539
  :identity_type,
523
540
  :session_lifetime_in_minutes,
524
541
  :undo_redo_disabled,
525
- :reset_disabled)
542
+ :reset_disabled,
543
+ :user_arn)
526
544
  include Aws::Structure
527
545
  end
528
546
 
@@ -1043,11 +1061,13 @@ module Aws::QuickSight
1043
1061
  # @return [String]
1044
1062
  #
1045
1063
  # @!attribute [rw] session_name
1046
- # The name of the session with the assumed IAM role. By using this
1047
- # parameter, you can register multiple users with the same IAM role,
1048
- # provided that each has a different session name. For more
1049
- # information on assuming IAM roles, see [ `assume-role` ][1] in the
1050
- # *AWS CLI Reference.*
1064
+ # You need to use this parameter only when you register one or more
1065
+ # users using an assumed IAM role. You don't need to provide the
1066
+ # session name for other scenarios, for example when you are
1067
+ # registering an IAM user or an Amazon QuickSight user. You can
1068
+ # register multiple users using the same IAM role if each user has a
1069
+ # different session name. For more information on assuming IAM roles,
1070
+ # see [ `assume-role` ][1] in the *AWS CLI Reference.*
1051
1071
  #
1052
1072
  #
1053
1073
  #
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.10.0
4
+ version: 1.11.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: 2019-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core