aws-sdk-quicksight 1.40.0 → 1.45.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: 5680aaf3cccab1aea839f98eafa0378d0ba6dab4d21c1878e77e9ef80db6a1f3
4
- data.tar.gz: b224729444416df92af58e08982cacd16dfbca4aaac35fc901506a287a8dea0d
3
+ metadata.gz: 31c924f1a8acdfefaa939af38a788ac6d8f7681ffd64aceea2dc6da45d3afc68
4
+ data.tar.gz: f4bbe757b8d97ca4c4776adc9cc03aa48e8382324e3ef60bd2d078bcc0fef7bc
5
5
  SHA512:
6
- metadata.gz: de53b63d47e441c38387fa965a31c47356bbe6c666a12d8eceebe823457e97acc86b605aa9c4e5346bb217979bbd3c6553819a5cc8c995a6afb7545bef29cba8
7
- data.tar.gz: 0a1ea779ca031c48f548e605b1c4a7875cc335abe9c8178379c0c401a3abeb0914bc98559d3ba61c96e293ff56451e2cb84da50083418c9e4c1d1a0f2b145dca
6
+ metadata.gz: ab4442ca5d26a112813cb0633cb78ffa10f028be3fd36313667349a42a46713a6395805f1edc236f9f99f6b60d8bc20217ec86658d0b9a957da2757fd05dede9
7
+ data.tar.gz: d6dd6294892907fcc5c87df77d51c0fba08f8dc0634625e7ceba39bf97d3578ab366e141613f390d8bb1e5763c52e45262a36f3208dc852a40b45edef25c8a79
data/CHANGELOG.md ADDED
@@ -0,0 +1,244 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.45.0 (2021-05-20)
5
+ ------------------
6
+
7
+ * Feature - Add ARN based Row Level Security support to CreateDataSet/UpdateDataSet APIs.
8
+
9
+ 1.44.0 (2021-03-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.43.0 (2021-02-23)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for QuickSight Row Level Security
18
+
19
+ 1.42.0 (2021-02-09)
20
+ ------------------
21
+
22
+ * Feature - QuickSight now supports Python's paginators for Exploration APIs.
23
+
24
+ 1.41.0 (2021-02-04)
25
+ ------------------
26
+
27
+ * Feature - API release for field folders feature.
28
+
29
+ 1.40.0 (2021-02-02)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.39.0 (2020-12-16)
35
+ ------------------
36
+
37
+ * Feature - QuickSight now supports connecting to federated data sources of Athena
38
+
39
+ 1.38.0 (2020-12-08)
40
+ ------------------
41
+
42
+ * Feature - Added new parameters for join optimization.
43
+
44
+ 1.37.0 (2020-11-24)
45
+ ------------------
46
+
47
+ * 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.
48
+
49
+ 1.36.0 (2020-11-16)
50
+ ------------------
51
+
52
+ * Feature - Adding new parameters for dashboard persistence
53
+
54
+ 1.35.0 (2020-11-11)
55
+ ------------------
56
+
57
+ * Feature - QuickSight now supports Column-level security and connecting to Oracle data source.
58
+
59
+ 1.34.0 (2020-10-23)
60
+ ------------------
61
+
62
+ * Feature - Support description on columns.
63
+
64
+ 1.33.0 (2020-10-01)
65
+ ------------------
66
+
67
+ * Feature - QuickSight now supports connecting to AWS Timestream data source
68
+
69
+ 1.32.0 (2020-09-30)
70
+ ------------------
71
+
72
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
73
+
74
+ 1.31.0 (2020-09-23)
75
+ ------------------
76
+
77
+ * Feature - Added Sheet information to DescribeDashboard, DescribeTemplate and DescribeAnalysis API response.
78
+
79
+ 1.30.0 (2020-09-15)
80
+ ------------------
81
+
82
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
83
+
84
+ 1.29.0 (2020-09-08)
85
+ ------------------
86
+
87
+ * 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.
88
+
89
+ 1.28.0 (2020-08-25)
90
+ ------------------
91
+
92
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
93
+
94
+ 1.27.0 (2020-08-17)
95
+ ------------------
96
+
97
+ * Feature - Amazon QuickSight now supports programmatic creation and management of analyses with new APIs.
98
+
99
+ 1.26.0 (2020-07-22)
100
+ ------------------
101
+
102
+ * 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
103
+
104
+ 1.25.0 (2020-07-06)
105
+ ------------------
106
+
107
+ * Feature - Add Theme APIs and update Dashboard APIs to support theme overrides.
108
+
109
+ 1.24.0 (2020-06-26)
110
+ ------------------
111
+
112
+ * Feature - Added support for cross-region DataSource credentials copying.
113
+
114
+ 1.23.0 (2020-06-23)
115
+ ------------------
116
+
117
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
118
+
119
+ 1.22.1 (2020-06-11)
120
+ ------------------
121
+
122
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
123
+
124
+ 1.22.0 (2020-06-10)
125
+ ------------------
126
+
127
+ * Issue - This version has been yanked. (#2327).
128
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
129
+
130
+ 1.21.0 (2020-05-28)
131
+ ------------------
132
+
133
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
134
+
135
+ 1.20.0 (2020-05-26)
136
+ ------------------
137
+
138
+ * Feature - Add DataSetArns to QuickSight DescribeDashboard API response.
139
+
140
+ 1.19.0 (2020-05-07)
141
+ ------------------
142
+
143
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
144
+
145
+ 1.18.0 (2020-03-09)
146
+ ------------------
147
+
148
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
149
+
150
+ 1.17.1 (2020-03-02)
151
+ ------------------
152
+
153
+ * Issue - Republish the previously yanked version.
154
+
155
+ 1.17.0 (2020-02-28)
156
+ ------------------
157
+
158
+ * Issue - This version has been yanked. (#2239)
159
+ * Feature - Added SearchDashboards API that allows listing of dashboards that a specific user has access to.
160
+
161
+ 1.16.0 (2019-12-09)
162
+ ------------------
163
+
164
+ * Feature - Documentation updates for QuickSight
165
+
166
+ 1.15.0 (2019-11-26)
167
+ ------------------
168
+
169
+ * Feature - Documentation updates for QuickSight
170
+
171
+ 1.14.0 (2019-11-20)
172
+ ------------------
173
+
174
+ * 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.
175
+
176
+ 1.13.0 (2019-10-23)
177
+ ------------------
178
+
179
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
180
+
181
+ 1.12.0 (2019-07-25)
182
+ ------------------
183
+
184
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
185
+
186
+ 1.11.0 (2019-07-10)
187
+ ------------------
188
+
189
+ * 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.
190
+
191
+ 1.10.0 (2019-07-01)
192
+ ------------------
193
+
194
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
195
+
196
+ 1.9.0 (2019-06-17)
197
+ ------------------
198
+
199
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
200
+
201
+ 1.8.0 (2019-05-21)
202
+ ------------------
203
+
204
+ * Feature - API update.
205
+
206
+ 1.7.0 (2019-05-15)
207
+ ------------------
208
+
209
+ * Feature - API update.
210
+
211
+ 1.6.0 (2019-05-14)
212
+ ------------------
213
+
214
+ * Feature - API update.
215
+
216
+ 1.5.0 (2019-03-21)
217
+ ------------------
218
+
219
+ * Feature - API update.
220
+
221
+ 1.4.0 (2019-03-18)
222
+ ------------------
223
+
224
+ * Feature - API update.
225
+
226
+ 1.3.0 (2019-03-14)
227
+ ------------------
228
+
229
+ * Feature - API update.
230
+
231
+ 1.2.0 (2019-03-11)
232
+ ------------------
233
+
234
+ * Feature - API update.
235
+
236
+ 1.1.0 (2018-12-17)
237
+ ------------------
238
+
239
+ * Feature - API update.
240
+
241
+ 1.0.0 (2018-11-20)
242
+ ------------------
243
+
244
+ * 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.45.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.40.0'
51
+ GEM_VERSION = '1.45.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
 
@@ -784,6 +784,10 @@ module Aws::QuickSight
784
784
  # Groupings of columns that work together in certain QuickSight
785
785
  # features. Currently, only geospatial hierarchy is supported.
786
786
  #
787
+ # @option params [Hash<String,Types::FieldFolder>] :field_folders
788
+ # The folder that contains fields and nested subfolders for your
789
+ # dataset.
790
+ #
787
791
  # @option params [Array<Types::ResourcePermission>] :permissions
788
792
  # A list of resource permissions on the dataset.
789
793
  #
@@ -925,6 +929,12 @@ module Aws::QuickSight
925
929
  # },
926
930
  # },
927
931
  # ],
932
+ # field_folders: {
933
+ # "FieldFolderPath" => {
934
+ # description: "FieldFolderDescription",
935
+ # columns: ["String"],
936
+ # },
937
+ # },
928
938
  # permissions: [
929
939
  # {
930
940
  # principal: "Principal", # required
@@ -935,6 +945,7 @@ module Aws::QuickSight
935
945
  # namespace: "Namespace",
936
946
  # arn: "Arn", # required
937
947
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
948
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
938
949
  # },
939
950
  # column_level_permission_rules: [
940
951
  # {
@@ -982,9 +993,12 @@ module Aws::QuickSight
982
993
  #
983
994
  # @option params [required, String] :type
984
995
  # The type of the data source. Currently, the supported types for this
985
- # operation are: `ATHENA, AURORA, AURORA_POSTGRESQL, MARIADB, MYSQL,
986
- # POSTGRESQL, PRESTO, REDSHIFT, S3, SNOWFLAKE, SPARK, SQLSERVER,
987
- # TERADATA`. Use `ListDataSources` to return a list of all data sources.
996
+ # operation are: `ATHENA, AURORA, AURORA_POSTGRESQL,
997
+ # AMAZON_ELASTICSEARCH, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT,
998
+ # S3, SNOWFLAKE, SPARK, SQLSERVER, TERADATA`. Use `ListDataSources` to
999
+ # return a list of all data sources.
1000
+ #
1001
+ # `AMAZON_ELASTICSEARCH` is for Amazon managed Elasticsearch Service.
988
1002
  #
989
1003
  # @option params [Types::DataSourceParameters] :data_source_parameters
990
1004
  # The parameters that QuickSight uses to connect to your underlying
@@ -3002,9 +3016,14 @@ module Aws::QuickSight
3002
3016
  # resp.data_set.column_groups[0].geo_spatial_column_group.country_code #=> String, one of "US"
3003
3017
  # resp.data_set.column_groups[0].geo_spatial_column_group.columns #=> Array
3004
3018
  # resp.data_set.column_groups[0].geo_spatial_column_group.columns[0] #=> String
3019
+ # resp.data_set.field_folders #=> Hash
3020
+ # resp.data_set.field_folders["FieldFolderPath"].description #=> String
3021
+ # resp.data_set.field_folders["FieldFolderPath"].columns #=> Array
3022
+ # resp.data_set.field_folders["FieldFolderPath"].columns[0] #=> String
3005
3023
  # resp.data_set.row_level_permission_data_set.namespace #=> String
3006
3024
  # resp.data_set.row_level_permission_data_set.arn #=> String
3007
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"
3008
3027
  # resp.data_set.column_level_permission_rules #=> Array
3009
3028
  # resp.data_set.column_level_permission_rules[0].principals #=> Array
3010
3029
  # resp.data_set.column_level_permission_rules[0].principals[0] #=> String
@@ -4262,6 +4281,7 @@ module Aws::QuickSight
4262
4281
  # resp.data_set_summaries[0].row_level_permission_data_set.namespace #=> String
4263
4282
  # resp.data_set_summaries[0].row_level_permission_data_set.arn #=> String
4264
4283
  # resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
4284
+ # resp.data_set_summaries[0].row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
4265
4285
  # resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
4266
4286
  # resp.next_token #=> String
4267
4287
  # resp.request_id #=> String
@@ -5027,6 +5047,8 @@ module Aws::QuickSight
5027
5047
  # * {Types::ListThemeVersionsResponse#status #status} => Integer
5028
5048
  # * {Types::ListThemeVersionsResponse#request_id #request_id} => String
5029
5049
  #
5050
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5051
+ #
5030
5052
  # @example Request syntax with placeholder values
5031
5053
  #
5032
5054
  # resp = client.list_theme_versions({
@@ -5089,6 +5111,8 @@ module Aws::QuickSight
5089
5111
  # * {Types::ListThemesResponse#status #status} => Integer
5090
5112
  # * {Types::ListThemesResponse#request_id #request_id} => String
5091
5113
  #
5114
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5115
+ #
5092
5116
  # @example Request syntax with placeholder values
5093
5117
  #
5094
5118
  # resp = client.list_themes({
@@ -6175,6 +6199,10 @@ module Aws::QuickSight
6175
6199
  # Groupings of columns that work together in certain QuickSight
6176
6200
  # features. Currently, only geospatial hierarchy is supported.
6177
6201
  #
6202
+ # @option params [Hash<String,Types::FieldFolder>] :field_folders
6203
+ # The folder that contains fields and nested subfolders for your
6204
+ # dataset.
6205
+ #
6178
6206
  # @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
6179
6207
  # The row-level security configuration for the data you want to create.
6180
6208
  #
@@ -6308,10 +6336,17 @@ module Aws::QuickSight
6308
6336
  # },
6309
6337
  # },
6310
6338
  # ],
6339
+ # field_folders: {
6340
+ # "FieldFolderPath" => {
6341
+ # description: "FieldFolderDescription",
6342
+ # columns: ["String"],
6343
+ # },
6344
+ # },
6311
6345
  # row_level_permission_data_set: {
6312
6346
  # namespace: "Namespace",
6313
6347
  # arn: "Arn", # required
6314
6348
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
6349
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
6315
6350
  # },
6316
6351
  # column_level_permission_rules: [
6317
6352
  # {
@@ -7412,7 +7447,7 @@ module Aws::QuickSight
7412
7447
  params: params,
7413
7448
  config: config)
7414
7449
  context[:gem_name] = 'aws-sdk-quicksight'
7415
- context[:gem_version] = '1.40.0'
7450
+ context[:gem_version] = '1.45.0'
7416
7451
  Seahorse::Client::Request.new(handlers, context)
7417
7452
  end
7418
7453
 
@@ -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
 
@@ -236,9 +236,14 @@ module Aws::QuickSight
236
236
  ExceptionResourceType = Shapes::StringShape.new(name: 'ExceptionResourceType')
237
237
  ExportToCSVOption = Shapes::StructureShape.new(name: 'ExportToCSVOption')
238
238
  Expression = Shapes::StringShape.new(name: 'Expression')
239
+ FieldFolder = Shapes::StructureShape.new(name: 'FieldFolder')
240
+ FieldFolderDescription = Shapes::StringShape.new(name: 'FieldFolderDescription')
241
+ FieldFolderMap = Shapes::MapShape.new(name: 'FieldFolderMap')
242
+ FieldFolderPath = Shapes::StringShape.new(name: 'FieldFolderPath')
239
243
  FileFormat = Shapes::StringShape.new(name: 'FileFormat')
240
244
  FilterOperation = Shapes::StructureShape.new(name: 'FilterOperation')
241
245
  FilterOperator = Shapes::StringShape.new(name: 'FilterOperator')
246
+ FolderColumnList = Shapes::ListShape.new(name: 'FolderColumnList')
242
247
  GeoSpatialColumnGroup = Shapes::StructureShape.new(name: 'GeoSpatialColumnGroup')
243
248
  GeoSpatialCountryCode = Shapes::StringShape.new(name: 'GeoSpatialCountryCode')
244
249
  GeoSpatialDataRole = Shapes::StringShape.new(name: 'GeoSpatialDataRole')
@@ -394,6 +399,7 @@ module Aws::QuickSight
394
399
  RoleSessionName = Shapes::StringShape.new(name: 'RoleSessionName')
395
400
  RowInfo = Shapes::StructureShape.new(name: 'RowInfo')
396
401
  RowLevelPermissionDataSet = Shapes::StructureShape.new(name: 'RowLevelPermissionDataSet')
402
+ RowLevelPermissionFormatVersion = Shapes::StringShape.new(name: 'RowLevelPermissionFormatVersion')
397
403
  RowLevelPermissionPolicy = Shapes::StringShape.new(name: 'RowLevelPermissionPolicy')
398
404
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
399
405
  S3Key = Shapes::StringShape.new(name: 'S3Key')
@@ -757,6 +763,7 @@ module Aws::QuickSight
757
763
  CreateDataSetRequest.add_member(:logical_table_map, Shapes::ShapeRef.new(shape: LogicalTableMap, location_name: "LogicalTableMap"))
758
764
  CreateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
759
765
  CreateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
766
+ CreateDataSetRequest.add_member(:field_folders, Shapes::ShapeRef.new(shape: FieldFolderMap, location_name: "FieldFolders"))
760
767
  CreateDataSetRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
761
768
  CreateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
762
769
  CreateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
@@ -1007,6 +1014,7 @@ module Aws::QuickSight
1007
1014
  DataSet.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
1008
1015
  DataSet.add_member(:consumed_spice_capacity_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "ConsumedSpiceCapacityInBytes"))
1009
1016
  DataSet.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
1017
+ DataSet.add_member(:field_folders, Shapes::ShapeRef.new(shape: FieldFolderMap, location_name: "FieldFolders"))
1010
1018
  DataSet.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
1011
1019
  DataSet.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
1012
1020
  DataSet.struct_class = Types::DataSet
@@ -1483,9 +1491,18 @@ module Aws::QuickSight
1483
1491
  ExportToCSVOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
1484
1492
  ExportToCSVOption.struct_class = Types::ExportToCSVOption
1485
1493
 
1494
+ FieldFolder.add_member(:description, Shapes::ShapeRef.new(shape: FieldFolderDescription, location_name: "description"))
1495
+ FieldFolder.add_member(:columns, Shapes::ShapeRef.new(shape: FolderColumnList, location_name: "columns"))
1496
+ FieldFolder.struct_class = Types::FieldFolder
1497
+
1498
+ FieldFolderMap.key = Shapes::ShapeRef.new(shape: FieldFolderPath)
1499
+ FieldFolderMap.value = Shapes::ShapeRef.new(shape: FieldFolder)
1500
+
1486
1501
  FilterOperation.add_member(:condition_expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "ConditionExpression"))
