aws-sdk-glue 1.33.0 → 1.34.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: c747e9bbca541f595135dbe8cff4d31f6e2e0330
4
- data.tar.gz: e46a730fd0709e48ee6a3e1bc8548e45618f2931
3
+ metadata.gz: 42db816734e52a6139ad4c40cae68448fe3688e2
4
+ data.tar.gz: 121af204d576d6f5f9eb766a328592dbb2d5d625
5
5
  SHA512:
6
- metadata.gz: bab1c5f7989ad273ae493f75c3f0a412200b57911f83f4f7eed54c36ec319e711f6b16cfb87dbd2f0ace2fe17b7c6c419235173284ff38e304c209f83bc3162b
7
- data.tar.gz: 743b74bf1e5292c65946c253bf1aeea069945bd30484532fba3ab40b832672fd7393180f9caa37124d53ce0eecb23e7fbab18b913b0251b86ce9fa61776c8448
6
+ metadata.gz: 45fd324ddc8c8c1035960c21c659431ddaa738b58b009c0a3a043421f89ed6448c16162d0c1e778b6154a5d0f50c5eb20017a519ac9494fe19b799a399db4064
7
+ data.tar.gz: c4036a9ac12f82162327b8f673437e3eb0d6acf3230c68dd73afd7ab58d30c793cdac672bdbd8640f0722aa856b9733047c6bbda79e900e903cc23763907a032
data/lib/aws-sdk-glue.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-glue/customizations'
42
42
  # @service
43
43
  module Aws::Glue
44
44
 
45
- GEM_VERSION = '1.33.0'
45
+ GEM_VERSION = '1.34.0'
46
46
 
47
47
  end
@@ -5804,7 +5804,7 @@ module Aws::Glue
5804
5804
  params: params,
5805
5805
  config: config)
5806
5806
  context[:gem_name] = 'aws-sdk-glue'
5807
- context[:gem_version] = '1.33.0'
5807
+ context[:gem_version] = '1.34.0'
5808
5808
  Seahorse::Client::Request.new(handlers, context)
5809
5809
  end
5810
5810
 
@@ -484,6 +484,9 @@ module Aws::Glue
484
484
  WorkerType = Shapes::StringShape.new(name: 'WorkerType')
485
485
  XMLClassifier = Shapes::StructureShape.new(name: 'XMLClassifier')
486
486
 
487
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
488
+ AccessDeniedException.struct_class = Types::AccessDeniedException
489
+
487
490
  Action.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
488
491
  Action.add_member(:arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "Arguments"))
489
492
  Action.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
@@ -493,6 +496,9 @@ module Aws::Glue
493
496
 
494
497
  ActionList.member = Shapes::ShapeRef.new(shape: Action)
495
498
 
499
+ AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
500
+ AlreadyExistsException.struct_class = Types::AlreadyExistsException
501
+
496
502
  BatchCreatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
497
503
  BatchCreatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
498
504
  BatchCreatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
@@ -667,11 +673,20 @@ module Aws::Glue
667
673
 
668
674
  ColumnValueStringList.member = Shapes::ShapeRef.new(shape: ColumnValuesString)
669
675
 
676
+ ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
677
+ ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
678
+
679
+ ConcurrentRunsExceededException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
680
+ ConcurrentRunsExceededException.struct_class = Types::ConcurrentRunsExceededException
681
+
670
682
  Condition.add_member(:logical_operator, Shapes::ShapeRef.new(shape: LogicalOperator, location_name: "LogicalOperator"))
671
683
  Condition.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
672
684
  Condition.add_member(:state, Shapes::ShapeRef.new(shape: JobRunState, location_name: "State"))
673
685
  Condition.struct_class = Types::Condition
674
686
 
687
+ ConditionCheckFailureException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
688
+ ConditionCheckFailureException.struct_class = Types::ConditionCheckFailureException
689
+
675
690
  ConditionList.member = Shapes::ShapeRef.new(shape: Condition)
676
691
 
677
692
  Connection.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
@@ -740,6 +755,15 @@ module Aws::Glue
740
755
 
741
756
  CrawlerNameList.member = Shapes::ShapeRef.new(shape: NameString)
