aws-sdk-quicksight 1.7.0 → 1.8.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
  SHA1:
3
- metadata.gz: 7ccd9c369865a9ffea680ea39e15f56907daa29b
4
- data.tar.gz: 516bf6622e0738ce90f769abb1c10b694d3c973f
3
+ metadata.gz: d298fc1ae30712b79b5e7cab5b4e9f9fbc54e41f
4
+ data.tar.gz: 07e37b292029c08679ffb9281ef140e176384276
5
5
  SHA512:
6
- metadata.gz: ca460f689e9211cf4076b46efd0b0dc121ff23f53129311b3afc5a0ca5a05f4081f23a25d9d46a7804a1701ee4f70bf5166df0709d19d10025316bb75859d6ac
7
- data.tar.gz: 8c1d458a027a8dd49f65fae358de18cce77399c2b85890a445c383fe97a6a9af1b038dd73f94c0994221c746ac1980d7fad5c7d24ec3f0c7bdbcc38fefc07db9
6
+ metadata.gz: 214f2ee08c0d79013719a48f0e784e716981ef2b5d4004b98350ffa727b0bd43ae48f3fb6b768c4a35b7f3eb0e4f2e663edc2696dd5d5c8a71b558fcd89959cf
7
+ data.tar.gz: 92a05c156e202d8f2ea59d852d70f9a5cb6a092b9e7f849260116afb167827d66565438b3b75de92d8f33b5f9432a22ea995d6347ed216a7a711489f246ce4ee
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-quicksight/customizations'
42
42
  # @service
43
43
  module Aws::QuickSight
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -1307,7 +1307,7 @@ module Aws::QuickSight
1307
1307
  params: params,
1308
1308
  config: config)
1309
1309
  context[:gem_name] = 'aws-sdk-quicksight'
1310
- context[:gem_version] = '1.7.0'
1310
+ context[:gem_version] = '1.8.0'
1311
1311
  Seahorse::Client::Request.new(handlers, context)
1312
1312
  end
1313
1313
 
@@ -83,6 +83,10 @@ module Aws::QuickSight
83
83
  UserRole = Shapes::StringShape.new(name: 'UserRole')
84
84
  boolean = Shapes::BooleanShape.new(name: 'boolean')
85
85
 
86
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
87
+ AccessDeniedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
88
+ AccessDeniedException.struct_class = Types::AccessDeniedException
89
+
86
90
  CreateGroupMembershipRequest.add_member(:member_name, Shapes::ShapeRef.new(shape: GroupMemberName, required: true, location: "uri", location_name: "MemberName"))
87
91
  CreateGroupMembershipRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
88
92
  CreateGroupMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -162,6 +166,10 @@ module Aws::QuickSight
162
166
  DescribeUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
163
167
  DescribeUserResponse.struct_class = Types::DescribeUserResponse
164
168
 
169
+ DomainNotWhitelistedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
170
+ DomainNotWhitelistedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
171
+ DomainNotWhitelistedException.struct_class = Types::DomainNotWhitelistedException
172
+
165
173
  GetDashboardEmbedUrlRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
166
174
  GetDashboardEmbedUrlRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DashboardId"))
167
175
  GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location: "querystring", location_name: "creds-type"))
@@ -189,6 +197,27 @@ module Aws::QuickSight
189
197
 
190
198
  GroupMemberList.member = Shapes::ShapeRef.new(shape: GroupMember)
191
199
 
200
+ IdentityTypeNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
201
+ IdentityTypeNotSupportedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
202
+ IdentityTypeNotSupportedException.struct_class = Types::IdentityTypeNotSupportedException
203
+
204
+ InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
205
+ InternalFailureException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
206
+ InternalFailureException.struct_class = Types::InternalFailureException
207
+
208
+ InvalidNextTokenException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
209
+ InvalidNextTokenException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
210
+ InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
211
+
212
+ InvalidParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
213
+ InvalidParameterValueException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
214
+ InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
215
+
216
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
217
+ LimitExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
218
+ LimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
219
+ LimitExceededException.struct_class = Types::LimitExceededException
220
+
192
221
  ListGroupMembershipsRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
193
222
  ListGroupMembershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
194
223
  ListGroupMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
@@ -239,6 +268,14 @@ module Aws::QuickSight
239
268
  ListUsersResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
240
269
  ListUsersResponse.struct_class = Types::ListUsersResponse
241
270
 