1487
1502
  FilterOperation.struct_class = Types::FilterOperation
1488
1503
 
1504
+ FolderColumnList.member = Shapes::ShapeRef.new(shape: String)
1505
+
1489
1506
  GeoSpatialColumnGroup.add_member(:name, Shapes::ShapeRef.new(shape: ColumnGroupName, required: true, location_name: "Name"))
1490
1507
  GeoSpatialColumnGroup.add_member(:country_code, Shapes::ShapeRef.new(shape: GeoSpatialCountryCode, required: true, location_name: "CountryCode"))
1491
1508
  GeoSpatialColumnGroup.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "Columns"))
@@ -2027,6 +2044,7 @@ module Aws::QuickSight
2027
2044
  RowLevelPermissionDataSet.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
2028
2045
  RowLevelPermissionDataSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
2029
2046
  RowLevelPermissionDataSet.add_member(:permission_policy, Shapes::ShapeRef.new(shape: RowLevelPermissionPolicy, required: true, location_name: "PermissionPolicy"))
2047
+ RowLevelPermissionDataSet.add_member(:format_version, Shapes::ShapeRef.new(shape: RowLevelPermissionFormatVersion, location_name: "FormatVersion"))
2030
2048
  RowLevelPermissionDataSet.struct_class = Types::RowLevelPermissionDataSet