742
757
 
758
+ CrawlerNotRunningException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
759
+ CrawlerNotRunningException.struct_class = Types::CrawlerNotRunningException
760
+
761
+ CrawlerRunningException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
762
+ CrawlerRunningException.struct_class = Types::CrawlerRunningException
763
+
764
+ CrawlerStoppingException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
765
+ CrawlerStoppingException.struct_class = Types::CrawlerStoppingException
766
+
743
767
  CrawlerTargets.add_member(:s3_targets, Shapes::ShapeRef.new(shape: S3TargetList, location_name: "S3Targets"))
744
768
  CrawlerTargets.add_member(:jdbc_targets, Shapes::ShapeRef.new(shape: JdbcTargetList, location_name: "JdbcTargets"))
745
769
  CrawlerTargets.add_member(:dynamo_db_targets, Shapes::ShapeRef.new(shape: DynamoDBTargetList, location_name: "DynamoDBTargets"))
@@ -1078,6 +1102,9 @@ module Aws::Glue
1078
1102
  EncryptionConfiguration.add_member(:job_bookmarks_encryption, Shapes::ShapeRef.new(shape: JobBookmarksEncryption, location_name: "JobBookmarksEncryption"))
1079
1103
  EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
1080
1104
 
1105
+ EntityNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1106
+ EntityNotFoundException.struct_class = Types::EntityNotFoundException
1107
+
1081
1108
  ErrorByName.key = Shapes::ShapeRef.new(shape: NameString)
1082
1109
  ErrorByName.value = Shapes::ShapeRef.new(shape: ErrorDetail)
1083
1110
 
@@ -1375,6 +1402,9 @@ module Aws::Glue
1375
1402
  GetUserDefinedFunctionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1376
1403
  GetUserDefinedFunctionsResponse.struct_class = Types::GetUserDefinedFunctionsResponse
1377
1404
 
1405
+ GlueEncryptionException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1406
+ GlueEncryptionException.struct_class = Types::GlueEncryptionException
1407
+
1378
1408
  GrokClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1379
1409
  GrokClassifier.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
1380
1410
  GrokClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -1384,11 +1414,20 @@ module Aws::Glue
1384
1414
  GrokClassifier.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
1385
1415
  GrokClassifier.struct_class = Types::GrokClassifier
1386
1416
 
1417
+ IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1418
+ IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
1419
+
1387
1420
  ImportCatalogToGlueRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1388
1421
  ImportCatalogToGlueRequest.struct_class = Types::ImportCatalogToGlueRequest
1389
1422
 
1390
1423
  ImportCatalogToGlueResponse.struct_class = Types::ImportCatalogToGlueResponse
1391
1424
 
1425
+ InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1426
+ InternalServiceException.struct_class = Types::InternalServiceException
1427
+
1428
+ InvalidInputException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1429
+ InvalidInputException.struct_class = Types::InvalidInputException
1430
+
1392
1431
  JdbcTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
1393
1432
  JdbcTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
1394
1433
  JdbcTarget.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
@@ -1554,9 +1593,15 @@ module Aws::Glue
1554
1593
 
1555
1594
  NameStringList.member = Shapes::ShapeRef.new(shape: NameString)
1556
1595
 
1596
+ NoScheduleException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1597
+ NoScheduleException.struct_class = Types::NoScheduleException
1598
+
1557
1599
  NotificationProperty.add_member(:notify_delay_after, Shapes::ShapeRef.new(shape: NotifyDelayAfter, location_name: "NotifyDelayAfter"))
1558
1600
  NotificationProperty.struct_class = Types::NotificationProperty
1559
1601
 