271
+ PreconditionNotMetException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
272
+ PreconditionNotMetException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
273
+ PreconditionNotMetException.struct_class = Types::PreconditionNotMetException
274
+
275
+ QuickSightUserNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
276
+ QuickSightUserNotFoundException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
277
+ QuickSightUserNotFoundException.struct_class = Types::QuickSightUserNotFoundException
278
+
242
279
  RegisterUserRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location_name: "IdentityType"))
243
280
  RegisterUserRequest.add_member(:email, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Email"))
244
281
  RegisterUserRequest.add_member(:user_role, Shapes::ShapeRef.new(shape: UserRole, required: true, location_name: "UserRole"))
@@ -255,6 +292,33 @@ module Aws::QuickSight
255
292
  RegisterUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
256
293
  RegisterUserResponse.struct_class = Types::RegisterUserResponse
257
294
 
295
+ ResourceExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
296
+ ResourceExistsException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
297
+ ResourceExistsException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
298
+ ResourceExistsException.struct_class = Types::ResourceExistsException
299
+
300
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
301
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
302
+ ResourceNotFoundException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
303
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
304
+
305
+ ResourceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
306
+ ResourceUnavailableException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
307
+ ResourceUnavailableException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
308
+ ResourceUnavailableException.struct_class = Types::ResourceUnavailableException
309
+
310
+ SessionLifetimeInMinutesInvalidException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
311
+ SessionLifetimeInMinutesInvalidException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
312
+ SessionLifetimeInMinutesInvalidException.struct_class = Types::SessionLifetimeInMinutesInvalidException
313
+
314
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
315
+ ThrottlingException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
316
+ ThrottlingException.struct_class = Types::ThrottlingException
317
+
318
+ UnsupportedUserEditionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
319
+ UnsupportedUserEditionException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
320
+ UnsupportedUserEditionException.struct_class = Types::UnsupportedUserEditionException
321
+
258
322
  UpdateGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
259
323
  UpdateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: GroupDescription, location_name: "Description"))