2031
2049
 
2032
2050
  S3Parameters.add_member(:manifest_file_location, Shapes::ShapeRef.new(shape: ManifestFileLocation, required: true, location_name: "ManifestFileLocation"))
@@ -2421,6 +2439,7 @@ module Aws::QuickSight
2421
2439
  UpdateDataSetRequest.add_member(:logical_table_map, Shapes::ShapeRef.new(shape: LogicalTableMap, location_name: "LogicalTableMap"))
2422
2440
  UpdateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
2423
2441
  UpdateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
2442
+ UpdateDataSetRequest.add_member(:field_folders, Shapes::ShapeRef.new(shape: FieldFolderMap, location_name: "FieldFolders"))
2424
2443
  UpdateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
2425
2444
  UpdateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
2426
2445
  UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
@@ -3701,6 +3720,12 @@ module Aws::QuickSight
3701
3720
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3702
3721
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
3703
3722
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3723
+ o[:pager] = Aws::Pager.new(
3724
+ limit_key: "max_results",
3725
+ tokens: {
3726
+ "next_token" => "next_token"
3727
+ }
3728
+ )
3704
3729
  end)
3705
3730
 
3706
3731
  api.add_operation(:list_themes, Seahorse::Model::Operation.new.tap do |o|
@@ -3716,6 +3741,12 @@ module Aws::QuickSight
3716
3741
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3717
3742
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
3718
3743
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3744
+ o[:pager] = Aws::Pager.new(
3745
+ limit_key: "max_results",
3746
+ tokens: {
3747
+ "next_token" => "next_token"
3748
+ }
3749
+ )
3719
3750
  end)
