aws-sdk-core 2.11.367 → 2.11.368
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,12 @@
|
|
11
11
|
"output_token": "NextToken",
|
12
12
|
"limit_key": "MaxResults",
|
13
13
|
"result_key": "OriginEndpoints"
|
14
|
+
},
|
15
|
+
"ListHarvestJobs": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "HarvestJobs"
|
14
20
|
}
|
15
21
|
}
|
16
22
|
}
|
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.368
|
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-10-
|
11
|
+
date: 2019-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|