260
324
  UpdateGroupRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -10,5 +10,340 @@ module Aws::QuickSight
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class AccessDeniedException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::QuickSight::Types::AccessDeniedException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ # @return [String]
28
+ def request_id
29
+ @data[:request_id]
30
+ end
31
+
32
+ end
33
+
34
+ class DomainNotWhitelistedException < ServiceError
35
+
36
+ # @param [Seahorse::Client::RequestContext] context
37
+ # @param [String] message
38
+ # @param [Aws::QuickSight::Types::DomainNotWhitelistedException] data
39
+ def initialize(context, message, data = Aws::EmptyStructure.new)
40
+ super(context, message, data)
41
+ end
42
+
43
+ # @return [String]
44
+ def message
45
+ @message || @data[:message]
46
+ end
47
+
48
+ # @return [String]
49
+ def request_id
50
+ @data[:request_id]
51
+ end
52
+
53
+ end
54
+
55
+ class IdentityTypeNotSupportedException < ServiceError
56
+
57
+ # @param [Seahorse::Client::RequestContext] context
58
+ # @param [String] message
59
+ # @param [Aws::QuickSight::Types::IdentityTypeNotSupportedException] data
60
+ def initialize(context, message, data = Aws::EmptyStructure.new)
61
+ super(context, message, data)
62
+ end
63
+
64
+ # @return [String]
65
+ def message
66
+ @message || @data[:message]
67
+ end
68
+
69
+ # @return [String]
70
+ def request_id
71
+ @data[:request_id]
72
+ end
73
+
74
+ end
75
+
76
+ class InternalFailureException < ServiceError
77
+
78
+ # @param [Seahorse::Client::RequestContext] context
79
+ # @param [String] message
80
+ # @param [Aws::QuickSight::Types::InternalFailureException] data
81
+ def initialize(context, message, data = Aws::EmptyStructure.new)
82
+ super(context, message, data)
83
+ end
84
+
85
+ # @return [String]
86
+ def message
87
+ @message || @data[:message]
88
+ end
89
+
90
+ # @return [String]
91
+ def request_id
92
+ @data[:request_id]
93
+ end
94
+
95
+ end
96
+
97
+ class InvalidNextTokenException < ServiceError
98
+
99
+ # @param [Seahorse::Client::RequestContext] context
100
+ # @param [String] message
101
+ # @param [Aws::QuickSight::Types::InvalidNextTokenException] data
102
+ def initialize(context, message, data = Aws::EmptyStructure.new)
103
+ super(context, message, data)
104
+ end
105
+
106
+ # @return [String]
107
+ def message
108
+ @message || @data[:message]
109
+ end
110
+
111
+ # @return [String]
112
+ def request_id
113
+ @data[:request_id]
114
+ end
115
+
116
+ end
117
+
118
+ class InvalidParameterValueException < ServiceError
119
+
120
+ # @param [Seahorse::Client::RequestContext] context
121
+ # @param [String] message
122
+ # @param [Aws::QuickSight::Types::InvalidParameterValueException] data
123
+ def initialize(context, message, data = Aws::EmptyStructure.new)
124
+ super(context, message, data)
125
+ end
126
+
127
+ # @return [String]
128
+ def message
129
+ @message || @data[:message]
130
+ end
131
+
132
+ # @return [String]
133
+ def request_id
134
+ @data[:request_id]
135
+ end
136
+
137
+ end
138
+
139
+ class LimitExceededException < ServiceError
140
+
141
+ # @param [Seahorse::Client::RequestContext] context
142
+ # @param [String] message
143
+ # @param [Aws::QuickSight::Types::LimitExceededException] data
144
+ def initialize(context, message, data = Aws::EmptyStructure.new)
145
+ super(context, message, data)
146
+ end
147
+
148
+ # @return [String]
149
+ def message
150
+ @message || @data[:message]
151
+ end
152
+
153
+ # @return [String]
154
+ def resource_type
155
+ @data[:resource_type]
156
+ end
157
+
158
+ # @return [String]
159
+ def request_id
160
+ @data[:request_id]
161
+ end
162
+
163
+ end
164
+
165
+ class PreconditionNotMetException < ServiceError
166
+
167
+ # @param [Seahorse::Client::RequestContext] context
168
+ # @param [String] message
169
+ # @param [Aws::QuickSight::Types::PreconditionNotMetException] data
170
+ def initialize(context, message, data = Aws::EmptyStructure.new)
171
+ super(context, message, data)
172
+ end
173
+
174
+ # @return [String]
175
+ def message
176
+ @message || @data[:message]
177
+ end
178
+
179
+ # @return [String]
180
+ def request_id
181
+ @data[:request_id]
182
+ end
183
+
184
+ end
185
+
186
+ class QuickSightUserNotFoundException < ServiceError
187
+
188
+ # @param [Seahorse::Client::RequestContext] context
189
+ # @param [String] message
190
+ # @param [Aws::QuickSight::Types::QuickSightUserNotFoundException] data
191
+ def initialize(context, message, data = Aws::EmptyStructure.new)
192
+ super(context, message, data)
193
+ end
194
+
195
+ # @return [String]
196
+ def message
197
+ @message || @data[:message]
198
+ end
199
+
200
+ # @return [String]
201
+ def request_id
202
+ @data[:request_id]
203
+ end
204
+
205
+ end
206
+
207
+ class ResourceExistsException < ServiceError
208
+
209
+ # @param [Seahorse::Client::RequestContext] context
210
+ # @param [String] message
211
+ # @param [Aws::QuickSight::Types::ResourceExistsException] data
212
+ def initialize(context, message, data = Aws::EmptyStructure.new)
213
+ super(context, message, data)
214
+ end
215
+
216
+ # @return [String]
217
+ def message
218
+ @message || @data[:message]
219
+ end
220
+
221
+ # @return [String]
222
+ def resource_type
223
+ @data[:resource_type]
224
+ end
225
+
226
+ # @return [String]
227
+ def request_id
228
+ @data[:request_id]
229
+ end
230
+
231
+ end
232
+
233
+ class ResourceNotFoundException < ServiceError
234
+
235
+ # @param [Seahorse::Client::RequestContext] context
236
+ # @param [String] message
237
+ # @param [Aws::QuickSight::Types::ResourceNotFoundException] data
238
+ def initialize(context, message, data = Aws::EmptyStructure.new)
239
+ super(context, message, data)
240
+ end
241
+
242
+ # @return [String]
243
+ def message
244
+ @message || @data[:message]
245
+ end
246
+
247
+ # @return [String]
248
+ def resource_type
249
+ @data[:resource_type]
250
+ end
251
+
252
+ # @return [String]
253
+ def request_id
254
+ @data[:request_id]
255
+ end
256
+
257
+ end
258
+
259
+ class ResourceUnavailableException < ServiceError
260
+
261
+ # @param [Seahorse::Client::RequestContext] context
262
+ # @param [String] message
263
+ # @param [Aws::QuickSight::Types::ResourceUnavailableException] data
264
+ def initialize(context, message, data = Aws::EmptyStructure.new)
265
+ super(context, message, data)
266
+ end
267
+
268
+ # @return [String]
269
+ def message
270
+ @message || @data[:message]
271
+ end
272
+
273
+ # @return [String]
274
+ def resource_type
275
+ @data[:resource_type]
276
+ end
277
+
278
+ # @return [String]
279
+ def request_id
280
+ @data[:request_id]
281
+ end
282
+
283
+ end
284
+
285
+ class SessionLifetimeInMinutesInvalidException < ServiceError
286
+
287
+ # @param [Seahorse::Client::RequestContext] context
288
+ # @param [String] message
289
+ # @param [Aws::QuickSight::Types::SessionLifetimeInMinutesInvalidException] data
290
+ def initialize(context, message, data = Aws::EmptyStructure.new)
291
+ super(context, message, data)
292
+ end
293
+
294
+ # @return [String]
295
+ def message
296
+ @message || @data[:message]
297
+ end
298
+
299
+ # @return [String]
300
+ def request_id
301
+ @data[:request_id]
302
+ end
303
+
304
+ end
305
+
306
+ class ThrottlingException < ServiceError
307
+
308
+ # @param [Seahorse::Client::RequestContext] context
309
+ # @param [String] message
310
+ # @param [Aws::QuickSight::Types::ThrottlingException] data
311
+ def initialize(context, message, data = Aws::EmptyStructure.new)
312
+ super(context, message, data)
313
+ end
314
+
315
+ # @return [String]
316
+ def message
317
+ @message || @data[:message]
318
+ end
319
+
320
+ # @return [String]
321
+ def request_id
322
+ @data[:request_id]
323
+ end
324
+
325
+ end
326
+
327
+ class UnsupportedUserEditionException < ServiceError
328
+
329
+ # @param [Seahorse::Client::RequestContext] context
330
+ # @param [String] message
331
+ # @param [Aws::QuickSight::Types::UnsupportedUserEditionException] data
332
+ def initialize(context, message, data = Aws::EmptyStructure.new)
333
+ super(context, message, data)
334
+ end
335
+
336
+ # @return [String]
337
+ def message
338
+ @message || @data[:message]
339
+ end
340
+
341
+ # @return [String]
342
+ def request_id
343
+ @data[:request_id]
344
+ end
345
+
346
+ end
347
+
13
348
  end