3720
3751
 
3721
3752
  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
 
@@ -1428,6 +1428,12 @@ module Aws::QuickSight
1428
1428
  # },
1429
1429
  # },
1430
1430
  # ],
1431
+ # field_folders: {
1432
+ # "FieldFolderPath" => {
1433
+ # description: "FieldFolderDescription",
1434
+ # columns: ["String"],
1435
+ # },
1436
+ # },
1431
1437
  # permissions: [
1432
1438
  # {
1433
1439
  # principal: "Principal", # required
@@ -1438,6 +1444,7 @@ module Aws::QuickSight
1438
1444
  # namespace: "Namespace",
1439
1445
  # arn: "Arn", # required
1440
1446
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
1447
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
1441
1448
  # },
1442
1449
  # column_level_permission_rules: [
1443
1450
  # {
@@ -1485,6 +1492,11 @@ module Aws::QuickSight
1485
1492
  # features. Currently, only geospatial hierarchy is supported.
1486
1493
  # @return [Array<Types::ColumnGroup>]
1487
1494
  #
1495
+ # @!attribute [rw] field_folders
1496
+ # The folder that contains fields and nested subfolders for your
1497
+ # dataset.
1498
+ # @return [Hash<String,Types::FieldFolder>]
1499
+ #
1488
1500
  # @!attribute [rw] permissions
