aws-sdk-core 2.11.287 → 2.11.288
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 +6 -1
- 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: e0cffbcae74a3edb8d3786668959a685831bfec8
|
|
4
|
+
data.tar.gz: 578b37d00358d857be596c2f81041c5511830dc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fee3928b212ba90824c7d895bbf7e8073d938b7d8b3345eb15a66600f4e25feaaf8afec77e10b3cbe4dd3d93dee2967bd215b570bd79f3756fd2dd1d7414677d
|
|
7
|
+
data.tar.gz: cf7fccbe5c0c2916e23b4dd825a871f22ed4b58c248250c97906ebd1ea080d9f96143d67de4f0cc96f8a99019a730d297a3132f85755bb6069d3a22e4cb40820
|
|
@@ -3587,7 +3587,8 @@
|
|
|
3587
3587
|
"type":"structure",
|
|
3588
3588
|
"members":{
|
|
3589
3589
|
"Name":{"shape":"GenericString"},
|
|
3590
|
-
"ScriptLocation":{"shape":"ScriptLocationString"}
|
|
3590
|
+
"ScriptLocation":{"shape":"ScriptLocationString"},
|
|
3591
|
+
"PythonVersion":{"shape":"PythonVersionString"}
|
|
3591
3592
|
}
|
|
3592
3593
|
},
|
|
3593
3594
|
"JobList":{
|
|
@@ -4081,6 +4082,10 @@
|
|
|
4081
4082
|
}
|
|
4082
4083
|
},
|
|
4083
4084
|
"PythonScript":{"type":"string"},
|
|
4085
|
+
"PythonVersionString":{
|
|
4086
|
+
"type":"string",
|
|
4087
|
+
"pattern":"^[2-3]$"
|
|
4088
|
+
},
|
|
4084
4089
|
"ResetJobBookmarkRequest":{
|
|
4085
4090
|
"type":"structure",
|
|
4086
4091
|
"required":["JobName"],
|
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.11.
|
|
4
|
+
version: 2.11.288
|
|
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-06-
|
|
11
|
+
date: 2019-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|