14
349
  end
@@ -8,6 +8,27 @@
8
8
  module Aws::QuickSight
9
9
  module Types
10
10
 
11
+ # You don't have access to this. The provided credentials couldn't be
12
+ # validated. You might not be authorized to carry out the request.
13
+ # Ensure that your account is authorized to use the Amazon QuickSight
14
+ # service, that your policies have the correct permissions, and that you
15
+ # are using the correct access keys.
16
+ #
17
+ # @!attribute [rw] message
18
+ # @return [String]
19
+ #
20
+ # @!attribute [rw] request_id
21
+ # The AWS request id for this request.
22
+ # @return [String]
23
+ #
24
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AccessDeniedException AWS API Documentation
25
+ #
26
+ class AccessDeniedException < Struct.new(
27
+ :message,
28
+ :request_id)
29
+ include Aws::Structure
30
+ end
31
+
11
32
  # @note When making an API call, you may pass CreateGroupMembershipRequest
12
33
  # data as a hash:
13
34
  #
@@ -435,6 +456,25 @@ module Aws::QuickSight
435
456
  include Aws::Structure
436
457
  end
437
458
 
459
+ # The domain specified is not on the allowlist. All domains for embedded
460
+ # dashboards must be added to the approved list by an Amazon QuickSight
461
+ # admin.
462
+ #
463
+ # @!attribute [rw] message
464
+ # @return [String]
465
+ #
466
+ # @!attribute [rw] request_id
467
+ # The AWS request ID for this request.
468
+ # @return [String]
469
+ #
470
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DomainNotWhitelistedException AWS API Documentation
471
+ #
472
+ class DomainNotWhitelistedException < Struct.new(
473
+ :message,
474
+ :request_id)
475
+ include Aws::Structure
476
+ end
477
+
438
478
  # @note When making an API call, you may pass GetDashboardEmbedUrlRequest
439
479
  # data as a hash:
440
480
  #
