aws-sdk-quicksight 1.90.0 → 1.92.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +18 -9
- data/lib/aws-sdk-quicksight/client_api.rb +1 -0
- data/lib/aws-sdk-quicksight/types.rb +6 -1
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7be8c0aa237f6a2c4bc1293843737c31f716616aa3e66dd8aefcb4a5a8b723d
|
4
|
+
data.tar.gz: 75b29c4cd3cb649fc5234f52c8b0fb75211425bf74c2970aeffe0b55f5e0b590
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 102230ffc3f1ed451a583210e498abd72d218f3f10656c3d19e5bc506cfb4cb1475bd919336e455409fa86b00ebbc4fae9b1ca8e3e7ee31bd902a7776b51bd09
|
7
|
+
data.tar.gz: b71716f90e612a64de911523459453994d98cae75b50b936be529d2f49543607841ce7c1c0324e0b6c07c44800c49947536afa6d7926744cc2aaddf556891498
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.92.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.91.0 (2023-09-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added ability to tag users upon creation.
|
13
|
+
|
4
14
|
1.90.0 (2023-09-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.92.0
|
@@ -1645,14 +1645,14 @@ module Aws::QuickSight
|
|
1645
1645
|
# aws_account_id: "AwsAccountId", # required
|
1646
1646
|
# folder_id: "RestrictiveResourceId", # required
|
1647
1647
|
# member_id: "RestrictiveResourceId", # required
|
1648
|
-
# member_type: "DASHBOARD", # required, accepts DASHBOARD, ANALYSIS, DATASET
|
1648
|
+
# member_type: "DASHBOARD", # required, accepts DASHBOARD, ANALYSIS, DATASET, TOPIC
|
1649
1649
|
# })
|
1650
1650
|
#
|
1651
1651
|
# @example Response structure
|
1652
1652
|
#
|
1653
1653
|
# resp.status #=> Integer
|
1654
1654
|
# resp.folder_member.member_id #=> String
|
1655
|
-
# resp.folder_member.member_type #=> String, one of "DASHBOARD", "ANALYSIS", "DATASET"
|
1655
|
+
# resp.folder_member.member_type #=> String, one of "DASHBOARD", "ANALYSIS", "DATASET", "TOPIC"
|
1656
1656
|
# resp.request_id #=> String
|
1657
1657
|
#
|
1658
1658
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateFolderMembership AWS API Documentation
|
@@ -3150,7 +3150,7 @@ module Aws::QuickSight
|
|
3150
3150
|
# aws_account_id: "AwsAccountId", # required
|
3151
3151
|
# folder_id: "RestrictiveResourceId", # required
|
3152
3152
|
# member_id: "RestrictiveResourceId", # required
|
3153
|
-
# member_type: "DASHBOARD", # required, accepts DASHBOARD, ANALYSIS, DATASET
|
3153
|
+
# member_type: "DASHBOARD", # required, accepts DASHBOARD, ANALYSIS, DATASET, TOPIC
|
3154
3154
|
# })
|
3155
3155
|
#
|
3156
3156
|
# @example Response structure
|
@@ -8831,6 +8831,9 @@ module Aws::QuickSight
|
|
8831
8831
|
# @option params [String] :external_login_id
|
8832
8832
|
# The identity ID for a user in the external login provider.
|
8833
8833
|
#
|
8834
|
+
# @option params [Array<Types::Tag>] :tags
|
8835
|
+
# The tags to associate with the user.
|
8836
|
+
#
|
8834
8837
|
# @return [Types::RegisterUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8835
8838
|
#
|
8836
8839
|
# * {Types::RegisterUserResponse#user #user} => Types::User
|
@@ -8853,6 +8856,12 @@ module Aws::QuickSight
|
|
8853
8856
|
# external_login_federation_provider_type: "String",
|
8854
8857
|
# custom_federation_provider_url: "String",
|
8855
8858
|
# external_login_id: "String",
|
8859
|
+
# tags: [
|
8860
|
+
# {
|
8861
|
+
# key: "TagKey", # required
|
8862
|
+
# value: "TagValue", # required
|
8863
|
+
# },
|
8864
|
+
# ],
|
8856
8865
|
# })
|
8857
8866
|
#
|
8858
8867
|
# @example Response structure
|
@@ -9852,15 +9861,15 @@ module Aws::QuickSight
|
|
9852
9861
|
#
|
9853
9862
|
# You can associate as many as 50 tags with a resource. Amazon
|
9854
9863
|
# QuickSight supports tagging on data set, data source, dashboard,
|
9855
|
-
# template, and
|
9864
|
+
# template, topic, and user.
|
9856
9865
|
#
|
9857
9866
|
# Tagging for Amazon QuickSight works in a similar way to tagging for
|
9858
9867
|
# other Amazon Web Services services, except for the following:
|
9859
9868
|
#
|
9860
|
-
# *
|
9861
|
-
#
|
9862
|
-
#
|
9863
|
-
#
|
9869
|
+
# * Tags are used to track costs for users in Amazon QuickSight. You
|
9870
|
+
# can't tag other resources that Amazon QuickSight costs are based
|
9871
|
+
# on, such as storage capacoty (SPICE), session usage, alert
|
9872
|
+
# consumption, or reporting units.
|
9864
9873
|
#
|
9865
9874
|
# * Amazon QuickSight doesn't currently support the tag editor for
|
9866
9875
|
# Resource Groups.
|
@@ -12529,7 +12538,7 @@ module Aws::QuickSight
|
|
12529
12538
|
params: params,
|
12530
12539
|
config: config)
|
12531
12540
|
context[:gem_name] = 'aws-sdk-quicksight'
|
12532
|
-
context[:gem_version] = '1.
|
12541
|
+
context[:gem_version] = '1.92.0'
|
12533
12542
|
Seahorse::Client::Request.new(handlers, context)
|
12534
12543
|
end
|
12535
12544
|
|
@@ -6191,6 +6191,7 @@ module Aws::QuickSight
|
|
6191
6191
|
RegisterUserRequest.add_member(:external_login_federation_provider_type, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginFederationProviderType"))
|
6192
6192
|
RegisterUserRequest.add_member(:custom_federation_provider_url, Shapes::ShapeRef.new(shape: String, location_name: "CustomFederationProviderUrl"))
|
6193
6193
|
RegisterUserRequest.add_member(:external_login_id, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginId"))
|
6194
|
+
RegisterUserRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
6194
6195
|
RegisterUserRequest.struct_class = Types::RegisterUserRequest
|
6195
6196
|
|
6196
6197
|
RegisterUserResponse.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "User"))
|
@@ -22073,6 +22073,10 @@ module Aws::QuickSight
|
|
22073
22073
|
# The identity ID for a user in the external login provider.
|
22074
22074
|
# @return [String]
|
22075
22075
|
#
|
22076
|
+
# @!attribute [rw] tags
|
22077
|
+
# The tags to associate with the user.
|
22078
|
+
# @return [Array<Types::Tag>]
|
22079
|
+
#
|
22076
22080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisterUserRequest AWS API Documentation
|
22077
22081
|
#
|
22078
22082
|
class RegisterUserRequest < Struct.new(
|
@@ -22087,7 +22091,8 @@ module Aws::QuickSight
|
|
22087
22091
|
:custom_permissions_name,
|
22088
22092
|
:external_login_federation_provider_type,
|
22089
22093
|
:custom_federation_provider_url,
|
22090
|
-
:external_login_id
|
22094
|
+
:external_login_id,
|
22095
|
+
:tags)
|
22091
22096
|
SENSITIVE = []
|
22092
22097
|
include Aws::Structure
|
22093
22098
|
end
|
data/lib/aws-sdk-quicksight.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-quicksight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.92.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-09-
|
11
|
+
date: 2023-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.184.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.184.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|