1489
1501
  # A list of resource permissions on the dataset.
1490
1502
  # @return [Array<Types::ResourcePermission>]
@@ -1513,6 +1525,7 @@ module Aws::QuickSight
1513
1525
  :logical_table_map,
1514
1526
  :import_mode,
1515
1527
  :column_groups,
1528
+ :field_folders,
1516
1529
  :permissions,
1517
1530
  :row_level_permission_data_set,
1518
1531
  :column_level_permission_rules,
@@ -1795,10 +1808,12 @@ module Aws::QuickSight
1795
1808
  #
1796
1809
  # @!attribute [rw] type
1797
1810
  # The type of the data source. Currently, the supported types for this
1798
- # operation are: `ATHENA, AURORA, AURORA_POSTGRESQL, MARIADB, MYSQL,
1799
- # POSTGRESQL, PRESTO, REDSHIFT, S3, SNOWFLAKE, SPARK, SQLSERVER,
1800
- # TERADATA`. Use `ListDataSources` to return a list of all data
1801
- # sources.
1811
+ # operation are: `ATHENA, AURORA, AURORA_POSTGRESQL,
1812
+ # AMAZON_ELASTICSEARCH, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT,
1813
+ # S3, SNOWFLAKE, SPARK, SQLSERVER, TERADATA`. Use `ListDataSources` to
1814
+ # return a list of all data sources.
1815
+ #
1816
+ # `AMAZON_ELASTICSEARCH` is for Amazon managed Elasticsearch Service.
1802
1817
  # @return [String]