@@ -560,6 +600,97 @@ module Aws::QuickSight
560
600
  include Aws::Structure
561
601
  end
562
602
 
603
+ # The identity type specified is not supported. Supported identity types
604
+ # include IAM and QUICKSIGHT.
605
+ #
606
+ # @!attribute [rw] message
607
+ # @return [String]
608
+ #
609
+ # @!attribute [rw] request_id
610
+ # The AWS request ID for this request.
611
+ # @return [String]
612
+ #
613
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/IdentityTypeNotSupportedException AWS API Documentation
614
+ #
615
+ class IdentityTypeNotSupportedException < Struct.new(
616
+ :message,
617
+ :request_id)
618
+ include Aws::Structure
619
+ end
620
+
621
+ # An internal failure occurred.
622
+ #
623
+ # @!attribute [rw] message
624
+ # @return [String]
625
+ #
626
+ # @!attribute [rw] request_id
627
+ # The AWS request ID for this request.
628
+ # @return [String]
629
+ #
630
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/InternalFailureException AWS API Documentation
631
+ #
632
+ class InternalFailureException < Struct.new(
633
+ :message,
634
+ :request_id)
635
+ include Aws::Structure
636
+ end
637
+
638
+ # The `NextToken` value isn't valid.
639
+ #
640
+ # @!attribute [rw] message
641
+ # @return [String]
642
+ #
643
+ # @!attribute [rw] request_id
644
+ # The AWS request ID for this request.
645
+ # @return [String]
646
+ #
647
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/InvalidNextTokenException AWS API Documentation
648
+ #
649
+ class InvalidNextTokenException < Struct.new(
650
+ :message,
651
+ :request_id)
652
+ include Aws::Structure
653
+ end
654
+
655
+ # One or more parameters don't have a valid value.
656
+ #
657
+ # @!attribute [rw] message
658
+ # @return [String]
659
+ #
660
+ # @!attribute [rw] request_id
661
+ # The AWS request ID for this request.
662
+ # @return [String]
663
+ #
664
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/InvalidParameterValueException AWS API Documentation
665
+ #
666
+ class InvalidParameterValueException < Struct.new(
667
+ :message,
668
+ :request_id)
669
+ include Aws::Structure
670
+ end
671
+
672
+ # A limit is exceeded.
673
+ #
674
+ # @!attribute [rw] message
675
+ # @return [String]
676
+ #
677
+ # @!attribute [rw] resource_type
678
+ # Limit exceeded.
679
+ # @return [String]
680
+ #
681
+ # @!attribute [rw] request_id
682
+ # The AWS request ID for this request.
683
+ # @return [String]
684
+ #
685
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/LimitExceededException AWS API Documentation
686
+ #
687
+ class LimitExceededException < Struct.new(
688
+ :message,
689
+ :resource_type,
690
+ :request_id)
691
+ include Aws::Structure
692
+ end
693
+
563
694
  # @note When making an API call, you may pass ListGroupMembershipsRequest
564
695
  # data as a hash:
565
696
  #
@@ -828,6 +959,42 @@ module Aws::QuickSight
828
959
  include Aws::Structure
829
960
  end
830
961
 
962
+ # One or more preconditions aren't met.
963
+ #
964
+ # @!attribute [rw] message
965
+ # @return [String]
966
+ #
967
+ # @!attribute [rw] request_id
968
+ # The AWS request ID for this request.
969
+ # @return [String]
970
+ #
971
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PreconditionNotMetException AWS API Documentation
972
+ #
973
+ class PreconditionNotMetException < Struct.new(
974
+ :message,
975
+ :request_id)
976
+ include Aws::Structure
977
+ end
978
+
979
+ # The user is not found. This error can happen in any operation that
980
+ # requires finding a user based on a provided user name, such as
981
+ # `DeleteUser`, `DescribeUser`, and so on.
982
+ #
983
+ # @!attribute [rw] message
984
+ # @return [String]
985
+ #
986
+ # @!attribute [rw] request_id
987
+ # The AWS request ID for this request.
988
+ # @return [String]
989
+ #
990
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/QuickSightUserNotFoundException AWS API Documentation
991
+ #
992
+ class QuickSightUserNotFoundException < Struct.new(
993
+ :message,
994
+ :request_id)
995
+ include Aws::Structure
996
+ end
997
+
831
998
  # @note When making an API call, you may pass RegisterUserRequest
832
999
  # data as a hash:
833
1000
  #