1602
+ OperationTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1603
+ OperationTimeoutException.struct_class = Types::OperationTimeoutException
1604
+
1560
1605
  Order.add_member(:column, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Column"))
1561
1606
  Order.add_member(:sort_order, Shapes::ShapeRef.new(shape: IntegerFlag, required: true, location_name: "SortOrder"))
1562
1607
  Order.struct_class = Types::Order
@@ -1635,6 +1680,9 @@ module Aws::Glue
1635
1680
  ResetJobBookmarkResponse.add_member(:job_bookmark_entry, Shapes::ShapeRef.new(shape: JobBookmarkEntry, location_name: "JobBookmarkEntry"))
1636
1681
  ResetJobBookmarkResponse.struct_class = Types::ResetJobBookmarkResponse
1637
1682
 
1683
+ ResourceNumberLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1684
+ ResourceNumberLimitExceededException.struct_class = Types::ResourceNumberLimitExceededException
1685
+
1638
1686
  ResourceUri.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
1639
1687
  ResourceUri.add_member(:uri, Shapes::ShapeRef.new(shape: URI, location_name: "Uri"))
1640
1688
  ResourceUri.struct_class = Types::ResourceUri
@@ -1657,6 +1705,15 @@ module Aws::Glue
1657
1705
  Schedule.add_member(:state, Shapes::ShapeRef.new(shape: ScheduleState, location_name: "State"))
1658
1706
  Schedule.struct_class = Types::Schedule
1659
1707
 
1708
+ SchedulerNotRunningException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1709
+ SchedulerNotRunningException.struct_class = Types::SchedulerNotRunningException
1710
+
1711
+ SchedulerRunningException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1712
+ SchedulerRunningException.struct_class = Types::SchedulerRunningException
1713
+
1714
+ SchedulerTransitioningException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1715
+ SchedulerTransitioningException.struct_class = Types::SchedulerTransitioningException
1716
+
1660
1717
  SchemaChangePolicy.add_member(:update_behavior, Shapes::ShapeRef.new(shape: UpdateBehavior, location_name: "UpdateBehavior"))
1661
1718
  SchemaChangePolicy.add_member(:delete_behavior, Shapes::ShapeRef.new(shape: DeleteBehavior, location_name: "DeleteBehavior"))
1662
1719
  SchemaChangePolicy.struct_class = Types::SchemaChangePolicy
@@ -1971,8 +2028,14 @@ module Aws::Glue
1971
2028
 
1972
2029
  UserDefinedFunctionList.member = Shapes::ShapeRef.new(shape: UserDefinedFunction)
1973
2030
 
2031
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2032
+ ValidationException.struct_class = Types::ValidationException
2033
+
1974
2034
  ValueStringList.member = Shapes::ShapeRef.new(shape: ValueString)
1975
2035
 
2036
+ VersionMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2037
+ VersionMismatchException.struct_class = Types::VersionMismatchException
2038
+
1976
2039
  XMLClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1977
2040
  XMLClassifier.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
1978
2041
  XMLClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -10,5 +10,341 @@ module Aws::Glue
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::Glue::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
+ end
28
+
29
+ class AlreadyExistsException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::Glue::Types::AlreadyExistsException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class ConcurrentModificationException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::Glue::Types::ConcurrentModificationException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class ConcurrentRunsExceededException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::Glue::Types::ConcurrentRunsExceededException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class ConditionCheckFailureException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::Glue::Types::ConditionCheckFailureException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class CrawlerNotRunningException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::Glue::Types::CrawlerNotRunningException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class CrawlerRunningException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::Glue::Types::CrawlerRunningException] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class CrawlerStoppingException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::Glue::Types::CrawlerStoppingException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class EntityNotFoundException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::Glue::Types::EntityNotFoundException] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ end
156
+
157
+ class GlueEncryptionException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::Glue::Types::GlueEncryptionException] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def message
168
+ @message || @data[:message]
169
+ end
170
+
171
+ end
172
+
173
+ class IdempotentParameterMismatchException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::Glue::Types::IdempotentParameterMismatchException] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def message
184
+ @message || @data[:message]
185
+ end
186
+
187
+ end
188
+
189
+ class InternalServiceException < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::Glue::Types::InternalServiceException] data
194
+ def initialize(context, message, data = Aws::EmptyStructure.new)
195
+ super(context, message, data)
196
+ end
197
+
198
+ # @return [String]
199
+ def message
200
+ @message || @data[:message]
201
+ end
202
+
203
+ end
204
+
205
+ class InvalidInputException < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::Glue::Types::InvalidInputException] data
210
+ def initialize(context, message, data = Aws::EmptyStructure.new)
211
+ super(context, message, data)
212
+ end
213
+
214
+ # @return [String]
215
+ def message
216
+ @message || @data[:message]
217
+ end
218
+
219
+ end
220
+
221
+ class NoScheduleException < ServiceError
222
+
223
+ # @param [Seahorse::Client::RequestContext] context
224
+ # @param [String] message
225
+ # @param [Aws::Glue::Types::NoScheduleException] data
226
+ def initialize(context, message, data = Aws::EmptyStructure.new)
227
+ super(context, message, data)
228
+ end
229
+
230
+ # @return [String]
231
+ def message
232
+ @message || @data[:message]
233
+ end
234
+
235
+ end
236
+
237
+ class OperationTimeoutException < ServiceError
238
+
239
+ # @param [Seahorse::Client::RequestContext] context
240
+ # @param [String] message
241
+ # @param [Aws::Glue::Types::OperationTimeoutException] data
242
+ def initialize(context, message, data = Aws::EmptyStructure.new)
243
+ super(context, message, data)
244
+ end
245
+
246
+ # @return [String]
247
+ def message
248
+ @message || @data[:message]
249
+ end
250
+
251
+ end
252
+
253
+ class ResourceNumberLimitExceededException < ServiceError
254
+
255
+ # @param [Seahorse::Client::RequestContext] context
256
+ # @param [String] message
257
+ # @param [Aws::Glue::Types::ResourceNumberLimitExceededException] data
258
+ def initialize(context, message, data = Aws::EmptyStructure.new)
259
+ super(context, message, data)
260
+ end
261
+
262
+ # @return [String]
263
+ def message
264
+ @message || @data[:message]
265
+ end
266
+
267
+ end
268
+
269
+ class SchedulerNotRunningException < ServiceError
270
+
271
+ # @param [Seahorse::Client::RequestContext] context
272
+ # @param [String] message
273
+ # @param [Aws::Glue::Types::SchedulerNotRunningException] data
274
+ def initialize(context, message, data = Aws::EmptyStructure.new)
275
+ super(context, message, data)
276
+ end
277
+
278
+ # @return [String]
279
+ def message
280
+ @message || @data[:message]
281
+ end
282
+
283
+ end
284
+
285
+ class SchedulerRunningException < ServiceError
286
+
287
+ # @param [Seahorse::Client::RequestContext] context
288
+ # @param [String] message
289
+ # @param [Aws::Glue::Types::SchedulerRunningException] 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
+ end
300
+
301
+ class SchedulerTransitioningException < ServiceError
302
+
303
+ # @param [Seahorse::Client::RequestContext] context
304
+ # @param [String] message
305
+ # @param [Aws::Glue::Types::SchedulerTransitioningException] data
306
+ def initialize(context, message, data = Aws::EmptyStructure.new)
307
+ super(context, message, data)
308
+ end
309
+
310
+ # @return [String]
311
+ def message
312
+ @message || @data[:message]
313
+ end
314
+
315
+ end
316
+
317
+ class ValidationException < ServiceError
318
+
319
+ # @param [Seahorse::Client::RequestContext] context
320
+ # @param [String] message
321
+ # @param [Aws::Glue::Types::ValidationException] data
322
+ def initialize(context, message, data = Aws::EmptyStructure.new)
323
+ super(context, message, data)
324
+ end
325
+
326
+ # @return [String]
327
+ def message
328
+ @message || @data[:message]
329
+ end
330
+
331
+ end
332
+
333
+ class VersionMismatchException < ServiceError
334
+
335
+ # @param [Seahorse::Client::RequestContext] context
336
+ # @param [String] message
337
+ # @param [Aws::Glue::Types::VersionMismatchException] data
338
+ def initialize(context, message, data = Aws::EmptyStructure.new)
339
+ super(context, message, data)
340
+ end
341
+
342
+ # @return [String]
343
+ def message
344
+ @message || @data[:message]
345
+ end
346
+
347
+ end
348
+
13
349
  end
14
350
  end
@@ -8,6 +8,19 @@
8
8
  module Aws::Glue
9
9
  module Types
10
10
 
11
+ # Access to a resource was denied.
12
+ #
13
+ # @!attribute [rw] message
14
+ # A message describing the problem.
15
+ # @return [String]
16
+ #
17
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/AccessDeniedException AWS API Documentation
18
+ #
19
+ class AccessDeniedException < Struct.new(
20
+ :message)
21
+ include Aws::Structure
22
+ end
23
+
11
24
  # Defines an action to be initiated by a trigger.
12
25
  #
13
26
  # @note When making an API call, you may pass Action
@@ -77,6 +90,19 @@ module Aws::Glue
77
90
  include Aws::Structure
78
91
  end
79
92
 
93
+ # A resource to be created or added already exists.
94
+ #
95
+ # @!attribute [rw] message
96
+ # A message describing the problem.
97
+ # @return [String]
98
+ #
99
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/AlreadyExistsException AWS API Documentation
100
+ #
101
+ class AlreadyExistsException < Struct.new(
102
+ :message)
103
+ include Aws::Structure
104
+ end
105
+
80
106
  # @note When making an API call, you may pass BatchCreatePartitionRequest
81
107
  # data as a hash:
82
108
  #
@@ -932,6 +958,32 @@ module Aws::Glue
932
958
  include Aws::Structure
933
959
  end
934
960
 
961
+ # Two processes are trying to modify a resource simultaneously.
962
+ #
963
+ # @!attribute [rw] message
964
+ # A message describing the problem.
965
+ # @return [String]
966
+ #
967
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ConcurrentModificationException AWS API Documentation
968
+ #
969
+ class ConcurrentModificationException < Struct.new(
970
+ :message)
971
+ include Aws::Structure
972
+ end
973
+
974
+ # Too many jobs are being run concurrently.
975
+ #
976
+ # @!attribute [rw] message
977
+ # A message describing the problem.
978
+ # @return [String]
979
+ #
980
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ConcurrentRunsExceededException AWS API Documentation
981
+ #
982
+ class ConcurrentRunsExceededException < Struct.new(
983
+ :message)
984
+ include Aws::Structure
985
+ end
986
+
935
987
  # Defines a condition under which a trigger fires.
936
988
  #
937
989
  # @note When making an API call, you may pass Condition
@@ -966,6 +1018,19 @@ module Aws::Glue
966
1018
  include Aws::Structure
967
1019
  end
968
1020
 
1021
+ # A specified condition was not satisfied.
1022
+ #
1023
+ # @!attribute [rw] message
1024
+ # A message describing the problem.
1025
+ # @return [String]
1026
+ #
1027
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ConditionCheckFailureException AWS API Documentation
1028
+ #
1029
+ class ConditionCheckFailureException < Struct.new(
1030
+ :message)
1031
+ include Aws::Structure
1032
+ end
1033
+
969
1034
  # Defines a connection to a data source.
970
1035
  #
971
1036
  # @!attribute [rw] name
@@ -1348,6 +1413,46 @@ module Aws::Glue
1348
1413
  include Aws::Structure
1349
1414
  end
1350
1415
 
1416
+ # The specified crawler is not running.
1417
+ #
1418
+ # @!attribute [rw] message
1419
+ # A message describing the problem.
1420
+ # @return [String]
1421
+ #
1422
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CrawlerNotRunningException AWS API Documentation
1423
+ #
1424
+ class CrawlerNotRunningException < Struct.new(
1425
+ :message)
1426
+ include Aws::Structure
1427
+ end
1428
+
1429
+ # The operation cannot be performed because the crawler is already
1430
+ # running.
1431
+ #
1432
+ # @!attribute [rw] message
1433
+ # A message describing the problem.
1434
+ # @return [String]
1435
+ #
1436
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CrawlerRunningException AWS API Documentation
1437
+ #
1438
+ class CrawlerRunningException < Struct.new(
1439
+ :message)
1440
+ include Aws::Structure
1441
+ end
1442
+
1443
+ # The specified crawler is stopping.
1444
+ #
1445
+ # @!attribute [rw] message
1446
+ # A message describing the problem.
1447
+ # @return [String]
1448
+ #
1449
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CrawlerStoppingException AWS API Documentation
1450
+ #
1451
+ class CrawlerStoppingException < Struct.new(
1452
+ :message)
1453
+ include Aws::Structure
1454
+ end
1455
+
1351
1456
  # Specifies data stores to crawl.
1352
1457
  #
1353
1458
  # @note When making an API call, you may pass CrawlerTargets
@@ -3587,6 +3692,19 @@ module Aws::Glue
3587
3692
  include Aws::Structure
3588
3693
  end
3589
3694
 
3695
+ # A specified entity does not exist
3696
+ #
3697
+ # @!attribute [rw] message
3698
+ # A message describing the problem.
3699
+ # @return [String]
3700
+ #
3701
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/EntityNotFoundException AWS API Documentation
3702
+ #
3703
+ class EntityNotFoundException < Struct.new(
3704
+ :message)
3705
+ include Aws::Structure
3706
+ end
3707
+
3590
3708
  # Contains details about an error.
3591
3709
  #
3592
3710
  # @!attribute [rw] error_code
@@ -5281,6 +5399,19 @@ module Aws::Glue
5281
5399
  include Aws::Structure
5282
5400
  end
5283
5401
 
5402
+ # An encryption operation failed.
5403
+ #
5404
+ # @!attribute [rw] message
5405
+ # A message describing the problem.
5406
+ # @return [String]
5407
+ #
5408
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GlueEncryptionException AWS API Documentation
5409
+ #
5410
+ class GlueEncryptionException < Struct.new(
5411
+ :message)
5412
+ include Aws::Structure
5413
+ end
5414
+
5284
5415
  # A classifier that uses `grok` patterns.
5285
5416
  #
5286
5417
  # @!attribute [rw] name
@@ -5336,6 +5467,19 @@ module Aws::Glue
5336
5467
  include Aws::Structure
5337
5468
  end
5338
5469
 
5470
+ # The same unique identifier was associated with two different records.
5471
+ #
5472
+ # @!attribute [rw] message
5473
+ # A message describing the problem.
5474
+ # @return [String]
5475
+ #
5476
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IdempotentParameterMismatchException AWS API Documentation
5477
+ #
5478
+ class IdempotentParameterMismatchException < Struct.new(
5479
+ :message)
5480
+ include Aws::Structure
5481
+ end
5482
+
5339
5483
  # @note When making an API call, you may pass ImportCatalogToGlueRequest
5340
5484
  # data as a hash:
5341
5485
  #
@@ -5359,6 +5503,32 @@ module Aws::Glue
5359
5503
  #
5360
5504
  class ImportCatalogToGlueResponse < Aws::EmptyStructure; end
5361
5505
 
5506
+ # An internal service error occurred.
5507
+ #
5508
+ # @!attribute [rw] message
5509
+ # A message describing the problem.
5510
+ # @return [String]
5511
+ #
5512
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/InternalServiceException AWS API Documentation
5513
+ #
5514
+ class InternalServiceException < Struct.new(
5515
+ :message)
5516
+ include Aws::Structure
5517
+ end
5518
+
5519
+ # The input provided was not valid.
5520
+ #
5521
+ # @!attribute [rw] message
5522
+ # A message describing the problem.
5523
+ # @return [String]
5524
+ #
5525
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/InvalidInputException AWS API Documentation
5526
+ #
5527
+ class InvalidInputException < Struct.new(
5528
+ :message)
5529
+ include Aws::Structure
5530
+ end
5531
+
5362
5532
  # Specifies a JDBC data store to crawl.
5363
5533
  #
5364
5534
  # @note When making an API call, you may pass JdbcTarget
@@ -6406,6 +6576,19 @@ module Aws::Glue
6406
6576
  include Aws::Structure
6407
6577
  end
6408
6578
 
6579
+ # There is no applicable schedule.
6580
+ #
6581
+ # @!attribute [rw] message
6582
+ # A message describing the problem.
6583
+ # @return [String]
6584
+ #
6585
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/NoScheduleException AWS API Documentation
6586
+ #
6587
+ class NoScheduleException < Struct.new(
6588
+ :message)
6589
+ include Aws::Structure
6590
+ end
6591
+
6409
6592
  # Specifies configuration properties of a notification.
6410
6593
  #
6411
6594
  # @note When making an API call, you may pass NotificationProperty
@@ -6427,6 +6610,19 @@ module Aws::Glue
6427
6610
  include Aws::Structure
6428
6611
  end
6429
6612
 
6613
+ # The operation timed out.
6614
+ #
6615
+ # @!attribute [rw] message
6616
+ # A message describing the problem.
6617
+ # @return [String]
6618
+ #
6619
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/OperationTimeoutException AWS API Documentation
6620
+ #
6621
+ class OperationTimeoutException < Struct.new(
6622
+ :message)
6623
+ include Aws::Structure
6624
+ end
6625
+
6430
6626
  # Specifies the sort order of a sorted column.
6431
6627
  #
6432
6628
  # @note When making an API call, you may pass Order
@@ -6833,6 +7029,19 @@ module Aws::Glue
6833
7029
  include Aws::Structure
6834
7030
  end
6835
7031
 
7032
+ # A resource numerical limit was exceeded.
7033
+ #
7034
+ # @!attribute [rw] message
7035
+ # A message describing the problem.
7036
+ # @return [String]
7037
+ #
7038
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ResourceNumberLimitExceededException AWS API Documentation
7039
+ #
7040
+ class ResourceNumberLimitExceededException < Struct.new(
7041
+ :message)
7042
+ include Aws::Structure
7043
+ end
7044
+
6836
7045
  # URIs for function resources.
6837
7046
  #
6838
7047
  # @note When making an API call, you may pass ResourceUri
@@ -6941,6 +7150,45 @@ module Aws::Glue
6941
7150
  include Aws::Structure
6942
7151
  end
6943
7152
 
7153
+ # The specified scheduler is not running.
7154
+ #
7155
+ # @!attribute [rw] message
7156
+ # A message describing the problem.
7157
+ # @return [String]
7158
+ #
7159
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SchedulerNotRunningException AWS API Documentation
7160
+ #
7161
+ class SchedulerNotRunningException < Struct.new(
7162
+ :message)
7163
+ include Aws::Structure
7164
+ end
7165
+
7166
+ # The specified scheduler is already running.
7167
+ #
7168
+ # @!attribute [rw] message
7169
+ # A message describing the problem.
7170
+ # @return [String]
7171
+ #
7172
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SchedulerRunningException AWS API Documentation
7173
+ #
7174
+ class SchedulerRunningException < Struct.new(
7175
+ :message)
7176
+ include Aws::Structure
7177
+ end
7178
+
7179
+ # The specified scheduler is transitioning.
7180
+ #
7181
+ # @!attribute [rw] message
7182
+ # A message describing the problem.
7183
+ # @return [String]
7184
+ #
7185
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SchedulerTransitioningException AWS API Documentation
7186
+ #
7187
+ class SchedulerTransitioningException < Struct.new(
7188
+ :message)
7189
+ include Aws::Structure
7190
+ end
7191
+
6944
7192
  # A policy that specifies update and deletion behaviors for the crawler.
6945
7193
  #
6946
7194
  # @note When making an API call, you may pass SchemaChangePolicy
@@ -9030,6 +9278,32 @@ module Aws::Glue
9030
9278
  include Aws::Structure
9031
9279
  end
9032
9280
 
9281
+ # A value could not be validated.
9282
+ #
9283
+ # @!attribute [rw] message
9284
+ # A message describing the problem.
9285
+ # @return [String]
9286
+ #
9287
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ValidationException AWS API Documentation
9288
+ #
9289
+ class ValidationException < Struct.new(
9290
+ :message)
9291
+ include Aws::Structure
9292
+ end
9293
+
9294
+ # There was a version conflict.
9295
+ #
9296
+ # @!attribute [rw] message
9297
+ # A message describing the problem.
9298
+ # @return [String]
9299
+ #
9300
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/VersionMismatchException AWS API Documentation
9301
+ #
9302
+ class VersionMismatchException < Struct.new(
9303
+ :message)
9304
+ include Aws::Structure
9305
+ end
9306
+
9033
9307
  # A classifier for `XML` content.
9034
9308
  #
9035
9309
  # @!attribute [rw] name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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