1803
1818
  #
1804
1819
  # @!attribute [rw] data_source_parameters
@@ -3311,6 +3326,11 @@ module Aws::QuickSight
3311
3326
  # features. Currently, only geospatial hierarchy is supported.
3312
3327
  # @return [Array<Types::ColumnGroup>]
3313
3328
  #
3329
+ # @!attribute [rw] field_folders
3330
+ # The folder that contains fields and nested subfolders for your
3331
+ # dataset.
3332
+ # @return [Hash<String,Types::FieldFolder>]
3333
+ #
3314
3334
  # @!attribute [rw] row_level_permission_data_set
3315
3335
  # The row-level security configuration for the dataset.
3316
3336
  # @return [Types::RowLevelPermissionDataSet]
@@ -3333,6 +3353,7 @@ module Aws::QuickSight
3333
3353
  :import_mode,
3334
3354
  :consumed_spice_capacity_in_bytes,
3335
3355
  :column_groups,
3356
+ :field_folders,
3336
3357
  :row_level_permission_data_set,
3337
3358
  :column_level_permission_rules)
3338
3359
  SENSITIVE = []
@@ -6054,6 +6075,34 @@ module Aws::QuickSight
6054
6075
  include Aws::Structure
6055
6076
  end
6056
6077
 
6078
+ # A FieldFolder element is a folder that contains fields and nested
6079
+ # subfolders.
6080
+ #
6081
+ # @note When making an API call, you may pass FieldFolder
6082
+ # data as a hash:
6083
+ #
6084
+ # {
6085
+ # description: "FieldFolderDescription",
6086
+ # columns: ["String"],
6087
+ # }
6088
+ #
6089
+ # @!attribute [rw] description
6090
+ # The description for a field folder.
6091
+ # @return [String]
6092
+ #
6093
+ # @!attribute [rw] columns
6094
+ # A folder has a list of columns. A column can only be in one folder.
6095
+ # @return [Array<String>]
6096
+ #
6097
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/FieldFolder AWS API Documentation
6098
+ #
6099
+ class FieldFolder < Struct.new(
6100
+ :description,
6101
+ :columns)
6102
+ SENSITIVE = []
6103
+ include Aws::Structure
6104
+ end
6105
+
6057
6106
  # A transform operation that filters rows based on a condition.
