aws-sdk-core 2.11.567 → 2.11.568

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,6 +41,30 @@
41
41
  "output_token": "nextToken",
42
42
  "limit_key": "maxResults",
43
43
  "result_key": "simulationJobSummaries"
44
+ },
45
+ "ListWorldExportJobs": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "worldExportJobSummaries"
50
+ },
51
+ "ListWorldGenerationJobs": {
52
+ "input_token": "nextToken",
53
+ "output_token": "nextToken",
54
+ "limit_key": "maxResults",
55
+ "result_key": "worldGenerationJobSummaries"
56
+ },
57
+ "ListWorldTemplates": {
58
+ "input_token": "nextToken",
59
+ "output_token": "nextToken",
60
+ "limit_key": "maxResults",
61
+ "result_key": "templateSummaries"
62
+ },
63
+ "ListWorlds": {
64
+ "input_token": "nextToken",
65
+ "output_token": "nextToken",
66
+ "limit_key": "maxResults",
67
+ "result_key": "worldSummaries"
44
68
  }
45
69
  }
46
70
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.567'
2
+ VERSION = '2.11.568'
3
3
  end
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.567
4
+ version: 2.11.568
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: 2020-08-14 00:00:00.000000000 Z
11
+ date: 2020-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath