aws-sdk-core 2.10.116 → 2.10.117
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/glue/2017-03-31/api-2.json +33 -11
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c844e5c65dfc635decbddf0bc21054c30f49afd
|
|
4
|
+
data.tar.gz: 9dfccd4b4fe8ad856bae35bb00575310eb5ae2a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f37a4c9b95bb636ea01ec8490afa73521a8c525cab86b8d517167ea68a66215b31a9f92ee68ef97be9e5543623ee8e473ef3f1d4b901d569d21e974652dcba22
|
|
7
|
+
data.tar.gz: 322abe8fa0ec64637989f9cbdbdcfa1510d3c1b20392a906043d26d339ec12256ba23a2f808b41cc997c6c2c6770db795b000865b7aff61e7e2af0da60cf9536
|
|
@@ -192,7 +192,8 @@
|
|
|
192
192
|
{"shape":"AlreadyExistsException"},
|
|
193
193
|
{"shape":"InternalServiceException"},
|
|
194
194
|
{"shape":"OperationTimeoutException"},
|
|
195
|
-
{"shape":"ResourceNumberLimitExceededException"}
|
|
195
|
+
{"shape":"ResourceNumberLimitExceededException"},
|
|
196
|
+
{"shape":"ConcurrentModificationException"}
|
|
196
197
|
]
|
|
197
198
|
},
|
|
198
199
|
"CreatePartition":{
|
|
@@ -254,9 +255,11 @@
|
|
|
254
255
|
"errors":[
|
|
255
256
|
{"shape":"AlreadyExistsException"},
|
|
256
257
|
{"shape":"InvalidInputException"},
|
|
258
|
+
{"shape":"IdempotentParameterMismatchException"},
|
|
257
259
|
{"shape":"InternalServiceException"},
|
|
258
260
|
{"shape":"OperationTimeoutException"},
|
|
259
|
-
{"shape":"ResourceNumberLimitExceededException"}
|
|
261
|
+
{"shape":"ResourceNumberLimitExceededException"},
|
|
262
|
+
{"shape":"ConcurrentModificationException"}
|
|
260
263
|
]
|
|
261
264
|
},
|
|
262
265
|
"CreateUserDefinedFunction":{
|
|
@@ -401,7 +404,8 @@
|
|
|
401
404
|
"errors":[
|
|
402
405
|
{"shape":"InvalidInputException"},
|
|
403
406
|
{"shape":"InternalServiceException"},
|
|
404
|
-
{"shape":"OperationTimeoutException"}
|
|
407
|
+
{"shape":"OperationTimeoutException"},
|
|
408
|
+
{"shape":"ConcurrentModificationException"}
|
|
405
409
|
]
|
|
406
410
|
},
|
|
407
411
|
"DeleteUserDefinedFunction":{
|
|
@@ -951,7 +955,8 @@
|
|
|
951
955
|
{"shape":"InvalidInputException"},
|
|
952
956
|
{"shape":"InternalServiceException"},
|
|
953
957
|
{"shape":"EntityNotFoundException"},
|
|
954
|
-
{"shape":"OperationTimeoutException"}
|
|
958
|
+
{"shape":"OperationTimeoutException"},
|
|
959
|
+
{"shape":"ConcurrentModificationException"}
|
|
955
960
|
]
|
|
956
961
|
},
|
|
957
962
|
"UpdateClassifier":{
|
|
@@ -1058,7 +1063,8 @@
|
|
|
1058
1063
|
{"shape":"InvalidInputException"},
|
|
1059
1064
|
{"shape":"EntityNotFoundException"},
|
|
1060
1065
|
{"shape":"InternalServiceException"},
|
|
1061
|
-
{"shape":"OperationTimeoutException"}
|
|
1066
|
+
{"shape":"OperationTimeoutException"},
|
|
1067
|
+
{"shape":"ConcurrentModificationException"}
|
|
1062
1068
|
]
|
|
1063
1069
|
},
|
|
1064
1070
|
"UpdatePartition":{
|
|
@@ -1104,7 +1110,8 @@
|
|
|
1104
1110
|
{"shape":"InvalidInputException"},
|
|
1105
1111
|
{"shape":"InternalServiceException"},
|
|
1106
1112
|
{"shape":"EntityNotFoundException"},
|
|
1107
|
-
{"shape":"OperationTimeoutException"}
|
|
1113
|
+
{"shape":"OperationTimeoutException"},
|
|
1114
|
+
{"shape":"ConcurrentModificationException"}
|
|
1108
1115
|
]
|
|
1109
1116
|
},
|
|
1110
1117
|
"UpdateUserDefinedFunction":{
|
|
@@ -1786,13 +1793,15 @@
|
|
|
1786
1793
|
"type":"structure",
|
|
1787
1794
|
"members":{
|
|
1788
1795
|
"DagNodes":{"shape":"DagNodes"},
|
|
1789
|
-
"DagEdges":{"shape":"DagEdges"}
|
|
1796
|
+
"DagEdges":{"shape":"DagEdges"},
|
|
1797
|
+
"Language":{"shape":"Language"}
|
|
1790
1798
|
}
|
|
1791
1799
|
},
|
|
1792
1800
|
"CreateScriptResponse":{
|
|
1793
1801
|
"type":"structure",
|
|
1794
1802
|
"members":{
|
|
1795
|
-
"PythonScript":{"shape":"PythonScript"}
|
|
1803
|
+
"PythonScript":{"shape":"PythonScript"},
|
|
1804
|
+
"ScalaCode":{"shape":"ScalaCode"}
|
|
1796
1805
|
}
|
|
1797
1806
|
},
|
|
1798
1807
|
"CreateTableRequest":{
|
|
@@ -2467,13 +2476,15 @@
|
|
|
2467
2476
|
"Mapping":{"shape":"MappingList"},
|
|
2468
2477
|
"Source":{"shape":"CatalogEntry"},
|
|
2469
2478
|
"Sinks":{"shape":"CatalogEntries"},
|
|
2470
|
-
"Location":{"shape":"Location"}
|
|
2479
|
+
"Location":{"shape":"Location"},
|
|
2480
|
+
"Language":{"shape":"Language"}
|
|
2471
2481
|
}
|
|
2472
2482
|
},
|
|
2473
2483
|
"GetPlanResponse":{
|
|
2474
2484
|
"type":"structure",
|
|
2475
2485
|
"members":{
|
|
2476
|
-
"PythonScript":{"shape":"PythonScript"}
|
|
2486
|
+
"PythonScript":{"shape":"PythonScript"},
|
|
2487
|
+
"ScalaCode":{"shape":"ScalaCode"}
|
|
2477
2488
|
}
|
|
2478
2489
|
},
|
|
2479
2490
|
"GetTableRequest":{
|
|
@@ -2778,6 +2789,13 @@
|
|
|
2778
2789
|
"min":1,
|
|
2779
2790
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
|
2780
2791
|
},
|
|
2792
|
+
"Language":{
|
|
2793
|
+
"type":"string",
|
|
2794
|
+
"enum":[
|
|
2795
|
+
"PYTHON",
|
|
2796
|
+
"SCALA"
|
|
2797
|
+
]
|
|
2798
|
+
},
|
|
2781
2799
|
"LastCrawlInfo":{
|
|
2782
2800
|
"type":"structure",
|
|
2783
2801
|
"members":{
|
|
@@ -2828,7 +2846,10 @@
|
|
|
2828
2846
|
},
|
|
2829
2847
|
"Logical":{
|
|
2830
2848
|
"type":"string",
|
|
2831
|
-
"enum":[
|
|
2849
|
+
"enum":[
|
|
2850
|
+
"AND",
|
|
2851
|
+
"ANY"
|
|
2852
|
+
]
|
|
2832
2853
|
},
|
|
2833
2854
|
"LogicalOperator":{
|
|
2834
2855
|
"type":"string",
|
|
@@ -3083,6 +3104,7 @@
|
|
|
3083
3104
|
"type":"list",
|
|
3084
3105
|
"member":{"shape":"S3Target"}
|
|
3085
3106
|
},
|
|
3107
|
+
"ScalaCode":{"type":"string"},
|
|
3086
3108
|
"Schedule":{
|
|
3087
3109
|
"type":"structure",
|
|
3088
3110
|
"members":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.10.
|
|
4
|
+
version: 2.10.117
|
|
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: 2018-01-
|
|
11
|
+
date: 2018-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|