6058
6107
  #
6059
6108
  # @note When making an API call, you may pass FilterOperation
@@ -9213,7 +9262,18 @@ module Aws::QuickSight
9213
9262
  include Aws::Structure
9214
9263
  end
9215
9264
 
9216
- # The row-level security configuration for the dataset.
9265
+ # Information about a dataset that contains permissions for row-level
9266
+ # security (RLS). The permissions dataset maps fields to users or
9267
+ # groups. For more information, see [Using Row-Level Security (RLS) to
9268
+ # Restrict Access to a Dataset][1] in the *Amazon QuickSight User
9269
+ # Guide*.
9270
+ #
9271
+ # The option to deny permissions by setting `PermissionPolicy` to
9272
+ # `DENY_ACCESS` is not supported for new RLS datasets.
9273
+ #
9274
+ #
9275
+ #
9276
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html
9217
9277
  #
9218
9278
  # @note When making an API call, you may pass RowLevelPermissionDataSet
9219
9279
  # data as a hash:
@@ -9222,18 +9282,32 @@ module Aws::QuickSight
9222
9282
  # namespace: "Namespace",
9223
9283
  # arn: "Arn", # required
9224
9284
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
9285
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
9225
9286
  # }
9226
9287
  #
9227
9288
  # @!attribute [rw] namespace