@@ -944,6 +1111,128 @@ module Aws::QuickSight
944
1111
  include Aws::Structure
945
1112
  end
946
1113
 
1114
+ # The resource specified doesn't exist.
1115
+ #
1116
+ # @!attribute [rw] message
1117
+ # @return [String]
1118
+ #
1119
+ # @!attribute [rw] resource_type
1120
+ # The AWS request ID for this request.
1121
+ # @return [String]
1122
+ #
1123
+ # @!attribute [rw] request_id
1124
+ # The AWS request ID for this request.
1125
+ # @return [String]
1126
+ #
1127
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ResourceExistsException AWS API Documentation
1128
+ #
1129
+ class ResourceExistsException < Struct.new(
1130
+ :message,
1131
+ :resource_type,
1132
+ :request_id)
1133
+ include Aws::Structure
1134
+ end
1135
+
1136
+ # One or more resources can't be found.
1137
+ #
1138
+ # @!attribute [rw] message
1139
+ # @return [String]
1140
+ #
1141
+ # @!attribute [rw] resource_type
1142
+ # The AWS request ID for this request.
1143
+ # @return [String]
1144
+ #
1145
+ # @!attribute [rw] request_id
1146
+ # The AWS request ID for this request.
1147
+ # @return [String]
1148
+ #
1149
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ResourceNotFoundException AWS API Documentation
1150
+ #
1151
+ class ResourceNotFoundException < Struct.new(
1152
+ :message,
1153
+ :resource_type,
1154
+ :request_id)
1155
+ include Aws::Structure
1156
+ end
1157
+
1158
+ # This resource is currently unavailable.
1159
+ #
1160
+ # @!attribute [rw] message
1161
+ # @return [String]
1162
+ #
1163
+ # @!attribute [rw] resource_type
1164
+ # The resource type for this request.
1165
+ # @return [String]
1166
+ #
1167
+ # @!attribute [rw] request_id
1168
+ # The AWS request ID for this request.
1169
+ # @return [String]
1170
+ #
1171
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ResourceUnavailableException AWS API Documentation
1172
+ #
1173
+ class ResourceUnavailableException < Struct.new(
1174
+ :message,
1175
+ :resource_type,
1176
+ :request_id)
1177
+ include Aws::Structure
1178
+ end
1179
+
1180
+ # The number of minutes specified for the lifetime of a session is not
1181
+ # valid. The session lifetime must be from 15 to 600 minutes.
1182
+ #
1183
+ # @!attribute [rw] message
1184
+ # @return [String]
1185
+ #
1186
+ # @!attribute [rw] request_id
1187
+ # The AWS request ID for this request.
1188
+ # @return [String]
1189
+ #
1190
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SessionLifetimeInMinutesInvalidException AWS API Documentation
1191
+ #
1192
+ class SessionLifetimeInMinutesInvalidException < Struct.new(
1193
+ :message,
1194
+ :request_id)
1195
+ include Aws::Structure
1196
+ end
1197
+
1198
+ # Access is throttled.
1199
+ #
1200
+ # @!attribute [rw] message
1201
+ # @return [String]
1202
+ #
1203
+ # @!attribute [rw] request_id
1204
+ # The AWS request ID for this request.
1205
+ # @return [String]
1206
+ #
1207
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ThrottlingException AWS API Documentation
1208
+ #
1209
+ class ThrottlingException < Struct.new(
1210
+ :message,
1211
+ :request_id)
1212
+ include Aws::Structure
1213
+ end
1214
+
1215
+ # This error indicates that you are calling an operation on an Amazon
1216
+ # QuickSight subscription where the edition doesn't include support for
1217
+ # that operation. Amazon QuickSight currently has Standard Edition and
1218
+ # Enterprise Edition. Not every operation and capability is available in
1219
+ # every edition.
1220
+ #
1221
+ # @!attribute [rw] message
1222
+ # @return [String]
1223
+ #
1224
+ # @!attribute [rw] request_id
1225
+ # The AWS request ID for this request.
1226
+ # @return [String]
1227
+ #
1228
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UnsupportedUserEditionException AWS API Documentation
1229
+ #
1230
+ class UnsupportedUserEditionException < Struct.new(
1231
+ :message,
1232
+ :request_id)
1233
+ include Aws::Structure
1234
+ end
1235
+
947
1236
  # @note When making an API call, you may pass UpdateGroupRequest
948
1237
  # data as a hash:
949
1238
  #
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.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement