aws-sdk-quicksight 1.41.0 → 1.46.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: c21b0a0bf94adccd86fd947bcb0bb1ef2529c324224109ffbda70add8fd5001e
4
- data.tar.gz: e36ad67aa64b72081e368c2f7ed97a34576ac19b2cab3cce10485b21015b1d61
3
+ metadata.gz: 2be150ea9471cfd5d32d2da94cbf13e346e25f9f3d7a99c0884bc36b077c1724
4
+ data.tar.gz: dab48b91b9be9fe537729f94fd64cdb732ddac4d3f084f28b0d028fa962617f4
5
5
  SHA512:
6
- metadata.gz: 606d17e35f47572d213686468bf09d2c0d24876403f75c4cc29db3584c31ee4293a86ef89174bd538d3a9f085623ac609f5d6689e082c3dac8cbb5dc349d3830
7
- data.tar.gz: ce865a51a708aa4830dfb0d2bbd3780733cb7be92e84abc765557930339898f3b0c0f980e11e3d7f92e32c8bddd3eb87f3a4a22743e2ab49f8d59a14fcdc97ad
6
+ metadata.gz: 076e5226c693f3dcc2035ecd83947def6cf2f508ebc90a85b42adf8904a2b86e4247e4ec363404069ddcd6cbac451e11dffe20f82d69101acbfeeb8055d4c95e
7
+ data.tar.gz: 7a001432cb9bcacd248b8906b229b7871a89b4ecdb630f63f27d9e565fe7b889001166d650c5e100c75ff6172758e01d5352b53892dbf30c8c67b233701b4130
data/CHANGELOG.md ADDED
@@ -0,0 +1,249 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.46.0 (2021-05-24)
5
+ ------------------
6
+
7
+ * Feature - Add new parameters on RegisterUser and UpdateUser APIs to assign or update external ID associated to QuickSight users federated through web identity.
8
+
9
+ 1.45.0 (2021-05-20)
10
+ ------------------
11
+
12
+ * Feature - Add ARN based Row Level Security support to CreateDataSet/UpdateDataSet APIs.
13
+
14
+ 1.44.0 (2021-03-10)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.43.0 (2021-02-23)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for QuickSight Row Level Security
23
+
24
+ 1.42.0 (2021-02-09)
25
+ ------------------
26
+
27
+ * Feature - QuickSight now supports Python's paginators for Exploration APIs.
28
+
29
+ 1.41.0 (2021-02-04)
30
+ ------------------
31
+
32
+ * Feature - API release for field folders feature.
33
+
34
+ 1.40.0 (2021-02-02)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.39.0 (2020-12-16)
40
+ ------------------
41
+
42
+ * Feature - QuickSight now supports connecting to federated data sources of Athena
43
+
44
+ 1.38.0 (2020-12-08)
45
+ ------------------
46
+
47
+ * Feature - Added new parameters for join optimization.
48
+
49
+ 1.37.0 (2020-11-24)
50
+ ------------------
51
+
52
+ * Feature - Support for embedding without user registration. New enum EmbeddingIdentityType. A potential breaking change. Affects code that refers IdentityType enum type directly instead of literal string value.
53
+
54
+ 1.36.0 (2020-11-16)
55
+ ------------------
56
+
57
+ * Feature - Adding new parameters for dashboard persistence
58
+
59
+ 1.35.0 (2020-11-11)
60
+ ------------------
61
+
62
+ * Feature - QuickSight now supports Column-level security and connecting to Oracle data source.
63
+
64
+ 1.34.0 (2020-10-23)
65
+ ------------------
66
+
67
+ * Feature - Support description on columns.
68
+
69
+ 1.33.0 (2020-10-01)
70
+ ------------------
71
+
72
+ * Feature - QuickSight now supports connecting to AWS Timestream data source
73
+
74
+ 1.32.0 (2020-09-30)
75
+ ------------------
76
+
77
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
78
+
79
+ 1.31.0 (2020-09-23)
80
+ ------------------
81
+
82
+ * Feature - Added Sheet information to DescribeDashboard, DescribeTemplate and DescribeAnalysis API response.
83
+
84
+ 1.30.0 (2020-09-15)
85
+ ------------------
86
+
87
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
88
+
89
+ 1.29.0 (2020-09-08)
90
+ ------------------
91
+
92
+ * Feature - Adds tagging support for QuickSight customization resources. A user can now specify a list of tags when creating a customization resource and use a customization ARN in QuickSight's tagging APIs.
93
+
94
+ 1.28.0 (2020-08-25)
95
+ ------------------
96
+
97
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
98
+
99
+ 1.27.0 (2020-08-17)
100
+ ------------------
101
+
102
+ * Feature - Amazon QuickSight now supports programmatic creation and management of analyses with new APIs.
103
+
104
+ 1.26.0 (2020-07-22)
105
+ ------------------
106
+
107
+ * Feature - New API operations - GetSessionEmbedUrl, CreateNamespace, DescribeNamespace, ListNamespaces, DeleteNamespace, DescribeAccountSettings, UpdateAccountSettings, CreateAccountCustomization, DescribeAccountCustomization, UpdateAccountCustomization, DeleteAccountCustomization. Modified API operations to support custom permissions restrictions - RegisterUser, UpdateUser, UpdateDashboardPermissions
108
+
109
+ 1.25.0 (2020-07-06)
110
+ ------------------
111
+
112
+ * Feature - Add Theme APIs and update Dashboard APIs to support theme overrides.
113
+
114
+ 1.24.0 (2020-06-26)
115
+ ------------------
116
+
117
+ * Feature - Added support for cross-region DataSource credentials copying.
118
+
119
+ 1.23.0 (2020-06-23)
120
+ ------------------
121
+
122
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
123
+
124
+ 1.22.1 (2020-06-11)
125
+ ------------------
126
+
127
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
128
+
129
+ 1.22.0 (2020-06-10)
130
+ ------------------
131
+
132
+ * Issue - This version has been yanked. (#2327).
133
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
134
+
135
+ 1.21.0 (2020-05-28)
136
+ ------------------
137
+
138
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
139
+
140
+ 1.20.0 (2020-05-26)
141
+ ------------------
142
+
143
+ * Feature - Add DataSetArns to QuickSight DescribeDashboard API response.
144
+
145
+ 1.19.0 (2020-05-07)
146
+ ------------------
147
+
148
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
149
+
150
+ 1.18.0 (2020-03-09)
151
+ ------------------
152
+
153
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
154
+
155
+ 1.17.1 (2020-03-02)
156
+ ------------------
157
+
158
+ * Issue - Republish the previously yanked version.
159
+
160
+ 1.17.0 (2020-02-28)
161
+ ------------------
162
+
163
+ * Issue - This version has been yanked. (#2239)
164
+ * Feature - Added SearchDashboards API that allows listing of dashboards that a specific user has access to.
165
+
166
+ 1.16.0 (2019-12-09)
167
+ ------------------
168
+
169
+ * Feature - Documentation updates for QuickSight
170
+
171
+ 1.15.0 (2019-11-26)
172
+ ------------------
173
+
174
+ * Feature - Documentation updates for QuickSight
175
+
176
+ 1.14.0 (2019-11-20)
177
+ ------------------
178
+
179
+ * Feature - Amazon QuickSight now supports programmatic creation and management of data sources, data sets, dashboards and templates with new APIs. Templates hold dashboard metadata, and can be used to create copies connected to the same or different dataset as required. Also included in this release are APIs for SPICE ingestions, fine-grained access control over AWS resources using AWS Identity and Access Management (IAM) policies, as well AWS tagging. APIs are supported for both Standard and Enterprise Edition, with edition-specific support for specific functionality.
180
+
181
+ 1.13.0 (2019-10-23)
182
+ ------------------
183
+
184
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
185
+
186
+ 1.12.0 (2019-07-25)
187
+ ------------------
188
+
189
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
190
+
191
+ 1.11.0 (2019-07-10)
192
+ ------------------
193
+
194
+ * Feature - Amazon QuickSight now supports embedding dashboards for all non-federated QuickSight users. This includes IAM users, AD users and users from the QuickSight user pool. The get-dashboard-embed-url API accepts QUICKSIGHT as identity type with a user ARN to authenticate the embeddable dashboard viewer as a non-federated user.
195
+
196
+ 1.10.0 (2019-07-01)
197
+ ------------------
198
+
199
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
200
+
201
+ 1.9.0 (2019-06-17)
202
+ ------------------
203
+
204
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
205
+
206
+ 1.8.0 (2019-05-21)
207
+ ------------------
208
+
209
+ * Feature - API update.
210
+
211
+ 1.7.0 (2019-05-15)
212
+ ------------------
213
+
214
+ * Feature - API update.
215
+
216
+ 1.6.0 (2019-05-14)
217
+ ------------------
218
+
219
+ * Feature - API update.
220
+
221
+ 1.5.0 (2019-03-21)
222
+ ------------------
223
+
224
+ * Feature - API update.
225
+
226
+ 1.4.0 (2019-03-18)
227
+ ------------------
228
+
229
+ * Feature - API update.
230
+
231
+ 1.3.0 (2019-03-14)
232
+ ------------------
233
+
234
+ * Feature - API update.
235
+
236
+ 1.2.0 (2019-03-11)
237
+ ------------------
238
+
239
+ * Feature - API update.
240
+
241
+ 1.1.0 (2018-12-17)
242
+ ------------------
243
+
244
+ * Feature - API update.
245
+
246
+ 1.0.0 (2018-11-20)
247
+ ------------------
248
+
249
+ * Feature - Initial release of `aws-sdk-quicksight`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.46.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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.41.0'
51
+ GEM_VERSION = '1.46.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -945,6 +945,7 @@ module Aws::QuickSight
945
945
  # namespace: "Namespace",
946
946
  # arn: "Arn", # required
947
947
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
948
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
948
949
  # },
949
950
  # column_level_permission_rules: [
950
951
  # {
@@ -3022,6 +3023,7 @@ module Aws::QuickSight
3022
3023
  # resp.data_set.row_level_permission_data_set.namespace #=> String
3023
3024
  # resp.data_set.row_level_permission_data_set.arn #=> String
3024
3025
  # resp.data_set.row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
3026
+ # resp.data_set.row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
3025
3027
  # resp.data_set.column_level_permission_rules #=> Array
3026
3028
  # resp.data_set.column_level_permission_rules[0].principals #=> Array
3027
3029
  # resp.data_set.column_level_permission_rules[0].principals[0] #=> String
@@ -3843,6 +3845,9 @@ module Aws::QuickSight
3843
3845
  # resp.user.active #=> Boolean
3844
3846
  # resp.user.principal_id #=> String
3845
3847
  # resp.user.custom_permissions_name #=> String
3848
+ # resp.user.external_login_federation_provider_type #=> String
3849
+ # resp.user.external_login_federation_provider_url #=> String
3850
+ # resp.user.external_login_id #=> String
3846
3851
  # resp.request_id #=> String
3847
3852
  # resp.status #=> Integer
3848
3853
  #
@@ -4279,6 +4284,7 @@ module Aws::QuickSight
4279
4284
  # resp.data_set_summaries[0].row_level_permission_data_set.namespace #=> String
4280
4285
  # resp.data_set_summaries[0].row_level_permission_data_set.arn #=> String
4281
4286
  # resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
4287
+ # resp.data_set_summaries[0].row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
4282
4288
  # resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
4283
4289
  # resp.next_token #=> String
4284
4290
  # resp.request_id #=> String
@@ -5044,6 +5050,8 @@ module Aws::QuickSight
5044
5050
  # * {Types::ListThemeVersionsResponse#status #status} => Integer
5045
5051
  # * {Types::ListThemeVersionsResponse#request_id #request_id} => String
5046
5052
  #
5053
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5054
+ #
5047
5055
  # @example Request syntax with placeholder values
5048
5056
  #
5049
5057
  # resp = client.list_theme_versions({
@@ -5106,6 +5114,8 @@ module Aws::QuickSight
5106
5114
  # * {Types::ListThemesResponse#status #status} => Integer
5107
5115
  # * {Types::ListThemesResponse#request_id #request_id} => String
5108
5116
  #
5117
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5118
+ #
5109
5119
  # @example Request syntax with placeholder values
5110
5120
  #
5111
5121
  # resp = client.list_themes({
@@ -5237,6 +5247,9 @@ module Aws::QuickSight
5237
5247
  # resp.user_list[0].active #=> Boolean
5238
5248
  # resp.user_list[0].principal_id #=> String
5239
5249
  # resp.user_list[0].custom_permissions_name #=> String
5250
+ # resp.user_list[0].external_login_federation_provider_type #=> String
5251
+ # resp.user_list[0].external_login_federation_provider_url #=> String
5252
+ # resp.user_list[0].external_login_id #=> String
5240
5253
  # resp.next_token #=> String
5241
5254
  # resp.request_id #=> String
5242
5255
  # resp.status #=> Integer
@@ -5342,6 +5355,31 @@ module Aws::QuickSight
5342
5355
  # subscriptions that use SAML 2.0-Based Federation for Single Sign-On
5343
5356
  # (SSO).
5344
5357
  #
5358
+ # @option params [String] :external_login_federation_provider_type
5359
+ # The type of supported external login provider that provides identity
5360
+ # to let a user federate into Amazon QuickSight with an associated AWS
5361
+ # Identity and Access Management (IAM) role. The type of supported
5362
+ # external login provider can be one of the following.
5363
+ #
5364
+ # * `COGNITO`\: Amazon Cognito. The provider URL is
5365
+ # cognito-identity.amazonaws.com. When choosing the `COGNITO` provider
5366
+ # type, don’t use the "CustomFederationProviderUrl" parameter which
5367
+ # is only needed when the external provider is custom.
5368
+ #
5369
+ # * `CUSTOM_OIDC`\: Custom OpenID Connect (OIDC) provider. When choosing
5370
+ # `CUSTOM_OIDC` type, use the `CustomFederationProviderUrl` parameter
5371
+ # to provide the custom OIDC provider URL.
5372
+ #
5373
+ # @option params [String] :custom_federation_provider_url
5374
+ # The URL of the custom OpenID Connect (OIDC) provider that provides
5375
+ # identity to let a user federate into QuickSight with an associated AWS
5376
+ # Identity and Access Management (IAM) role. This parameter should only
5377
+ # be used when `ExternalLoginFederationProviderType` parameter is set to
5378
+ # `CUSTOM_OIDC`.
5379
+ #
5380
+ # @option params [String] :external_login_id
5381
+ # The identity ID for a user in the external login provider.
5382
+ #
5345
5383
  # @return [Types::RegisterUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5346
5384
  #
5347
5385
  # * {Types::RegisterUserResponse#user #user} => Types::User
@@ -5361,6 +5399,9 @@ module Aws::QuickSight
5361
5399
  # namespace: "Namespace", # required
5362
5400
  # user_name: "UserName",
5363
5401
  # custom_permissions_name: "RoleName",
5402
+ # external_login_federation_provider_type: "String",
5403
+ # custom_federation_provider_url: "String",
5404
+ # external_login_id: "String",
5364
5405
  # })
5365
5406
  #
5366
5407
  # @example Response structure
@@ -5373,6 +5414,9 @@ module Aws::QuickSight
5373
5414
  # resp.user.active #=> Boolean
5374
5415
  # resp.user.principal_id #=> String
5375
5416
  # resp.user.custom_permissions_name #=> String
5417
+ # resp.user.external_login_federation_provider_type #=> String
5418
+ # resp.user.external_login_federation_provider_url #=> String
5419
+ # resp.user.external_login_id #=> String
5376
5420
  # resp.user_invitation_url #=> String
5377
5421
  # resp.request_id #=> String
5378
5422
  # resp.status #=> Integer
@@ -6339,6 +6383,7 @@ module Aws::QuickSight
6339
6383
  # namespace: "Namespace",
6340
6384
  # arn: "Arn", # required
6341
6385
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
6386
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
6342
6387
  # },
6343
6388
  # column_level_permission_rules: [
6344
6389
  # {
@@ -7386,6 +7431,35 @@ module Aws::QuickSight
7386
7431
  # This parameter defaults to NULL and it doesn't accept any other
7387
7432
  # value.
7388
7433
  #
7434
+ # @option params [String] :external_login_federation_provider_type
7435
+ # The type of supported external login provider that provides identity
7436
+ # to let a user federate into QuickSight with an associated AWS Identity
7437
+ # and Access Management (IAM) role. The type of supported external login
7438
+ # provider can be one of the following.
7439
+ #
7440
+ # * `COGNITO`\: Amazon Cognito. The provider URL is
7441
+ # cognito-identity.amazonaws.com. When choosing the `COGNITO` provider
7442
+ # type, don’t use the "CustomFederationProviderUrl" parameter which
7443
+ # is only needed when the external provider is custom.
7444
+ #
7445
+ # * `CUSTOM_OIDC`\: Custom OpenID Connect (OIDC) provider. When choosing
7446
+ # `CUSTOM_OIDC` type, use the `CustomFederationProviderUrl` parameter
7447
+ # to provide the custom OIDC provider URL.
7448
+ #
7449
+ # * `NONE`\: This clears all the previously saved external login
7450
+ # information for a user. Use ` DescribeUser ` API to check the
7451
+ # external login information.
7452
+ #
7453
+ # @option params [String] :custom_federation_provider_url
7454
+ # The URL of the custom OpenID Connect (OIDC) provider that provides
7455
+ # identity to let a user federate into QuickSight with an associated AWS
7456
+ # Identity and Access Management (IAM) role. This parameter should only
7457
+ # be used when `ExternalLoginFederationProviderType` parameter is set to
7458
+ # `CUSTOM_OIDC`.
7459
+ #
7460
+ # @option params [String] :external_login_id
7461
+ # The identity ID for a user in the external login provider.
7462
+ #
7389
7463
  # @return [Types::UpdateUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7390
7464
  #
7391
7465
  # * {Types::UpdateUserResponse#user #user} => Types::User
@@ -7402,6 +7476,9 @@ module Aws::QuickSight
7402
7476
  # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, RESTRICTED_AUTHOR, RESTRICTED_READER
7403
7477
  # custom_permissions_name: "RoleName",
7404
7478
  # unapply_custom_permissions: false,
7479
+ # external_login_federation_provider_type: "String",
7480
+ # custom_federation_provider_url: "String",
7481
+ # external_login_id: "String",
7405
7482
  # })
7406
7483
  #
7407
7484
  # @example Response structure
@@ -7414,6 +7491,9 @@ module Aws::QuickSight
7414
7491
  # resp.user.active #=> Boolean
7415
7492
  # resp.user.principal_id #=> String
7416
7493
  # resp.user.custom_permissions_name #=> String
7494
+ # resp.user.external_login_federation_provider_type #=> String
7495
+ # resp.user.external_login_federation_provider_url #=> String
7496
+ # resp.user.external_login_id #=> String
7417
7497
  # resp.request_id #=> String
7418
7498
  # resp.status #=> Integer
7419
7499
  #
@@ -7439,7 +7519,7 @@ module Aws::QuickSight
7439
7519
  params: params,
7440
7520
  config: config)
7441
7521
  context[:gem_name] = 'aws-sdk-quicksight'
7442
- context[:gem_version] = '1.41.0'
7522
+ context[:gem_version] = '1.46.0'
7443
7523
  Seahorse::Client::Request.new(handlers, context)
7444
7524
  end
7445
7525
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -399,6 +399,7 @@ module Aws::QuickSight
399
399
  RoleSessionName = Shapes::StringShape.new(name: 'RoleSessionName')
400
400
  RowInfo = Shapes::StructureShape.new(name: 'RowInfo')
401
401
  RowLevelPermissionDataSet = Shapes::StructureShape.new(name: 'RowLevelPermissionDataSet')
402
+ RowLevelPermissionFormatVersion = Shapes::StringShape.new(name: 'RowLevelPermissionFormatVersion')
402
403
  RowLevelPermissionPolicy = Shapes::StringShape.new(name: 'RowLevelPermissionPolicy')
403
404
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
404
405
  S3Key = Shapes::StringShape.new(name: 'S3Key')
@@ -1986,6 +1987,9 @@ module Aws::QuickSight
1986
1987
  RegisterUserRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
1987
1988
  RegisterUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, location_name: "UserName"))
1988
1989
  RegisterUserRequest.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "CustomPermissionsName"))
1990
+ RegisterUserRequest.add_member(:external_login_federation_provider_type, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginFederationProviderType"))
1991
+ RegisterUserRequest.add_member(:custom_federation_provider_url, Shapes::ShapeRef.new(shape: String, location_name: "CustomFederationProviderUrl"))
1992
+ RegisterUserRequest.add_member(:external_login_id, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginId"))
1989
1993
  RegisterUserRequest.struct_class = Types::RegisterUserRequest
1990
1994
 
1991
1995
  RegisterUserResponse.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "User"))
@@ -2043,6 +2047,7 @@ module Aws::QuickSight
2043
2047
  RowLevelPermissionDataSet.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
2044
2048
  RowLevelPermissionDataSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
2045
2049
  RowLevelPermissionDataSet.add_member(:permission_policy, Shapes::ShapeRef.new(shape: RowLevelPermissionPolicy, required: true, location_name: "PermissionPolicy"))
2050
+ RowLevelPermissionDataSet.add_member(:format_version, Shapes::ShapeRef.new(shape: RowLevelPermissionFormatVersion, location_name: "FormatVersion"))
2046
2051
  RowLevelPermissionDataSet.struct_class = Types::RowLevelPermissionDataSet
2047
2052
 
2048
2053
  S3Parameters.add_member(:manifest_file_location, Shapes::ShapeRef.new(shape: ManifestFileLocation, required: true, location_name: "ManifestFileLocation"))
@@ -2594,6 +2599,9 @@ module Aws::QuickSight
2594
2599
  UpdateUserRequest.add_member(:role, Shapes::ShapeRef.new(shape: UserRole, required: true, location_name: "Role"))
2595
2600
  UpdateUserRequest.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "CustomPermissionsName"))
2596
2601
  UpdateUserRequest.add_member(:unapply_custom_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "UnapplyCustomPermissions"))
2602
+ UpdateUserRequest.add_member(:external_login_federation_provider_type, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginFederationProviderType"))
2603
+ UpdateUserRequest.add_member(:custom_federation_provider_url, Shapes::ShapeRef.new(shape: String, location_name: "CustomFederationProviderUrl"))
2604
+ UpdateUserRequest.add_member(:external_login_id, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginId"))
2597
2605
  UpdateUserRequest.struct_class = Types::UpdateUserRequest
2598
2606
 
2599
2607
  UpdateUserResponse.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "User"))
@@ -2616,6 +2624,9 @@ module Aws::QuickSight
2616
2624
  User.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "Active"))
2617
2625
  User.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "PrincipalId"))
2618
2626
  User.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "CustomPermissionsName"))
2627
+ User.add_member(:external_login_federation_provider_type, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginFederationProviderType"))
2628
+ User.add_member(:external_login_federation_provider_url, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginFederationProviderUrl"))
2629
+ User.add_member(:external_login_id, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginId"))
2619
2630
  User.struct_class = Types::User
2620
2631
 
2621
2632
  UserList.member = Shapes::ShapeRef.new(shape: User)
@@ -3718,6 +3729,12 @@ module Aws::QuickSight
3718
3729
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3719
3730
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
3720
3731
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3732
+ o[:pager] = Aws::Pager.new(
3733
+ limit_key: "max_results",
3734
+ tokens: {
3735
+ "next_token" => "next_token"
3736
+ }
3737
+ )
3721
3738
  end)
3722
3739
 
3723
3740
  api.add_operation(:list_themes, Seahorse::Model::Operation.new.tap do |o|
@@ -3733,6 +3750,12 @@ module Aws::QuickSight
3733
3750
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3734
3751
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
3735
3752
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3753
+ o[:pager] = Aws::Pager.new(
3754
+ limit_key: "max_results",
3755
+ tokens: {
3756
+ "next_token" => "next_token"
3757
+ }
3758
+ )
3736
3759
  end)
3737
3760
 
3738
3761
  api.add_operation(:list_user_groups, Seahorse::Model::Operation.new.tap do |o|
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -1444,6 +1444,7 @@ module Aws::QuickSight
1444
1444
  # namespace: "Namespace",
1445
1445
  # arn: "Arn", # required
1446
1446
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
1447
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
1447
1448
  # },
1448
1449
  # column_level_permission_rules: [
1449
1450
  # {
@@ -8855,6 +8856,9 @@ module Aws::QuickSight
8855
8856
  # namespace: "Namespace", # required
8856
8857
  # user_name: "UserName",
8857
8858
  # custom_permissions_name: "RoleName",
8859
+ # external_login_federation_provider_type: "String",
8860
+ # custom_federation_provider_url: "String",
8861
+ # external_login_id: "String",
8858
8862
  # }
8859
8863
  #
8860
8864
  # @!attribute [rw] identity_type
@@ -8958,6 +8962,35 @@ module Aws::QuickSight
8958
8962
  # (SSO).
8959
8963
  # @return [String]
8960
8964
  #
8965
+ # @!attribute [rw] external_login_federation_provider_type
8966
+ # The type of supported external login provider that provides identity
8967
+ # to let a user federate into Amazon QuickSight with an associated AWS
8968
+ # Identity and Access Management (IAM) role. The type of supported
8969
+ # external login provider can be one of the following.
8970
+ #
8971
+ # * `COGNITO`\: Amazon Cognito. The provider URL is
8972
+ # cognito-identity.amazonaws.com. When choosing the `COGNITO`
8973
+ # provider type, don’t use the "CustomFederationProviderUrl"
8974
+ # parameter which is only needed when the external provider is
8975
+ # custom.
8976
+ #
8977
+ # * `CUSTOM_OIDC`\: Custom OpenID Connect (OIDC) provider. When
8978
+ # choosing `CUSTOM_OIDC` type, use the `CustomFederationProviderUrl`
8979
+ # parameter to provide the custom OIDC provider URL.
8980
+ # @return [String]
8981
+ #
8982
+ # @!attribute [rw] custom_federation_provider_url
8983
+ # The URL of the custom OpenID Connect (OIDC) provider that provides
8984
+ # identity to let a user federate into QuickSight with an associated
8985
+ # AWS Identity and Access Management (IAM) role. This parameter should
8986
+ # only be used when `ExternalLoginFederationProviderType` parameter is
8987
+ # set to `CUSTOM_OIDC`.
8988
+ # @return [String]
8989
+ #
8990
+ # @!attribute [rw] external_login_id
8991
+ # The identity ID for a user in the external login provider.
8992
+ # @return [String]
8993
+ #
8961
8994
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisterUserRequest AWS API Documentation
8962
8995
  #
8963
8996
  class RegisterUserRequest < Struct.new(
@@ -8969,7 +9002,10 @@ module Aws::QuickSight
8969
9002
  :aws_account_id,
8970
9003
  :namespace,
8971
9004
  :user_name,
8972
- :custom_permissions_name)
9005
+ :custom_permissions_name,
9006
+ :external_login_federation_provider_type,
9007
+ :custom_federation_provider_url,
9008
+ :external_login_id)
8973
9009
  SENSITIVE = []
8974
9010
  include Aws::Structure
8975
9011
  end
@@ -9261,7 +9297,18 @@ module Aws::QuickSight
9261
9297
  include Aws::Structure
9262
9298
  end
9263
9299
 
9264
- # The row-level security configuration for the dataset.
9300
+ # Information about a dataset that contains permissions for row-level
9301
+ # security (RLS). The permissions dataset maps fields to users or
9302
+ # groups. For more information, see [Using Row-Level Security (RLS) to
9303
+ # Restrict Access to a Dataset][1] in the *Amazon QuickSight User
9304
+ # Guide*.
9305
+ #
9306
+ # The option to deny permissions by setting `PermissionPolicy` to
9307
+ # `DENY_ACCESS` is not supported for new RLS datasets.
9308
+ #
9309
+ #
9310
+ #
9311
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html
9265
9312
  #
9266
9313
  # @note When making an API call, you may pass RowLevelPermissionDataSet
9267
9314
  # data as a hash:
@@ -9270,18 +9317,32 @@ module Aws::QuickSight
9270
9317
  # namespace: "Namespace",
9271
9318
  # arn: "Arn", # required
9272
9319
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
9320
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
9273
9321
  # }
9274
9322
  #
9275
9323
  # @!attribute [rw] namespace
9276
- # The namespace associated with the row-level permissions dataset.
9324
+ # The namespace associated with the dataset that contains permissions
9325
+ # for RLS.
9277
9326
  # @return [String]
9278
9327
  #
9279
9328
  # @!attribute [rw] arn
9280
- # The Amazon Resource Name (ARN) of the permission dataset.
9329
+ # The Amazon Resource Name (ARN) of the dataset that contains
9330
+ # permissions for RLS.
9281
9331
  # @return [String]
9282
9332
  #
9283
9333
  # @!attribute [rw] permission_policy
9284
- # Permission policy.
9334
+ # The type of permissions to use when interpretting the permissions
9335
+ # for RLS. `DENY_ACCESS` is included for backward compatibility only.
9336
+ # @return [String]
9337
+ #
9338
+ # @!attribute [rw] format_version
9339
+ # The user or group rules associated with the dataset that contains
9340
+ # permissions for RLS.
9341
+ #
9342
+ # By default, `FormatVersion` is `VERSION_1`. When `FormatVersion` is
9343
+ # `VERSION_1`, `UserName` and `GroupName` are required. When
9344
+ # `FormatVersion` is `VERSION_2`, `UserARN` and `GroupARN` are
9345
+ # required, and `Namespace` must not exist.
9285
9346
  # @return [String]
9286
9347
  #
9287
9348
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RowLevelPermissionDataSet AWS API Documentation
@@ -9289,7 +9350,8 @@ module Aws::QuickSight
9289
9350
  class RowLevelPermissionDataSet < Struct.new(
9290
9351
  :namespace,
9291
9352
  :arn,
9292
- :permission_policy)
9353
+ :permission_policy,
9354
+ :format_version)
9293
9355
  SENSITIVE = []
9294
9356
  include Aws::Structure
9295
9357
  end
@@ -9342,7 +9404,7 @@ module Aws::QuickSight
9342
9404
  # }
9343
9405
  #
9344
9406
  # @!attribute [rw] data_source_arn
9345
- # The amazon Resource Name (ARN) for the data source.
9407
+ # The Amazon Resource Name (ARN) for the data source.
9346
9408
  # @return [String]
9347
9409
  #
9348
9410
  # @!attribute [rw] upload_settings
@@ -11794,6 +11856,7 @@ module Aws::QuickSight
11794
11856
  # namespace: "Namespace",
11795
11857
  # arn: "Arn", # required
11796
11858
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
11859
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
11797
11860
  # },
11798
11861
  # column_level_permission_rules: [
11799
11862
  # {
@@ -12983,6 +13046,9 @@ module Aws::QuickSight
12983
13046
  # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, RESTRICTED_AUTHOR, RESTRICTED_READER
12984
13047
  # custom_permissions_name: "RoleName",
12985
13048
  # unapply_custom_permissions: false,
13049
+ # external_login_federation_provider_type: "String",
13050
+ # custom_federation_provider_url: "String",
13051
+ # external_login_id: "String",
12986
13052
  # }
12987
13053
  #
12988
13054
  # @!attribute [rw] user_name
@@ -13057,6 +13123,39 @@ module Aws::QuickSight
13057
13123
  # value.
13058
13124
  # @return [Boolean]
13059
13125
  #
13126
+ # @!attribute [rw] external_login_federation_provider_type
13127
+ # The type of supported external login provider that provides identity
13128
+ # to let a user federate into QuickSight with an associated AWS
13129
+ # Identity and Access Management (IAM) role. The type of supported
13130
+ # external login provider can be one of the following.
13131
+ #
13132
+ # * `COGNITO`\: Amazon Cognito. The provider URL is
13133
+ # cognito-identity.amazonaws.com. When choosing the `COGNITO`
13134
+ # provider type, don’t use the "CustomFederationProviderUrl"
13135
+ # parameter which is only needed when the external provider is
13136
+ # custom.
13137
+ #
13138
+ # * `CUSTOM_OIDC`\: Custom OpenID Connect (OIDC) provider. When
13139
+ # choosing `CUSTOM_OIDC` type, use the `CustomFederationProviderUrl`
13140
+ # parameter to provide the custom OIDC provider URL.
13141
+ #
13142
+ # * `NONE`\: This clears all the previously saved external login
13143
+ # information for a user. Use ` DescribeUser ` API to check the
13144
+ # external login information.
13145
+ # @return [String]
13146
+ #
13147
+ # @!attribute [rw] custom_federation_provider_url
13148
+ # The URL of the custom OpenID Connect (OIDC) provider that provides
13149
+ # identity to let a user federate into QuickSight with an associated
13150
+ # AWS Identity and Access Management (IAM) role. This parameter should
13151
+ # only be used when `ExternalLoginFederationProviderType` parameter is
13152
+ # set to `CUSTOM_OIDC`.
13153
+ # @return [String]
13154
+ #
13155
+ # @!attribute [rw] external_login_id
13156
+ # The identity ID for a user in the external login provider.
13157
+ # @return [String]
13158
+ #
13060
13159
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateUserRequest AWS API Documentation
13061
13160
  #
13062
13161
  class UpdateUserRequest < Struct.new(
@@ -13066,7 +13165,10 @@ module Aws::QuickSight
13066
13165
  :email,
13067
13166
  :role,
13068
13167
  :custom_permissions_name,
13069
- :unapply_custom_permissions)
13168
+ :unapply_custom_permissions,
13169
+ :external_login_federation_provider_type,
13170
+ :custom_federation_provider_url,
13171
+ :external_login_id)
13070
13172
  SENSITIVE = []
13071
13173
  include Aws::Structure
13072
13174
  end
@@ -13190,6 +13292,25 @@ module Aws::QuickSight
13190
13292
  # The custom permissions profile associated with this user.
13191
13293
  # @return [String]
13192
13294
  #
13295
+ # @!attribute [rw] external_login_federation_provider_type
13296
+ # The type of supported external login provider that provides identity
13297
+ # to let the user federate into Amazon QuickSight with an associated
13298
+ # IAM role. The type can be one of the following.
13299
+ #
13300
+ # * `COGNITO`\: Amazon Cognito. The provider URL is
13301
+ # cognito-identity.amazonaws.com.
13302
+ #
13303
+ # * `CUSTOM_OIDC`\: Custom OpenID Connect (OIDC) provider.
13304
+ # @return [String]
13305
+ #
13306
+ # @!attribute [rw] external_login_federation_provider_url
13307
+ # The URL of the external login provider.
13308
+ # @return [String]
13309
+ #
13310
+ # @!attribute [rw] external_login_id
13311
+ # The identity ID for the user in the external login provider.
13312
+ # @return [String]
13313
+ #
13193
13314
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/User AWS API Documentation
13194
13315
  #
13195
13316
  class User < Struct.new(
@@ -13200,7 +13321,10 @@ module Aws::QuickSight
13200
13321
  :identity_type,
13201
13322
  :active,
13202
13323
  :principal_id,
13203
- :custom_permissions_name)
13324
+ :custom_permissions_name,
13325
+ :external_login_federation_provider_type,
13326
+ :external_login_federation_provider_url,
13327
+ :external_login_id)
13204
13328
  SENSITIVE = []
13205
13329
  include Aws::Structure
13206
13330
  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.41.0
4
+ version: 1.46.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: 2021-02-04 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for Amazon QuickSight. This gem is part of the
48
48
  AWS SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-quicksight.rb
56
59
  - lib/aws-sdk-quicksight/client.rb
57
60
  - lib/aws-sdk-quicksight/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-quicksight
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-quicksight/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-quicksight
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-quicksight/CHANGELOG.md
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - Amazon QuickSight