9228
- # The namespace associated with the row-level permissions dataset.
9289
+ # The namespace associated with the dataset that contains permissions
9290
+ # for RLS.
9229
9291
  # @return [String]
9230
9292
  #
9231
9293
  # @!attribute [rw] arn
9232
- # The Amazon Resource Name (ARN) of the permission dataset.
9294
+ # The Amazon Resource Name (ARN) of the dataset that contains
9295
+ # permissions for RLS.
9233
9296
  # @return [String]
9234
9297
  #
9235
9298
  # @!attribute [rw] permission_policy
9236
- # Permission policy.
9299
+ # The type of permissions to use when interpretting the permissions
9300
+ # for RLS. `DENY_ACCESS` is included for backward compatibility only.
9301
+ # @return [String]
9302
+ #
9303
+ # @!attribute [rw] format_version
9304
+ # The user or group rules associated with the dataset that contains
9305
+ # permissions for RLS.
9306
+ #
9307
+ # By default, `FormatVersion` is `VERSION_1`. When `FormatVersion` is
9308
+ # `VERSION_1`, `UserName` and `GroupName` are required. When
9309
+ # `FormatVersion` is `VERSION_2`, `UserARN` and `GroupARN` are
9310
+ # required, and `Namespace` must not exist.
9237
9311
  # @return [String]
9238
9312
  #
9239
9313
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RowLevelPermissionDataSet AWS API Documentation
@@ -9241,7 +9315,8 @@ module Aws::QuickSight
9241
9315
  class RowLevelPermissionDataSet < Struct.new(
9242
9316
  :namespace,
9243
9317
  :arn,
9244
- :permission_policy)
9318
+ :permission_policy,
9319
+ :format_version)
9245
9320
  SENSITIVE = []
9246
9321
  include Aws::Structure
9247
9322
  end
@@ -9294,7 +9369,7 @@ module Aws::QuickSight
9294
9369
  # }
9295
9370
  #
9296
9371
  # @!attribute [rw] data_source_arn
9297
- # The amazon Resource Name (ARN) for the data source.
9372
+ # The Amazon Resource Name (ARN) for the data source.
9298
9373
  # @return [String]
9299
9374
  #
9300
9375
  # @!attribute [rw] upload_settings
@@ -11736,10 +11811,17 @@ module Aws::QuickSight
11736
11811
  # },
11737
11812
  # },
11738
11813
  # ],
11814
+ # field_folders: {
11815
+ # "FieldFolderPath" => {
11816
+ # description: "FieldFolderDescription",
11817
+ # columns: ["String"],
11818
+ # },
11819
+ # },
11739
11820
  # row_level_permission_data_set: {
11740
11821
  # namespace: "Namespace",
11741
11822
  # arn: "Arn", # required
11742
11823
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
11824
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
11743
11825
  # },
11744
11826
  # column_level_permission_rules: [
11745
11827
  # {
@@ -11781,6 +11863,11 @@ module Aws::QuickSight
11781
11863
  # features. Currently, only geospatial hierarchy is supported.
11782
11864
  # @return [Array<Types::ColumnGroup>]
11783
11865
  #
11866
+ # @!attribute [rw] field_folders
11867
+ # The folder that contains fields and nested subfolders for your
11868
+ # dataset.
11869
+ # @return [Hash<String,Types::FieldFolder>]
11870
+ #
11784
11871
  # @!attribute [rw] row_level_permission_data_set
11785
11872
  # The row-level security configuration for the data you want to
11786
11873
  # create.
@@ -11800,6 +11887,7 @@ module Aws::QuickSight
11800
11887
  :logical_table_map,
11801
11888
  :import_mode,
11802
11889
  :column_groups,
11890
+ :field_folders,
11803
11891
  :row_level_permission_data_set,
11804
11892
  :column_level_permission_rules)
11805
11893
  SENSITIVE = []
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.40.0
4
+ version: 1.45.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-02 00:00:00.000000000 Z
11
+ date: 2021-05-20 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